Update translations

Resolves #125.
This commit is contained in:
Trevor Slocum 2020-11-03 08:23:03 -08:00
parent 3ec33e3b2b
commit 5ac70bcc62
26 changed files with 10417 additions and 4168 deletions

View File

@ -2,11 +2,11 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: trevor@rocketnine.space\n" "Report-Msgid-Bugs-To: trevor@rocketnine.space\n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-09-27 03:41+0000\n" "PO-Revision-Date: 2020-09-27 03:41+0000\n"
"Last-Translator: Georg Eitler <funer@gmx.at>\n" "Last-Translator: Georg Eitler <funer@gmx.at>\n"
"Language-Team: German <https://hosted.weblate.org/projects/tinyib/tinyib/de/>" "Language-Team: German <https://hosted.weblate.org/projects/tinyib/tinyib/de/"
"\n" ">\n"
"Language: de\n" "Language: de\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -18,134 +18,146 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "TINYIB_TRIPSEED und TINYIB_ADMINPASS müssen konfiguriert werden." msgstr "TINYIB_TRIPSEED und TINYIB_ADMINPASS müssen konfiguriert werden."
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
"TINYIB_RECAPTCHA_SITE und TINYIB_RECAPTCHA_SECRET müssen konfiguriert " "TINYIB_RECAPTCHA_SITE und TINYIB_RECAPTCHA_SECRET müssen konfiguriert "
"werden." "werden."
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr "Unbekannten Datenbankmodus spezifiziert."
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
"Verzeichnis '%s' kann nicht beschrieben werden. Bitte passe die " "Verzeichnis '%s' kann nicht beschrieben werden. Bitte passe die "
"Berechtigungen an." "Berechtigungen an."
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr "Unbekannten Datenbankmodus spezifiziert."
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
"Posten ist derzeit nicht möglich.<br>Bitte versuche es in ein paar Momenten " "Posten ist derzeit nicht möglich.<br>Bitte versuche es in ein paar Momenten "
"erneut." "erneut."
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "Ungültige Ursprungs-thread ID, der Post konnte nicht erstellt werden." msgstr "Ungültige Ursprungs-thread ID, der Post konnte nicht erstellt werden."
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "Antworten sind bei geschlossenen Threads nicht erlaubt." msgstr "Antworten sind bei geschlossenen Threads nicht erlaubt."
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
"Einbettung einer URL und gleichzeitiges Hochladen einer Datei sind nicht " "Einbettung einer URL und gleichzeitiges Hochladen einer Datei sind nicht "
"unterstützt." "unterstützt."
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "Ungültige Einbettungs-URL. Es sind nur %s URLs unterstützt." msgstr "Ungültige Einbettungs-URL. Es sind nur %s URLs unterstützt."
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr "Fehler bei der Verarbeitung von Audio/Video."
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr "Konnte keine Miniaturansicht erstellen."
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr "Fehler beim Transfer der Datei. Bitte versuche es erneut."
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "Die Datei ist größer als %s." msgstr "Die Datei ist größer als %s."
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
"Fehler beim auslesen des MIME-typs und größe der hochgeladenen Datei. Bitte "
"versuche es erneut."
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "Hochgeladene Datei konnte nicht kopiert werden." msgstr "Fehler bei der Verarbeitung von Audio/Video."
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "Konnte keine Miniaturansicht erstellen."
#: imgboard.php:338
msgid "upload a file or embed a URL"
msgstr "" msgstr ""
"Fehler bei der Dateiübertragung. Bitte gehe zurück und versuche es erneut."
#: imgboard.php:276 #: imgboard.php:340
msgid "Sorry, your video appears to be corrupt." msgid "upload a file"
msgstr "Entschuldigung, dein Video scheint fehlerhaft zu sein." msgstr ""
#: imgboard.php:336 #: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, fuzzy, php-format
#| msgid "0 to start a new thread"
msgid "Please %s to start a new thread."
msgstr "0 um ein neues Thema zu beginnen"
#: imgboard.php:351
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please enter a message and/or %s."
msgstr "Ein %s ist benötigt um einen Thread zu starten." msgstr ""
#: imgboard.php:349 #: imgboard.php:353
#, fuzzy
#| msgid "Please enter the CAPTCHA text."
msgid "Please enter a message."
msgstr "Bitte den CAPTCHA Text eingeben."
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "%s hochgeladen." msgstr "%s hochgeladen."
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "Dein %s wir angezeigt <b>sobald die Genehmingung erteilt wurde</b>." msgstr "Dein %s wir angezeigt <b>sobald die Genehmingung erteilt wurde</b>."
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "Aktualisierung des Threads …" msgstr "Aktualisierung des Threads …"
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "Aktualisierung des Index …" msgstr "Aktualisierung des Index …"
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
"Klicke die Box neben einen Post an und klicke „Löschen“, um ihn zu löschen." "Klicke die Box neben einen Post an und klicke „Löschen“, um ihn zu löschen."
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
"Löschen von Posts ist derzeit gesperrt.<br>Bitte versuche es in ein paar " "Löschen von Posts ist derzeit gesperrt.<br>Bitte versuche es in ein paar "
"Momenten erneut." "Momenten erneut."
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "Post gelöscht." msgstr "Post gelöscht."
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "Ungültiges Passwort." msgstr "Ungültiges Passwort."
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
@ -153,52 +165,53 @@ msgstr ""
"Entschuldigung, eine ungültige Post-identifizierung wurde gesendet. Bitte " "Entschuldigung, eine ungültige Post-identifizierung wurde gesendet. Bitte "
"gehe zurück, aktualisiere die Seite und versuche es erneut." "gehe zurück, aktualisiere die Seite und versuche es erneut."
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "Board umstrukturiert." msgstr "Board umstrukturiert."
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "Entschuldigung, auf dieser IP-Adresse existiert schon ein Ban vermerk." msgstr "Entschuldigung, auf dieser IP-Adresse existiert schon ein Ban vermerk."
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "Ban vermerk für %s hinzugefügt" msgstr "Ban vermerk für %s hinzugefügt"
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "Ban vermerk für %s aufgehoben" msgstr "Ban vermerk für %s aufgehoben"
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "Post Nummer %d gelöscht." msgstr "Post Nummer %d gelöscht."
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "Entschuldigung, es scheint kein Post mit dieser ID zu existieren." msgstr "Entschuldigung, es scheint kein Post mit dieser ID zu existieren."
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "Post Nummer %d genehmigt." msgstr "Post Nummer %d genehmigt."
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "Formulardaten gingen verloren. Bitte gehe zurück und versuch es erneut." msgstr ""
"Formulardaten gingen verloren. Bitte gehe zurück und versuch es erneut."
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "Anonym" msgstr "Anonym"
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "Bitte den CAPTCHA Text eingeben." msgstr "Bitte den CAPTCHA Text eingeben."
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
@ -206,7 +219,7 @@ msgstr ""
"Inkorrekter CAPTCHA text. Bitte versuche es erneut.<br>Klicke aud das Bild " "Inkorrekter CAPTCHA text. Bitte versuche es erneut.<br>Klicke aud das Bild "
"um einen neuen CAPTCHA anzufordern." "um einen neuen CAPTCHA anzufordern."
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
@ -215,7 +228,7 @@ msgstr ""
"Bitte kürze deine Nachricht, oder veröffentliche sie in mehreren Teilen. " "Bitte kürze deine Nachricht, oder veröffentliche sie in mehreren Teilen. "
"Deine Nachricht ist %1$d Zeichen lang, die Maximal zulässig sind %2$d." "Deine Nachricht ist %1$d Zeichen lang, die Maximal zulässig sind %2$d."
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
@ -223,27 +236,27 @@ msgstr ""
"Die hochgeladene Datei überschreitet die upload_max_filesize-Direktive (%s) " "Die hochgeladene Datei überschreitet die upload_max_filesize-Direktive (%s) "
"in php.ini." "in php.ini."
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "Die hochgeladene Datei wurde nur teilweise hochgeladen." msgstr "Die hochgeladene Datei wurde nur teilweise hochgeladen."
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "Es wurde keine Datei hochgeladen." msgstr "Es wurde keine Datei hochgeladen."
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "Ein temporärer Ordner fehlt." msgstr "Ein temporärer Ordner fehlt."
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "Fehler beim Schreiben einer Datei auf den Datenträger" msgstr "Fehler beim Schreiben einer Datei auf den Datenträger"
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "Die hochgeladene Datei konnte nicht gespeichert werden." msgstr "Die hochgeladene Datei konnte nicht gespeichert werden."
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
@ -252,7 +265,7 @@ msgstr ""
"Duplikatdatei hochgeladen. Diese Datei wurde bereits <a href=\"%s\">hier</a> " "Duplikatdatei hochgeladen. Diese Datei wurde bereits <a href=\"%s\">hier</a> "
"veröffentlicht." "veröffentlicht."
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
@ -262,25 +275,55 @@ msgstr ""
"werden. Eine häufige Ursache dafür ist eine falsche Erweiterung, wenn die " "werden. Eine häufige Ursache dafür ist eine falsche Erweiterung, wenn die "
"Datei tatsächlich einen anderen Typ hat." "Datei tatsächlich einen anderen Typ hat."
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr "Fehler beim Transfer der Datei. Bitte versuche es erneut."
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
"Fehler beim auslesen des MIME-typs und größe der hochgeladenen Datei. Bitte "
"versuche es erneut."
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr "Hochgeladene Datei konnte nicht kopiert werden."
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
"Fehler bei der Dateiübertragung. Bitte gehe zurück und versuche es erneut."
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr "Entschuldigung, dein Video scheint fehlerhaft zu sein."
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "Unterstützter Dateityp ist %s" msgstr "Unterstützter Dateityp ist %s"
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, fuzzy, php-format
msgid "Supported file types are %s." #| msgid "Supported file types are %s."
msgid "Supported file types are %1$s and %2$s."
msgstr "Unterstützte Dateitypen sind %s." msgstr "Unterstützte Dateitypen sind %s."
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr "Absenden"
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "Antwort an" msgstr "Antwort an"
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "0 um ein neues Thema zu beginnen" msgstr "0 um ein neues Thema zu beginnen"
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
@ -288,314 +331,428 @@ msgstr ""
"Text, der in das Nachrichtenfeld eingegeben wird, wird unverändert und ohne " "Text, der in das Nachrichtenfeld eingegeben wird, wird unverändert und ohne "
"Formatierung veröffentlicht." "Formatierung veröffentlicht."
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "Zeilen-umbrüche müssen mit \"&lt;br&gt;\" spezifiziert werden." msgstr "Zeilen-umbrüche müssen mit \"&lt;br&gt;\" spezifiziert werden."
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "(Gib den Text unten ein)" msgstr "(Gib den Text unten ein)"
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "CAPTCHA" msgstr "CAPTCHA"
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "Die maximal zulässige Dateigröße ist %s." msgstr "Die maximal zulässige Dateigröße ist %s."
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "Datei" msgstr "Datei"
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "Einbetten" msgstr "Einbetten"
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "(Eine YouTube-URL einfügen)" msgstr "(Eine YouTube-URL einfügen)"
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "Bilder, die größer als %s sind, werden als Miniaturansicht angezeigt." msgstr "Bilder, die größer als %s sind, werden als Miniaturansicht angezeigt."
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "Derzeit %s einzigartige Benutzerbeiträge." msgstr "Derzeit %s einzigartige Benutzerbeiträge."
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "E-Mail" msgstr "E-Mail"
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "Betreff" msgstr "Betreff"
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "Nachricht" msgstr "Nachricht"
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "Passwort" msgstr "Passwort"
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "(für Post- und Dateilöschung)" msgstr "(für Post- und Dateilöschung)"
#: inc/html.php:372 #: inc/html.php:356
#, fuzzy
#| msgid "Sticky"
msgid "Stickied"
msgstr "Sticky"
#: inc/html.php:360
#, fuzzy
#| msgid "Lock"
msgid "Locked"
msgstr "Sperren"
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "Einbetten:" msgstr "Einbetten:"
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "Datei:" msgstr "Datei:"
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "Antworten" msgstr "Antworten"
#: inc/html.php:475 #: inc/html.php:476
#, fuzzy
#| msgid "Post truncated. Click Reply to view."
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "Post gekürzt. Klicke Antworten um ihn Anzuzeigen." msgstr "Post gekürzt. Klicke Antworten um ihn Anzuzeigen."
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "1 Post weggelassen. Klicke Antworten um ihn Anzuzeigen." msgstr "1 Post weggelassen. Klicke Antworten um ihn Anzuzeigen."
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "%d Posts weggelassen. Klicke Antworten um sie Anzuzeigen." msgstr "%d Posts weggelassen. Klicke Antworten um sie Anzuzeigen."
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "Katalog" msgstr "Katalog"
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "Vorherige" msgstr "Vorherige"
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "Weiter" msgstr "Weiter"
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Posting mode: Reply"
msgstr "Post modus: Antworten"
#: inc/html.php:560
msgid "Manage"
msgstr "Verwalten"
#: inc/html.php:561
msgid "Style"
msgstr "Stil"
#: inc/html.php:562
msgid "Delete Post"
msgstr "Post löschen"
#: inc/html.php:700
msgid "Manage mode"
msgstr "Verwaltungsmodus"
#: inc/html.php:732
msgid "Log In"
msgstr "Anmelden"
#: inc/html.php:733
msgid "Enter an administrator or moderator password"
msgstr "Gib ein Administrator oder Moderator Passwort ein"
#: inc/html.php:749
msgid "Ban an IP address"
msgstr "Banne eine IP-Adresse"
#: inc/html.php:750
msgid "IP Address:"
msgstr "IP-Adresse:"
#: inc/html.php:751
msgid "Expire(sec):"
msgstr "Ablaufen(sek):"
#: inc/html.php:752
msgid "Reason:"
msgstr "Grund:"
#: inc/html.php:753
msgid "never"
msgstr "nie"
#: inc/html.php:754
msgid "optional"
msgstr "optional"
#: inc/html.php:772
msgid "IP Address"
msgstr "IP-Adresse"
#: inc/html.php:772
msgid "Set At"
msgstr "Setzen bei"
#: inc/html.php:772
msgid "Expires"
msgstr "Läuft ab"
#: inc/html.php:772
msgid "Reason"
msgstr "Grund"
#: inc/html.php:774
msgid "Does not expire"
msgstr "Läuft nicht ab"
#: inc/html.php:776
msgid "lift"
msgstr "aufheben"
#: inc/html.php:830
msgid "Un-sticky"
msgstr "Nicht mehr Sticky"
#: inc/html.php:82 inc/html.php:774 inc/html.php:804
msgid "Submit"
msgstr "Absenden"
#: inc/html.php:823
msgid "This will delete the post below."
msgstr "Dies wird den Post darunter löschen."
#: inc/html.php:823
msgid "This will delete the entire thread below."
msgstr "Dies wird das Ganze Thema darunter löschen."
#: inc/html.php:705
msgid "Rebuild All"
msgstr "Alles neu Strukturieren"
#: inc/html.php:703
msgid "Raw Post"
msgstr "Unbearbeiteter Post"
#: inc/html.php:703
msgid "Moderate Post"
msgstr "Moderiere Post"
#: inc/html.php:701
msgid "Bans"
msgstr "Bans"
#: inc/html.php:699 inc/html.php:973
msgid "Status"
msgstr "Status"
#: inc/html.php:564 inc/html.php:946
msgid "Delete"
msgstr "Löschen"
#: inc/html.php:551 inc/html.php:553 inc/html.php:694
msgid "Return" msgid "Return"
msgstr "Zurück" msgstr "Zurück"
#: inc/html.php:554
msgid "Posting mode: Reply"
msgstr "Post modus: Antworten"
#: inc/html.php:562
msgid "Manage"
msgstr "Verwalten"
#: inc/html.php:563
msgid "Style"
msgstr "Stil"
#: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr "Löschen"
#: inc/html.php:566
msgid "Delete Post"
msgstr "Post löschen"
#: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr "Status"
#: inc/html.php:708 #: inc/html.php:708
msgid "Bans"
msgstr "Bans"
#: inc/html.php:710
msgid "Moderate Post"
msgstr "Moderiere Post"
#: inc/html.php:710
msgid "Raw Post"
msgstr "Unbearbeiteter Post"
#: inc/html.php:712
msgid "Rebuild All"
msgstr "Alles neu Strukturieren"
#: inc/html.php:715
msgid "Update" msgid "Update"
msgstr "Aktualisieren" msgstr "Aktualisieren"
#: inc/html.php:711 #: inc/html.php:718
msgid "Migrate Database" msgid "Migrate Database"
msgstr "Datenbank migrieren" msgstr "Datenbank migrieren"
#: inc/html.php:713 #: inc/html.php:720
msgid "Log Out" msgid "Log Out"
msgstr "Abmelden" msgstr "Abmelden"
#: inc/html.php:824 #: inc/html.php:726
msgid "Manage mode"
msgstr "Verwaltungsmodus"
#: inc/html.php:758
msgid "Log In"
msgstr "Anmelden"
#: inc/html.php:759
msgid "Enter an administrator or moderator password"
msgstr "Gib ein Administrator oder Moderator Passwort ein"
#: inc/html.php:775
msgid "Add a ban"
msgstr ""
#: inc/html.php:776 inc/html.php:805
msgid "IP Address"
msgstr "IP-Adresse"
#: inc/html.php:777
#, fuzzy
#| msgid "Expire(sec):"
msgid "Expire(sec)"
msgstr "Ablaufen(sek):"
#: inc/html.php:778 inc/html.php:805
msgid "Reason"
msgstr "Grund"
#: inc/html.php:779
msgid "never"
msgstr "nie"
#: inc/html.php:780
msgid "optional"
msgstr "optional"
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr "Setzen bei"
#: inc/html.php:805
msgid "Expires"
msgstr "Läuft ab"
#: inc/html.php:807
msgid "Does not expire"
msgstr "Läuft nicht ab"
#: inc/html.php:809
msgid "lift"
msgstr "aufheben"
#: inc/html.php:817
#, fuzzy
#| msgid "Moderate Post"
msgid "Moderate a post"
msgstr "Moderiere Post"
#: inc/html.php:818
#, fuzzy
#| msgid "Post"
msgid "Post ID"
msgstr "Post"
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
#, fuzzy
#| msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
"Klicke die Box neben einen Post an und klicke „Löschen“, um ihn zu löschen."
#: inc/html.php:841
#, fuzzy, php-format
#| msgid "Ban record added for %s"
msgid " A ban record already exists for %s"
msgstr "Ban vermerk für %s hinzugefügt"
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, fuzzy, php-format
#| msgid "IP Address:"
msgid "IP address: %s"
msgstr "IP-Adresse:"
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr "Dies wird das Ganze Thema darunter löschen."
#: inc/html.php:849
msgid "This will delete the post below."
msgstr "Dies wird den Post darunter löschen."
#: inc/html.php:850
msgid "Thread" msgid "Thread"
msgstr "Thema" msgstr "Thema"
#: inc/html.php:824 #: inc/html.php:850
msgid "Post" msgid "Post"
msgstr "Post" msgstr "Post"
#: inc/html.php:830 #: inc/html.php:856
msgid "Un-sticky"
msgstr "Nicht mehr Sticky"
#: inc/html.php:856
msgid "Sticky" msgid "Sticky"
msgstr "Sticky" msgstr "Sticky"
#: inc/html.php:831 #: inc/html.php:857
msgid "Return this thread to a normal state." msgid "Return this thread to a normal state."
msgstr "Dieses Thema auf Normalzustand zurücksetzen." msgstr "Dieses Thema auf Normalzustand zurücksetzen."
#: inc/html.php:831 #: inc/html.php:857
msgid "Keep this thread at the top of the board." msgid "Keep this thread at the top of the board."
msgstr "Dieses Thema am Anfang des Boards behalten." msgstr "Dieses Thema am Anfang des Boards behalten."
#: inc/html.php:845 #: inc/html.php:871
msgid "Unlock" msgid "Unlock"
msgstr "Entsperren" msgstr "Entsperren"
#: inc/html.php:845 #: inc/html.php:871
msgid "Lock" msgid "Lock"
msgstr "Sperren" msgstr "Sperren"
#: inc/html.php:846 #: inc/html.php:872
msgid "Allow replying to this thread." msgid "Allow replying to this thread."
msgstr "Antworten zu diesem Thema erlauben." msgstr "Antworten zu diesem Thema erlauben."
#: inc/html.php:846 #: inc/html.php:872
msgid "Disallow replying to this thread." msgid "Disallow replying to this thread."
msgstr "Antworten zu diesem Thema verweigern." msgstr "Antworten zu diesem Thema verweigern."
#: inc/html.php:867 #: inc/html.php:893
#, fuzzy, php-format
#| msgid "Moderate Post"
msgid "Moderating No.%d"
msgstr "Moderiere Post"
#: inc/html.php:894
msgid "Action" msgid "Action"
msgstr "Aktion" msgstr "Aktion"
#: inc/html.php:918 #: inc/html.php:896
#, fuzzy
#| msgid "Delete Post"
msgid "Delete thread"
msgstr "Post löschen"
#: inc/html.php:898
#, fuzzy
#| msgid "Delete Post"
msgid "Delete post"
msgstr "Post löschen"
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread" msgid "thread"
msgstr "Thema" msgstr "Thema"
#: inc/html.php:918 #: inc/html.php:951
msgid "threads" msgid "threads"
msgstr "Themen" msgstr "Themen"
#: inc/html.php:918 #: inc/html.php:951
msgid "ban" msgid "ban"
msgstr "Ban" msgstr "Ban"
#: inc/html.php:918 #: inc/html.php:951
msgid "bans" msgid "bans"
msgstr "Bans" msgstr "Bans"
#: inc/html.php:942 #: inc/html.php:975
msgid "Approve" msgid "Approve"
msgstr "Genehmigen" msgstr "Genehmigen"
#: inc/html.php:944 #: inc/html.php:977
msgid "More Info" msgid "More Info"
msgstr "Mehr Information" msgstr "Mehr Information"
#: inc/html.php:952 #: inc/html.php:985
msgid "Pending posts" msgid "Pending posts"
msgstr "Vorbehaltene Posts" msgstr "Vorbehaltene Posts"
#: inc/html.php:970 #: inc/html.php:1003
msgid "Moderate" msgid "Moderate"
msgstr "Moderieren" msgstr "Moderieren"
#: inc/html.php:974 #: inc/html.php:1007
msgid "Info" msgid "Info"
msgstr "Information" msgstr "Information"
#: inc/html.php:975 #: inc/html.php:1008
msgid "Recent posts" msgid "Recent posts"
msgstr "Neue Posts" msgstr "Neue Posts"
#~ msgid "A %s is required to start a thread."
#~ msgstr "Ein %s ist benötigt um einen Thread zu starten."
#~ msgid "Ban an IP address"
#~ msgstr "Banne eine IP-Adresse"
#~ msgid "Reason:"
#~ msgstr "Grund:"

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: trevor@rocketnine.space\n" "Report-Msgid-Bugs-To: trevor@rocketnine.space\n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-10-07 17:47+0000\n" "PO-Revision-Date: 2020-10-07 17:47+0000\n"
"Last-Translator: huh stop <blasrouan10@gmail.com>\n" "Last-Translator: huh stop <blasrouan10@gmail.com>\n"
"Language-Team: Spanish (Mexico) <https://hosted.weblate.org/projects/tinyib/" "Language-Team: Spanish (Mexico) <https://hosted.weblate.org/projects/tinyib/"
@ -18,130 +18,142 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "TinyIB_TRIPSEED y TINYIB_ADMINPASS deben ser configurados." msgstr "TinyIB_TRIPSEED y TINYIB_ADMINPASS deben ser configurados."
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
"TINYIB_RECAPTCHA_SITE y TINYIB_RECAPTCHA_SECRET deben ser configurados." "TINYIB_RECAPTCHA_SITE y TINYIB_RECAPTCHA_SECRET deben ser configurados."
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr "Modo de base de datos especificado desconocido."
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
"No se puede escribir a la carpeta '%s' . Por favor modifique sus permisos." "No se puede escribir a la carpeta '%s' . Por favor modifique sus permisos."
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr "Modo de base de datos especificado desconocido."
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
"Por el momento, postear esta deshabilitado.<br>Por favor vuelva a intentarlo " "Por el momento, postear esta deshabilitado.<br>Por favor vuelva a intentarlo "
"más tarde." "más tarde."
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "La ID de hilo suministrada es invalida, incapaz de crear el post." msgstr "La ID de hilo suministrada es invalida, incapaz de crear el post."
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "Las respuestas no estan permitidas en hilos bloqueados." msgstr "Las respuestas no estan permitidas en hilos bloqueados."
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
"Incrustrar una URL y subir un archivo al mismo tiempo no esta soportado." "Incrustrar una URL y subir un archivo al mismo tiempo no esta soportado."
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "La URL incrustada no es valida. Solo %s URLs son soportadas." msgstr "La URL incrustada no es valida. Solo %s URLs son soportadas."
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr "Error al procesar audio/video."
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr "No a sido posible crear la miniatura."
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr "Fallo al transferir el archivo. Por favor vuelva a intentarlo."
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "El archivo es mas grande que %s." msgstr "El archivo es mas grande que %s."
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
"Fallo al leer el tipo de MIME y tamaño de el archivo subido. Por favor "
"vuelva a intentarlo."
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "No a sido posible copiar el archivo subido." msgstr "Error al procesar audio/video."
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "No a sido posible crear la miniatura."
#: imgboard.php:338
msgid "upload a file or embed a URL"
msgstr "" msgstr ""
"Fallo de transferencia de archivo. Por favor vuelva e intentelo de nuevo."
#: imgboard.php:276 #: imgboard.php:340
msgid "Sorry, your video appears to be corrupt." msgid "upload a file"
msgstr "Perdón, tu video parece estar corrupto." msgstr ""
#: imgboard.php:336 #: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, fuzzy, php-format
#| msgid "0 to start a new thread"
msgid "Please %s to start a new thread."
msgstr "0 para iniciar un nuevo hilo"
#: imgboard.php:351
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please enter a message and/or %s."
msgstr "Un %s es requerido para empezar un hilo." msgstr ""
#: imgboard.php:349 #: imgboard.php:353
#, fuzzy
#| msgid "Please enter the CAPTCHA text."
msgid "Please enter a message."
msgstr "Por favor ingresa el texto del CAPTCHA."
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "%s subido." msgstr "%s subido."
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "Tu %s va a ser mostrado <b>una vez aprovado</b>." msgstr "Tu %s va a ser mostrado <b>una vez aprovado</b>."
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "Actualizando hilo..." msgstr "Actualizando hilo..."
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "Actualizando índice..." msgstr "Actualizando índice..."
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
"Selecciona la caja al lado de un post y clickea \"Eliminar\" para eliminarlo." "Selecciona la caja al lado de un post y clickea \"Eliminar\" para eliminarlo."
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
"La eliminación de posts esta deshabilitada.<br>Por favor vuelva a intentarlo." "La eliminación de posts esta deshabilitada.<br>Por favor vuelva a intentarlo."
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "Post eliminado." msgstr "Post eliminado."
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "Contraseña invalida." msgstr "Contraseña invalida."
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
@ -149,54 +161,54 @@ msgstr ""
"Perdón, un indentificador de post invalido a sido enviado. Por favor " "Perdón, un indentificador de post invalido a sido enviado. Por favor "
"regrese, actualize la pagina, e intentelo de nuevo." "regrese, actualize la pagina, e intentelo de nuevo."
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "Tabla reconstruida." msgstr "Tabla reconstruida."
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "Perdón, ya hay un ban registrado para esa dirección IP." msgstr "Perdón, ya hay un ban registrado para esa dirección IP."
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "Registro de ban añadido para %s" msgstr "Registro de ban añadido para %s"
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "Registro de ban eliminado para %s" msgstr "Registro de ban eliminado para %s"
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "Post No.%d eliminado." msgstr "Post No.%d eliminado."
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "Perdón, pero no parece haber un post con esa ID." msgstr "Perdón, pero no parece haber un post con esa ID."
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "Post No.%d aprovado." msgstr "Post No.%d aprovado."
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
"Se han perdido los datos del formulario. Por favor vuelve e inténtalo de " "Se han perdido los datos del formulario. Por favor vuelve e inténtalo de "
"nuevo." "nuevo."
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "Anónimo" msgstr "Anónimo"
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "Por favor ingresa el texto del CAPTCHA." msgstr "Por favor ingresa el texto del CAPTCHA."
#: inc/functions.php:325 #: inc/functions.php:238
#, fuzzy #, fuzzy
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
@ -205,7 +217,7 @@ msgstr ""
"Texto del CAPTCHA ingresado incorrecto. Por favor intenta de nuevo.<br>Click " "Texto del CAPTCHA ingresado incorrecto. Por favor intenta de nuevo.<br>Click "
"en la imagen para obtener un nuevo CAPTCHA." "en la imagen para obtener un nuevo CAPTCHA."
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
@ -214,43 +226,43 @@ msgstr ""
"Por favor acorta tu mensaje, o postéalo en múltiples partes. Tu mensaje " "Por favor acorta tu mensaje, o postéalo en múltiples partes. Tu mensaje "
"tiene %1$d caractéres de largo, y el máximo permitido es %2$d." "tiene %1$d caractéres de largo, y el máximo permitido es %2$d."
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
"El archivo subido excede la directiva upload_max_filesize (%s) en php.ini." "El archivo subido excede la directiva upload_max_filesize (%s) en php.ini."
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "El archivo subido sólo ha sido parcialmente subido." msgstr "El archivo subido sólo ha sido parcialmente subido."
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "No se ha subido ningún archivo." msgstr "No se ha subido ningún archivo."
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "Falta una carpeta temporal." msgstr "Falta una carpeta temporal."
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "No se ha podido escribir archivo al disco" msgstr "No se ha podido escribir archivo al disco"
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "No se pudo guardar el archivo subido." msgstr "No se pudo guardar el archivo subido."
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
"Se ha subido un archivo duplicado. Ese archivo ya ha sido posteado <a href=\"" "Se ha subido un archivo duplicado. Ese archivo ya ha sido posteado <a href="
"%s\">aquí</a>." "\"%s\">aquí</a>."
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
@ -260,25 +272,55 @@ msgstr ""
"común para esto es una extensión incorrecta cuando el archivo es, en " "común para esto es una extensión incorrecta cuando el archivo es, en "
"realidad, de un tipo diferente." "realidad, de un tipo diferente."
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr "Fallo al transferir el archivo. Por favor vuelva a intentarlo."
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
"Fallo al leer el tipo de MIME y tamaño de el archivo subido. Por favor "
"vuelva a intentarlo."
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr "No a sido posible copiar el archivo subido."
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
"Fallo de transferencia de archivo. Por favor vuelva e intentelo de nuevo."
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr "Perdón, tu video parece estar corrupto."
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "El tipo de archivo soportado es %s" msgstr "El tipo de archivo soportado es %s"
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, fuzzy, php-format
msgid "Supported file types are %s." #| msgid "Supported file types are %s."
msgid "Supported file types are %1$s and %2$s."
msgstr "Los tipos de archivo admitidos son %s." msgstr "Los tipos de archivo admitidos son %s."
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "Responder a" msgstr "Responder a"
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "0 para iniciar un nuevo hilo" msgstr "0 para iniciar un nuevo hilo"
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
@ -286,184 +328,430 @@ msgstr ""
"El texto ingresado en el campo de Mensaje será posteado como es, sin aplicar " "El texto ingresado en el campo de Mensaje será posteado como es, sin aplicar "
"formatos." "formatos."
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "Los saltos de línea deben ser especificados con \"&lt;br&gt;\"." msgstr "Los saltos de línea deben ser especificados con \"&lt;br&gt;\"."
#: inc/html.php:154 #: inc/html.php:149
#, fuzzy #, fuzzy
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "(Ingresa el texto abajo)" msgstr "(Ingresa el texto abajo)"
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "CAPTCHA" msgstr "CAPTCHA"
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "El tamaño máximo de archivo admitido es %s." msgstr "El tamaño máximo de archivo admitido es %s."
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "Archivo" msgstr "Archivo"
#: inc/html.php:193 #: inc/html.php:189
#, fuzzy #, fuzzy
msgid "Embed" msgid "Embed"
msgstr "Incrustar" msgstr "Incrustar"
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "(pega una URL de YouTube)" msgstr "(pega una URL de YouTube)"
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, fuzzy, php-format #, fuzzy, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "Imágenes mayores que %s serán miniaturizadas." msgstr "Imágenes mayores que %s serán miniaturizadas."
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "Actualmente %s posts de usuarios únicos." msgstr "Actualmente %s posts de usuarios únicos."
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "Correo Electrónico" msgstr "Correo Electrónico"
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "Asunto" msgstr "Asunto"
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "Mensaje" msgstr "Mensaje"
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "Contraseña" msgstr "Contraseña"
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "(para eliminación de post y archivo)" msgstr "(para eliminación de post y archivo)"
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
#, fuzzy #, fuzzy
msgid "Embed:" msgid "Embed:"
msgstr "Incrustar:" msgstr "Incrustar:"
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "Archivo:" msgstr "Archivo:"
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "Responder" msgstr "Responder"
#: inc/html.php:475 #: inc/html.php:476
#, fuzzy
#| msgid "1 post omitted. Click Reply to view."
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr "1 Post omitido. Click en Responder para verlo."
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "1 Post omitido. Click en Responder para verlo." msgstr "1 Post omitido. Click en Responder para verlo."
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "%d posts omitidos. Click en Responder para verlos." msgstr "%d posts omitidos. Click en Responder para verlos."
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "Catálogo" msgstr "Catálogo"
#: inc/html.php:514 #: inc/html.php:515
#, fuzzy #, fuzzy
msgid "Previous" msgid "Previous"
msgstr "Anterior" msgstr "Anterior"
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "Siguiente" msgstr "Siguiente"
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "Modo de posteo: Respuesta" msgstr "Modo de posteo: Respuesta"
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "Estilo" msgstr "Estilo"
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
#, fuzzy
#| msgid "Delete Post"
msgid "Delete"
msgstr "Eliminar Post"
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "Eliminar Post" msgstr "Eliminar Post"
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
#, fuzzy
#| msgid "Delete Post"
msgid "Moderate Post"
msgstr "Eliminar Post"
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
#, fuzzy
msgid "Log Out"
msgstr "Ingresar"
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
#, fuzzy #, fuzzy
msgid "Log In" msgid "Log In"
msgstr "Ingresar" msgstr "Ingresar"
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "Ingresa una contraseña de administrador o moderador" msgstr "Ingresa una contraseña de administrador o moderador"
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "Banear una dirección IP" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr "Dirección IP:"
#: inc/html.php:751
msgid "Expire(sec):"
msgstr "Expirar(seg):"
#: inc/html.php:752
msgid "Reason:"
msgstr "Razón:"
#: inc/html.php:753
msgid "never"
msgstr "nunca"
#: inc/html.php:754
msgid "optional"
msgstr "opcional"
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "Dirección IP" msgstr "Dirección IP"
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" #, fuzzy
msgstr "" #| msgid "Expire(sec):"
msgid "Expire(sec)"
msgstr "Expirar(seg):"
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr "Expira"
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "Razón" msgstr "Razón"
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr "nunca"
#: inc/html.php:780
msgid "optional"
msgstr "opcional"
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr "Expira"
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "No expira" msgstr "No expira"
#: inc/html.php:776 #: inc/html.php:809
#, fuzzy #, fuzzy
msgid "lift" msgid "lift"
msgstr "levantar" msgstr "levantar"
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
#, fuzzy
#| msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
"Selecciona la caja al lado de un post y clickea \"Eliminar\" para eliminarlo."
#: inc/html.php:841
#, fuzzy, php-format
#| msgid "Ban record added for %s"
msgid " A ban record already exists for %s"
msgstr "Registro de ban añadido para %s"
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, fuzzy, php-format
#| msgid "IP Address:"
msgid "IP address: %s"
msgstr "Dirección IP:"
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
#, fuzzy
#| msgid "Delete Post"
msgid "Delete thread"
msgstr "Eliminar Post"
#: inc/html.php:898
#, fuzzy
#| msgid "Delete Post"
msgid "Delete post"
msgstr "Eliminar Post"
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""
#~ msgid "A %s is required to start a thread."
#~ msgstr "Un %s es requerido para empezar un hilo."
#~ msgid "Ban an IP address"
#~ msgstr "Banear una dirección IP"
#~ msgid "Reason:"
#~ msgstr "Razón:"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: trevor@rocketnine.space\n" "Report-Msgid-Bugs-To: trevor@rocketnine.space\n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-10-08 23:26+0000\n" "PO-Revision-Date: 2020-10-08 23:26+0000\n"
"Last-Translator: tei zerg <teizerg@airmail.cc>\n" "Last-Translator: tei zerg <teizerg@airmail.cc>\n"
"Language-Team: Spanish (American) <https://hosted.weblate.org/projects/" "Language-Team: Spanish (American) <https://hosted.weblate.org/projects/"
@ -18,419 +18,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "TINYIB_TRIPSEED y TINYIB_ADMINPASS deben ser configurados." msgstr "TINYIB_TRIPSEED y TINYIB_ADMINPASS deben ser configurados."
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -17,419 +17,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -17,419 +17,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: trevor@rocketnine.space\n" "Report-Msgid-Bugs-To: trevor@rocketnine.space\n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-09-27 14:29+0000\n" "PO-Revision-Date: 2020-09-27 14:29+0000\n"
"Last-Translator: Igor Calì <igor.cali0@gmail.com>\n" "Last-Translator: Igor Calì <igor.cali0@gmail.com>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/tinyib/tinyib/it/" "Language-Team: Italian <https://hosted.weblate.org/projects/tinyib/tinyib/it/"
@ -18,483 +18,691 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, fuzzy, php-format
#| msgid "0 to start a new thread"
msgid "Please %s to start a new thread."
msgstr "0 per iniziare un nuovo argomento"
#: imgboard.php:351
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please enter a message and/or %s."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "Bacheca ricompilata." msgstr "Bacheca ricompilata."
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, fuzzy, php-format
msgid "Supported file types are %s." #| msgid "Supported file types are %s."
msgid "Supported file types are %1$s and %2$s."
msgstr "I tipi di file supportati sono %s." msgstr "I tipi di file supportati sono %s."
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr "Invia"
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "0 per iniziare un nuovo argomento" msgstr "0 per iniziare un nuovo argomento"
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "(incolla un URL YouTube)" msgstr "(incolla un URL YouTube)"
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "Per le immagini più grandi di %s verranno create delle miniature." msgstr "Per le immagini più grandi di %s verranno create delle miniature."
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "Attualmente ci sono %s post utente unici." msgstr "Attualmente ci sono %s post utente unici."
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "Titolo" msgstr "Titolo"
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "Messaggio" msgstr "Messaggio"
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "(per il post e la rimozione file)" msgstr "(per il post e la rimozione file)"
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "Rispondi" msgstr "Rispondi"
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "Catalogo" msgstr "Catalogo"
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "Precedente" msgstr "Precedente"
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "Prossimo" msgstr "Prossimo"
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Posting mode: Reply"
msgstr ""
#: inc/html.php:560
msgid "Manage"
msgstr "Gestisci"
#: inc/html.php:561
msgid "Style"
msgstr "Stile"
#: inc/html.php:562
msgid "Delete Post"
msgstr "Cancella post"
#: inc/html.php:700
msgid "Manage mode"
msgstr "Modalità di gestione"
#: inc/html.php:732
msgid "Log In"
msgstr "Accedi"
#: inc/html.php:733
msgid "Enter an administrator or moderator password"
msgstr "Inserisci la password di amministratore o moderatore"
#: inc/html.php:749
msgid "Ban an IP address"
msgstr ""
#: inc/html.php:750
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address"
msgstr ""
#: inc/html.php:772
msgid "Set At"
msgstr ""
#: inc/html.php:772
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason"
msgstr ""
#: inc/html.php:774
msgid "Does not expire"
msgstr ""
#: inc/html.php:776
msgid "lift"
msgstr ""
#: inc/html.php:970
msgid "Moderate"
msgstr "Modera"
#: inc/html.php:713
msgid "Log Out"
msgstr "Esci"
#: inc/html.php:708
msgid "Update"
msgstr "Aggiorna"
#: inc/html.php:705
msgid "Rebuild All"
msgstr "Ricompila tutto"
#: inc/html.php:703
msgid "Raw Post"
msgstr "Post grezzo"
#: inc/html.php:703
msgid "Moderate Post"
msgstr "Modera post"
#: inc/html.php:701
msgid "Bans"
msgstr "Bloccati"
#: inc/html.php:975
msgid "Recent posts"
msgstr "Post recenti"
#: inc/html.php:918
msgid "bans"
msgstr "bloccati"
#: inc/html.php:918
msgid "ban"
msgstr "bloccato"
#: inc/html.php:918
msgid "thread"
msgstr "argomento"
#: inc/html.php:918
msgid "threads"
msgstr "argomenti"
#: inc/html.php:699 inc/html.php:973
msgid "Status"
msgstr "Stato"
#: inc/html.php:551 inc/html.php:553 inc/html.php:694
msgid "Return" msgid "Return"
msgstr "Indietro" msgstr "Indietro"
#: inc/html.php:564 inc/html.php:946 #: inc/html.php:554
msgid "Posting mode: Reply"
msgstr ""
#: inc/html.php:562
msgid "Manage"
msgstr "Gestisci"
#: inc/html.php:563
msgid "Style"
msgstr "Stile"
#: inc/html.php:565 inc/html.php:979
msgid "Delete" msgid "Delete"
msgstr "Cancella" msgstr "Cancella"
#: inc/html.php:82 inc/html.php:774 inc/html.php:804 #: inc/html.php:566
msgid "Submit" msgid "Delete Post"
msgstr "Invia" msgstr "Cancella post"
#: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr "Stato"
#: inc/html.php:708
msgid "Bans"
msgstr "Bloccati"
#: inc/html.php:710
msgid "Moderate Post"
msgstr "Modera post"
#: inc/html.php:710
msgid "Raw Post"
msgstr "Post grezzo"
#: inc/html.php:712
msgid "Rebuild All"
msgstr "Ricompila tutto"
#: inc/html.php:715
msgid "Update"
msgstr "Aggiorna"
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr "Esci"
#: inc/html.php:726
msgid "Manage mode"
msgstr "Modalità di gestione"
#: inc/html.php:758
msgid "Log In"
msgstr "Accedi"
#: inc/html.php:759
msgid "Enter an administrator or moderator password"
msgstr "Inserisci la password di amministratore o moderatore"
#: inc/html.php:775
msgid "Add a ban"
msgstr ""
#: inc/html.php:776 inc/html.php:805
msgid "IP Address"
msgstr ""
#: inc/html.php:777
msgid "Expire(sec)"
msgstr ""
#: inc/html.php:778 inc/html.php:805
msgid "Reason"
msgstr ""
#: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire"
msgstr ""
#: inc/html.php:809
msgid "lift"
msgstr ""
#: inc/html.php:817
#, fuzzy
#| msgid "Moderate Post"
msgid "Moderate a post"
msgstr "Modera post"
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
#, fuzzy
#| msgid "thread"
msgid "Thread"
msgstr "argomento"
#: inc/html.php:850
#, fuzzy
#| msgid "Raw Post"
msgid "Post"
msgstr "Post grezzo"
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, fuzzy, php-format
#| msgid "Moderate Post"
msgid "Moderating No.%d"
msgstr "Modera post"
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
#, fuzzy
#| msgid "Delete Post"
msgid "Delete thread"
msgstr "Cancella post"
#: inc/html.php:898
#, fuzzy
#| msgid "Delete Post"
msgid "Delete post"
msgstr "Cancella post"
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr "argomento"
#: inc/html.php:951
msgid "threads"
msgstr "argomenti"
#: inc/html.php:951
msgid "ban"
msgstr "bloccato"
#: inc/html.php:951
msgid "bans"
msgstr "bloccati"
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
#, fuzzy
#| msgid "Recent posts"
msgid "Pending posts"
msgstr "Post recenti"
#: inc/html.php:1003
msgid "Moderate"
msgstr "Modera"
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr "Post recenti"

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -2,11 +2,11 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: trevor@rocketnine.space\n" "Report-Msgid-Bugs-To: trevor@rocketnine.space\n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-10-20 04:26+0000\n" "PO-Revision-Date: 2020-10-20 04:26+0000\n"
"Last-Translator: uhwGhGFaJd <uhwGhGFaJd@gmail.com>\n" "Last-Translator: uhwGhGFaJd <uhwGhGFaJd@gmail.com>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/tinyib/tinyib/ko/>" "Language-Team: Korean <https://hosted.weblate.org/projects/tinyib/tinyib/ko/"
"\n" ">\n"
"Language: ko\n" "Language: ko\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -18,419 +18,678 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "TINYIB_TRIPSEED 및 TINYIB_ADMINPASS 를 설정해야 합니다." msgstr "TINYIB_TRIPSEED 및 TINYIB_ADMINPASS 를 설정해야 합니다."
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET 를 설정해야 합니다." msgstr "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET 를 설정해야 합니다."
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr "알 수없는 데이터베이스 모드가 지정되었습니다."
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "'%s' 경로에 쓸 수 없습니다. 권한을 수정하십시오." msgstr "'%s' 경로에 쓸 수 없습니다. 권한을 수정하십시오."
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr "알 수없는 데이터베이스 모드가 지정되었습니다."
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "현재 글작성이 금지되어 있습니다. <br> 몇분뒤 다시 시도하세요." msgstr "현재 글작성이 금지되어 있습니다. <br> 몇분뒤 다시 시도하세요."
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "잘못된 상위 스레드 ID가 제공되어 게시물을 작성할 수 없습니다." msgstr "잘못된 상위 스레드 ID가 제공되어 게시물을 작성할 수 없습니다."
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "댓글을 작성할 수 없습니다 이 쓰래드는 잠겨있습니다." msgstr "댓글을 작성할 수 없습니다 이 쓰래드는 잠겨있습니다."
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "URL 삽입과 동시에 파일 업로드는 지원되지 않습니다." msgstr "URL 삽입과 동시에 파일 업로드는 지원되지 않습니다."
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "잘못된 embed 주소입니다 %s 주소만 지원합니다." msgstr "잘못된 embed 주소입니다 %s 주소만 지원합니다."
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr "오디오 / 비디오를 처리하는 동안 오류가 발생했습니다."
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr "썸네일을 생성할 수 없습니다."
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr "파일 전송 실패. 제출을 다시 시도하십시오."
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "해당 파일이 %s보다 큽니다." msgstr "해당 파일이 %s보다 큽니다."
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "업로드 된 파일의 MIME 유형 및 크기를 읽지 못했습니다. 제출을 다시 시도하십시오."
#: imgboard.php:252
msgid "Could not copy uploaded file."
msgstr "업로드 된 파일을 복사 할 수 없습니다."
#: imgboard.php:257
msgid "File transfer failure. Please go back and try again."
msgstr "파일 전송 실패. 돌아가서 다시 시도하십시오."
#: imgboard.php:276
msgid "Sorry, your video appears to be corrupt."
msgstr "죄송합니다. 동영상이 손상된 것 같습니다."
#: imgboard.php:336
#, php-format
msgid "A %s is required to start a thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:308
msgid "Error while processing audio/video."
msgstr "오디오 / 비디오를 처리하는 동안 오류가 발생했습니다."
#: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "Could not create thumbnail."
msgstr "썸네일을 생성할 수 없습니다."
#: imgboard.php:338
msgid "upload a file or embed a URL"
msgstr ""
#: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format
msgid "Please %s to start a new thread."
msgstr ""
#: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr "파일 전송 실패. 제출을 다시 시도하십시오."
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
"업로드 된 파일의 MIME 유형 및 크기를 읽지 못했습니다. 제출을 다시 시도하십시"
"오."
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr "업로드 된 파일을 복사 할 수 없습니다."
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr "파일 전송 실패. 돌아가서 다시 시도하십시오."
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr "죄송합니다. 동영상이 손상된 것 같습니다."
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -2,11 +2,11 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: trevor@rocketnine.space\n" "Report-Msgid-Bugs-To: trevor@rocketnine.space\n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-09-25 05:12+0000\n" "PO-Revision-Date: 2020-09-25 05:12+0000\n"
"Last-Translator: Domokun <domokun@asdasd.nl>\n" "Last-Translator: Domokun <domokun@asdasd.nl>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/tinyib/tinyib/nl/>" "Language-Team: Dutch <https://hosted.weblate.org/projects/tinyib/tinyib/nl/"
"\n" ">\n"
"Language: nl\n" "Language: nl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -18,133 +18,146 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "TINYIB_TRIPSEED en TINYIB_ADMINPASS moeten worden geconfigureerd." msgstr "TINYIB_TRIPSEED en TINYIB_ADMINPASS moeten worden geconfigureerd."
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
"TINYIB_RECAPTCHA_SITE en TINYIB_RECAPTCHA_SECRET moeten worden " "TINYIB_RECAPTCHA_SITE en TINYIB_RECAPTCHA_SECRET moeten worden "
"geconfigureerd." "geconfigureerd."
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr "Onbekende databasemodus gespecificeerd."
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
"Er kan niet naar directory '%s' worden geschreven. Pas de schrijfrechten " "Er kan niet naar directory '%s' worden geschreven. Pas de schrijfrechten "
"aan." "aan."
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr "Onbekende databasemodus gespecificeerd."
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
"Posten is momenteel uitgeschakeld.<br>Probeer het over enkele ogenblikken " "Posten is momenteel uitgeschakeld.<br>Probeer het over enkele ogenblikken "
"opnieuw." "opnieuw."
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "Ongeldige bovenliggende thread ID opgegeven, kan post niet maken." msgstr "Ongeldige bovenliggende thread ID opgegeven, kan post niet maken."
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "Reacties zijn niet toegestaan op vergrendelde threads." msgstr "Reacties zijn niet toegestaan op vergrendelde threads."
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
"Het is niet mogelijk zowel een URL te embedden als een bestand te uploaden." "Het is niet mogelijk zowel een URL te embedden als een bestand te uploaden."
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "Ongeldige embed-URL. Alleen %s-URLs zijn ondersteund." msgstr "Ongeldige embed-URL. Alleen %s-URLs zijn ondersteund."
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr "Fout bij het verwerken van audio/video."
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr "Kon thumbnail niet aanmaken."
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr "Bestandsoverdracht mislukt. Probeer opnieuw te versturen."
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "Het bestand is groter dan %s." msgstr "Het bestand is groter dan %s."
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
"Kan het MIME-type en de grootte van het geüploade bestand niet lezen. "
"Probeer opnieuw te versturen."
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "Kon het geüploade bestand niet kopiëren." msgstr "Fout bij het verwerken van audio/video."
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "Bestandsoverdracht mislukt. Ga terug en probeer opnieuw." msgstr "Kon thumbnail niet aanmaken."
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "Sorry, je video lijkt beschadigd te zijn." msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, fuzzy, php-format
#| msgid "0 to start a new thread"
msgid "Please %s to start a new thread."
msgstr "0 om een nieuwe thread te starten"
#: imgboard.php:351
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please enter a message and/or %s."
msgstr "Een %s is vereist om een thread te starten." msgstr ""
#: imgboard.php:349 #: imgboard.php:353
#, fuzzy
#| msgid "Please enter the CAPTCHA text."
msgid "Please enter a message."
msgstr "Voer de CAPTCHA-tekst in."
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "%s geüpload." msgstr "%s geüpload."
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "Je %s wordt weergegeven <b>zodra het is goedgekeurd</b>." msgstr "Je %s wordt weergegeven <b>zodra het is goedgekeurd</b>."
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "Thread updaten..." msgstr "Thread updaten..."
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "Index updaten..." msgstr "Index updaten..."
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
"Vink het vakje aan naast een post en klik op \"Delete\" om het te " "Vink het vakje aan naast een post en klik op \"Delete\" om het te "
"verwijderen." "verwijderen."
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
"Postverwijdering is momenteel uitgeschakeld.<br>Probeer het over enkele " "Postverwijdering is momenteel uitgeschakeld.<br>Probeer het over enkele "
"ogenblikken opnieuw." "ogenblikken opnieuw."
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "Post verwijderd." msgstr "Post verwijderd."
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "Ongeldig wachtwoord." msgstr "Ongeldig wachtwoord."
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
@ -152,53 +165,53 @@ msgstr ""
"Sorry, een ongeldige post-ID was verstuurd. Ga terug, vernieuw de pagina en " "Sorry, een ongeldige post-ID was verstuurd. Ga terug, vernieuw de pagina en "
"probeer het opnieuw." "probeer het opnieuw."
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "Board herbouwd." msgstr "Board herbouwd."
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "Sorry, er is al een ban vastgelegd voor dat IP-adres." msgstr "Sorry, er is al een ban vastgelegd voor dat IP-adres."
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "Ban vastgelegd voor %s" msgstr "Ban vastgelegd voor %s"
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "Ban verwijderd voor %s" msgstr "Ban verwijderd voor %s"
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "Postnr.%d verwijderd." msgstr "Postnr.%d verwijderd."
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "Sorry, er is geen post met dat ID." msgstr "Sorry, er is geen post met dat ID."
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "Postnr.%d goedgekeurd." msgstr "Postnr.%d goedgekeurd."
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
"Formuliergegevens zijn verloren gegaan. Ga terug en probeer het opnieuw." "Formuliergegevens zijn verloren gegaan. Ga terug en probeer het opnieuw."
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "Anoniem" msgstr "Anoniem"
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "Voer de CAPTCHA-tekst in." msgstr "Voer de CAPTCHA-tekst in."
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
@ -206,7 +219,7 @@ msgstr ""
"Ongeldige CAPTCHA-tekst ingevoerd. Probeer het opnieuw.<br>Klik op de " "Ongeldige CAPTCHA-tekst ingevoerd. Probeer het opnieuw.<br>Klik op de "
"afbeelding om een nieuwe CAPTCHA op te halen." "afbeelding om een nieuwe CAPTCHA op te halen."
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
@ -215,7 +228,7 @@ msgstr ""
"Kort je bericht in of plaats het in meerdere delen. Je bericht is %1$d " "Kort je bericht in of plaats het in meerdere delen. Je bericht is %1$d "
"tekens lang en het toegestane maximum is %2$d." "tekens lang en het toegestane maximum is %2$d."
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
@ -223,27 +236,27 @@ msgstr ""
"Het geüploade bestand overschrijdt de upload_max_filesize-instructie (%s) in " "Het geüploade bestand overschrijdt de upload_max_filesize-instructie (%s) in "
"php.ini." "php.ini."
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "Het geüploade bestand is slechts gedeeltelijk geüpload." msgstr "Het geüploade bestand is slechts gedeeltelijk geüpload."
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "Er is geen bestand geüpload." msgstr "Er is geen bestand geüpload."
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "Er ontbreekt een tijdelijke map." msgstr "Er ontbreekt een tijdelijke map."
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "Bestand naar schijf schrijven is mislukt" msgstr "Bestand naar schijf schrijven is mislukt"
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "Kan het geüploade bestand niet opslaan." msgstr "Kan het geüploade bestand niet opslaan."
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
@ -251,7 +264,7 @@ msgid ""
msgstr "" msgstr ""
"Dubbel bestand geüpload. Dat bestand is <a href=\"%s\">hier</a> al gepost." "Dubbel bestand geüpload. Dat bestand is <a href=\"%s\">hier</a> al gepost."
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
@ -261,25 +274,54 @@ msgstr ""
"veelvoorkomende oorzaak hiervan is een onjuiste bestandsextensie terwijl het " "veelvoorkomende oorzaak hiervan is een onjuiste bestandsextensie terwijl het "
"bestand eigenlijk van een ander type is." "bestand eigenlijk van een ander type is."
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr "Bestandsoverdracht mislukt. Probeer opnieuw te versturen."
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
"Kan het MIME-type en de grootte van het geüploade bestand niet lezen. "
"Probeer opnieuw te versturen."
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr "Kon het geüploade bestand niet kopiëren."
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr "Bestandsoverdracht mislukt. Ga terug en probeer opnieuw."
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr "Sorry, je video lijkt beschadigd te zijn."
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "Ondersteund bestandstype is %s" msgstr "Ondersteund bestandstype is %s"
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, fuzzy, php-format
msgid "Supported file types are %s." #| msgid "Supported file types are %s."
msgid "Supported file types are %1$s and %2$s."
msgstr "Ondersteunde bestandstypen zijn %s." msgstr "Ondersteunde bestandstypen zijn %s."
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "Antwoord aan" msgstr "Antwoord aan"
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "0 om een nieuwe thread te starten" msgstr "0 om een nieuwe thread te starten"
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
@ -287,178 +329,426 @@ msgstr ""
"Tekst die in het veld Bericht wordt ingevoerd, wordt ongewijzigd gepost " "Tekst die in het veld Bericht wordt ingevoerd, wordt ongewijzigd gepost "
"zonder opmaak." "zonder opmaak."
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "Regelafbrekingen moeten worden opgegeven met \"&lt;br&gt;\"." msgstr "Regelafbrekingen moeten worden opgegeven met \"&lt;br&gt;\"."
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "(voer de tekst hieronder in)" msgstr "(voer de tekst hieronder in)"
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "CAPTCHA" msgstr "CAPTCHA"
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "De maximale toegestane bestandsgrootte is %s." msgstr "De maximale toegestane bestandsgrootte is %s."
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "Bestand" msgstr "Bestand"
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "Embed" msgstr "Embed"
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "(plak een YouTube-URL)" msgstr "(plak een YouTube-URL)"
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "Afbeeldingen groter dan %s worden als thumbnail weergegeven." msgstr "Afbeeldingen groter dan %s worden als thumbnail weergegeven."
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "Momenteel %s unieke gebruikersposts." msgstr "Momenteel %s unieke gebruikersposts."
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "Naam" msgstr "Naam"
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "E-mail" msgstr "E-mail"
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "Onderwerp" msgstr "Onderwerp"
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "Bericht" msgstr "Bericht"
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "Wachtwoord" msgstr "Wachtwoord"
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "(voor verwijdering van post en bestand)" msgstr "(voor verwijdering van post en bestand)"
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "Embed:" msgstr "Embed:"
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "Bestand:" msgstr "Bestand:"
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "Beantwoorden" msgstr "Beantwoorden"
#: inc/html.php:475 #: inc/html.php:476
#, fuzzy
#| msgid "Post truncated. Click Reply to view."
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "Post afgekapt. Klik op Beantwoorden om te bekijken." msgstr "Post afgekapt. Klik op Beantwoorden om te bekijken."
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "1 post weggelaten. Klik op Beantwoorden om te bekijken." msgstr "1 post weggelaten. Klik op Beantwoorden om te bekijken."
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "%d posts weggelaten. Klik op Beantwoorden om te bekijken." msgstr "%d posts weggelaten. Klik op Beantwoorden om te bekijken."
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "Catalogus" msgstr "Catalogus"
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "Vorige" msgstr "Vorige"
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "Volgende" msgstr "Volgende"
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "Postmodus: Beantwoorden" msgstr "Postmodus: Beantwoorden"
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "Beheer" msgstr "Beheer"
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "Stijl" msgstr "Stijl"
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
#, fuzzy
#| msgid "Delete Post"
msgid "Delete"
msgstr "Verwijder post"
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "Verwijder post" msgstr "Verwijder post"
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
#, fuzzy
#| msgid "Delete Post"
msgid "Moderate Post"
msgstr "Verwijder post"
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
#, fuzzy
#| msgid "Log In"
msgid "Log Out"
msgstr "Log in"
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "Beheermodus" msgstr "Beheermodus"
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "Log in" msgstr "Log in"
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "Voer een administrator- of moderatorwachtwoord in" msgstr "Voer een administrator- of moderatorwachtwoord in"
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "Ban een IP-adres" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr "IP-adres:"
#: inc/html.php:751
msgid "Expire(sec):"
msgstr "Vervallen(sec):"
#: inc/html.php:752
msgid "Reason:"
msgstr "Reden:"
#: inc/html.php:753
msgid "never"
msgstr "nooit"
#: inc/html.php:754
msgid "optional"
msgstr "optioneel"
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "IP-adres" msgstr "IP-adres"
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" #, fuzzy
msgstr "Ingesteld op" #| msgid "Expire(sec):"
msgid "Expire(sec)"
msgstr "Vervallen(sec):"
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr "Vervalt"
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "Reden" msgstr "Reden"
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr "nooit"
#: inc/html.php:780
msgid "optional"
msgstr "optioneel"
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr "Ingesteld op"
#: inc/html.php:805
msgid "Expires"
msgstr "Vervalt"
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "Verloopt niet" msgstr "Verloopt niet"
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "opheffen" msgstr "opheffen"
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
#, fuzzy
#| msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
"Vink het vakje aan naast een post en klik op \"Delete\" om het te "
"verwijderen."
#: inc/html.php:841
#, fuzzy, php-format
#| msgid "Ban record added for %s"
msgid " A ban record already exists for %s"
msgstr "Ban vastgelegd voor %s"
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, fuzzy, php-format
#| msgid "IP Address:"
msgid "IP address: %s"
msgstr "IP-adres:"
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
#, fuzzy
#| msgid "Delete Post"
msgid "Delete thread"
msgstr "Verwijder post"
#: inc/html.php:898
#, fuzzy
#| msgid "Delete Post"
msgid "Delete post"
msgstr "Verwijder post"
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""
#~ msgid "A %s is required to start a thread."
#~ msgstr "Een %s is vereist om een thread te starten."
#~ msgid "Ban an IP address"
#~ msgstr "Ban een IP-adres"
#~ msgid "Reason:"
#~ msgstr "Reden:"

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -17,419 +17,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,419 +16,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-08-28 16:18-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-08-28 16:18-0700\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -17,419 +17,676 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/html.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/functions.php\n"
#: imgboard.php:74 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:78 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:88 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "" msgstr ""
#: imgboard.php:96 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr ""
#: imgboard.php:111
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:130 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "" msgstr ""
#: imgboard.php:132 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "" msgstr ""
#: imgboard.php:169 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "" msgstr ""
#: imgboard.php:174 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "" msgstr ""
#: imgboard.php:194 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr ""
#: imgboard.php:201 imgboard.php:301 imgboard.php:312
msgid "Could not create thumbnail."
msgstr ""
#: imgboard.php:217
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: imgboard.php:221 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "" msgstr ""
#: imgboard.php:236 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "" msgstr ""
#: imgboard.php:252 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "" msgstr ""
#: imgboard.php:257 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "" msgstr ""
#: imgboard.php:276 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "" msgstr ""
#: imgboard.php:336 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr "" msgstr ""
#: imgboard.php:349 #: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr ""
#: imgboard.php:353
msgid "Please enter a message."
msgstr ""
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "" msgstr ""
#: imgboard.php:354 #: imgboard.php:363
#, php-format #, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "" msgstr ""
#: imgboard.php:367 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "" msgstr ""
#: imgboard.php:380 #: imgboard.php:389
msgid "Updating index..." msgid "Updating index..."
msgstr "" msgstr ""
#: imgboard.php:386 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "" msgstr ""
#: imgboard.php:390 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "" msgstr ""
#: imgboard.php:407 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "" msgstr ""
#: imgboard.php:409 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "" msgstr ""
#: imgboard.php:412 #: imgboard.php:421
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "" msgstr ""
#: imgboard.php:436 #: imgboard.php:445
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "" msgstr ""
#: imgboard.php:444 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "" msgstr ""
#: imgboard.php:453 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "" msgstr ""
#: imgboard.php:459 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "" msgstr ""
#: imgboard.php:551 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "" msgstr ""
#: imgboard.php:553 imgboard.php:569 imgboard.php:578 imgboard.php:593 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:607 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "" msgstr ""
#: imgboard.php:567 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "" msgstr ""
#: imgboard.php:596 imgboard.php:610 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "" msgstr ""
#: inc/functions.php:214 inc/html.php:995 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "" msgstr ""
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "" msgstr ""
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "" msgstr ""
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr ""
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr ""
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr ""
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr ""
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr ""
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit"
msgstr ""
#: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:218 #: inc/html.php:207
msgid "All posts are moderated before being shown."
msgstr ""
#: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown."
msgstr ""
#: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:223 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:236 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:250 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:264 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:278 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:297 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:298 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:356
msgid "Stickied"
msgstr ""
#: inc/html.php:360
msgid "Locked"
msgstr ""
#: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:372 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:469 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:475 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:486 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:504 inc/html.php:550 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:514 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:527 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:552 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return"
msgstr ""
#: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:560 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:561 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:562 #: inc/html.php:565 inc/html.php:979
msgid "Delete"
msgstr ""
#: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:700 #: inc/html.php:706 inc/html.php:1006
msgid "Status"
msgstr ""
#: inc/html.php:708
msgid "Bans"
msgstr ""
#: inc/html.php:710
msgid "Moderate Post"
msgstr ""
#: inc/html.php:710
msgid "Raw Post"
msgstr ""
#: inc/html.php:712
msgid "Rebuild All"
msgstr ""
#: inc/html.php:715
msgid "Update"
msgstr ""
#: inc/html.php:718
msgid "Migrate Database"
msgstr ""
#: inc/html.php:720
msgid "Log Out"
msgstr ""
#: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:732 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:733 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:749 #: inc/html.php:775
msgid "Ban an IP address" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:750 #: inc/html.php:776 inc/html.php:805
msgid "IP Address:"
msgstr ""
#: inc/html.php:751
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:752
msgid "Reason:"
msgstr ""
#: inc/html.php:753
msgid "never"
msgstr ""
#: inc/html.php:754
msgid "optional"
msgstr ""
#: inc/html.php:772
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:772 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:772
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:774 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:776 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr ""
#: inc/html.php:841
#, php-format
msgid " A ban record already exists for %s"
msgstr ""
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below."
msgstr ""
#: inc/html.php:849
msgid "This will delete the post below."
msgstr ""
#: inc/html.php:850
msgid "Thread"
msgstr ""
#: inc/html.php:850
msgid "Post"
msgstr ""
#: inc/html.php:856
msgid "Un-sticky"
msgstr ""
#: inc/html.php:856
msgid "Sticky"
msgstr ""
#: inc/html.php:857
msgid "Return this thread to a normal state."
msgstr ""
#: inc/html.php:857
msgid "Keep this thread at the top of the board."
msgstr ""
#: inc/html.php:871
msgid "Unlock"
msgstr ""
#: inc/html.php:871
msgid "Lock"
msgstr ""
#: inc/html.php:872
msgid "Allow replying to this thread."
msgstr ""
#: inc/html.php:872
msgid "Disallow replying to this thread."
msgstr ""
#: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action"
msgstr ""
#: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread"
msgstr ""
#: inc/html.php:951
msgid "threads"
msgstr ""
#: inc/html.php:951
msgid "ban"
msgstr ""
#: inc/html.php:951
msgid "bans"
msgstr ""
#: inc/html.php:975
msgid "Approve"
msgstr ""
#: inc/html.php:977
msgid "More Info"
msgstr ""
#: inc/html.php:985
msgid "Pending posts"
msgstr ""
#: inc/html.php:1003
msgid "Moderate"
msgstr ""
#: inc/html.php:1007
msgid "Info"
msgstr ""
#: inc/html.php:1008
msgid "Recent posts"
msgstr ""

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: trevor@rocketnine.space\n" "Report-Msgid-Bugs-To: trevor@rocketnine.space\n"
"POT-Creation-Date: 2020-10-01 13:45-0700\n" "POT-Creation-Date: 2020-10-22 09:12-0700\n"
"PO-Revision-Date: 2020-10-17 16:26+0000\n" "PO-Revision-Date: 2020-10-17 16:26+0000\n"
"Last-Translator: Michael Mai <michaelmai2000@gmail.com>\n" "Last-Translator: Michael Mai <michaelmai2000@gmail.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
@ -19,574 +19,684 @@ msgstr ""
"X-Poedit-SearchPath-1: inc/functions.php\n" "X-Poedit-SearchPath-1: inc/functions.php\n"
"X-Poedit-SearchPath-2: inc/html.php\n" "X-Poedit-SearchPath-2: inc/html.php\n"
#: imgboard.php:78 #: imgboard.php:60
msgid "Click here to go back"
msgstr ""
#: imgboard.php:84
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
msgstr "" msgstr ""
#: imgboard.php:82 #: imgboard.php:88
msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured." msgid "TINYIB_RECAPTCHA_SITE and TINYIB_RECAPTCHA_SECRET must be configured."
msgstr "" msgstr ""
#: imgboard.php:92 #: imgboard.php:93 imgboard.php:501
msgid "Unknown database mode specified."
msgstr "设置了未知的数据库模式。"
#: imgboard.php:190
#, php-format #, php-format
msgid "Directory '%s' can not be written to. Please modify its permissions." msgid "Directory '%s' can not be written to. Please modify its permissions."
msgstr "无法写入字典 '%s'。请修改其权限。" msgstr "无法写入字典 '%s'。请修改其权限。"
#: imgboard.php:100 #: imgboard.php:207
msgid "Unknown database mode specified."
msgstr "设置了未知的数据库模式。"
#: imgboard.php:115
msgid "Posting is currently disabled.<br>Please try again in a few moments." msgid "Posting is currently disabled.<br>Please try again in a few moments."
msgstr "现在发帖功能已被禁用。<br>请稍等片刻再重试。" msgstr "现在发帖功能已被禁用。<br>请稍等片刻再重试。"
#: imgboard.php:134 inc/functions.php:387 #: imgboard.php:226 inc/functions.php:300
msgid "Invalid parent thread ID supplied, unable to create post." msgid "Invalid parent thread ID supplied, unable to create post."
msgstr "提供的上级帖子ID无效无法创建帖子。" msgstr "提供的上级帖子ID无效无法创建帖子。"
#: imgboard.php:136 #: imgboard.php:228
msgid "Replies are not allowed to locked threads." msgid "Replies are not allowed to locked threads."
msgstr "不允许回复已锁定的帖子。" msgstr "不允许回复已锁定的帖子。"
#: imgboard.php:173 #: imgboard.php:265
msgid "Embedding a URL and uploading a file at the same time is not supported." msgid "Embedding a URL and uploading a file at the same time is not supported."
msgstr "不支持同时嵌入URL和上传文件。" msgstr "不支持同时嵌入URL和上传文件。"
#: imgboard.php:178 #: imgboard.php:271
#, php-format #, php-format
msgid "Invalid embed URL. Only %s URLs are supported." msgid "Invalid embed URL. Only %s URLs are supported."
msgstr "无效的嵌入网址。仅支持 %s URL。" msgstr "无效的嵌入网址。仅支持 %s URL。"
#: imgboard.php:198 #: imgboard.php:275 inc/functions.php:326 inc/functions.php:566
msgid "Error while processing audio/video."
msgstr "处理音频/视频时发生错误。"
#: imgboard.php:205 imgboard.php:305 imgboard.php:316
msgid "Could not create thumbnail."
msgstr "无法创建缩略图。"
#: imgboard.php:221
msgid "File transfer failure. Please retry the submission."
msgstr "文件传输失败。请重试。"
#: imgboard.php:225 inc/functions.php:413
#, php-format #, php-format
msgid "That file is larger than %s." msgid "That file is larger than %s."
msgstr "该文件大于 %s 。" msgstr "该文件大于 %s 。"
#: imgboard.php:240 #: imgboard.php:280 imgboard.php:286
msgid "" msgid "Failed to download file at specified URL."
"Failed to read the MIME type and size of the uploaded file. Please retry the " msgstr ""
"submission."
msgstr "无法读取已上传文件的MIME类型和大小。请重试。"
#: imgboard.php:256 #: imgboard.php:308
msgid "Could not copy uploaded file." msgid "Error while processing audio/video."
msgstr "无法复制已上传的文件。" msgstr "处理音频/视频时发生错误。"
#: imgboard.php:261 #: imgboard.php:315 inc/functions.php:651 inc/functions.php:662
msgid "File transfer failure. Please go back and try again." msgid "Could not create thumbnail."
msgstr "文件传输失败。请返回并重试。" msgstr "无法创建缩略图。"
#: imgboard.php:280 #: imgboard.php:338
msgid "Sorry, your video appears to be corrupt." msgid "upload a file or embed a URL"
msgstr "抱歉,你上传的视频已经损坏。" msgstr ""
#: imgboard.php:340 #: imgboard.php:340
msgid "upload a file"
msgstr ""
#: imgboard.php:342
msgid "embed a URL"
msgstr ""
#: imgboard.php:345
#, php-format #, php-format
msgid "A %s is required to start a thread." msgid "Please %s to start a new thread."
msgstr ""
#: imgboard.php:351
#, php-format
msgid "Please enter a message and/or %s."
msgstr "" msgstr ""
#: imgboard.php:353 #: imgboard.php:353
#, fuzzy
#| msgid "Please enter the CAPTCHA text."
msgid "Please enter a message."
msgstr "请输入验证码文本。"
#: imgboard.php:355
#, php-format
msgid "Please %s."
msgstr ""
#: imgboard.php:358
#, php-format #, php-format
msgid "%s uploaded." msgid "%s uploaded."
msgstr "%s 已上传。" msgstr "%s 已上传。"
#: imgboard.php:358 #: imgboard.php:363
#, fuzzy, php-format #, fuzzy, php-format
msgid "Your %s will be shown <b>once it has been approved</b>." msgid "Your %s will be shown <b>once it has been approved</b>."
msgstr "你的 %s 会被显示。<b>只要它被通过了。</b>" msgstr "你的 %s 会被显示。<b>只要它被通过了。</b>"
#: imgboard.php:371 #: imgboard.php:376
msgid "Updating thread..." msgid "Updating thread..."
msgstr "正在更新帖子..." msgstr "正在更新帖子..."
#: imgboard.php:384 #: imgboard.php:389
#, fuzzy #, fuzzy
msgid "Updating index..." msgid "Updating index..."
msgstr "正在更新索引..." msgstr "正在更新索引..."
#: imgboard.php:390 #: imgboard.php:395
msgid "Tick the box next to a post and click \"Delete\" to delete it." msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgstr "勾选帖子旁边的选框,然后点击“删除”来删除帖子。" msgstr "勾选帖子旁边的选框,然后点击“删除”来删除帖子。"
#: imgboard.php:394 #: imgboard.php:399
msgid "" msgid ""
"Post deletion is currently disabled.<br>Please try again in a few moments." "Post deletion is currently disabled.<br>Please try again in a few moments."
msgstr "删贴已禁用。<br>请你稍后再试。" msgstr "删贴已禁用。<br>请你稍后再试。"
#: imgboard.php:411 #: imgboard.php:416
msgid "Post deleted." msgid "Post deleted."
msgstr "已删除帖子。" msgstr "已删除帖子。"
#: imgboard.php:413 #: imgboard.php:418
msgid "Invalid password." msgid "Invalid password."
msgstr "无效的密码。" msgstr "无效的密码。"
#: imgboard.php:416 #: imgboard.php:421
#, fuzzy #, fuzzy
msgid "" msgid ""
"Sorry, an invalid post identifier was sent. Please go back, refresh the " "Sorry, an invalid post identifier was sent. Please go back, refresh the "
"page, and try again." "page, and try again."
msgstr "抱歉帖子ID非法。请返回刷新页面并重试。" msgstr "抱歉帖子ID非法。请返回刷新页面并重试。"
#: imgboard.php:440 #: imgboard.php:445
#, fuzzy #, fuzzy
msgid "Rebuilt board." msgid "Rebuilt board."
msgstr "重建版聊。" msgstr "重建版聊。"
#: imgboard.php:448 #: imgboard.php:453
msgid "Sorry, there is already a ban on record for that IP address." msgid "Sorry, there is already a ban on record for that IP address."
msgstr "抱歉此ID已被禁用。" msgstr "抱歉此ID已被禁用。"
#: imgboard.php:457 #: imgboard.php:462
#, php-format #, php-format
msgid "Ban record added for %s" msgid "Ban record added for %s"
msgstr "添加了对 %s 的禁令" msgstr "添加了对 %s 的禁令"
#: imgboard.php:463 #: imgboard.php:468
#, php-format #, php-format
msgid "Ban record lifted for %s" msgid "Ban record lifted for %s"
msgstr "解除了对 %s 的禁令" msgstr "解除了对 %s 的禁令"
#: imgboard.php:555 #: imgboard.php:536
#, php-format #, php-format
msgid "Post No.%d deleted." msgid "Post No.%d deleted."
msgstr "帖子 ID%d 已删除。" msgstr "帖子 ID%d 已删除。"
#: imgboard.php:557 imgboard.php:573 imgboard.php:582 imgboard.php:597 #: imgboard.php:538 imgboard.php:554 imgboard.php:563 imgboard.php:578
#: imgboard.php:611 #: imgboard.php:592
msgid "Sorry, there doesn't appear to be a post with that ID." msgid "Sorry, there doesn't appear to be a post with that ID."
msgstr "抱歉,似乎没有带该 ID 的帖子。" msgstr "抱歉,似乎没有带该 ID 的帖子。"
#: imgboard.php:571 #: imgboard.php:552
#, php-format #, php-format
msgid "Post No.%d approved." msgid "Post No.%d approved."
msgstr "帖子 %d 已被批准。" msgstr "帖子 %d 已被批准。"
#: imgboard.php:600 imgboard.php:614 #: imgboard.php:581 imgboard.php:595
msgid "Form data was lost. Please go back and try again." msgid "Form data was lost. Please go back and try again."
msgstr "表单数据丢失。请返回并重试。" msgstr "表单数据丢失。请返回并重试。"
#: inc/functions.php:214 inc/html.php:1024 #: inc/functions.php:127 inc/html.php:1055
msgid "Anonymous" msgid "Anonymous"
msgstr "匿名" msgstr "匿名"
#: inc/functions.php:323 #: inc/functions.php:236
msgid "Please enter the CAPTCHA text." msgid "Please enter the CAPTCHA text."
msgstr "请输入验证码文本。" msgstr "请输入验证码文本。"
#: inc/functions.php:325 #: inc/functions.php:238
msgid "" msgid ""
"Incorrect CAPTCHA text entered. Please try again.<br>Click the image to " "Incorrect CAPTCHA text entered. Please try again.<br>Click the image to "
"retrieve a new CAPTCHA." "retrieve a new CAPTCHA."
msgstr "输入了错误的验证码文本。请重试。<br>单击图像以获取新的验证码。" msgstr "输入了错误的验证码文本。请重试。<br>单击图像以获取新的验证码。"
#: inc/functions.php:356 #: inc/functions.php:269
#, php-format #, php-format
msgid "" msgid ""
"Please shorten your message, or post it in multiple parts. Your message is " "Please shorten your message, or post it in multiple parts. Your message is "
"%1$d characters long, and the maximum allowed is %2$d." "%1$d characters long, and the maximum allowed is %2$d."
msgstr "" msgstr ""
#: inc/functions.php:416 #: inc/functions.php:329
#, php-format #, php-format
msgid "" msgid ""
"The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini." "The uploaded file exceeds the upload_max_filesize directive (%s) in php.ini."
msgstr "" msgstr ""
#: inc/functions.php:419 #: inc/functions.php:332
msgid "The uploaded file was only partially uploaded." msgid "The uploaded file was only partially uploaded."
msgstr "" msgstr ""
#: inc/functions.php:422 #: inc/functions.php:335
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: inc/functions.php:425 #: inc/functions.php:338
msgid "Missing a temporary folder." msgid "Missing a temporary folder."
msgstr "" msgstr ""
#: inc/functions.php:428 #: inc/functions.php:341
msgid "Failed to write file to disk" msgid "Failed to write file to disk"
msgstr "" msgstr ""
#: inc/functions.php:431 #: inc/functions.php:344
msgid "Unable to save the uploaded file." msgid "Unable to save the uploaded file."
msgstr "" msgstr ""
#: inc/functions.php:439 #: inc/functions.php:352
#, php-format #, php-format
msgid "" msgid ""
"Duplicate file uploaded. That file has already been posted <a href=\"%s" "Duplicate file uploaded. That file has already been posted <a href=\"%s"
"\">here</a>." "\">here</a>."
msgstr "" msgstr ""
#: inc/functions.php:470 #: inc/functions.php:383
msgid "" msgid ""
"Unable to read the uploaded file while creating its thumbnail. A common " "Unable to read the uploaded file while creating its thumbnail. A common "
"cause for this is an incorrect extension when the file is actually of a " "cause for this is an incorrect extension when the file is actually of a "
"different type." "different type."
msgstr "" msgstr ""
#: inc/html.php:62 #: inc/functions.php:560
msgid "File transfer failure. Please retry the submission."
msgstr "文件传输失败。请重试。"
#: inc/functions.php:582
msgid ""
"Failed to read the MIME type and size of the uploaded file. Please retry the "
"submission."
msgstr "无法读取已上传文件的MIME类型和大小。请重试。"
#: inc/functions.php:596 inc/functions.php:601
msgid "Could not copy uploaded file."
msgstr "无法复制已上传的文件。"
#: inc/functions.php:607
msgid "File transfer failure. Please go back and try again."
msgstr "文件传输失败。请返回并重试。"
#: inc/functions.php:626
msgid "Sorry, your video appears to be corrupt."
msgstr "抱歉,你上传的视频已经损坏。"
#: inc/html.php:57
#, php-format #, php-format
msgid "Supported file type is %s" msgid "Supported file type is %s"
msgstr "" msgstr ""
#: inc/html.php:64 #: inc/html.php:60
#, php-format #, php-format
msgid "Supported file types are %s." msgid "Supported file types are %1$s and %2$s."
msgstr "" msgstr ""
#: inc/html.php:82 inc/html.php:776 inc/html.php:806 #: inc/html.php:77 inc/html.php:781 inc/html.php:819
msgid "Submit" msgid "Submit"
msgstr "" msgstr ""
#: inc/html.php:100 #: inc/html.php:95
msgid "Reply to" msgid "Reply to"
msgstr "" msgstr ""
#: inc/html.php:101 #: inc/html.php:96
msgid "0 to start a new thread" msgid "0 to start a new thread"
msgstr "" msgstr ""
#: inc/html.php:102 #: inc/html.php:97
msgid "" msgid ""
"Text entered in the Message field will be posted as is with no formatting " "Text entered in the Message field will be posted as is with no formatting "
"applied." "applied."
msgstr "" msgstr ""
#: inc/html.php:103 #: inc/html.php:98
msgid "Line-breaks must be specified with \"&lt;br&gt;\"." msgid "Line-breaks must be specified with \"&lt;br&gt;\"."
msgstr "" msgstr ""
#: inc/html.php:154 #: inc/html.php:149
msgid "(enter the text below)" msgid "(enter the text below)"
msgstr "" msgstr ""
#: inc/html.php:158 #: inc/html.php:153
msgid "CAPTCHA" msgid "CAPTCHA"
msgstr "" msgstr ""
#: inc/html.php:174 #: inc/html.php:169
#, php-format #, php-format
msgid "Maximum file size allowed is %s." msgid "Maximum file size allowed is %s."
msgstr "" msgstr ""
#: inc/html.php:179 #: inc/html.php:174
msgid "File" msgid "File"
msgstr "" msgstr ""
#: inc/html.php:193 #: inc/html.php:189
msgid "Embed" msgid "Embed"
msgstr "" msgstr ""
#: inc/html.php:194 #: inc/html.php:192
msgid "(paste a YouTube URL)" msgid "(paste a YouTube URL)"
msgstr "" msgstr ""
#: inc/html.php:208 #: inc/html.php:207
msgid "All posts are moderated before being shown." msgid "All posts are moderated before being shown."
msgstr "" msgstr ""
#: inc/html.php:210 #: inc/html.php:209
msgid "All posts with a file attached are moderated before being shown." msgid "All posts with a file attached are moderated before being shown."
msgstr "" msgstr ""
#: inc/html.php:220 #: inc/html.php:219
#, php-format #, php-format
msgid "Images greater than %s will be thumbnailed." msgid "Images greater than %s will be thumbnailed."
msgstr "" msgstr ""
#: inc/html.php:225 #: inc/html.php:224
#, php-format #, php-format
msgid "Currently %s unique user posts." msgid "Currently %s unique user posts."
msgstr "" msgstr ""
#: inc/html.php:238 #: inc/html.php:237
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: inc/html.php:252 #: inc/html.php:251
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: inc/html.php:266 #: inc/html.php:265
msgid "Subject" msgid "Subject"
msgstr "" msgstr ""
#: inc/html.php:280 #: inc/html.php:279
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: inc/html.php:299 inc/html.php:565 #: inc/html.php:298 inc/html.php:564
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: inc/html.php:300 #: inc/html.php:299
msgid "(for post and file deletion)" msgid "(for post and file deletion)"
msgstr "" msgstr ""
#: inc/html.php:357 #: inc/html.php:356
msgid "Stickied" msgid "Stickied"
msgstr "" msgstr ""
#: inc/html.php:361 #: inc/html.php:360
msgid "Locked" msgid "Locked"
msgstr "" msgstr ""
#: inc/html.php:374 #: inc/html.php:373
msgid "Embed:" msgid "Embed:"
msgstr "" msgstr ""
#: inc/html.php:374 #: inc/html.php:373
msgid "File:" msgid "File:"
msgstr "" msgstr ""
#: inc/html.php:471 #: inc/html.php:470
msgid "Reply" msgid "Reply"
msgstr "" msgstr ""
#: inc/html.php:477 #: inc/html.php:476
msgid "Post truncated. Click Reply to view." msgid "Post truncated. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:488 #: inc/html.php:487
msgid "1 post omitted. Click Reply to view." msgid "1 post omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:490 #: inc/html.php:489
#, php-format #, php-format
msgid "%d posts omitted. Click Reply to view." msgid "%d posts omitted. Click Reply to view."
msgstr "" msgstr ""
#: inc/html.php:506 inc/html.php:541 inc/html.php:553 #: inc/html.php:505 inc/html.php:540 inc/html.php:552
msgid "Catalog" msgid "Catalog"
msgstr "" msgstr ""
#: inc/html.php:516 #: inc/html.php:515
msgid "Previous" msgid "Previous"
msgstr "" msgstr ""
#: inc/html.php:529 #: inc/html.php:528
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: inc/html.php:553 inc/html.php:555 inc/html.php:696 #: inc/html.php:552 inc/html.php:554 inc/html.php:701
msgid "Return" msgid "Return"
msgstr "" msgstr ""
#: inc/html.php:555 #: inc/html.php:554
msgid "Posting mode: Reply" msgid "Posting mode: Reply"
msgstr "" msgstr ""
#: inc/html.php:563 #: inc/html.php:562
msgid "Manage" msgid "Manage"
msgstr "" msgstr ""
#: inc/html.php:564 #: inc/html.php:563
msgid "Style" msgid "Style"
msgstr "" msgstr ""
#: inc/html.php:566 inc/html.php:948 #: inc/html.php:565 inc/html.php:979
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: inc/html.php:567 #: inc/html.php:566
msgid "Delete Post" msgid "Delete Post"
msgstr "" msgstr ""
#: inc/html.php:701 inc/html.php:975 #: inc/html.php:706 inc/html.php:1006
msgid "Status" msgid "Status"
msgstr "" msgstr ""
#: inc/html.php:703 #: inc/html.php:708
msgid "Bans" msgid "Bans"
msgstr "" msgstr ""
#: inc/html.php:705 #: inc/html.php:710
msgid "Moderate Post" msgid "Moderate Post"
msgstr "" msgstr ""
#: inc/html.php:705 #: inc/html.php:710
msgid "Raw Post" msgid "Raw Post"
msgstr "" msgstr ""
#: inc/html.php:707 #: inc/html.php:712
msgid "Rebuild All" msgid "Rebuild All"
msgstr "" msgstr ""
#: inc/html.php:710 #: inc/html.php:715
msgid "Update" msgid "Update"
msgstr "" msgstr ""
#: inc/html.php:713 #: inc/html.php:718
msgid "Migrate Database" msgid "Migrate Database"
msgstr "" msgstr ""
#: inc/html.php:715 #: inc/html.php:720
msgid "Log Out" msgid "Log Out"
msgstr "" msgstr ""
#: inc/html.php:721 #: inc/html.php:726
msgid "Manage mode" msgid "Manage mode"
msgstr "" msgstr ""
#: inc/html.php:753 #: inc/html.php:758
msgid "Log In" msgid "Log In"
msgstr "" msgstr ""
#: inc/html.php:754 #: inc/html.php:759
msgid "Enter an administrator or moderator password" msgid "Enter an administrator or moderator password"
msgstr "" msgstr ""
#: inc/html.php:770
msgid "Ban an IP address"
msgstr ""
#: inc/html.php:771
msgid "IP Address:"
msgstr ""
#: inc/html.php:772
msgid "Expire(sec):"
msgstr ""
#: inc/html.php:773
msgid "Reason:"
msgstr ""
#: inc/html.php:774
msgid "never"
msgstr ""
#: inc/html.php:775 #: inc/html.php:775
msgid "optional" msgid "Add a ban"
msgstr "" msgstr ""
#: inc/html.php:794 #: inc/html.php:776 inc/html.php:805
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: inc/html.php:794 #: inc/html.php:777
msgid "Set At" msgid "Expire(sec)"
msgstr "" msgstr ""
#: inc/html.php:794 #: inc/html.php:778 inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:794
msgid "Reason" msgid "Reason"
msgstr "" msgstr ""
#: inc/html.php:796 #: inc/html.php:779
msgid "never"
msgstr ""
#: inc/html.php:780
msgid "optional"
msgstr ""
#: inc/html.php:782
msgid "1 hour"
msgstr ""
#: inc/html.php:783
msgid "1 day"
msgstr ""
#: inc/html.php:784
msgid "2 days"
msgstr ""
#: inc/html.php:785
msgid "1 week"
msgstr ""
#: inc/html.php:786
msgid "2 weeks"
msgstr ""
#: inc/html.php:787
msgid "1 month"
msgstr ""
#: inc/html.php:805
msgid "Set At"
msgstr ""
#: inc/html.php:805
msgid "Expires"
msgstr ""
#: inc/html.php:807
msgid "Does not expire" msgid "Does not expire"
msgstr "" msgstr ""
#: inc/html.php:798 #: inc/html.php:809
msgid "lift" msgid "lift"
msgstr "" msgstr ""
#: inc/html.php:825 #: inc/html.php:817
msgid "Moderate a post"
msgstr ""
#: inc/html.php:818
msgid "Post ID"
msgstr ""
#: inc/html.php:820
msgid "Tip:"
msgstr ""
#: inc/html.php:821
msgid ""
"While browsing the image board, you can easily moderate a post if you are "
"logged in."
msgstr ""
#: inc/html.php:822
#, fuzzy
#| msgid "Tick the box next to a post and click \"Delete\" to delete it."
msgid ""
"Tick the box next to a post and click \"Delete\" at the bottom of the page "
"with a blank password."
msgstr "勾选帖子旁边的选框,然后点击“删除”来删除帖子。"
#: inc/html.php:841
#, fuzzy, php-format
#| msgid "Ban record added for %s"
msgid " A ban record already exists for %s"
msgstr "添加了对 %s 的禁令"
#: inc/html.php:844
msgid "Only an administrator may ban an IP address."
msgstr ""
#: inc/html.php:846
#, php-format
msgid "IP address: %s"
msgstr ""
#: inc/html.php:849
msgid "This will delete the entire thread below." msgid "This will delete the entire thread below."
msgstr "" msgstr ""
#: inc/html.php:825 #: inc/html.php:849
msgid "This will delete the post below." msgid "This will delete the post below."
msgstr "" msgstr ""
#: inc/html.php:826 #: inc/html.php:850
msgid "Thread" msgid "Thread"
msgstr "" msgstr ""
#: inc/html.php:826 #: inc/html.php:850
msgid "Post" msgid "Post"
msgstr "" msgstr ""
#: inc/html.php:832 #: inc/html.php:856
msgid "Un-sticky" msgid "Un-sticky"
msgstr "" msgstr ""
#: inc/html.php:832 #: inc/html.php:856
msgid "Sticky" msgid "Sticky"
msgstr "" msgstr ""
#: inc/html.php:833 #: inc/html.php:857
msgid "Return this thread to a normal state." msgid "Return this thread to a normal state."
msgstr "" msgstr ""
#: inc/html.php:833 #: inc/html.php:857
msgid "Keep this thread at the top of the board." msgid "Keep this thread at the top of the board."
msgstr "" msgstr ""
#: inc/html.php:847 #: inc/html.php:871
msgid "Unlock" msgid "Unlock"
msgstr "" msgstr ""
#: inc/html.php:847 #: inc/html.php:871
msgid "Lock" msgid "Lock"
msgstr "" msgstr ""
#: inc/html.php:848 #: inc/html.php:872
msgid "Allow replying to this thread." msgid "Allow replying to this thread."
msgstr "" msgstr ""
#: inc/html.php:848 #: inc/html.php:872
msgid "Disallow replying to this thread." msgid "Disallow replying to this thread."
msgstr "" msgstr ""
#: inc/html.php:869 #: inc/html.php:893
#, php-format
msgid "Moderating No.%d"
msgstr ""
#: inc/html.php:894
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: inc/html.php:920 #: inc/html.php:896
msgid "Delete thread"
msgstr ""
#: inc/html.php:898
msgid "Delete post"
msgstr ""
#: inc/html.php:900
msgid "Ban poster"
msgstr ""
#: inc/html.php:951
msgid "thread" msgid "thread"
msgstr "" msgstr ""
#: inc/html.php:920 #: inc/html.php:951
msgid "threads" msgid "threads"
msgstr "" msgstr ""
#: inc/html.php:920 #: inc/html.php:951
msgid "ban" msgid "ban"
msgstr "" msgstr ""
#: inc/html.php:920 #: inc/html.php:951
msgid "bans" msgid "bans"
msgstr "" msgstr ""
#: inc/html.php:944 #: inc/html.php:975
msgid "Approve" msgid "Approve"
msgstr "" msgstr ""
#: inc/html.php:946 #: inc/html.php:977
msgid "More Info" msgid "More Info"
msgstr "" msgstr ""
#: inc/html.php:954 #: inc/html.php:985
msgid "Pending posts" msgid "Pending posts"
msgstr "" msgstr ""
#: inc/html.php:972 #: inc/html.php:1003
msgid "Moderate" msgid "Moderate"
msgstr "" msgstr ""
#: inc/html.php:976 #: inc/html.php:1007
msgid "Info" msgid "Info"
msgstr "" msgstr ""
#: inc/html.php:977 #: inc/html.php:1008
msgid "Recent posts" msgid "Recent posts"
msgstr "" msgstr ""