diff --git a/LICENSE.md b/LICENSE.md index 60e332f6..942ac82a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -60,7 +60,3 @@ copyright notices untouched. Beside, we give you absolutely no guarantees. Tinyboard and vichan licenses also clarify, that the copyright notices found in the template footers are also covered by the copyright notice preservation clause. - -# Exception -It is explicitly allowed for the Tinyboard upstream, to take vichan -changesets under a Tinyboard license. diff --git a/inc/functions.php b/inc/functions.php index 6c92f4fc..abdab176 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -215,6 +215,8 @@ function loadConfig() { error_reporting(E_ALL); ini_set('display_errors', true); ini_set('html_errors', false); + } else { + ini_set('display_errors', false); } // Keep the original address to properly comply with other board configurations @@ -2039,7 +2041,8 @@ function buildThread50($id, $return = false, $mod = false, $thread = null, $anti if ($query->rowCount() == $config['noko50_count']+1) { - $count = prepare(sprintf("SELECT COUNT(`id`) as `num` FROM ``posts_%s`` WHERE `thread` = :thread UNION ALL SELECT COUNT(`id`) FROM ``posts_%s`` WHERE `file` IS NOT NULL AND `thread` = :thread", $board['uri'], $board['uri'])); + $count = prepare(sprintf("SELECT COUNT(`id`) as `num` FROM ``posts_%s`` WHERE `thread` = :thread UNION ALL + SELECT SUM(`num_files`) FROM ``posts_%s`` WHERE `files` IS NOT NULL AND `thread` = :thread", $board['uri'], $board['uri'])); $count->bindValue(':thread', $id, PDO::PARAM_INT); $count->execute() or error(db_error($count)); diff --git a/inc/locale/cs_CZ/LC_MESSAGES/javascript.po b/inc/locale/cs_CZ/LC_MESSAGES/javascript.po index 0cee0212..444beaf4 100644 --- a/inc/locale/cs_CZ/LC_MESSAGES/javascript.po +++ b/inc/locale/cs_CZ/LC_MESSAGES/javascript.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:53+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +24,7 @@ msgstr "Styl: " #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Soubor" @@ -33,6 +33,7 @@ msgid "hide" msgstr "skrýt" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "zobrazit" @@ -55,22 +56,27 @@ msgid "Hide locked threads" msgstr "Skrýt zamčená vlákna" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "" @@ -258,6 +264,7 @@ msgstr "Návrat" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "" @@ -541,10 +548,12 @@ msgid "Your browser does not support HTML5 video." msgstr "" #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "" @@ -567,3 +576,15 @@ msgstr "" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.mo b/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.mo index 46d03ad3..a76399e5 100644 Binary files a/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.mo and b/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.po b/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.po index ec525542..46576ced 100644 --- a/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.po +++ b/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-21 19:05+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,6 +24,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" @@ -37,6 +38,7 @@ msgstr[2] "sekund" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "minuta" @@ -50,6 +52,7 @@ msgstr[2] "minut" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "hodina" @@ -63,6 +66,7 @@ msgstr[2] "hodin" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "den" @@ -76,6 +80,7 @@ msgstr[2] "dnů" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "týden" @@ -89,6 +94,7 @@ msgstr[2] "týdnů" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "rok" @@ -98,7 +104,7 @@ msgstr[2] "let" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Máš ban!" @@ -110,7 +116,7 @@ msgstr "Máš ban!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Předchozí" @@ -122,28 +128,33 @@ msgstr "Předchozí" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Další" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Chyba" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Nastala chyba." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Přihlášení" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Příspěvek je příliš dlouhý. Klikni sem pro zobrazení celého textu." @@ -152,6 +163,7 @@ msgstr "Příspěvek je příliš dlouhý. Klikni sem pro zob #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Zabanovat" @@ -159,13 +171,16 @@ msgstr "Zabanovat" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Zabanovat a smazat" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Smazat soubor" @@ -173,6 +188,7 @@ msgstr "Smazat soubor" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Určitě chceš smazat tento soubor?" @@ -187,11 +203,13 @@ msgstr "Zakrýt soubor" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Určitě chceš zakrýt tento soubor?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Přesunout odpověď na jiný board" @@ -200,40 +218,50 @@ msgstr "Přesunout odpověď na jiný board" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Upravit příspěvek" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Smazat" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Určitě to chceš smazat?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Smazat všechny příspěvky podle IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Určitě chceš smazat všechny příspěvky od této IP adresy?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Smazat všechny příspěvky podle IP na všech boardech" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -241,36 +269,43 @@ msgstr "Určitě chceš smazat všechny příspěvky od této IP adresy, na vše #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Odlepit vlákno" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Přilepit vlákno" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Povolit oživování vlákna" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Zakázat oživování vlákna" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Odemknout vlákno" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Zamknout vlákno" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Přesunout vlákno na jiný board" @@ -280,6 +315,7 @@ msgstr "Přesunout vlákno na jiný board" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Byl jsi umlčen za neoriginální obsah." @@ -290,12 +326,14 @@ msgstr "Byl jsi umlčen za neoriginální obsah." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Nové téma" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Nová odpověď" @@ -303,6 +341,7 @@ msgstr "Nová odpověď" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -327,18 +366,21 @@ msgstr "Než něco pošleš, zjisti si, jak to tu chodí." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Vypadáš jako robot." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Tvůj prohlížeč neposlal žádný nebo poslal neplatný HTTP referer." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "Pole %s je příliš dlouhé." @@ -346,90 +388,105 @@ msgstr "Pole %s je příliš dlouhé." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "Tělo je příliš dlouhé." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "Tělo je příliš krátké nebo prázdné." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Musíš nahrát obrázek." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "Server nedokázal zpracovat tvůj upload." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Nepodporovaný formát obrázku." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Neplatný board!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Dané vlákno neexistuje." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Vlákno bylo zamknuto. Teď na něj nemůžeš odpovídat." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Vlákno dosáhlo limit na počet odpovědí." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Vlákno dosáhlo limit na počet obrázků." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Nic jsi neposlal." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Detekován flood; příspěvek zahozen." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Tvůj požadavek vypadá strojově; příspěvek zahozen." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Neoriginální obsah!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Neoriginální obsah! Byl jsi na %d sekund umlčen." @@ -437,6 +494,7 @@ msgstr "Neoriginální obsah! Byl jsi na %d sekund umlčen." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Byl jsi umlčen! Mluvit budeš moct až za %d sekund." @@ -444,6 +502,7 @@ msgstr "Byl jsi umlčen! Mluvit budeš moct až za %d sekund." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Tvoje IP adresa figuruje v %s." @@ -451,72 +510,84 @@ msgstr "Tvoje IP adresa figuruje v %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Příliš mnoho odkazů; detekován flood." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Příliš mnoho citací; příspěvek zahozen." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Příliš mnoho odkazů napříč boardy; příspěvek zahozen." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Nevybral jsi nic ke smazání." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Nevybral jsi nic k nahlášení." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Nemůžeš nahlásit tolik příspěvků najednou." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Špatné heslo…" #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Neplatný obrázek." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Neznámá přípona souboru." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Maximální velikost souboru: %maxsz% bajtů
Velikost tvého souboru: %filesz% bajtů" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Soubor je příliš velký." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "Tenhle soubor už tu je!" @@ -524,6 +595,7 @@ msgstr "Tenhle soubor už tu je!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Tenhle soubor tu už v tomhle vláknu je!" @@ -531,6 +603,7 @@ msgstr "Tenhle soubor tu už v tomhle vláknu je!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Než to budeš moct smazat, budeš muset počkat ještě %s." @@ -538,18 +611,21 @@ msgstr "Než to budeš moct smazat, budeš muset počkat ještě %s." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "Detekován MIME type detection XSS exploit (IE); příspěvek zahozen." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Nechápu URL videa, co jsi zkusil vložit." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Asi jsi se upsal u ověření." @@ -557,6 +633,7 @@ msgstr "Asi jsi se upsal u ověření." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -566,18 +643,21 @@ msgstr "Najednou můžeš odbanovat jen %s uživatel. Zkusil jsi jich odbanovat #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Neplatné uživatelské jméno a/nebo heslo." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Nejsi moderátor…" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -586,18 +666,21 @@ msgstr "Neplatné uživatelské jméno a/nebo heslo. Tvůj uživatel mohl být s #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Neplatné cookies." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Tvůj prohlížeč něco neposlal, i když by měl." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "Pole %s je povinné." @@ -605,6 +688,7 @@ msgstr "Pole %s je povinné." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "Pole %s je neplatné." @@ -612,6 +696,7 @@ msgstr "Pole %s je neplatné." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Board %s už tu je." @@ -619,24 +704,28 @@ msgstr "Board %s už tu je." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Na to nemáš oprávnění." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Ten příspěvek neexistuje…" #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Stránka nenalezena." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Tento moderátor už existuje!" @@ -644,12 +733,14 @@ msgstr "Tento moderátor už existuje!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Toto téma neexistuje!" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Neplatný bezpečností token! Vrať se, prosím, a zkus to znova." @@ -662,6 +753,7 @@ msgstr "Neplatný bezpečností token! Vrať se, prosím, a zkus to znova." #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "UŽIVATEL ZA PŘÍSPĚVEK DOSTAL BAN" @@ -742,6 +834,12 @@ msgstr "Log moderací" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -753,6 +851,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Nový ban" @@ -761,47 +860,57 @@ msgstr "Nový ban" msgid "Ban list" msgstr "Banlist" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Přesunout odpověď" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Cílový a zdrojový board se shodují." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Vlákno nelze přesunout; je tu jen jeden board." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Přesunout vlákno" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Upravit uživatele" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Správa uživatel" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Nová SZ pro" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Soukromá zpráva" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "Schránka SZ" @@ -809,56 +918,69 @@ msgstr "Schránka SZ" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Přebudovat" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Fronta nahlášených příspěvků" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Editor konfigurace" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Adresář s tématy neexistuje!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Nemůžu otevřít adresář s tématy; prověř oprávnění." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Správa témat" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Nainstalované téma: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Konfiguruju téma: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Téma přebudováno: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Debug: Antispam" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Debug: Poslední příspěvky" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Debug: SQL" @@ -888,8 +1010,10 @@ msgid "Error information" msgstr "Chybová informace" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Smazat příspěvek" @@ -918,11 +1042,16 @@ msgstr "Smazat příspěvek" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Soubor" @@ -943,6 +1072,12 @@ msgstr "Soubor" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -951,6 +1086,7 @@ msgstr "Soubor" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Heslo" @@ -1005,6 +1141,20 @@ msgstr "Heslo" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1013,12 +1163,15 @@ msgstr "Heslo" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Důvod" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Nahlásit" @@ -1031,6 +1184,7 @@ msgstr "Nahlásit" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Zpět na panel" @@ -1109,6 +1263,7 @@ msgstr "Soubor:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Zakrýt obrázek" @@ -1118,6 +1273,7 @@ msgstr "Zakrýt obrázek" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Odpovědět" @@ -1127,6 +1283,7 @@ msgstr "Odpovědět" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "" @@ -1136,6 +1293,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "" @@ -1148,6 +1306,7 @@ msgstr[2] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "%count% příspěvek" @@ -1161,6 +1320,7 @@ msgstr[2] "%count% příspěvků" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "a" @@ -1170,6 +1330,7 @@ msgstr "a" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "%count% obrázková odpověď" @@ -1182,6 +1343,7 @@ msgstr[2] "%count% obrázkových odpovědí" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "vynecháno. Klikni na Odpovědět pro zobrazení." @@ -1204,6 +1366,12 @@ msgstr "vynecháno. Klikni na Odpovědět pro zobrazení." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1223,6 +1391,10 @@ msgstr "Jméno" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1250,6 +1422,12 @@ msgstr "Email" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1273,6 +1451,10 @@ msgstr "Aktualizovat" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1353,6 +1535,10 @@ msgstr "Flagy" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1389,6 +1575,10 @@ msgstr "Přilepené" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1425,6 +1615,10 @@ msgstr "Zamknout" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1510,6 +1704,16 @@ msgstr "Žádné výsledky." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1517,6 +1721,7 @@ msgstr "Žádné výsledky." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Hledat" @@ -1526,24 +1731,25 @@ msgstr "" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "" -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1557,6 +1763,11 @@ msgstr "" #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1591,39 +1802,54 @@ msgid "Change password" msgstr "Změnit heslo" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Konfigurace" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Ostatní" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Debug" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Antispam" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Poslední příspěvky" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Uživatelský účet" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Odhlásit" @@ -1731,6 +1957,26 @@ msgstr "" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1764,6 +2010,12 @@ msgstr "Personál" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1777,6 +2029,12 @@ msgstr "Poznámka" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1815,6 +2073,10 @@ msgstr "Nová poznámka" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1889,6 +2151,26 @@ msgstr "bez důvodu" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1936,6 +2218,14 @@ msgstr "všechny boardy" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1966,6 +2256,14 @@ msgstr "Nastavit" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -2004,6 +2302,14 @@ msgstr "nikdy" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2040,6 +2346,14 @@ msgstr "Sundat ban" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2069,6 +2383,16 @@ msgstr "Čas" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2085,6 +2409,10 @@ msgstr "(nebo subnet)" msgid "hidden" msgstr "skryté" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2122,6 +2450,10 @@ msgstr "Nový ban" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2150,6 +2482,10 @@ msgstr "(Vyhledávání je založeno na klíčových slovech a nezohledňuje vel msgid "There are no active bans." msgstr "Nejsou žádné aktivní bany." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2159,6 +2495,10 @@ msgstr "Nejsou žádné aktivní bany." msgid "IP address/mask" msgstr "IP adresa/maska" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2181,6 +2521,12 @@ msgstr "Vybrán unban" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2207,18 +2553,22 @@ msgid "There are no reports." msgstr "Nic nebylo nahlášeno." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "" #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "" #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "" @@ -2295,10 +2645,12 @@ msgstr "" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "" @@ -2316,17 +2668,25 @@ msgstr "" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2346,8 +2706,14 @@ msgstr "" #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "" @@ -2365,20 +2731,36 @@ msgstr "" #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "" #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "" +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2451,7 +2833,11 @@ msgid "locks thread; replies to it with a link." msgstr "zamkne vlákno; odpovědi přes odkaz." #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Cílový board" @@ -2606,7 +2992,7 @@ msgstr "" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "" @@ -2616,3 +3002,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/da_DK/LC_MESSAGES/javascript.js b/inc/locale/da_DK/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..d73a228a --- /dev/null +++ b/inc/locale/da_DK/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = {"Style: ":"Stil","File":"Fil","hide":"skjul","show":"vis","Show locked threads":"Vis l\u00e5ste tr\u00e5de","Hide locked threads":"Skjul l\u00e5ste tr\u00e5de","URL":"URL","Embed":"Indlejr","Oekaki":"Oekaki","hidden":"Skjult","Show images":"Vis billeder","Hide images":"Skjul billeder","Password":"Adgangskode","Delete file only":"Slet kun fil","Delete":"Slet","Reason":"Grund","Report":"Anmeld","Click reply to view.":"Klik svar for at vise","Click to expand":"Klik for at udvide","Hide expanded replies":"Skjul udvidede svar","Brush size":"Penselst\u00f8rrelse","Clear":"Ryd","Save":"Gem","Load":"Indl\u00e6s","Get color":"L\u00e6s farve","Use oekaki instead of file?":"Brug oekaki istedet for fil?","Edit in oekaki":"Redig\u00e9r i oekaki","Enter some text":"Skriv noget","Enter font or leave empty":"V\u00e6lg skrifttype eller lad st\u00e5 tomt","Forced anonymity":"Tvungen anonymitet","enabled":"aktiveret","disabled":"deaktiveret","Sun":"s\u00f8n","Mon":"man","Tue":"tir","Wed":"ons","Thu":"tor","Fri":"fre","Sat":"l\u00f8r","Catalog":"Katalog","Submit":"Send","Quick reply":"Hurtigt svar","Posting mode: Replying to >>{0}<\/small>":"Post tilstand: Svar til >:>{0}<\/small>","Expand all images":"Udvid alle billeder","Hello!":"Hej!","{0} users":"{0} brugere","(hide threads from this board)":"(skjul tr\u00e5de fra dette board)","(show threads from this board)":"(vis tr\u00e5de fra dette board)","No more threads to display":"Ikke flere tr\u00e5de at vise","Loading...":"Indl\u00e6ser...","Save as original filename":"Gem under oprindelige filnavn","Reported post(s).":"Anmeldte post(s).","An unknown error occured!":"Der forekom en ukendt fejl!","Something went wrong... An unknown error occured!":"Noget gik galt... Der forekom en ukendt fejl!","Working...":"Arbjeder...","Posting... (#%)":"Poster... (#%)","Posted...":"Postet...","Posting...":"Poster...","Upload URL":"Upload URL","Comment":"Kommentar","Quick Reply":"Hurtigt Svar","Stop watching this thread":"Stop med at f\u00f8lge denne tr\u00e5d","Watch this thread":"F\u00f8lg tr\u00e5d","Unpin this board":"Frig\u00f8r dette board","Pin this board":"Fastg\u00f8r dette board","Stop watching this board":"Stop med at f\u00f8lge dette board","Watch this board":"F\u00f8lg dette board","Click on any image on this site to load it into oekaki applet":"Klik p\u00e5 et billede p\u00e5 siden for at indl\u00e6se det til oekaki appletten","Sunday":"s\u00f8ndag","Monday":"mandag","Tuesday":"tirsdag","Wednesday":"onsdag","Thursday":"torsdag","Friday":"fredag","Saturday":"l\u00f8rdag","January":"januar","February":"februar","March":"marts","April":"april","May":"maj","June":"juni","July":"juli","August":"august","September":"september","October":"oktober","November":"november","December":"december","Jan":"jan","Feb":"feb","Mar":"mar","Apr":"apr","Jun":"jun","Jul":"jul","Aug":"aug","Sep":"sep","Oct":"okt","Nov":"nov","Dec":"dec","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Din browser underst\u00f8tter ikke HTML5 video","[play once]":"[afspil en gang]","[loop]":"[gentag]","WebM Settings":"WebM indstillinger","Play videos on hover":"Afspil videoer n\u00e5r musen f\u00f8res over dem","Default volume":"Standard lydstyrke"}; \ No newline at end of file diff --git a/inc/locale/da_DK/LC_MESSAGES/javascript.po b/inc/locale/da_DK/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..c110dd9e --- /dev/null +++ b/inc/locale/da_DK/LC_MESSAGES/javascript.po @@ -0,0 +1,591 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# sildeperker , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" +"Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/da_DK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da_DK\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "Stil" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 +msgid "File" +msgstr "Fil" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "skjul" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 +msgid "show" +msgstr "vis" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "Vis låste tråde" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "Skjul låste tråde" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 +msgid "URL" +msgstr "URL" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 +msgid "Embed" +msgstr "Indlejr" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 +msgid "Oekaki" +msgstr "Oekaki" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "Skjult" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "Vis billeder" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "Skjul billeder" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "Adgangskode" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "Slet kun fil" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "Slet" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "Grund" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "Anmeld" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "Klik svar for at vise" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "Klik for at udvide" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "Skjul udvidede svar" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "Penselstørrelse" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "Ryd" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "Gem" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "Indlæs" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "Læs farve" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "Brug oekaki istedet for fil?" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "Redigér i oekaki" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "Skriv noget" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "Vælg skrifttype eller lad stå tomt" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "Tvungen anonymitet" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "aktiveret" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "deaktiveret" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "søn" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "man" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "tir" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "ons" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "tor" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "fre" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "lør" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "Katalog" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "Send" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "Hurtigt svar" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "Post tilstand: Svar til >:>{0}" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 +msgid "Expand all images" +msgstr "Udvid alle billeder" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "Hej!" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "{0} brugere" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "(skjul tråde fra dette board)" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "(vis tråde fra dette board)" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "Ikke flere tråde at vise" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "Indlæser..." + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "Gem under oprindelige filnavn" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "Anmeldte post(s)." + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "Der forekom en ukendt fejl!" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "Noget gik galt... Der forekom en ukendt fejl!" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "Arbjeder..." + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "Poster... (#%)" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "Postet..." + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "Poster..." + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "Upload URL" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "Kommentar" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "Hurtigt Svar" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "Stop med at følge denne tråd" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "Følg tråd" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "Frigør dette board" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "Fastgør dette board" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "Stop med at følge dette board" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "Følg dette board" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "Klik på et billede på siden for at indlæse det til oekaki appletten" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "søndag" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "mandag" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "tirsdag" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "onsdag" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "torsdag" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "fredag" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "lørdag" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "januar" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "februar" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "marts" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "april" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "maj" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "juni" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "juli" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "august" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "september" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "oktober" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "november" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "december" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "jan" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "feb" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "mar" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "apr" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "jun" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "jul" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "aug" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "sep" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "okt" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "nov" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "dec" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "AM" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "PM" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "am" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "pm" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "Din browser understøtter ikke HTML5 video" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 +msgid "[play once]" +msgstr "[afspil en gang]" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 +msgid "[loop]" +msgstr "[gentag]" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "WebM indstillinger" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "Afspil videoer når musen føres over dem" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "Standard lydstyrke" + +#: ../../../../js/treeview.js:18 +msgid "Tree view" +msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/da_DK/LC_MESSAGES/tinyboard.mo b/inc/locale/da_DK/LC_MESSAGES/tinyboard.mo new file mode 100644 index 00000000..377651b4 Binary files /dev/null and b/inc/locale/da_DK/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/da_DK/LC_MESSAGES/tinyboard.po b/inc/locale/da_DK/LC_MESSAGES/tinyboard.po new file mode 100644 index 00000000..351fa80d --- /dev/null +++ b/inc/locale/da_DK/LC_MESSAGES/tinyboard.po @@ -0,0 +1,3102 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# sildeperker , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" +"Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/da_DK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da_DK\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 +#: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +#: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +#: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +#: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +#: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 +#: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 +msgid "Banned!" +msgstr "Banlyst!" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 +msgid "Previous" +msgstr "Tidligere" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 +#: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 +msgid "Next" +msgstr "Næste" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 +msgid "Error" +msgstr "Fejl" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 +msgid "An error has occured." +msgstr "Der forekom en fejl." + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 +msgid "Login" +msgstr "Log ind" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "Post for lang. Klik her for at vise den fulde tekst." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 +msgid "Ban" +msgstr "Banlys" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 +msgid "Ban & Delete" +msgstr "Banlys & Slet" + +#. line 4 +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 +msgid "Delete file" +msgstr "Slet fil" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 +msgid "Are you sure you want to delete this file?" +msgstr "Er du sikker på at du vil slette denne fil?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +msgid "Spoiler File" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Are you sure you want to spoiler this file?" +msgstr "" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 +msgid "Move reply to another board" +msgstr "Flyt svar til andet board" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +#: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 +msgid "Edit post" +msgstr "Redigér post" + +#. line 5 +#. line 6 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 +msgid "Delete" +msgstr "Slet" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 +msgid "Are you sure you want to delete this?" +msgstr "Er du sikker på at du vil slette dette?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 +msgid "Delete all posts by IP" +msgstr "Slet alle posts fra denne IP" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "Er du sikker på at du vil slette alle posts fra denne IP adresse?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 +msgid "Delete all posts by IP across all boards" +msgstr "Slet alle posts fra IP på tværs af alle boards" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "Er du sikker på at du vil slette alle posts fra denne IP adresse, på tværs af alle på boards?" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 +msgid "Make thread not sticky" +msgstr "Frigør tråd" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 +msgid "Make thread sticky" +msgstr "Fastgør tråd" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 +msgid "Allow thread to be bumped" +msgstr "" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 +msgid "Prevent thread from being bumped" +msgstr "" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 +msgid "Unlock thread" +msgstr "Lås tråd op" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 +msgid "Lock thread" +msgstr "Lås tråd" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 +msgid "Move thread to another board" +msgstr "Fly tråd til et andet board" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 +msgid "You have been muted for unoriginal content." +msgstr "" + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 +msgid "New Topic" +msgstr "Nyt Emne" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 +msgid "New Reply" +msgstr "" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 +msgid "You look like a bot." +msgstr "" + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "" + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 +#, php-format +msgid "The %s field was too long." +msgstr "" + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 +msgid "The body was too long." +msgstr "" + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 +msgid "The body was too short or empty." +msgstr "" + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 +msgid "You must upload an image." +msgstr "" + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 +msgid "The server failed to handle your upload." +msgstr "" + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 +msgid "Unsupported image format." +msgstr "" + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 +msgid "Invalid board!" +msgstr "" + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 +msgid "Thread specified does not exist." +msgstr "" + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 +msgid "Thread locked. You may not reply at this time." +msgstr "" + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 +msgid "Thread has reached its maximum reply limit." +msgstr "" + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 +msgid "Thread has reached its maximum image limit." +msgstr "" + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 +msgid "You didn't make a post." +msgstr "" + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 +msgid "Flood detected; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 +msgid "Your request looks automated; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 +msgid "Unoriginal content!" +msgstr "" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "" + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "" + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "" + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 +msgid "Too many links; flood detected." +msgstr "" + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 +msgid "Too many cites; post discarded." +msgstr "" + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 +msgid "Too many cross-board links; post discarded." +msgstr "" + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 +msgid "You didn't select anything to delete." +msgstr "" + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 +msgid "You didn't select anything to report." +msgstr "" + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 +msgid "You can't report that many posts at once." +msgstr "" + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 +msgid "Wrong password…" +msgstr "" + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 +msgid "Invalid image." +msgstr "" + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 +msgid "Unknown file extension." +msgstr "" + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 +msgid "The file was too big." +msgstr "" + +#: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 +#, php-format +msgid "That file already exists!" +msgstr "" + +#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 +#, php-format +msgid "That file already exists in this thread!" +msgstr "" + +#: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 +#, php-format +msgid "You'll have to wait another %s before deleting that." +msgstr "" + +#: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 +msgid "MIME type detection XSS exploit (IE) detected; post discarded." +msgstr "" + +#: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 +msgid "Couldn't make sense of the URL of the video you tried to embed." +msgstr "" + +#: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 +msgid "You seem to have mistyped the verification." +msgstr "" + +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "" + +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 +msgid "Invalid username and/or password." +msgstr "" + +#: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 +msgid "You are not a mod…" +msgstr "" + +#: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 +msgid "" +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "" + +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 +msgid "Invalid/malformed cookies." +msgstr "" + +#: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 +msgid "Your browser didn't submit an input when it should have." +msgstr "" + +#: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 +#, php-format +msgid "The %s field is required." +msgstr "" + +#: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 +#, php-format +msgid "The %s field was invalid." +msgstr "" + +#: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 +#, php-format +msgid "There is already a %s board." +msgstr "" + +#: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 +msgid "You don't have permission to do that." +msgstr "" + +#: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 +msgid "That post doesn't exist…" +msgstr "" + +#: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 +msgid "Page not found." +msgstr "" + +#: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 +#, php-format +msgid "That mod already exists!" +msgstr "" + +#: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 +msgid "That theme doesn't exist!" +msgstr "" + +#: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 +msgid "Invalid security token! Please go back and try again." +msgstr "" + +#. Default public ban message. In public ban messages, %length% is replaced +#. with "for x days" or +#. "permanently" (with %LENGTH% being the uppercase equivalent). +#. Default public ban message. In public ban messages, %length% is replaced +#. with "for x days" or +#. "permanently" (with %LENGTH% being the uppercase equivalent). +#: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 +#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 +#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "" + +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 +msgid "Confirm action" +msgstr "" + +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 +msgid "Could not find current version! (Check .installed)" +msgstr "" + +#: ../../../../inc/mod/pages.php:162 +msgid "Dashboard" +msgstr "" + +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 +msgid "There are no boards to search!" +msgstr "" + +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "" + +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 +msgid "Edit board" +msgstr "" + +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 +msgid "Couldn't open board after creation." +msgstr "" + +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 +msgid "New board" +msgstr "" + +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 +msgid "Noticeboard" +msgstr "" + +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 +msgid "News" +msgstr "" + +#: ../../../../inc/mod/pages.php:654 ../../../../inc/mod/pages.php:681 +#: ../../../../inc/mod/pages.php:671 ../../../../inc/mod/pages.php:698 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:300 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:75 +msgid "Moderation log" +msgstr "" + +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:64 +msgid "IP" +msgstr "" + +#. line 171 +#: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 +#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 +msgid "New ban" +msgstr "" + +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 +msgid "Ban list" +msgstr "" + +#. line 38 +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 +msgid "Move reply" +msgstr "" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 +msgid "Target and source board are the same." +msgstr "" + +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 +msgid "Impossible to move thread; there is only one board." +msgstr "" + +#. line 39 +#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 +msgid "Move thread" +msgstr "" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 +msgid "Edit user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 +msgid "Manage users" +msgstr "" + +#. deleted? +#: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 +#: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 +msgid "New PM for" +msgstr "" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 +msgid "Private message" +msgstr "" + +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 +msgid "PM inbox" +msgstr "" + +#: ../../../../inc/mod/pages.php:1963 ../../../../inc/mod/pages.php:1967 +#: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Rebuild" +msgstr "" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 +msgid "Report queue" +msgstr "" + +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 +msgid "Config editor" +msgstr "" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 +msgid "Themes directory doesn't exist!" +msgstr "" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 +msgid "Cannot open themes directory; check permissions." +msgstr "" + +#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 +msgid "Manage themes" +msgstr "" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 +#, php-format +msgid "Installed theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 +#, php-format +msgid "Configuring theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 +msgid "Debug: Anti-spam" +msgstr "" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 +msgid "Debug: Recent posts" +msgstr "" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 +msgid "Debug: SQL" +msgstr "" + +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "" + +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "" + +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "" + +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "" + +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "" + +#. line 2 +#. line 3 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 +msgid "Delete Post" +msgstr "" + +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 97 +#. line 3 +#. line 97 +#. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 +msgid "File" +msgstr "" + +#. line 132 +#. line 14 +#. line 132 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 21 +#. line 14 +#. line 131 +#. line 14 +#. line 144 +#. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:48 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 +msgid "Password" +msgstr "" + +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 8 +#. line 108 +#. line 32 +#. line 8 +#. line 32 +#. line 23 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 8 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:99 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:43 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Reason" +msgstr "" + +#. line 10 +#. line 12 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 +msgid "Report" +msgstr "" + +#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:149 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:134 +#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:65 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:137 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:153 +#: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:68 +#: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 +msgid "Return to dashboard" +msgstr "" + +#. line 39 +#. line 33 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:143 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:146 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:134 +msgid "Posting mode: Reply" +msgstr "" + +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:147 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:200 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:150 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:203 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:138 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:186 +msgid "Return" +msgstr "" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:85 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:146 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:116 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:144 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:88 +msgid "no subject" +msgstr "" + +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#. line 44 +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:94 +msgid "by" +msgstr "" + +#. line 50 +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:95 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:146 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:157 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:98 +msgid "at" +msgstr "" + +#. line 28 +#. line 26 +#: ../../../../templates/cache/4b/3e/915cc5ac5fe144c331207c656528.php:99 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +msgid "1 reply" +msgid_plural "%count% replies" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:115 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:127 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:165 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:206 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:118 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:130 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 +#: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:530 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:495 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:506 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 +msgid "Reply" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:544 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:509 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:520 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 +msgid "View All" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:561 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:526 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:537 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:598 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:574 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:604 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:569 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:580 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:116 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 +msgid "and" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:616 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:581 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:592 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:621 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:586 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:597 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 +msgid "omitted. Click reply to view." +msgstr "" + +#. line 7 +#. line 14 +#. line 7 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 8 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 7 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:42 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:48 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:69 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:33 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:40 +msgid "Name" +msgstr "" + +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:47 +msgid "Email" +msgstr "" + +#. line 23 +#. line 46 +#. line 23 +#. line 46 +#. line 12 +#. line 24 +#. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 12 +#. line 46 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 24 +#. line 46 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:76 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:150 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:61 +msgid "Subject" +msgstr "" + +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "" + +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:79 +msgid "Comment" +msgstr "" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "" + +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "" + +#. line 90 +#. line 103 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:302 +msgid "Or URL" +msgstr "" + +#. line 100 +#. line 113 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:322 +msgid "Embed" +msgstr "" + +#. line 112 +#. line 111 +#. line 124 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:342 +msgid "Flags" +msgstr "" + +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 128 +#. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:323 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:315 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:352 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:356 +msgid "Sticky" +msgstr "" + +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 132 +#. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:337 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:329 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:366 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:370 +msgid "Lock" +msgstr "" + +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 136 +#. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:351 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:343 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:380 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:384 +msgid "Raw HTML" +msgstr "" + +#. line 137 +#. line 136 +#. line 141 +#. line 154 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:374 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:377 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:373 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:378 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:415 +msgid "(For file deletion.)" +msgstr "" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "" + +#: ../../../../search.php:25 ../../../../search.php:31 +#: ../../../../search.php:29 ../../../../search.php:35 +msgid "Wait a while before searching again, please." +msgstr "" + +#: ../../../../search.php:131 ../../../../search.php:135 +msgid "Query too broad." +msgstr "" + +#: ../../../../search.php:152 ../../../../search.php:156 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../search.php:163 ../../../../search.php:167 +msgid "No results." +msgstr "" + +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#: ../../../../search.php:168 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:25 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 +#: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 +msgid "Search" +msgstr "" + +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "" + +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 +msgid "Ban appeals" +msgstr "" + +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 +msgid "New user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 +msgid "Impossible to promote/demote user." +msgstr "" + +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 +msgid "Debug: APC" +msgstr "" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " +msgstr "" + +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "" + +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "" + +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 +msgid "Configuration" +msgstr "" + +#. line 127 +#. line 130 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 +msgid "Other" +msgstr "" + +#. line 139 +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Debug" +msgstr "" + +#. line 141 +#. line 144 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 +msgid "Anti-spam" +msgstr "" + +#. line 142 +#. line 145 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 +msgid "Recent posts" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 +msgid "SQL" +msgstr "" + +#. line 164 +#. line 167 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 +msgid "User account" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 +msgid "Logout" +msgstr "" + +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 +msgid "New post" +msgstr "" + +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#. line 16 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "" + +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 +msgid "delete" +msgstr "" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:138 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:123 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:405 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:504 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:197 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:70 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:42 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:67 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:99 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:345 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:415 +msgid "deleted?" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "" + +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:464 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:67 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:183 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:26 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:59 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:165 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:371 +msgid "Staff" +msgstr "" + +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "" + +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "" + +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "" + +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "" + +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "" + +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "" + +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 33 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:47 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:101 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:38 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:26 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:145 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:383 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:263 +msgid "Board" +msgstr "" + +#. line 71 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:323 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:169 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:133 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:115 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:73 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:100 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:227 +msgid "all boards" +msgstr "" + +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 43 +#. line 128 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:149 +msgid "Set" +msgstr "" + +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 47 +#. line 132 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:157 +msgid "Expires" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:357 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:173 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:149 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:155 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:267 +msgid "never" +msgstr "" + +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 57 +#. line 142 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:161 +msgid "Seen" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:375 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:201 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:167 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:295 +msgid "Yes" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:381 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:207 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:173 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:301 +msgid "No" +msgstr "" + +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "" + +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:259 +msgid "Time" +msgstr "" + +#. line 185 +#. line 89 +#. line 185 +#. line 89 +#. line 185 +#. line 7 +#. line 89 +#. line 185 +#. line 89 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 185 +#. line 89 +#. line 185 +#. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:387 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:267 +msgid "Action" +msgstr "" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "" + +#. line 41 +#. line 27 +#. line 41 +#. line 27 +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "" + +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "" + +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "" + +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "" + +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 +msgid "Phrase:" +msgstr "" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "" + +#. line 18 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:88 +msgid "" +"(Search is case-insensitive and based on keywords. To match exact phrases, " +"use \"quotes\". Use an asterisk (*) for wildcard.)" +msgstr "" + +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 +msgid "There are no active bans." +msgstr "" + +#. line 8 +#. line 47 +#. line 8 +#. line 47 +#. line 8 +#. line 47 +#. line 8 +#. line 47 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:39 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:137 +msgid "IP address/mask" +msgstr "" + +#. line 12 +#. line 51 +#. line 12 +#. line 51 +#. line 12 +#. line 51 +#. line 12 +#. line 51 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:55 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:153 +msgid "Duration" +msgstr "" + +#. line 92 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 +msgid "Unban selected" +msgstr "" + +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "" + +#. line 80 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 +msgid "Appeal time" +msgstr "" + +#. line 84 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 +msgid "Appeal reason" +msgstr "" + +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "" + +#: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 +msgid "That ban doesn't exist or is not for you." +msgstr "" + +#: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 +msgid "You cannot appeal a ban of this length." +msgstr "" + +#: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 +msgid "You cannot appeal this ban again." +msgstr "" + +#: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 +msgid "There is already a pending appeal for this ban." +msgstr "" + +#: ../../../../inc/image.php:24 ../../../../inc/image.php:62 +msgid "Unsupported file format: " +msgstr "" + +#: ../../../../inc/image.php:282 ../../../../inc/image.php:288 +msgid "Failed to redraw image!" +msgstr "" + +#: ../../../../inc/image.php:324 ../../../../inc/image.php:343 +#: ../../../../inc/image.php:368 ../../../../inc/image.php:342 +#: ../../../../inc/image.php:366 +msgid "Failed to resize image!" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +msgstr "" + +#. line 32 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 +msgid "Your ban was filed on" +msgstr "" + +#. line 51 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:123 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:156 +msgid "has since expired. Refresh the page to continue." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "" + +#. line 86 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 +msgid "You were banned for the following post on" +msgstr "" + +#. line 95 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 +msgid "You submitted an appeal for this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 +msgid "It is still pending" +msgstr "" + +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 +msgid "You appealed this ban on" +msgstr "" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 +msgid "" +"You have submitted the maximum number of ban appeals allowed. You may not " +"appeal this ban again." +msgstr "" + +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 +msgid "and it was denied." +msgstr "" + +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 +msgid "You last appealed this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 +msgid "You may appeal this ban. Please enter your reasoning below." +msgstr "" + +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:30 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:55 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:375 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:255 +msgid "IP address" +msgstr "" + +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "" + +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 +msgid "none" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 +msgid "Promote" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 +msgid "Demote" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 +msgid "Are you sure you want to demote yourself?" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 +msgid "log" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 +msgid "PM" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 +msgid "Thread ID" +msgstr "" + +#. line 14 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 +msgid "Leave shadow thread" +msgstr "" + +#. line 18 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 +msgid "locks thread; replies to it with a link." +msgstr "" + +#. line 22 +#. line 13 +#. line 22 +#. line 13 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 +msgid "Target board" +msgstr "" + +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "" + +#. line 17 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:73 +msgid "" +"Search is case-insensitive and based on keywords. To match exact phrases, " +"use \"quotes\". Use an asterisk (*) for wildcard.

You may apply the following filters to your searches: " +"id, thread, subject, and " +"name. To apply a filter, simply add to your query, for " +"example, name:Anonymous or subject:\"Some Thread\". " +"Wildcards cannot be used in filters." +msgstr "" + +#. line 2 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 +msgid "Are you sure you want to do that?" +msgstr "" + +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 +msgid "Click to proceed to" +msgstr "" + +#. line 5 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:39 +msgid "" +"You are probably seeing this message because Javascript being disabled. This" +" is a necessary security measure to prevent CSRF attacks." +msgstr "" + +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "" + +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "" + +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "" + +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "" + +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "" + +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 +msgid "Version" +msgstr "" + +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 +msgid "Description" +msgstr "" + +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 +msgid "Thumbnail" +msgstr "" + +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 +msgid "Reconfigure" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 +msgid "Install" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "" + +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "" + +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 +msgid "View more logs for this user." +msgstr "" + +#. line 84 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255 +msgid "Flag" +msgstr "" + +#. line 87 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 +msgid "None" +msgstr "" + +#. When moving a thread to another board and choosing to keep a "shadow +#. thread", an automated post (with +#. a capcode) will be made, linking to the new location for the thread. "%s" +#. will be replaced with a +#. standard cross-board post citation (>>>/board/xxx) +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 +#, php-format +msgid "Moved to %s." +msgstr "" + +#: ../../../../templates/themes/recent/theme.php:50 +msgid "" +"Can't build the RecentPosts theme, because there are no boards to be " +"fetched." +msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/de_DE/LC_MESSAGES/javascript.po b/inc/locale/de_DE/LC_MESSAGES/javascript.po index 9f6c31f6..826ee6bf 100644 --- a/inc/locale/de_DE/LC_MESSAGES/javascript.po +++ b/inc/locale/de_DE/LC_MESSAGES/javascript.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:53+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Stil" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Datei" @@ -34,6 +34,7 @@ msgid "hide" msgstr "ausblenden" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "zeigen" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Geschloßene Fäden ausblenden" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "wählen" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Remote" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Eingebettet" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Zurück" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Alle Bilder vergrößern" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Dein Browser unterstützt keine HTML5-Videos." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[Abspielen]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[Schleife]" @@ -568,3 +577,15 @@ msgstr "Standardlautstärke" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/de_DE/LC_MESSAGES/tinyboard.mo b/inc/locale/de_DE/LC_MESSAGES/tinyboard.mo index b0455e35..0137c6d0 100644 Binary files a/inc/locale/de_DE/LC_MESSAGES/tinyboard.mo and b/inc/locale/de_DE/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/de_DE/LC_MESSAGES/tinyboard.po b/inc/locale/de_DE/LC_MESSAGES/tinyboard.po index d71b660e..c1bd8dbc 100644 --- a/inc/locale/de_DE/LC_MESSAGES/tinyboard.po +++ b/inc/locale/de_DE/LC_MESSAGES/tinyboard.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-21 19:05+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +25,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "Sekunde" @@ -37,6 +38,7 @@ msgstr[1] "Sekunden" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "Minute" @@ -49,6 +51,7 @@ msgstr[1] "Minuten" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "Stunde" @@ -61,6 +64,7 @@ msgstr[1] "Stunden" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "Tag" @@ -73,6 +77,7 @@ msgstr[1] "Tage" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "Woche" @@ -85,6 +90,7 @@ msgstr[1] "Wochen" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "Jahr" @@ -93,7 +99,7 @@ msgstr[1] "Jahre" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Gebannt!" @@ -105,7 +111,7 @@ msgstr "Gebannt!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Vorheriges" @@ -117,28 +123,33 @@ msgstr "Vorheriges" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Nächstes" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Fehler" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Ein Fehler ist aufgetreten" #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Login" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Post zu lang. Klicke hier um alles anzuzeigen." @@ -147,6 +158,7 @@ msgstr "Post zu lang. Klicke hier um alles anzuzeigen." #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Bannen" @@ -154,13 +166,16 @@ msgstr "Bannen" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Bannen & Löschen" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Datei löschen" @@ -168,6 +183,7 @@ msgstr "Datei löschen" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Bist du sicher dass du diese Datei löschen willst?" @@ -182,11 +198,13 @@ msgstr "Datei spoilern" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Bist du sicher das du diese Datei spoilern willst?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Antwort in ein anderes Brett verschieben" @@ -195,40 +213,50 @@ msgstr "Antwort in ein anderes Brett verschieben" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Post editieren" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Löschen" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Bist du sicher dass du das löschen willst?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Alle Posts dieser IP löschen" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Bist du sicher dass du alle Posts dieser IP löschen willst?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -236,36 +264,43 @@ msgstr "" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Faden nicht mehr anpinnen" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Faden anpinnen" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Faden darf gestoßen werden" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Faden darf nicht gestoßen werden" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Faden aufmachen" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Faden schließen" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Faden in anderes Brett verschieben" @@ -275,6 +310,7 @@ msgstr "Faden in anderes Brett verschieben" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Du wurdest für unorginellen Inhalt stumm gestellt" @@ -285,12 +321,14 @@ msgstr "Du wurdest für unorginellen Inhalt stumm gestellt" #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Neuer Faden" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Neue Antwort" @@ -298,6 +336,7 @@ msgstr "Neue Antwort" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -322,18 +361,21 @@ msgstr "Lauer meer bevor du pfostierst" #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Du bist wie ein Bot" #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Dein Browser sendet fehlerhafte oder keine HTTP-Referer" #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "Das %s Feld war zu lang." @@ -341,90 +383,105 @@ msgstr "Das %s Feld war zu lang." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "Text zu lang." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "Text zu kurz oder leer." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Du musst ein Bild hochladen" #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "Der Server kann nicht mit der hochgeladenen Datei umgehen." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Dateiformat nicht erlaubt." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Fehlendes Brett!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Der angegebene Faden existiert nicht." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Faden geschloßen. Posten ist zur Zeit nicht möglcih" #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Der Faden hat die maximale Anzahl an Posts erreicht." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Der Faden hat die maximale Anzahl an Bildern erreicht. " #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Du hast nicht gepostet." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Spam-Flut erkannt; Post abewehrt." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Deine Aktivitäten scheinen automatisiert zu sein; Post abgewehrt." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Unorigineller Inhalt!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Unorigineller Inhalt! Du wurdest für %d Sekunden auf stumm geschaltet." @@ -432,6 +489,7 @@ msgstr "Unorigineller Inhalt! Du wurdest für %d Sekunden auf stumm geschaltet." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Du bist noch %d Sekunden auf stumm geschaltet." @@ -439,6 +497,7 @@ msgstr "Du bist noch %d Sekunden auf stumm geschaltet." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Deine IP-Adresse ist aufgeführt in %s." @@ -446,72 +505,84 @@ msgstr "Deine IP-Adresse ist aufgeführt in %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Zu viele Verlinkungen; Spam-Flut erkannt." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Zu viele Zitate; Spam-Flut erkannt." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "" #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Du hast nichts zum löschen ausgewählt." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Du hast nichts zum melden ausgwählt." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Du kannst nicht so viele Posts auf ein mal melden." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Falsches Passwort." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Ungültiges Bild." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Unbekannte Dateiendung." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Maximale Dateigröße: %maxsz% bytes
Deine Dateigröße: %filesz% bytes" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Die Datei ist zu groß." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "Diese Datei existiert bereits!" @@ -519,6 +590,7 @@ msgstr "Diese Datei existiert bereits!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Diese Datei existiert bereits in diesem Faden!" @@ -526,6 +598,7 @@ msgstr "Diese Datei existiert bereits in diesem Faden!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Du musst noch %s warten bevor du das löschen kannst." @@ -533,18 +606,21 @@ msgstr "Du musst noch %s warten bevor du das löschen kannst." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "" #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Es macht keinen Sinn diese Video-URL einzubetten." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Du hast das Captcha falsch eingegeben." @@ -552,6 +628,7 @@ msgstr "Du hast das Captcha falsch eingegeben." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -561,18 +638,21 @@ msgstr "Du darfst maximal %s User zur gleichen Zeit unbannen. Du wolltest %u Use #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Falscher Nutzername und/oder Passwort." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Du bist kein Mod." #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -581,18 +661,21 @@ msgstr "Falscher Nutzername und/oder Passwort. Vielleicht hat sich ihr Benutzer #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Ungültige Cookies." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Dein Browser übermittelt keine Daten wenn er sollte." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "Das Feld %s darf nicht leer bleiben." @@ -600,6 +683,7 @@ msgstr "Das Feld %s darf nicht leer bleiben." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "Das Feld %s beinhaltet einen Fehler." @@ -607,6 +691,7 @@ msgstr "Das Feld %s beinhaltet einen Fehler." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Ein %s-Brett existiert bereits." @@ -614,24 +699,28 @@ msgstr "Ein %s-Brett existiert bereits." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Du hast nicht die Berechtigung das zu tun." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Dieser Post existiert nicht..." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Seite nicht gefunden." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Der Mod existiert bereits!" @@ -639,12 +728,14 @@ msgstr "Der Mod existiert bereits!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Dieses Theme existiert nicht" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Falsche Sicherheitszeichen! Bitte gehe zurück und probiere es erneut!" @@ -657,6 +748,7 @@ msgstr "Falsche Sicherheitszeichen! Bitte gehe zurück und probiere es erneut!" #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "USER WURDE FÜR DIESEN POST GEBANNT" @@ -737,6 +829,12 @@ msgstr "Mod-Log" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -748,6 +846,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Neuer Bann" @@ -756,47 +855,57 @@ msgstr "Neuer Bann" msgid "Ban list" msgstr "Bannliste" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Antwort verschieben" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Quell- und Zielbrett sind das selbe." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Verschieben nicht möglich; nur ein Brett vorhanden." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Faden verschieben" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "User editieren" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Userübersicht" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Neue PN an" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Private Nachricht" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "PNs" @@ -804,56 +913,69 @@ msgstr "PNs" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "wiederherstellen" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Gemeldete Posts" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Einstellungen" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Themenkatalog existiert nicht!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Themenkatalog kann nicht geöffnet werden; überprüfe deine Berechtigungen." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Themen-Manager" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Installiertes Theme: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "" @@ -883,8 +1005,10 @@ msgid "Error information" msgstr "Fehlerinformationen" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Post löschen" @@ -913,11 +1037,16 @@ msgstr "Post löschen" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Datei" @@ -938,6 +1067,12 @@ msgstr "Datei" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -946,6 +1081,7 @@ msgstr "Datei" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Passwort" @@ -1000,6 +1136,20 @@ msgstr "Passwort" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1008,12 +1158,15 @@ msgstr "Passwort" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Grund" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Melden" @@ -1026,6 +1179,7 @@ msgstr "Melden" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Zurück zur Übersicht" @@ -1103,6 +1257,7 @@ msgstr "Datei:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Bilder spoilern" @@ -1112,6 +1267,7 @@ msgstr "Bilder spoilern" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Antwort" @@ -1121,6 +1277,7 @@ msgstr "Antwort" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Alle anzeigen" @@ -1130,6 +1287,7 @@ msgstr "Alle anzeigen" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Letzter Post" @@ -1141,6 +1299,7 @@ msgstr[1] "Letzten %count% Posts" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 Post" @@ -1153,6 +1312,7 @@ msgstr[1] "%count% Posts" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "und" @@ -1162,6 +1322,7 @@ msgstr "und" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 Bild" @@ -1173,6 +1334,7 @@ msgstr[1] "%count% Bilder" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "nicht angezeigt. (Klicke 'Antworten' zum anzeigen.)" @@ -1195,6 +1357,12 @@ msgstr "nicht angezeigt. (Klicke 'Antworten' zum anzeigen.)" #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1214,6 +1382,10 @@ msgstr "Name" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1241,6 +1413,12 @@ msgstr "Email" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1264,6 +1442,10 @@ msgstr "Update" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1344,6 +1526,10 @@ msgstr "Länderflaggen" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1380,6 +1566,10 @@ msgstr "Pinn" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1416,6 +1606,10 @@ msgstr "Geschloßen" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1500,6 +1694,16 @@ msgstr "Keine Ergebnisse" #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1507,6 +1711,7 @@ msgstr "Keine Ergebnisse" #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Suche" @@ -1516,24 +1721,25 @@ msgstr "Bannbeschwerde nicht gefunden!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Bannbeschwerden" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Neuer User" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Fördern/degradieren des Users nicht möglich." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1547,6 +1753,11 @@ msgstr "" #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1581,39 +1792,54 @@ msgid "Change password" msgstr "Passwort ändern" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Konfiguration" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Andere" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Debug" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Anti Spam" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Letzte Posts" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "User-Account" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Ausloggen" @@ -1721,6 +1947,26 @@ msgstr "Neuigkeiten-Beitrag posten" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1754,6 +2000,12 @@ msgstr "Personal" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1767,6 +2019,12 @@ msgstr "Notiz" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1805,6 +2063,10 @@ msgstr "Neue Notiz" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1879,6 +2141,26 @@ msgstr "kein Grund" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1926,6 +2208,14 @@ msgstr "Alle Bretter" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1956,6 +2246,14 @@ msgstr "übernehmen" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1994,6 +2292,14 @@ msgstr "nie" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2030,6 +2336,14 @@ msgstr "Bann entfernen" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2059,6 +2373,16 @@ msgstr "Zeit" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2075,6 +2399,10 @@ msgstr "(oder Subnetz)" msgid "hidden" msgstr "ausgeblendet" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2112,6 +2440,10 @@ msgstr "Neuer Bann" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2140,6 +2472,10 @@ msgstr "(Suche beinhaltet Groß- und Kleinschreibung. Um genauere Suchergebnisse msgid "There are no active bans." msgstr "Zurzeit gibt es keine Banns" +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2149,6 +2485,10 @@ msgstr "Zurzeit gibt es keine Banns" msgid "IP address/mask" msgstr "IP-Adresse/Maske" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2171,6 +2511,12 @@ msgstr "Gewählte User unbannen" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2197,18 +2543,22 @@ msgid "There are no reports." msgstr "Keine Meldungen" #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Dieser Bann existiert nicht oder ist nicht für dich bestimmt." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Du darfst keinen Bann mit dieser Dauer aussprechen" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Du kannst diesen Bann nicht erneut beschweren" #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Es gibt bereits eine Beschwerde für diesen Bann" @@ -2285,10 +2635,12 @@ msgstr "Du wurdest für den follgenden Post gebannt" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Du hast bereits eine Beschwerde gegen diesen Bann eingereicht am" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Antwort steht noch aus" @@ -2306,17 +2658,25 @@ msgstr "Antwort steht noch aus" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Du beschwertest dich über diesen Bann am" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "und sie wurde abgelehnt. Du kannst dich nicht noch mal über diesen Bann beschweren." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2336,8 +2696,14 @@ msgstr "Du hast die maximale Anzahl an Bannbeschwerden eingereicht. Du kannst di #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "und sie wurde abgelehnt. " @@ -2355,20 +2721,36 @@ msgstr "und sie wurde abgelehnt. " #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Du kannst dich noch mal über diesen Bann beschweren. Bitte nenne hier deinen Grund." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Du hast dich zuletzt über diesen Bann beschwert am" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Du kannst dich über diesen Bann beschweren. Bitte nenne hier deinen Grund." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2441,7 +2823,11 @@ msgid "locks thread; replies to it with a link." msgstr "" #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "" @@ -2596,7 +2982,7 @@ msgstr "" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "" @@ -2606,3 +2992,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/en/LC_MESSAGES/javascript.po b/inc/locale/en/LC_MESSAGES/javascript.po index f64de6a9..8a35d149 100644 --- a/inc/locale/en/LC_MESSAGES/javascript.po +++ b/inc/locale/en/LC_MESSAGES/javascript.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: vichan 4.4.99-pre\n" +"Project-Id-Version: vichan 5.0 branch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,7 +24,7 @@ msgstr "" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "" @@ -33,6 +33,7 @@ msgid "hide" msgstr "" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "" @@ -55,22 +56,27 @@ msgid "Hide locked threads" msgstr "" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "" @@ -258,6 +264,7 @@ msgstr "" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "" @@ -541,10 +548,12 @@ msgid "Your browser does not support HTML5 video." msgstr "" #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "" @@ -567,3 +576,15 @@ msgstr "" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/en/LC_MESSAGES/tinyboard.po b/inc/locale/en/LC_MESSAGES/tinyboard.po index ec8f45a6..6e618935 100644 --- a/inc/locale/en/LC_MESSAGES/tinyboard.po +++ b/inc/locale/en/LC_MESSAGES/tinyboard.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: vichan 4.4.99-pre\n" +"Project-Id-Version: vichan 5.0 branch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,6 +25,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "" @@ -37,6 +38,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "" @@ -49,6 +51,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "" @@ -61,6 +64,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "" @@ -73,6 +77,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "" @@ -85,6 +90,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "" @@ -93,7 +99,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "" @@ -105,7 +111,7 @@ msgstr "" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "" @@ -117,28 +123,33 @@ msgstr "" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "" #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "" @@ -147,6 +158,7 @@ msgstr "" #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "" @@ -154,13 +166,16 @@ msgstr "" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "" @@ -168,6 +183,7 @@ msgstr "" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "" @@ -182,11 +198,13 @@ msgstr "" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "" @@ -195,40 +213,50 @@ msgstr "" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -236,36 +264,43 @@ msgstr "" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "" @@ -275,6 +310,7 @@ msgstr "" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "" @@ -284,12 +320,14 @@ msgstr "" #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "" @@ -297,6 +335,7 @@ msgstr "" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -323,18 +362,21 @@ msgstr "" #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "" #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "" #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "" @@ -342,90 +384,105 @@ msgstr "" #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "" #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "" #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "" #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "" #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "" #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "" #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "" #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "" #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "" #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "" #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "" #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "" #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "" @@ -433,6 +490,7 @@ msgstr "" #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "" @@ -440,6 +498,7 @@ msgstr "" #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "" @@ -447,72 +506,84 @@ msgstr "" #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "" #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "" #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "" #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "" #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "" #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "" #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "" #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "" #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "" #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "" #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "" @@ -520,6 +591,7 @@ msgstr "" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "" @@ -527,6 +599,7 @@ msgstr "" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "" @@ -534,18 +607,21 @@ msgstr "" #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "" #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "" #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "" @@ -553,6 +629,7 @@ msgstr "" #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -562,18 +639,21 @@ msgstr "" #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "" #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or changed." msgstr "" @@ -581,18 +661,21 @@ msgstr "" #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "" #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "" #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "" @@ -600,6 +683,7 @@ msgstr "" #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "" @@ -607,6 +691,7 @@ msgstr "" #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "" @@ -614,24 +699,28 @@ msgstr "" #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "" #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "" #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "" #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "" @@ -639,12 +728,14 @@ msgstr "" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "" @@ -656,6 +747,7 @@ msgstr "" #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "" @@ -736,6 +828,12 @@ msgstr "" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -747,6 +845,7 @@ msgstr "" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "" @@ -755,47 +854,57 @@ msgstr "" msgid "Ban list" msgstr "" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "" #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "" #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "" @@ -803,56 +912,69 @@ msgstr "" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "" #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "" @@ -882,8 +1004,10 @@ msgid "Error information" msgstr "" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "" @@ -912,11 +1036,16 @@ msgstr "" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "" @@ -937,6 +1066,12 @@ msgstr "" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -945,6 +1080,7 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "" @@ -999,6 +1135,20 @@ msgstr "" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1007,12 +1157,15 @@ msgstr "" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "" @@ -1025,6 +1178,7 @@ msgstr "" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "" @@ -1102,6 +1256,7 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "" @@ -1111,6 +1266,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "" @@ -1120,6 +1276,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "" @@ -1129,6 +1286,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "" @@ -1140,6 +1298,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "" @@ -1152,6 +1311,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "" @@ -1161,6 +1321,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "" @@ -1172,6 +1333,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "" @@ -1194,6 +1356,12 @@ msgstr "" #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1213,6 +1381,10 @@ msgstr "" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1240,6 +1412,12 @@ msgstr "" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1263,6 +1441,10 @@ msgstr "" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1343,6 +1525,10 @@ msgstr "" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1379,6 +1565,10 @@ msgstr "" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1415,6 +1605,10 @@ msgstr "" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1499,6 +1693,16 @@ msgstr "" #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1506,6 +1710,7 @@ msgstr "" #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "" @@ -1515,24 +1720,25 @@ msgstr "" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "" -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1546,6 +1752,11 @@ msgstr "" #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1580,39 +1791,54 @@ msgid "Change password" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "" @@ -1720,6 +1946,26 @@ msgstr "" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1753,6 +1999,12 @@ msgstr "" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1766,6 +2018,12 @@ msgstr "" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1804,6 +2062,10 @@ msgstr "" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1878,6 +2140,26 @@ msgstr "" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1925,6 +2207,14 @@ msgstr "" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1955,6 +2245,14 @@ msgstr "" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1993,6 +2291,14 @@ msgstr "" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2029,6 +2335,14 @@ msgstr "" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2058,6 +2372,16 @@ msgstr "" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2074,6 +2398,10 @@ msgstr "" msgid "hidden" msgstr "" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2111,6 +2439,10 @@ msgstr "" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2139,6 +2471,10 @@ msgstr "" msgid "There are no active bans." msgstr "" +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2148,6 +2484,10 @@ msgstr "" msgid "IP address/mask" msgstr "" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2170,6 +2510,12 @@ msgstr "" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2196,18 +2542,22 @@ msgid "There are no reports." msgstr "" #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "" #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "" #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "" @@ -2284,10 +2634,12 @@ msgstr "" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "" @@ -2305,17 +2657,25 @@ msgstr "" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2335,8 +2695,14 @@ msgstr "" #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "" @@ -2354,20 +2720,36 @@ msgstr "" #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "" #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "" +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2440,7 +2822,11 @@ msgid "locks thread; replies to it with a link." msgstr "" #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "" @@ -2593,7 +2979,7 @@ msgstr "" #. When moving a thread to another board and choosing to keep a "shadow thread", an automated post (with #. a capcode) will be made, linking to the new location for the thread. "%s" will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "" @@ -2602,3 +2988,111 @@ msgstr "" msgid "" "Can't build the RecentPosts theme, because there are no boards to be fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/en_AU/LC_MESSAGES/javascript.po b/inc/locale/en_AU/LC_MESSAGES/javascript.po index 72fbbd61..5a4950d1 100644 --- a/inc/locale/en_AU/LC_MESSAGES/javascript.po +++ b/inc/locale/en_AU/LC_MESSAGES/javascript.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:53+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: English (Australia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/en_AU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +24,7 @@ msgstr "" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "" @@ -33,6 +33,7 @@ msgid "hide" msgstr "" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "" @@ -55,22 +56,27 @@ msgid "Hide locked threads" msgstr "" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "" @@ -258,6 +264,7 @@ msgstr "" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "" @@ -541,10 +548,12 @@ msgid "Your browser does not support HTML5 video." msgstr "" #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "" @@ -567,3 +576,15 @@ msgstr "" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/en_AU/LC_MESSAGES/tinyboard.mo b/inc/locale/en_AU/LC_MESSAGES/tinyboard.mo index 415ea4b5..dc8dd0bc 100644 Binary files a/inc/locale/en_AU/LC_MESSAGES/tinyboard.mo and b/inc/locale/en_AU/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/en_AU/LC_MESSAGES/tinyboard.po b/inc/locale/en_AU/LC_MESSAGES/tinyboard.po index 58d010d9..18ee21ff 100644 --- a/inc/locale/en_AU/LC_MESSAGES/tinyboard.po +++ b/inc/locale/en_AU/LC_MESSAGES/tinyboard.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-21 19:05+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: English (Australia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/en_AU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,6 +24,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "" @@ -36,6 +37,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "" @@ -48,6 +50,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "" @@ -60,6 +63,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "" @@ -72,6 +76,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "" @@ -84,6 +89,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "" @@ -92,7 +98,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "" @@ -104,7 +110,7 @@ msgstr "" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "" @@ -116,28 +122,33 @@ msgstr "" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "" #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "" @@ -146,6 +157,7 @@ msgstr "" #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "" @@ -153,13 +165,16 @@ msgstr "" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "" @@ -167,6 +182,7 @@ msgstr "" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "" @@ -181,11 +197,13 @@ msgstr "" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "" @@ -194,40 +212,50 @@ msgstr "" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -235,36 +263,43 @@ msgstr "" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "" @@ -274,6 +309,7 @@ msgstr "" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "" @@ -284,12 +320,14 @@ msgstr "" #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "" @@ -297,6 +335,7 @@ msgstr "" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -321,18 +360,21 @@ msgstr "" #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "" #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "" #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "" @@ -340,90 +382,105 @@ msgstr "" #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "" #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "" #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "" #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "" #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "" #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "" #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "" #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "" #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "" #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "" #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "" #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "" #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "" @@ -431,6 +488,7 @@ msgstr "" #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "" @@ -438,6 +496,7 @@ msgstr "" #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "" @@ -445,72 +504,84 @@ msgstr "" #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "" #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "" #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "" #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "" #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "" #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "" #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "" #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "" #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "" #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "" #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "" @@ -518,6 +589,7 @@ msgstr "" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "" @@ -525,6 +597,7 @@ msgstr "" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "" @@ -532,18 +605,21 @@ msgstr "" #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "" #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "" #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "" @@ -551,6 +627,7 @@ msgstr "" #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -560,18 +637,21 @@ msgstr "" #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "" #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -580,18 +660,21 @@ msgstr "" #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "" #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "" #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "" @@ -599,6 +682,7 @@ msgstr "" #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "" @@ -606,6 +690,7 @@ msgstr "" #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "" @@ -613,24 +698,28 @@ msgstr "" #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "" #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "" #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "" #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "" @@ -638,12 +727,14 @@ msgstr "" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "" @@ -656,6 +747,7 @@ msgstr "" #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "" @@ -736,6 +828,12 @@ msgstr "" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -747,6 +845,7 @@ msgstr "" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "" @@ -755,47 +854,57 @@ msgstr "" msgid "Ban list" msgstr "" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "" #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "" #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "" @@ -803,56 +912,69 @@ msgstr "" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "" #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "" @@ -882,8 +1004,10 @@ msgid "Error information" msgstr "" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "" @@ -912,11 +1036,16 @@ msgstr "" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "" @@ -937,6 +1066,12 @@ msgstr "" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -945,6 +1080,7 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "" @@ -999,6 +1135,20 @@ msgstr "" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1007,12 +1157,15 @@ msgstr "" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "" @@ -1025,6 +1178,7 @@ msgstr "" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "" @@ -1102,6 +1256,7 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "" @@ -1111,6 +1266,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "" @@ -1120,6 +1276,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "" @@ -1129,6 +1286,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "" @@ -1140,6 +1298,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "" @@ -1152,6 +1311,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "" @@ -1161,6 +1321,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "" @@ -1172,6 +1333,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "" @@ -1194,6 +1356,12 @@ msgstr "" #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1213,6 +1381,10 @@ msgstr "" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1240,6 +1412,12 @@ msgstr "" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1263,6 +1441,10 @@ msgstr "" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1343,6 +1525,10 @@ msgstr "" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1379,6 +1565,10 @@ msgstr "" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1415,6 +1605,10 @@ msgstr "" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1499,6 +1693,16 @@ msgstr "" #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1506,6 +1710,7 @@ msgstr "" #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "" @@ -1515,24 +1720,25 @@ msgstr "" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "" -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1546,6 +1752,11 @@ msgstr "" #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1580,39 +1791,54 @@ msgid "Change password" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "" @@ -1720,6 +1946,26 @@ msgstr "" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1753,6 +1999,12 @@ msgstr "" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1766,6 +2018,12 @@ msgstr "" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1804,6 +2062,10 @@ msgstr "" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1878,6 +2140,26 @@ msgstr "" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1925,6 +2207,14 @@ msgstr "" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1955,6 +2245,14 @@ msgstr "" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1993,6 +2291,14 @@ msgstr "" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2029,6 +2335,14 @@ msgstr "" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2058,6 +2372,16 @@ msgstr "" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2074,6 +2398,10 @@ msgstr "" msgid "hidden" msgstr "" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2111,6 +2439,10 @@ msgstr "" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2139,6 +2471,10 @@ msgstr "" msgid "There are no active bans." msgstr "" +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2148,6 +2484,10 @@ msgstr "" msgid "IP address/mask" msgstr "" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2170,6 +2510,12 @@ msgstr "" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2196,18 +2542,22 @@ msgid "There are no reports." msgstr "" #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "" #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "" #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "" @@ -2284,10 +2634,12 @@ msgstr "" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "" @@ -2305,17 +2657,25 @@ msgstr "" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2335,8 +2695,14 @@ msgstr "" #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "" @@ -2354,20 +2720,36 @@ msgstr "" #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "" #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "" +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2440,7 +2822,11 @@ msgid "locks thread; replies to it with a link." msgstr "" #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "" @@ -2595,7 +2981,7 @@ msgstr "" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "" @@ -2605,3 +2991,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/eo/LC_MESSAGES/javascript.po b/inc/locale/eo/LC_MESSAGES/javascript.po index b8addc22..45fbf730 100644 --- a/inc/locale/eo/LC_MESSAGES/javascript.po +++ b/inc/locale/eo/LC_MESSAGES/javascript.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# neniu , 2014 +# Nenia Ulo , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-05 18:55+0000\n" -"Last-Translator: neniu \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Stilo:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Dosiero" @@ -34,6 +34,7 @@ msgid "hide" msgstr "kaŝi" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "malkaŝi" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Kaŝi fermitajn fadenojn" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Elekti" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Dista" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Enmeti" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Reiri" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Grandigi ĉiujn bildojn" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Via retumilo ne subtenas HTML5 videon." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[ludi unufoje]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[ludi daŭre]" @@ -568,3 +577,15 @@ msgstr "Defaŭlta laŭteco" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Arba vido" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/eo/LC_MESSAGES/tinyboard.po b/inc/locale/eo/LC_MESSAGES/tinyboard.po index 14533057..bc950e31 100644 --- a/inc/locale/eo/LC_MESSAGES/tinyboard.po +++ b/inc/locale/eo/LC_MESSAGES/tinyboard.po @@ -4,15 +4,15 @@ # # Translators: # MartenŜadoko , 2014 -# neniu , 2014 +# Nenia Ulo , 2014 # Vespero , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-05 18:49+0000\n" -"Last-Translator: neniu \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,6 +27,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "sekundo" @@ -39,6 +40,7 @@ msgstr[1] "sekundoj" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "minuto" @@ -51,6 +53,7 @@ msgstr[1] "minutoj" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "horo" @@ -63,6 +66,7 @@ msgstr[1] "horoj" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "tago" @@ -75,6 +79,7 @@ msgstr[1] "tagoj" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "semajno" @@ -87,6 +92,7 @@ msgstr[1] "semajnoj" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "jaro" @@ -95,7 +101,7 @@ msgstr[1] "jaroj" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Malpermesita!" @@ -107,7 +113,7 @@ msgstr "Malpermesita!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Antaŭa" @@ -119,28 +125,33 @@ msgstr "Antaŭa" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Sekvanta" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Eraro" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Eraro okazis." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Ensaluti" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Afiŝo tro longas. Alklaku ĉi tie por vidigi la tutan tekston." @@ -149,6 +160,7 @@ msgstr "Afiŝo tro longas. Alklaku ĉi tie por vidigi la tuta #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Malpermesi" @@ -156,13 +168,16 @@ msgstr "Malpermesi" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Malpermesi & Forviŝi" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Forviŝi dosieron" @@ -170,6 +185,7 @@ msgstr "Forviŝi dosieron" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Ĉu vi certas ke vi volas forviŝi ĉi tiun dosieron?" @@ -184,11 +200,13 @@ msgstr "Cenzuri Dosieron" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Ĉu vi certas ke vi volas cenzuri ĉi tiun dosieron?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Transloki respondon al alia tabulo" @@ -197,40 +215,50 @@ msgstr "Transloki respondon al alia tabulo" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Redakti afiŝon" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Forviŝi" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Ĉu vi certas ke vi volas forviŝi ĉi tion?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Forviŝi ĉiun afiŝon de tiu IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Ĉu vi certas ke vi volas forviŝi ĉiun afiŝon de ĉi tiu IP adreso?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Forviŝi ĉiujn afiŝojn per IP trans ĉiuj tabuloj" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -238,36 +266,43 @@ msgstr "Ĉu vi certas ke vi volas forviŝi ĉiujn afiŝojn de ĉi tiu IP adreso, #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Malglui fadenon" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Glui fadenon" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Permesi altigon de la fadeno" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Malpermesi altigon de la fadeno" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Malfermi fadenon" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Fermi fadenon" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Transloki fadenon al alia tabulo" @@ -277,6 +312,7 @@ msgstr "Transloki fadenon al alia tabulo" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Vi mutiĝis pro maloriginala enhavo." @@ -287,12 +323,14 @@ msgstr "Vi mutiĝis pro maloriginala enhavo." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Nova Temo" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Nova Respondo" @@ -300,6 +338,7 @@ msgstr "Nova Respondo" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -324,18 +363,21 @@ msgstr "Gvatu iom plu antaŭ afiŝi." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Vi ŝajnas kiel bot. " #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Via retumilo sendis malvalidan aŭ nenian HTTP referer." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "La %s tekstejo tro longis." @@ -343,90 +385,105 @@ msgstr "La %s tekstejo tro longis." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "La mesaĝo tro longis." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "La mesaĝo tro mallongis aŭ estis malplena." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Vi devas alŝuti bildon." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "La servilo malsukcesis prilabori vian alŝuton." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Nesubtenita bildotipo." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Malvalida tabulo!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Specifita fadeno ne ekzistas." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Fadeno fermita. Vi ne povas respondi nuntempe." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Fadeno atingis sian maksimuman limon de respondoj." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Fadeno atingis sian maksimuman limon de bildoj." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Vi ne faris afiŝon." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Inundon perceptita; Afiŝon forigita." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Via peto ŝajnas aŭtomata; Afiŝon forigita." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Maloriginala enhavo!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Maloriginala enhavo! Vi mutiĝos dum %d sekundoj." @@ -434,6 +491,7 @@ msgstr "Maloriginala enhavo! Vi mutiĝos dum %d sekundoj." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Vi mutiĝis! Finiĝos post %d sekundoj." @@ -441,6 +499,7 @@ msgstr "Vi mutiĝis! Finiĝos post %d sekundoj." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Via IP adreso listiĝas en %s." @@ -448,72 +507,84 @@ msgstr "Via IP adreso listiĝas en %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Tro da ligiloj; inundon perceptita." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Tro da citaĵoj; afiŝon forigita." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Tro da trans-tabulaj ligoj; afiŝo forigita." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Vi ne elektis ion por forviŝi." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Vi ne elektis ion por raporti." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Vi ne povas raporti tiom da afiŝoj samtempe." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Malĝusta pasvorto..." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Malvalida bildo." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Nekonata dosiertipo." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Maksimuma dosiera grandeco: %maxsz% bitokoj
Via dosiera grandeco: %filesz% bitokoj" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "La dosiero tro grandis." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "Tiu dosiero jam ekzistas!" @@ -521,6 +592,7 @@ msgstr "Tiu dosiero jam ekzistas!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Tiu dosiero jam ekzistas en ĉi tiu fadeno!" @@ -528,6 +600,7 @@ msgstr "Tiu dosiero jam ekzistas en ĉi tiu fadeno!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Vi devos esperi %s antaŭ vi povos forviŝi tion." @@ -535,18 +608,21 @@ msgstr "Vi devos esperi %s antaŭ vi povos forviŝi tion." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "MIME-tipo detection XSS exploit (IE) perceptita; afiŝon forigita." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Maleblis kompreni la URL-on de la videon kiun vi provis enmeti." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Vi ŝajne mistajpis la kontrolilon." @@ -554,6 +630,7 @@ msgstr "Vi ŝajne mistajpis la kontrolilon." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -563,18 +640,21 @@ msgstr "Vi nur eblas repermesi %s uzantojn samtempe. Vi provis repermesi %u uzan #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Malvalida salutnomo kaj/aŭ pasvorto." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Vi ne estas estrarano..." #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -583,18 +663,21 @@ msgstr "Malvalida salutnomo kaj/aŭ pasvorto. Via uzanto eble forviŝiĝis aŭ #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Malvalidaj/misformitaj cookie-oj." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Via retumilo ne faris enigon kiam ĝi devis." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "La %s tekstejo endas." @@ -602,6 +685,7 @@ msgstr "La %s tekstejo endas." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "La %s tekstejo malvalidis." @@ -609,6 +693,7 @@ msgstr "La %s tekstejo malvalidis." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Jam ekzistas tabulo %s." @@ -616,24 +701,28 @@ msgstr "Jam ekzistas tabulo %s." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Vi ne havas permeson por fari tion." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Tiu afiŝo ne ekzistas..." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Paĝon ne trovita." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Tiu estrarano jam ekzistas!" @@ -641,12 +730,14 @@ msgstr "Tiu estrarano jam ekzistas!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Tiu temo ne ekzistas!" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Nevalida sekurecsigno! Bonvolu reiri kaj reprovu." @@ -659,6 +750,7 @@ msgstr "Nevalida sekurecsigno! Bonvolu reiri kaj reprovu." #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "UZANTO ESTIS MALPERMESITA PRO ĈI TIU AFIŜO" @@ -739,6 +831,12 @@ msgstr "Registro estrarana" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -750,6 +848,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Nova malpermeso" @@ -758,47 +857,57 @@ msgstr "Nova malpermeso" msgid "Ban list" msgstr "Malpermesullisto" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Transloki respondon" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Cela kaj fonta tabuloj samas." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Maleblas transloki fadenon; ekzistas nur unu tabulo." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Transloki fadenon" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Redakti uzanton" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Administri uzantojn" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Nova PM por" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Privata mesaĝo" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "PM ricevujo" @@ -806,56 +915,69 @@ msgstr "PM ricevujo" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Rekonstrui" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Raporta vico" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Agordredaktilo" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Dosierujo de temoj ne ekzistas!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Maleblas malfermi dosierujo de temoj; kontrolu permesojn." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Administri temojn" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Instalita stilo: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Agordado stilon: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Rekonstruita stilon: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Malcimigo: Kontraŭrubmesaĝo" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Malcimigo: Freŝaj afiŝoj" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Malcimigo: SQL" @@ -885,8 +1007,10 @@ msgid "Error information" msgstr "Informo pri eraro" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Forviŝi Afiŝon" @@ -915,11 +1039,16 @@ msgstr "Forviŝi Afiŝon" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Dosiero" @@ -940,6 +1069,12 @@ msgstr "Dosiero" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -948,6 +1083,7 @@ msgstr "Dosiero" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Pasvorto" @@ -1002,6 +1138,20 @@ msgstr "Pasvorto" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1010,12 +1160,15 @@ msgstr "Pasvorto" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Kialo" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Raporti" @@ -1028,6 +1181,7 @@ msgstr "Raporti" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Reiri al panelo" @@ -1105,6 +1259,7 @@ msgstr "Dosiero:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Cenzuri Bildon" @@ -1114,6 +1269,7 @@ msgstr "Cenzuri Bildon" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Respondi" @@ -1123,6 +1279,7 @@ msgstr "Respondi" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Vidi ĉion" @@ -1132,6 +1289,7 @@ msgstr "Vidi ĉion" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Lasta afiŝo" @@ -1143,6 +1301,7 @@ msgstr[1] "Lastaj %count% afiŝoj" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "Unu afiŝo" @@ -1155,6 +1314,7 @@ msgstr[1] "%count% afiŝoj" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "kaj" @@ -1164,6 +1324,7 @@ msgstr "kaj" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 bildhava respondo" @@ -1175,6 +1336,7 @@ msgstr[1] "%count% bildhavaj respondoj" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "malinkluzivas. Klaku respondi por vidi." @@ -1197,6 +1359,12 @@ msgstr "malinkluzivas. Klaku respondi por vidi." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1216,6 +1384,10 @@ msgstr "Nomo" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1243,6 +1415,12 @@ msgstr "Retpoŝtadreso" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1266,6 +1444,10 @@ msgstr "Ĝisdatigi" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1346,6 +1528,10 @@ msgstr "Flagoj" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1382,6 +1568,10 @@ msgstr "Glui" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1418,6 +1608,10 @@ msgstr "Fermi" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1502,6 +1696,16 @@ msgstr "Neniaj rezultoj." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1509,6 +1713,7 @@ msgstr "Neniaj rezultoj." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Serĉi" @@ -1518,24 +1723,25 @@ msgstr "Apelacion ne trovita!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Malpermesaj apelacioj" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Nova uzanto" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Maleblas promocii/malpromocii uzanton." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Debug: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1549,6 +1755,11 @@ msgstr "Via kodo enhavis PHP sintaksajn erarojn. Bonvolu reiri kaj kontroli ilin #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1583,39 +1794,54 @@ msgid "Change password" msgstr "Ŝanĝi pasvorton" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Agordoj" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Aliaĵoj" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Malcimigo" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Kontraŭrubmesaĝo" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Freŝaj afiŝoj" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Uzantkonto" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Elsaluti" @@ -1723,6 +1949,26 @@ msgstr "Afiŝi novaĵon" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1756,6 +2002,12 @@ msgstr "Stabo" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1769,6 +2021,12 @@ msgstr "Noto" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1807,6 +2065,10 @@ msgstr "Nova noto" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1881,6 +2143,26 @@ msgstr "nenial" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1928,6 +2210,14 @@ msgstr "ĉiuj tabuloj" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1958,6 +2248,14 @@ msgstr "Set" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1996,6 +2294,14 @@ msgstr "neniam" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2032,6 +2338,14 @@ msgstr "Forigi malpermeson" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2061,6 +2375,16 @@ msgstr "Tempo" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2077,6 +2401,10 @@ msgstr "(aŭ subnet)" msgid "hidden" msgstr "kaŝita" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2114,6 +2442,10 @@ msgstr "Nova Malpermeso" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2142,6 +2474,10 @@ msgstr "(Serĉo estas uskleca-indiferenta kajbazita je ŝlosilvortoj. Por kongru msgid "There are no active bans." msgstr "Neniom de aktivaj malpermesoj nuntempe." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2151,6 +2487,10 @@ msgstr "Neniom de aktivaj malpermesoj nuntempe." msgid "IP address/mask" msgstr "IP adreso/mask" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2173,6 +2513,12 @@ msgstr "Repermesi elektita" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2199,18 +2545,22 @@ msgid "There are no reports." msgstr "Neniom da raportoj." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Tiu malpermeso ne ekzistas aŭ ne estas via." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Vi ne povas apelacii kontraŭ malpermeso de tiu daŭro." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Vi ne povas apelacii kontraŭ ĉi tiu malpermeso denove." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Jam pritraktatas apelacio por ĉi tiu malpermeso." @@ -2287,10 +2637,12 @@ msgstr "Vi fariĝis malpermesita pro la jena afiŝo je" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Vi sendis apelacion por ĉi tiu malpermeso je" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Ĝi jam pritraktatas." @@ -2308,17 +2660,25 @@ msgstr "Ĝi jam pritraktatas." #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Vi apelaciis ĉi tiun malpermeson je" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "kaj ĝi estas forneiita.. Vi ne povas apelacii ĉi tiun malpermeson denove." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2338,8 +2698,14 @@ msgstr "Vi sendis la maksimuman kiomon de apelacioj akcepteblaj. Vi ne povas ape #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "kaj malakceptiĝis." @@ -2357,20 +2723,36 @@ msgstr "kaj malakceptiĝis." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Vi povas apelacii ĉi tiun malpermeson denove. Bonvolu enskribi viajn kialojn suben." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Vi laste apelaciis ĉi tiun malpermeson je" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Vi povas apelacii ĉi tiun malpermeson. Bonvolu enskribi viajn kialojn suben." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2443,7 +2825,11 @@ msgid "locks thread; replies to it with a link." msgstr "fermas fadenon; respondas al ĝi kun ligilo." #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Celtabulo" @@ -2598,7 +2984,7 @@ msgstr "Neniom" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "Translokita al %s." @@ -2608,3 +2994,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "Maleblas konstrui la RecentPosts temo, ĉar ne estas tabuloj por trovi." + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/es_ES/LC_MESSAGES/javascript.po b/inc/locale/es_ES/LC_MESSAGES/javascript.po index 3d960470..58f98a8a 100644 --- a/inc/locale/es_ES/LC_MESSAGES/javascript.po +++ b/inc/locale/es_ES/LC_MESSAGES/javascript.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-22 21:14+0000\n" -"Last-Translator: copypaste \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Estilo: " #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Archivo" @@ -34,6 +34,7 @@ msgid "hide" msgstr "ocultar" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "mostrar" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Ocultar hilos bloqueados" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Seleccionar" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Remoto" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Incrustar" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Volver" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Expandir todas las imágenes" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Su navegador no soporta a video de HTML5." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[reproducir una vez]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "" @@ -568,3 +577,15 @@ msgstr "" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/es_ES/LC_MESSAGES/tinyboard.mo b/inc/locale/es_ES/LC_MESSAGES/tinyboard.mo index 552affc1..a678c1aa 100644 Binary files a/inc/locale/es_ES/LC_MESSAGES/tinyboard.mo and b/inc/locale/es_ES/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/es_ES/LC_MESSAGES/tinyboard.po b/inc/locale/es_ES/LC_MESSAGES/tinyboard.po index fe0497ee..5134e6ec 100644 --- a/inc/locale/es_ES/LC_MESSAGES/tinyboard.po +++ b/inc/locale/es_ES/LC_MESSAGES/tinyboard.po @@ -4,13 +4,14 @@ # # Translators: # copypaste , 2014 +# mgaj , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-22 21:06+0000\n" -"Last-Translator: copypaste \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +26,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "segundo" @@ -37,6 +39,7 @@ msgstr[1] "segundos" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "minuto" @@ -49,6 +52,7 @@ msgstr[1] "minutos" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "hora" @@ -61,6 +65,7 @@ msgstr[1] "horas" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "día" @@ -73,6 +78,7 @@ msgstr[1] "días" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "semana" @@ -85,6 +91,7 @@ msgstr[1] "semanas" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "año" @@ -93,7 +100,7 @@ msgstr[1] "años" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Baneado!" @@ -105,7 +112,7 @@ msgstr "Baneado!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Anterior" @@ -117,28 +124,33 @@ msgstr "Anterior" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Siguiente" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Error" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Ha ocurrido un error." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Iniciar sesión" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "El post es muy largo. Click aquí para ver el texto completo." @@ -147,6 +159,7 @@ msgstr "El post es muy largo. Click aquí para ver el texto c #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Ban" @@ -154,13 +167,16 @@ msgstr "Ban" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Ban & Eleminar" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Eliminar archivo" @@ -168,6 +184,7 @@ msgstr "Eliminar archivo" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Estás seguro de eliminar este archivo?" @@ -182,11 +199,13 @@ msgstr "Spoiler" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Estás seguro de marcar como spoiler este archivo?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Mover respuesta a otro tablón" @@ -195,40 +214,50 @@ msgstr "Mover respuesta a otro tablón" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Editar post" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Eliminar" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Estás seguro de eliminar esto?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Eliminar todos los posts por IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Estás seguro de querer eliminar todos los posts por esta dirección IP?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Eliminar todos los posts por IP en todos los tablones" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -236,36 +265,43 @@ msgstr "Estás seguro de eliminar todos los posts de esta dirección IP, en todo #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Hacer el hilo poco importante" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Hacer el hilo importante" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Permitir que este hilo se mueva" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Evitar que este hilo se mueva" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Desbloquear hilo" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Bloquear hilo" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Mover hilo a otro tablón" @@ -275,6 +311,7 @@ msgstr "Mover hilo a otro tablón" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Fuiste muteado por contenido poco original." @@ -285,12 +322,14 @@ msgstr "Fuiste muteado por contenido poco original." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Nuevo Hilo" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Nueva Respuesta" @@ -298,6 +337,7 @@ msgstr "Nueva Respuesta" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -322,18 +362,21 @@ msgstr "Lurkea algo más antes de postear." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Pareces un bot." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Tu navegador envió o no una referencia no HTTP." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "El campo %s es muy largo." @@ -341,90 +384,105 @@ msgstr "El campo %s es muy largo." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "El mensaje es muy largo." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "El mensaje es muy corto o está vacío." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Debes subir una imagen." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "El servidor falló al subir tu imagen." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Formato de imagen no soportado." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Tablón inválido!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Hilo específicado no existe." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Hilo cerrado. No puedes responder en este momento." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "El hilo llegó al límite de respuestas." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "El hilo llegó al máximo de imágenes permitido" #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "No has hecho ningún post." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Flood detectado; Post descartado." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Tu respuesta parece automática; Post descartado." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Contenido poco original!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Contenido poco original! Fuiste muteado durante %d segundos." @@ -432,6 +490,7 @@ msgstr "Contenido poco original! Fuiste muteado durante %d segundos." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Estás muteado! Expira en %d segundos." @@ -439,6 +498,7 @@ msgstr "Estás muteado! Expira en %d segundos." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Tu dirección IP está listada en %s." @@ -446,72 +506,84 @@ msgstr "Tu dirección IP está listada en %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Muchos links; flood detectado." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Muchas citas; post descartado." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Muchos links de otros tablones; post descartado." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "No has seleccionado nada para eliminar." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "No has seleccionado nada para reportar." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "No puedes reportar varios posts a la vez." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Contraseña incorrecta..." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Imagen no válida." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Extensión del archivo desconocida." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Peso máximo del archivo: %maxsz% bytes
Tu archivo pesa %filesz% bytes" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "El archivo es muy grande." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "Ese archivo ya existe!" @@ -519,6 +591,7 @@ msgstr "Ese archivo ya existe!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Ese archivo ya existe en este hilo!" @@ -526,6 +599,7 @@ msgstr "Ese archivo ya existe en este hilo!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Tienes que esperar otros %s antes de eliminar eso." @@ -533,18 +607,21 @@ msgstr "Tienes que esperar otros %s antes de eliminar eso." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "MIME type detection XSS exploit (IE) detectado; post descartado." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "No tiene sentido la URL del vídeo que has intentado incrustar." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Parece que escribiste mal la verificación." @@ -552,6 +629,7 @@ msgstr "Parece que escribiste mal la verificación." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -561,18 +639,21 @@ msgstr "Sólo estás permitido desbanear %s usuarios a la vez. Has intentado des #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Nombre de usuario y/o contraseña no válida." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "No eres un mod..." #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -581,18 +662,21 @@ msgstr "Nombre de usuario y/o contraseña no válida. Puede que tu usuario fue e #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Cookies no válidas/malformadas." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Tu navegador no mostró ninguna entrada cuando debería tenerla." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "Es necesario el campo %s." @@ -600,6 +684,7 @@ msgstr "Es necesario el campo %s." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "No es válido el campo %s." @@ -607,6 +692,7 @@ msgstr "No es válido el campo %s." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Ya hay el tablón %s." @@ -614,24 +700,28 @@ msgstr "Ya hay el tablón %s." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "No tienes permisos para hacer eso." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Ese post no existe..." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Página no encontrada." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Ese mod ya existe!" @@ -639,12 +729,14 @@ msgstr "Ese mod ya existe!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Ese hilo no existe!" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Token de seguridad no válido! Por favor, vuelve atrás e inténtalo de nuevo." @@ -657,6 +749,7 @@ msgstr "Token de seguridad no válido! Por favor, vuelve atrás e inténtalo de #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "USUARIO FUE BANEADO DE ESTE POST" @@ -737,6 +830,12 @@ msgstr "Log de moderación" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -748,6 +847,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Nuevo baneo" @@ -756,47 +856,57 @@ msgstr "Nuevo baneo" msgid "Ban list" msgstr "Lista de baneos" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Mover respuesta" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "El tablón objetivo y el tablón original son lo mismo." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Imposible al mover hilo; sólo hay un tablón." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Mover hilo" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Editar usuarios" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Gestionar usuarios" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Nuevo MP para" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Mensaje privado" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "Bandeja de MP" @@ -804,56 +914,69 @@ msgstr "Bandeja de MP" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Reconstruir" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Reportar cola" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Configurar editor" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "El directorio de temas no existe!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "No se pudo abrir el directorio de tema; comprueba los permisos." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Gestionar temas" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Tema instalado: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Configurando tema: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Reconstruir tema: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Depurar: Anti-spam" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Depurar: Posts recientes" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Depurar: SQL" @@ -883,10 +1006,12 @@ msgid "Error information" msgstr "Información errónea" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" -msgstr "Eleminar Post" +msgstr "Eliminar Post" #. line 3 #. line 84 @@ -913,11 +1038,16 @@ msgstr "Eleminar Post" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Archivo" @@ -938,6 +1068,12 @@ msgstr "Archivo" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -946,6 +1082,7 @@ msgstr "Archivo" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Contraseña" @@ -1000,6 +1137,20 @@ msgstr "Contraseña" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1008,12 +1159,15 @@ msgstr "Contraseña" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Razón" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Reportar" @@ -1026,6 +1180,7 @@ msgstr "Reportar" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Volver al Panel del tablón" @@ -1103,6 +1258,7 @@ msgstr "Archivo:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Spoiler" @@ -1112,6 +1268,7 @@ msgstr "Spoiler" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Responder" @@ -1121,6 +1278,7 @@ msgstr "Responder" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Ver todo" @@ -1130,6 +1288,7 @@ msgstr "Ver todo" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Último post" @@ -1141,6 +1300,7 @@ msgstr[1] "Últimos %count% posts" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 post" @@ -1153,6 +1313,7 @@ msgstr[1] "%count% posts" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "y" @@ -1162,6 +1323,7 @@ msgstr "y" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 imagen" @@ -1173,6 +1335,7 @@ msgstr[1] "%count% imágenes" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "omitidos. Click Responder para ver." @@ -1195,6 +1358,12 @@ msgstr "omitidos. Click Responder para ver." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1214,6 +1383,10 @@ msgstr "Nombre" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1241,6 +1414,12 @@ msgstr "Email" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1264,6 +1443,10 @@ msgstr "Actualización" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1344,6 +1527,10 @@ msgstr "Banderas" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1380,6 +1567,10 @@ msgstr "Marca" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1416,6 +1607,10 @@ msgstr "Bloquear" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1500,6 +1695,16 @@ msgstr "Ningún resultado." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1507,6 +1712,7 @@ msgstr "Ningún resultado." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Buscar" @@ -1516,24 +1722,25 @@ msgstr "Apelación del ban no encontrado!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Apelaciones de bans" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Nuevo usuario" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Imposible al ascender/degradar usuario." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Depurar: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1547,6 +1754,11 @@ msgstr "Tu código contiene errores de sintaxis PHP. Por favor, vuelve atrás y #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1581,39 +1793,54 @@ msgid "Change password" msgstr "Cambiar contraseña" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Configuración" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Otro" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Depurar" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Anti-spam" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Post recientes" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Cuenta de usuario" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Cerrar sesión" @@ -1721,6 +1948,26 @@ msgstr "Postear nueva entrada" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1754,6 +2001,12 @@ msgstr "Staff" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1767,6 +2020,12 @@ msgstr "Nota" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1805,6 +2064,10 @@ msgstr "Nueva nota" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1879,6 +2142,26 @@ msgstr "Sin razón" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1926,6 +2209,14 @@ msgstr "Todos los tablones" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1956,6 +2247,14 @@ msgstr "Conjunto" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1994,6 +2293,14 @@ msgstr "nunca" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2030,6 +2337,14 @@ msgstr "Eliminar baneo" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2059,6 +2374,16 @@ msgstr "Tiempo" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2075,6 +2400,10 @@ msgstr "(o subred)" msgid "hidden" msgstr "oculto" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2112,6 +2441,10 @@ msgstr "Nuevo Ban" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2140,6 +2473,10 @@ msgstr "(Buscar entre minúsculas-mayúsculas y en base a tags. Para encontrar l msgid "There are no active bans." msgstr "No hay ningún ban activo." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2149,6 +2486,10 @@ msgstr "No hay ningún ban activo." msgid "IP address/mask" msgstr "Dirección IP" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2171,6 +2512,12 @@ msgstr "Desban seleccionado" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2197,18 +2544,22 @@ msgid "There are no reports." msgstr "No hay ningún reporte." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Ese ban no existe o no es para ti." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "No puedes apelar el ban de esa longitud." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "No puedes volver a apelar este ban." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Ya hay una apelación para este ban." @@ -2285,10 +2636,12 @@ msgstr "Fuiste baneado por el siguiente post en" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Presentaste una apelación para este ban en" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Sigue pendiente" @@ -2306,17 +2659,25 @@ msgstr "Sigue pendiente" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Apelaste este ban en" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "y fue rechazado. No puede volver a apelar este ban." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2336,8 +2697,14 @@ msgstr "Has alcanzado el número máximo de apelaciones permitido. Ya no puedes #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "y fue rechazado." @@ -2355,20 +2722,36 @@ msgstr "y fue rechazado." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Ya puedes apelar este ban otra vez. Por favor, introduce abajo el porqué." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Tu última apelación de este ban es" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Ya puedes apelar este ban. Por favor, introduce abajo el porqué." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2441,7 +2824,11 @@ msgid "locks thread; replies to it with a link." msgstr "bloqueas el hilo; las respuestas irán en un link." #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Hilo objetivo" @@ -2596,7 +2983,7 @@ msgstr "Nada" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "Movido a %s." @@ -2606,3 +2993,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "No se puede generar el tema de RecentPosts; no hay ningún tablón para generar." + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/fi_FI/LC_MESSAGES/javascript.po b/inc/locale/fi_FI/LC_MESSAGES/javascript.po index c9610e4f..e739f3ed 100644 --- a/inc/locale/fi_FI/LC_MESSAGES/javascript.po +++ b/inc/locale/fi_FI/LC_MESSAGES/javascript.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-04 14:54+0000\n" -"Last-Translator: Alrahambra \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Tyyli:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Tiedosto" @@ -34,6 +34,7 @@ msgid "hide" msgstr "piilota" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "näytä" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Piilota lukitut langat" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Valitse" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Etä" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Upote" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Palaa" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Laajenna kaikki kuvat" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Selaimesi ei tue HTML5 videota." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[toista kerran]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[silmukka]" @@ -568,3 +577,15 @@ msgstr "Oletus volyymi" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Puunäkymä" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo index 22d1a647..79239acd 100644 Binary files a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo and b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po index b5b4c1c7..c3f55a14 100644 --- a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po +++ b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-04 15:05+0000\n" -"Last-Translator: Alrahambra \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +25,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "" @@ -37,6 +38,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "" @@ -49,6 +51,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "" @@ -61,6 +64,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "" @@ -73,6 +77,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "" @@ -85,6 +90,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "" @@ -93,7 +99,7 @@ msgstr[1] "" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Bannittu!" @@ -105,7 +111,7 @@ msgstr "Bannittu!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Edellinen" @@ -117,28 +123,33 @@ msgstr "Edellinen" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Seuraava" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Virhe" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Tapahtui virhe" #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Kirjaudu sisään" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Postaus on liian pitkä. Paina tästä näyttääksesi koko tekstin." @@ -147,6 +158,7 @@ msgstr "Postaus on liian pitkä. Paina tästä näyttääkses #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Bannaa" @@ -154,13 +166,16 @@ msgstr "Bannaa" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Bannaa ja poista" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Poista tiedosto" @@ -168,6 +183,7 @@ msgstr "Poista tiedosto" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Haluatko varmasti poistaa tämän tiedoston" @@ -182,11 +198,13 @@ msgstr "Piilokuva" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Haluatko varmasti piiloittaa tämän kuvan?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Siirrä viesti toiselle laudalle" @@ -195,40 +213,50 @@ msgstr "Siirrä viesti toiselle laudalle" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Muokkaa postausta" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Poista" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Haluatko varmasti poistaa tämän?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Poista viestit IP:n perusteella" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Haluatko varmasti poistaa kaikki postaukset tämän IP osoitteen perusteella?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Poista kaikki viestit lautojen välillä IP osoitteen perusteella" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -236,36 +264,43 @@ msgstr "Haluatko varmasti poistaa kaikki postaukset tämän IP:n perusteella kai #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Poista langan tahma" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Tahmaa lanka" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Salli langan bumppaukset" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Estä langan bumpit" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Poista langan lukitus" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Lukitse lanka" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Siirrä lankasi toiselle laudalle" @@ -275,6 +310,7 @@ msgstr "Siirrä lankasi toiselle laudalle" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Sinut on mykistetty ei-alkuperäisen sisällöln vuoksi" @@ -285,12 +321,14 @@ msgstr "Sinut on mykistetty ei-alkuperäisen sisällöln vuoksi" #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Uusi lanka" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Uusi aihe" @@ -298,6 +336,7 @@ msgstr "Uusi aihe" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -322,18 +361,21 @@ msgstr "Lurkkaa lisää ennenkuin postaat." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Näytät botilta." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Selaimesi ei lähettänyt tai lähetti vääristyneen HTTP-välitteen." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "%s kenttä oli liian pitkä." @@ -341,90 +383,105 @@ msgstr "%s kenttä oli liian pitkä." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "Viestin runko oli liian pitkä" #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "Viestin runko oli liian lyhyt tai tyhjä." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Sinun täytyy antaa kuva." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "Serveri ei pystynyt käsittelemään lähetystäsi." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Tukematon kuvaformaatti." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Väärä lauta!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Lankaa ei ole olemassa." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Lanka lukittu. Et saa vastata." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Lanka on ylittänyt bumplimitin." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Lanka on ylittänyt sallittujen kuvien rajan." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Et postannut." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Floodia havaittu; viestiä ei huomioida." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Pyyntösi vaikuttaa olevan automatisoitu; viestiä ei huomioida." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Ei-alkuperäistä sisältöä!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Ei-alkuperäistä sisältöä! Sinut on mykistetty %d sekunniksi" @@ -432,6 +489,7 @@ msgstr "Ei-alkuperäistä sisältöä! Sinut on mykistetty %d sekunniksi" #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Olet mykistetty! Loppuu %d sekunnissa." @@ -439,6 +497,7 @@ msgstr "Olet mykistetty! Loppuu %d sekunnissa." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "IP osoitteesi on listattu %s" @@ -446,72 +505,84 @@ msgstr "IP osoitteesi on listattu %s" #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Liian monta linkkiä; floodia havaittu." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Liian monta lainausta; viestiä ei huomioida." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Liian monta lautojen välistä linkkiä; postausta ei huomioida." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Et valinnut mitään poistettavaksi." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Et valinnut mitään raportoitavaksi." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Et voi raportoida niin monta postausta kerralla." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Väärä salasana..." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Väärä kuva." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Tuntematon tiedostotyyppi." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Maksimi tiedoston koko: %maxsz% bittiä
Tiedostosi koko: %filesz% bittiä" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Tiedosto oli liian suuri" #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "Tämä tiedosto on jo olemassa!" @@ -519,6 +590,7 @@ msgstr "Tämä tiedosto on jo olemassa!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Tuo tiedosto on jo tässä langassa!" @@ -526,6 +598,7 @@ msgstr "Tuo tiedosto on jo tässä langassa!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Sinun täytyy odottaa %s ennenkuin poistat tuon." @@ -533,18 +606,21 @@ msgstr "Sinun täytyy odottaa %s ennenkuin poistat tuon." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "MIME tyypin XSS hyökkäys (IE) havaittu; postausta ei huomioida." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Upotteen URLista ei saatu selvää." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Et kirjoittanut oikein varmistusta." @@ -552,6 +628,7 @@ msgstr "Et kirjoittanut oikein varmistusta." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -561,18 +638,21 @@ msgstr "" #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "" #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -581,18 +661,21 @@ msgstr "" #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "" #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "" #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "" @@ -600,6 +683,7 @@ msgstr "" #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "" @@ -607,6 +691,7 @@ msgstr "" #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "" @@ -614,24 +699,28 @@ msgstr "" #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "" #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "" #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "" #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "" @@ -639,12 +728,14 @@ msgstr "" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "" @@ -657,6 +748,7 @@ msgstr "" #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "" @@ -737,6 +829,12 @@ msgstr "Moderaatio logi" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -748,6 +846,7 @@ msgstr "" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "" @@ -756,47 +855,57 @@ msgstr "" msgid "Ban list" msgstr "Bannit" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "" #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "" #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Hallitse käyttäjiä" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "" @@ -804,56 +913,69 @@ msgstr "" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Rakenna uudelleen" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Ilmiannot" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "" #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Hallitse teemoja" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "" @@ -883,8 +1005,10 @@ msgid "Error information" msgstr "" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Poista Viesti" @@ -913,11 +1037,16 @@ msgstr "Poista Viesti" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Tiedosto" @@ -938,6 +1067,12 @@ msgstr "Tiedosto" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -946,6 +1081,7 @@ msgstr "Tiedosto" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Salasana" @@ -1000,6 +1136,20 @@ msgstr "Salasana" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1008,12 +1158,15 @@ msgstr "Salasana" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Syy" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Report" @@ -1026,6 +1179,7 @@ msgstr "Report" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Palaa hallintaan" @@ -1103,6 +1257,7 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Spoiler Image" @@ -1112,6 +1267,7 @@ msgstr "Spoiler Image" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Vastaa" @@ -1121,6 +1277,7 @@ msgstr "Vastaa" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "" @@ -1130,6 +1287,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "" @@ -1141,6 +1299,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "" @@ -1153,6 +1312,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "" @@ -1162,6 +1322,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "" @@ -1173,6 +1334,7 @@ msgstr[1] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "" @@ -1195,6 +1357,12 @@ msgstr "" #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1214,6 +1382,10 @@ msgstr "Nimi" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1241,6 +1413,12 @@ msgstr "Email" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1264,6 +1442,10 @@ msgstr "" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1344,6 +1526,10 @@ msgstr "Arvot" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1380,6 +1566,10 @@ msgstr "Sticky" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1416,6 +1606,10 @@ msgstr "Lukko" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1500,6 +1694,16 @@ msgstr "" #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1507,6 +1711,7 @@ msgstr "" #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Etsi" @@ -1516,24 +1721,25 @@ msgstr "" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "" -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1547,6 +1753,11 @@ msgstr "" #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1581,39 +1792,54 @@ msgid "Change password" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Asetukset" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Kirjaudu ulos" @@ -1721,6 +1947,26 @@ msgstr "" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1754,6 +2000,12 @@ msgstr "Moderaattori" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1767,6 +2019,12 @@ msgstr "" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1805,6 +2063,10 @@ msgstr "" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1879,6 +2141,26 @@ msgstr "" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1926,6 +2208,14 @@ msgstr "kaikki laudat" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1956,6 +2246,14 @@ msgstr "Aseta" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1994,6 +2292,14 @@ msgstr "" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2030,6 +2336,14 @@ msgstr "" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2059,6 +2373,16 @@ msgstr "" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2075,6 +2399,10 @@ msgstr "" msgid "hidden" msgstr "" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2112,6 +2440,10 @@ msgstr "" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2140,6 +2472,10 @@ msgstr "" msgid "There are no active bans." msgstr "" +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2149,6 +2485,10 @@ msgstr "" msgid "IP address/mask" msgstr "" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2171,6 +2511,12 @@ msgstr "" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2197,18 +2543,22 @@ msgid "There are no reports." msgstr "" #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "" #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "" #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "" @@ -2285,10 +2635,12 @@ msgstr "" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "" @@ -2306,17 +2658,25 @@ msgstr "" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2336,8 +2696,14 @@ msgstr "" #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "" @@ -2355,20 +2721,36 @@ msgstr "" #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "" #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "" +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2441,7 +2823,11 @@ msgid "locks thread; replies to it with a link." msgstr "" #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "" @@ -2596,7 +2982,7 @@ msgstr "" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "" @@ -2606,3 +2992,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/fr_FR/LC_MESSAGES/javascript.js b/inc/locale/fr_FR/LC_MESSAGES/javascript.js index ca5ad5c5..d79a8532 100644 --- a/inc/locale/fr_FR/LC_MESSAGES/javascript.js +++ b/inc/locale/fr_FR/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Style: ":"Style:","File":"Fichier","hide":"masquer","show":"montrer","Show locked threads":"Montrer les fils v\u00e9rouill\u00e9s","Hide locked threads":"Masquer les fils v\u00e9rouill\u00e9s","URL":"URL","Select":"Choisissez","hidden":"cach\u00e9","Show images":"Montrer les images","Hide images":"Masquer les Images","Password":"Mot de passe","Delete file only":"Supprimer le fichier uniquement","Delete":"Supprimer","Reason":"Raison","Report":"Signaler","Click reply to view.":"Cliquer sur r\u00e9pondre pour voir les r\u00e9ponses.","Brush size":"Taille du pinceau","Set text":"Saisir le texte","Clear":"Effacer","Save":"Sauvegarder","Load":"Charger","Toggle eraser":"S\u00e9lectionner la gomme","Fill":"Remplir","Enter some text":"Entrer du texte","Enter font or leave empty":"Entrer une police ou laissez vide","Forced anonymity":"Anonymat forc\u00e9.","enabled":"activ\u00e9","disabled":"d\u00e9sactiv\u00e9","Sun":"Dim","Mon":"Lun","Tue":"Mar","Wed":"Mer","Thu":"Jeu","Fri":"Ven","Sat":"Sam","Catalog":"Catalogue","Submit":"Envoyer","Quick reply":"R\u00e9ponse rapide","Posting mode: Replying to >>{0}<\/small>":"Mode de messagerie: R\u00e9ponse \u00e0 >>{0}<\/small>","Return":"Retour","Hello!":"Bonjour!","{0} users":"{0} utilisateurs","(hide threads from this board)":"(masquer les fis de cette planche)","(show threads from this board)":"(montrer les fils de cette planche)","No more threads to display":"Plus aucun fil \u00e0 afficher","Loading...":"Chargement\u2026","Save as original filename":"Sauvegarder avec le nom de fichier d'origine","Reported post(s).":"Message(s) signal\u00e9(s).","An unknown error occured!":"Une erreur inconnu s'est produite\u00a0!","Something went wrong... An unknown error occured!":"Quelque chose s'est mal pass\u00e9\u2026 Une erreur inconnu s'est produite\u00a0!","An unknown error occured when posting!":"Une erreur s'est produite lors de l'envoi du message!","Upload URL":"URL d'upload","Comment":"Commentaire","Quick Reply":"R\u00e9ponse Rapide","Stop watching this thread":"Arr\u00eater de surveiller le fil","Watch this thread":"Surveiller ce fil","Unpin this board":"D\u00e9s\u00e9pingler cette planche","Pin this board":"\u00c9pingler cette planche","Stop watching this board":"Arr\u00eater de surveiller cette planche","Watch this board":"Surveiller cette planche","Sunday":"Dimanche","Monday":"Lundi","Tuesday":"Mardi","Wednesday":"Mercredi","Thursday":"Jeudi","Friday":"Vendredi","Saturday":"Samedi","January":"Janvier","February":"F\u00e9vrier","March":"Mars","April":"Avril","May":"Mai","June":"Juin","July":"Juillet","August":"Aout","September":"Septembre","October":"Otobre","November":"Novembre","December":"D\u00e9cembre","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Avr","Jun":"Jun","Jul":"Jul","Aug":"Aou","Sep":"Sep","Oct":"Oct","Nov":"Nov","Dec":"Dec","Your browser does not support HTML5 video.":"Votre navigateur ne supporte pas les vid\u00e9os HTML5.","[play once]":"[jouer une fois]","[loop]":"[boucler]","WebM Settings":"Param\u00e8tres Webm","Default volume":"Volume par d\u00e9faut"}; \ No newline at end of file +l10n = {"Style: ":"Style:","File":"Fichier","hide":"masquer","show":"montrer","Show locked threads":"Montrer les fils v\u00e9rouill\u00e9s","Hide locked threads":"Masquer les fils v\u00e9rouill\u00e9s","URL":"URL","Select":"Choisissez","hidden":"cach\u00e9","Show images":"Montrer les images","Hide images":"Masquer les Images","Password":"Mot de passe","Delete file only":"Supprimer le fichier uniquement","Delete":"Supprimer","Reason":"Raison","Report":"Signaler","Click reply to view.":"Cliquer sur r\u00e9pondre pour voir les r\u00e9ponses.","Brush size":"Taille du pinceau","Set text":"Saisir le texte","Clear":"Effacer","Save":"Sauvegarder","Load":"Charger","Toggle eraser":"S\u00e9lectionner la gomme","Fill":"Remplir","Enter some text":"Entrer du texte","Enter font or leave empty":"Entrer une police ou laissez vide","Forced anonymity":"Anonymat forc\u00e9.","enabled":"activ\u00e9","disabled":"d\u00e9sactiv\u00e9","Sun":"Dim","Mon":"Lun","Tue":"Mar","Wed":"Mer","Thu":"Jeu","Fri":"Ven","Sat":"Sam","Catalog":"Catalogue","Submit":"Envoyer","Quick reply":"R\u00e9ponse rapide","Posting mode: Replying to >>{0}<\/small>":"Mode de messagerie: R\u00e9ponse \u00e0 >>{0}<\/small>","Return":"Retour","Hello!":"Bonjour!","{0} users":"{0} utilisateurs","(hide threads from this board)":"(masquer les fis de cette planche)","(show threads from this board)":"(montrer les fils de cette planche)","No more threads to display":"Plus aucun fil \u00e0 afficher","Loading...":"Chargement\u2026","Save as original filename":"Sauvegarder avec le nom de fichier d'origine","Reported post(s).":"Message(s) signal\u00e9(s).","An unknown error occured!":"Une erreur inconnu s'est produite\u00a0!","Something went wrong... An unknown error occured!":"Quelque chose s'est mal pass\u00e9\u2026 Une erreur inconnu s'est produite\u00a0!","An unknown error occured when posting!":"Une erreur s'est produite lors de l'envoi du message!","Upload URL":"URL d'upload","Comment":"Commentaire","Quick Reply":"R\u00e9ponse Rapide","Stop watching this thread":"Arr\u00eater de surveiller le fil","Watch this thread":"Surveiller ce fil","Unpin this board":"D\u00e9s\u00e9pingler cette planche","Pin this board":"\u00c9pingler cette planche","Stop watching this board":"Arr\u00eater de surveiller cette planche","Watch this board":"Surveiller cette planche","Sunday":"Dimanche","Monday":"Lundi","Tuesday":"Mardi","Wednesday":"Mercredi","Thursday":"Jeudi","Friday":"Vendredi","Saturday":"Samedi","January":"Janvier","February":"F\u00e9vrier","March":"Mars","April":"Avril","May":"Mai","June":"Juin","July":"Juillet","August":"Aout","September":"Septembre","October":"Otobre","November":"Novembre","December":"D\u00e9cembre","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Avr","Jun":"Jun","Jul":"Jul","Aug":"Aou","Sep":"Sep","Oct":"Oct","Nov":"Nov","Dec":"Dec","Your browser does not support HTML5 video.":"Votre navigateur ne supporte pas les vid\u00e9os HTML5.","[play once]":"[jouer une fois]","[loop]":"[boucler]","WebM Settings":"Param\u00e8tres Webm","Expand videos inline":"\u00c9tendre les vid\u00e9os","Play videos on hover":"Lire les vid\u00e9o sur passage de la souris","Default volume":"Volume par d\u00e9faut"}; \ No newline at end of file diff --git a/inc/locale/fr_FR/LC_MESSAGES/javascript.po b/inc/locale/fr_FR/LC_MESSAGES/javascript.po index 0f5567ed..0ed08b65 100644 --- a/inc/locale/fr_FR/LC_MESSAGES/javascript.po +++ b/inc/locale/fr_FR/LC_MESSAGES/javascript.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:53+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: French (France) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fr_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Style:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Fichier" @@ -34,6 +34,7 @@ msgid "hide" msgstr "masquer" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "montrer" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Masquer les fils vérouillés" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Choisissez" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "" @@ -259,6 +265,7 @@ msgstr "Retour" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Votre navigateur ne supporte pas les vidéos HTML5." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[jouer une fois]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[boucler]" @@ -555,11 +564,11 @@ msgstr "Paramètres Webm" #: ../../../../js/webm-settings.js:44 msgid "Expand videos inline" -msgstr "" +msgstr "Étendre les vidéos" #: ../../../../js/webm-settings.js:45 msgid "Play videos on hover" -msgstr "" +msgstr "Lire les vidéo sur passage de la souris" #: ../../../../js/webm-settings.js:46 msgid "Default volume" @@ -568,3 +577,15 @@ msgstr "Volume par défaut" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo index 948caf60..e13d612b 100644 Binary files a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo and b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po index 268fc3ec..0aab05c7 100644 --- a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po +++ b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-02 21:08+0000\n" -"Last-Translator: kaf \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: French (France) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fr_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,6 +26,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "seconde" @@ -38,6 +39,7 @@ msgstr[1] "secondes" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "minute" @@ -50,6 +52,7 @@ msgstr[1] "minutes" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "heure" @@ -62,6 +65,7 @@ msgstr[1] "heures" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "jour" @@ -74,6 +78,7 @@ msgstr[1] "jours" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "semaine" @@ -86,6 +91,7 @@ msgstr[1] "semaines" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "année" @@ -94,9 +100,9 @@ msgstr[1] "années" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" -msgstr "Banni!" +msgstr "Banni !" #. There is no previous page. #: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 @@ -106,7 +112,7 @@ msgstr "Banni!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Précédent" @@ -118,28 +124,33 @@ msgstr "Précédent" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Suivant" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Erreur" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Une erreur s'est produite." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Identifiant" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Message trop long. Cliquez ici pour voir le texte en entier." @@ -148,6 +159,7 @@ msgstr "Message trop long. Cliquez ici pour voir le texte en #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Ban" @@ -155,13 +167,16 @@ msgstr "Ban" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Bannir et supprimer" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Supprimer le fichier" @@ -169,6 +184,7 @@ msgstr "Supprimer le fichier" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Êtes-vous sûr de vouloir supprimer ce fichier ?" @@ -183,11 +199,13 @@ msgstr "Mettre le fichier sous Spoiler" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Êtes-vous sûr de vouloir mettre ce fichier sous Spoiler ?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Déplacer la réponse sur une autre planche" @@ -196,40 +214,50 @@ msgstr "Déplacer la réponse sur une autre planche" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Éditer message" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Supprimer" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Êtes-vous sûr de vouloir supprimer ceci ?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Supprimer tout les messages ayant cette IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Êtes-vous sûr de vouloir supprimer tout les messages ayant cette adresse IP ?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Supprimer tout les messages ayant cette IP, sur toutes les planches" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -237,36 +265,43 @@ msgstr "Êtes-vous sûr de vouloir supprimer tout les messages de toutes les pla #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Dé-épingler" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Épingler" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Autoriser le rebond du fil" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Interdire les rebonds sur ce fil" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Déverrouiller le fil" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Verrouiller le fil" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Déplacer le fil sur une autre planche" @@ -276,6 +311,7 @@ msgstr "Déplacer le fil sur une autre planche" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Vous avez été rendu muet pour cause de contenu non-original." @@ -286,12 +322,14 @@ msgstr "Vous avez été rendu muet pour cause de contenu non-original." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Nouveau Fil" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Nouvelle réponse" @@ -299,6 +337,7 @@ msgstr "Nouvelle réponse" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -323,18 +362,21 @@ msgstr "Rôde plus avant de poster." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." -msgstr "Tu ressembles à un bot." +msgstr "Tu ressembles à un robot." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Votre navigateur nous a envoyé un référant invalide ou aucun référant." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "Le champ %s comporte trop de caractères." @@ -342,90 +384,105 @@ msgstr "Le champ %s comporte trop de caractères." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "Vous avez atteint la limite de caractères pour le texte." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "Ce texte est trop court ou vide." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Vous devez mettre en ligne une image." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "Le serveur a échoué la mise en ligne de votre image." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Format d'image non-supporté." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Planche invalide." #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Le fil spécifié n'existe pas." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Fil verrouillé." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Le fil a atteint le nombre de réponses maximum." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Le fil a atteint le nombre d'images maximum." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Vous n'avez pas écrit de message." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Flood détecté ; Message ignoré." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Votre requête semble automatisée ; Message ignoré." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Ce contenu n'est pas original." #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Ce contenu n'est pas original. Vous avez été muté pour %d secondes." @@ -433,6 +490,7 @@ msgstr "Ce contenu n'est pas original. Vous avez été muté pour %d secondes." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Tu as été muté. Interdiction de poster pendant %d secondes." @@ -440,6 +498,7 @@ msgstr "Tu as été muté. Interdiction de poster pendant %d secondes." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Votre addresse IP est listée en %s." @@ -447,79 +506,92 @@ msgstr "Votre addresse IP est listée en %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Trop de liens ; Flood détecté." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Trop de citations ; Message ignoré." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." -msgstr "Trop de liens cross-planches ; message ignoré." +msgstr "Trop de liens inter-planches ; message ignoré." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Vous n'avez rien sélectionné à supprimer." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." -msgstr "Vous n'avez rien sélectionné à reporter." +msgstr "Vous n'avez sélectionné aucun message à signaler." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." -msgstr "Vous ne pouvez pas reporter autant de messages à la fois." +msgstr "Vous ne pouvez pas signaler autant de messages à la fois." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Mot de passe incorrect." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Image invalide." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." -msgstr "Fichier d'extension inconnu." +msgstr "Extension de fichier inconnu." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" -msgstr "Maximum de la taille d'un fichier requis : %maxsz% octets
La taille de votre fichier : %filesz% octets" +msgstr "Taille de fichier maximum : %maxsz% octets
La taille de votre fichier : %filesz% octets" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Ce fichier est trop volumineux." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" -msgstr "Le fichier a déjà été mis en ligne ici : " +msgstr "Ce fichier existe déjà ici : " #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Ce fichier existe déjà dans ce fil." @@ -527,25 +599,29 @@ msgstr "Ce fichier existe déjà dans ce fil." #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." -msgstr "Vous devez attendre encore %s avant de supprimer votre message." +msgstr "Vous devez encore attendre %s avant de supprimer votre message." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." -msgstr "Exploitation XSS de type MIME (IE) détecté; Message ignoré." +msgstr "Exploitation XSS de type MIME (IE) détecté ; Message ignoré." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." -msgstr "L'URL de votre vidéo est fausse." +msgstr "L'URL de votre vidéo est impossible à analyser." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Vous semblez avoir fait une erreur lors de votre vérification." @@ -553,6 +629,7 @@ msgstr "Vous semblez avoir fait une erreur lors de votre vérification." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -562,38 +639,44 @@ msgstr "Vous n'êtes autorisé à débannir que %s utilisateur en même temps. V #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." -msgstr "Identifiant et/ou mot de passe inválide(s)." +msgstr "Identifiant et/ou mot de passe invalide(s)." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" -msgstr "Vous n'êtes pas modérateurs." +msgstr "Vous n'êtes pas modérateurs…" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." -msgstr "Identifiant et/ou mot de passe inválide(s). L'identifiant a pu être supprimé ou modifié." +msgstr "Identifiant et/ou mot de passe invalide(s). L'identifiant a peut être été supprimé ou modifié." #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." -msgstr "Cookies inválides ou mal formés." +msgstr "Cookies invalides ou mal formés." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." -msgstr "Votre navigateur n'a pas envoyé de données lorsqu'il devait le faire." +msgstr "Votre navigateur n'a pas envoyé de donnée lorsqu'il aurait dû le faire." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "Le champ %s est obligatoire." @@ -601,6 +684,7 @@ msgstr "Le champ %s est obligatoire." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "Le champ %s est invalide." @@ -608,6 +692,7 @@ msgstr "Le champ %s est invalide." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Il existe déjà une planche %s." @@ -615,24 +700,28 @@ msgstr "Il existe déjà une planche %s." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." -msgstr "Vous n'avez pas la permission de le faire." +msgstr "Vous n'avez pas la permission de faire ceci." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" -msgstr "Ce message n'existe pas." +msgstr "Ce message n'existe pas…" #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Page introuvable." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Le modo existe déjà : " @@ -640,12 +729,14 @@ msgstr "Le modo existe déjà : " #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Ce thème n'existe pas." #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Le Token de securité est invalide. Veuillez retourner à la page précédent et recommencer." @@ -658,6 +749,7 @@ msgstr "Le Token de securité est invalide. Veuillez retourner à la page préc #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "L'UTILISATEUR A ÉTÉ BANNI POUR CE MESSAGE" @@ -667,7 +759,7 @@ msgstr "Confirmer cette action." #: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 msgid "Could not find current version! (Check .installed)" -msgstr "Version actuelle introuvable. (Verifiez .installed)" +msgstr "Version actuelle introuvable. (Vérifiez .installed)" #: ../../../../inc/mod/pages.php:162 msgid "Dashboard" @@ -675,7 +767,7 @@ msgstr "Panneau de Configuration" #: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 msgid "There are no boards to search!" -msgstr "Il n'y a aucune planche pour la recherche!" +msgstr "Il n'y a aucune planche pour la recherche !" #. $results now contains the search results #: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 @@ -684,7 +776,7 @@ msgstr "Résultats de la recherche" #: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 msgid "Edit board" -msgstr "Editer cette planche" +msgstr "Éditer cette planche" #: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 msgid "Couldn't open board after creation." @@ -698,7 +790,7 @@ msgstr "Nouvelle planche" #: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 msgid "Noticeboard" -msgstr "Notifications" +msgstr "Notes de service" #: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 @@ -710,7 +802,7 @@ msgstr "Nouvelles" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:300 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:75 msgid "Moderation log" -msgstr "Modération" +msgstr "Registre de modération" #. line 104 #. line 20 @@ -738,6 +830,12 @@ msgstr "Modération" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -749,55 +847,66 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" -msgstr "Nouveau banni" +msgstr "Nouveau ban" #: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 msgid "Ban list" -msgstr "Liste des bannis" +msgstr "Liste des ban" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Déplacer la réponse" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Les planches de départ et d'arrivé sont les mêmes." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Impossible de déplacer ce fil ; il n'y a qu'une seule planche." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Déplacer fil" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" -msgstr "Éditer identifiant" +msgstr "Éditer l'utilisateur" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" -msgstr "Administration" +msgstr "Gérer les utilisateurs" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" -msgstr "Nouveau MP de" +msgstr "Nouveau MP pour" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Message privé" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "Messagerie" @@ -805,56 +914,69 @@ msgstr "Messagerie" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Reconstruire" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" -msgstr "Fil des reports" +msgstr "Signalements" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" -msgstr "Éditer la configuration" +msgstr "Éditeur de config" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" -msgstr "Le répertoire de thèmes n'existe pas." +msgstr "Le répertoire de thème n'existe pas." #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Vous n'avez pas la permission de créer un nouveau répertoire" #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Gérer les thèmes" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Thème installé : %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Thème configuré : %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Thème reconstruit : %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Debug : Anti-spam" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Debug : Messages récents" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Debug : SQL" @@ -865,7 +987,7 @@ msgstr "Erreur de la base de donnée:" #: ../../../../banned.php:4 msgid "Banned?" -msgstr "Banni?" +msgstr "Banni ?" #: ../../../../banned.php:5 msgid "You are not banned." @@ -884,8 +1006,10 @@ msgid "Error information" msgstr "Information sur l'erreur" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Supprimer message" @@ -914,11 +1038,16 @@ msgstr "Supprimer message" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Fichier" @@ -939,6 +1068,12 @@ msgstr "Fichier" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -947,6 +1082,7 @@ msgstr "Fichier" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Mot de passe" @@ -1001,6 +1137,20 @@ msgstr "Mot de passe" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1009,14 +1159,17 @@ msgstr "Mot de passe" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Raison" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" -msgstr "Reporter" +msgstr "Signaler" #: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:149 #: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:134 @@ -1027,6 +1180,7 @@ msgstr "Reporter" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Retourner au panneau de configuration" @@ -1104,6 +1258,7 @@ msgstr "Fichier :" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Image sous Spoiler" @@ -1113,6 +1268,7 @@ msgstr "Image sous Spoiler" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Réponse" @@ -1122,6 +1278,7 @@ msgstr "Réponse" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Voir tous" @@ -1131,10 +1288,11 @@ msgstr "Voir tous" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" -msgstr[0] "Dernier 1 Message" -msgstr[1] "Derniers %count% Messages" +msgstr[0] "le dernier message" +msgstr[1] " %count% derniers messages" #: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:598 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 @@ -1142,6 +1300,7 @@ msgstr[1] "Derniers %count% Messages" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 message" @@ -1154,6 +1313,7 @@ msgstr[1] "%count% messages" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "et" @@ -1163,6 +1323,7 @@ msgstr "et" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 image en réponse" @@ -1174,8 +1335,9 @@ msgstr[1] "%count% images en réponse" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." -msgstr "cachés. Cliquez sur Répondre pour visualiser." +msgstr "cachés. Cliquez sur Répondre pour les voir." #. line 7 #. line 14 @@ -1196,6 +1358,12 @@ msgstr "cachés. Cliquez sur Répondre pour visualiser." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1215,12 +1383,16 @@ msgstr "Nom" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 #: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:47 msgid "Email" -msgstr "E-mail" +msgstr "Courriel" #. line 23 #. line 46 @@ -1242,6 +1414,12 @@ msgstr "E-mail" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1265,6 +1443,10 @@ msgstr "Actualiser" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1317,7 +1499,7 @@ msgstr "Insérer" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:342 msgid "Flags" -msgstr "Drapeaux" +msgstr "Options" #. line 116 #. line 117 @@ -1345,6 +1527,10 @@ msgstr "Drapeaux" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1353,7 +1539,7 @@ msgstr "Drapeaux" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:352 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:356 msgid "Sticky" -msgstr "Épinglé" +msgstr "Épingler" #. line 120 #. line 121 @@ -1381,6 +1567,10 @@ msgstr "Épinglé" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1417,6 +1607,10 @@ msgstr "Verrouiller" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1501,6 +1695,16 @@ msgstr "Aucun résultat." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1508,37 +1712,39 @@ msgstr "Aucun résultat." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Rechercher" #: ../../../../inc/mod/pages.php:939 msgid "Ban appeal not found!" -msgstr "Contestation de ban non trouvé!" +msgstr "Contestation de ban non trouvé !" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Contestations de ban" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Nouvel utilisateur" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Impossible de promouvoir/rétrograder l'utilisateur." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" -msgstr "Débogue: APC" +msgstr "Débug : APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " -msgstr "Votre code contient des erreurs de syntax. Merci re retourner les corriger. PHP dit:" +msgstr "Votre code contient des erreurs de syntaxe. Merci re retourner les corriger. PHP dit:" #. line 2 #. line 6 @@ -1548,6 +1754,11 @@ msgstr "Votre code contient des erreurs de syntax. Merci re retourner les corrig #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1570,7 +1781,7 @@ msgstr "Messages" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 msgid "View all noticeboard entries" -msgstr "Voir toutes les notices" +msgstr "Voir toutes les notes de service" #. line 76 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 @@ -1579,42 +1790,57 @@ msgstr "Administration" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 msgid "Change password" -msgstr "Changer son mot de passe" +msgstr "Changer le mot de passe" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Configuration" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Autre" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Debug" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Anti-spam" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Messages récents" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Compte de l'utilisateur" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Déconnexion" @@ -1637,7 +1863,7 @@ msgstr "Message" #. line 21 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 msgid "Post to noticeboard" -msgstr "Poster dans les notifications" +msgstr "Poster une note de service" #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 @@ -1722,6 +1948,26 @@ msgstr "Poster une nouvelle" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1755,6 +2001,12 @@ msgstr "Staff" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1768,6 +2020,12 @@ msgstr "Note" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1806,6 +2064,10 @@ msgstr "Nouvelle note" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1824,7 +2086,7 @@ msgstr "Actif" #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 msgid "no reason" -msgstr "Pas de justification" +msgstr "Pas de raison" #. line 118 #. line 184 @@ -1880,6 +2142,26 @@ msgstr "Pas de justification" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1927,12 +2209,20 @@ msgstr "Toutes les planches" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:149 msgid "Set" -msgstr "Configurer" +msgstr "Fixer" #. line 132 #. line 13 @@ -1957,6 +2247,14 @@ msgstr "Configurer" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1995,6 +2293,14 @@ msgstr "jamais" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2031,6 +2337,14 @@ msgstr "Débannir" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2060,6 +2374,16 @@ msgstr "" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2076,6 +2400,10 @@ msgstr "(ou subnet)" msgid "hidden" msgstr "caché" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2113,6 +2441,10 @@ msgstr "Nouveau ban" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2141,6 +2473,10 @@ msgstr "(La recherche est sensible à la casse et est basé sur les mots clés. msgid "There are no active bans." msgstr "Il n'y a aucun ban actif." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2150,6 +2486,10 @@ msgstr "Il n'y a aucun ban actif." msgid "IP address/mask" msgstr "Adresse IP/Masque" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2172,6 +2512,12 @@ msgstr "Débannir la sélection" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2195,31 +2541,35 @@ msgstr "Raison de la contestation" #: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 msgid "There are no reports." -msgstr "Il n'y a pas de reports." +msgstr "Il n'y a aucun signalement." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Ce ban n'existe pas ou n'est pas pour vous." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Vous ne pouvez pas contester un ban de cette durée." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Vous ne pouvez pas contester à nouveau ce ban." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Il y a déjà une contestation en attente pour ce ban." #: ../../../../inc/image.php:24 ../../../../inc/image.php:62 msgid "Unsupported file format: " -msgstr "Format de fichier non supporté: " +msgstr "Format de fichier non supporté : " #: ../../../../inc/image.php:282 ../../../../inc/image.php:288 msgid "Failed to redraw image!" -msgstr "La réécriture de l'image à échoué!" +msgstr "La réécriture de l'image a échoué!" #: ../../../../inc/image.php:324 ../../../../inc/image.php:343 #: ../../../../inc/image.php:368 ../../../../inc/image.php:342 @@ -2229,11 +2579,11 @@ msgstr "Le redimensionnement de l'image a échoué!" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 msgid "You were banned! ;_;" -msgstr "Vous étiez banni! ;_;" +msgstr "Vous étiez banni ! ;_;" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 msgid "You are banned! ;_;" -msgstr "Vous êtes banni! ;_;" +msgstr "Vous êtes banni ! ;_;" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 msgid "You were banned from" @@ -2254,7 +2604,7 @@ msgstr "pour une raison non spécifié." #. line 32 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 msgid "Your ban was filed on" -msgstr "Votre ban à été effectué le" +msgstr "Votre ban à été est effectif depuis le" #. line 51 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:123 @@ -2282,14 +2632,16 @@ msgstr "Votre adresse IP est" #. line 86 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 msgid "You were banned for the following post on" -msgstr "Vous avez été banni pour le message de" +msgstr "Vous avez été banni pour le message suivant posté sur" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Vous avez envoyé une contestation pour ce ban le" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Il est toujours en attente" @@ -2307,17 +2659,25 @@ msgstr "Il est toujours en attente" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Vous avez contesté ce ban le" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "et a été refusé. Vous ne pouvez plus contester ce ban." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2337,8 +2697,14 @@ msgstr "Vous avez envoyé le nombre maximum de contestations autorisé. Vous ne #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "et a été refusé." @@ -2356,20 +2722,36 @@ msgstr "et a été refusé." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Vous pouvez contester ce ban à nouveau. Mercie d'entrer votre raisonnement ci-dessous." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Vous avez contesté ce ban la dernière fois le" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Vous pouvez contester ce ban. Mercie d'entrer votre raisonnement ci-dessous." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2442,7 +2824,11 @@ msgid "locks thread; replies to it with a link." msgstr "" #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Planche cible" @@ -2482,19 +2868,19 @@ msgstr "Vous voyez probablement ce message parce que vous avez désactivé Javas #. line 7 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 msgid "Report date" -msgstr "Date du report" +msgstr "Date du signalement" #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 msgid "Reported by" -msgstr "Reporté par" +msgstr "Signalé par" #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 msgid "Discard abuse report" -msgstr "Ignorer ce report" +msgstr "Ignorer ce signalement" #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 msgid "Discard all abuse reports by this IP address" -msgstr "Ignorer tous les reports de cette addresse IP" +msgstr "Ignorer tous les signalements de cette adresse IP" #. line 4 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 @@ -2554,7 +2940,7 @@ msgstr "Désinstaller" #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 msgid "new; optional" -msgstr "nouveaum ; optionnel" +msgstr "nouveau ; optionnel" #. line 32 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 @@ -2580,7 +2966,7 @@ msgstr "Supprimer l'utilisateur" #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 msgid "View more logs for this user." -msgstr "Voir plus de log pour cet utilisateur." +msgstr "Voir la suite du registre pour cet utilisateur." #. line 84 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255 @@ -2597,13 +2983,121 @@ msgstr "Aucun" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." -msgstr "" +msgstr "Déplacé vers %s." #: ../../../../templates/themes/recent/theme.php:50 msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/hu_HU/LC_MESSAGES/javascript.po b/inc/locale/hu_HU/LC_MESSAGES/javascript.po index f8883a28..3bf0a055 100644 --- a/inc/locale/hu_HU/LC_MESSAGES/javascript.po +++ b/inc/locale/hu_HU/LC_MESSAGES/javascript.po @@ -4,14 +4,14 @@ # # Translators: # limbobarrage , 2014 -# cicus , 2014 +# cicus, 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-07 17:41+0000\n" -"Last-Translator: cicus \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +26,7 @@ msgstr "Stílus:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Fájl" @@ -35,6 +35,7 @@ msgid "hide" msgstr "elrejt" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "mutat" @@ -57,22 +58,27 @@ msgid "Hide locked threads" msgstr "Rejtse el a lezárt szálakat" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Kiválaszt" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Külső link" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Beágyaz" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Saját rajz" @@ -260,6 +266,7 @@ msgstr "Vissza" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Összes kép nagy méretűre" @@ -543,10 +550,12 @@ msgid "Your browser does not support HTML5 video." msgstr "A böngésződ nem támogatja a HTML5 videót." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[lejátszás egyszer]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[ismétlés]" @@ -569,3 +578,15 @@ msgstr "Alap hangerő" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Fa nézet" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo index cc13089b..70764a7b 100644 Binary files a/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo and b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/hu_HU/LC_MESSAGES/tinyboard.po b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.po index 510e7ba0..7f404763 100644 --- a/inc/locale/hu_HU/LC_MESSAGES/tinyboard.po +++ b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.po @@ -4,14 +4,14 @@ # # Translators: # limbobarrage , 2014 -# cicus , 2014 +# cicus, 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-22 06:50+0000\n" -"Last-Translator: cicus \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,6 +26,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "másodperc" @@ -38,6 +39,7 @@ msgstr[1] "másodperc" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "perc" @@ -50,6 +52,7 @@ msgstr[1] "perc" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "óra" @@ -62,6 +65,7 @@ msgstr[1] "óra" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "nap" @@ -74,6 +78,7 @@ msgstr[1] "nap" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "hét" @@ -86,6 +91,7 @@ msgstr[1] "hét" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "év" @@ -94,7 +100,7 @@ msgstr[1] "év" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Bannolva!" @@ -106,7 +112,7 @@ msgstr "Bannolva!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Előző" @@ -118,28 +124,33 @@ msgstr "Előző" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Következő" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Hiba" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Hiba történt." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Bejelentkezés" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "A hozzászólás túl hosszú. Kattints ide hogy lásd a teljes szöveget." @@ -148,6 +159,7 @@ msgstr "A hozzászólás túl hosszú. Kattints ide hogy lás #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Ban" @@ -155,13 +167,16 @@ msgstr "Ban" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Ban & Töröl" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Fájlt töröl" @@ -169,6 +184,7 @@ msgstr "Fájlt töröl" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Biztos, hogy törölni akarod ezt a fájlt?" @@ -183,11 +199,13 @@ msgstr "Fájl spoilerezése" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Biztos, hogy spoilerezni akarod ezt a fájlt?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Hozzászólás áthelyezése másik táblára" @@ -196,40 +214,50 @@ msgstr "Hozzászólás áthelyezése másik táblára" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Hozzászólás szerkesztése" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Töröl" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Biztos, hogy törölni akarod?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Összes üzenet törlése erről az IP-ről" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Biztos, hogy törölni akarod az erről az IP címről érkezett összes hozzászólást?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Összes hozzászólás törlése erről az IP-ről minden táblán" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -237,36 +265,43 @@ msgstr "Biztos, hogy törölni akarod az összes hozzászólást erről az IP-r #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Nem ragacsolt szál indítása" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Szál ragacsba helyezése" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "A szál bumpolható" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "A szál nem bumpolható" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Szál feloldása" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Szál lezárása" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Szál áthelyezése másik táblára" @@ -276,6 +311,7 @@ msgstr "Szál áthelyezése másik táblára" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Némítva lettél nem eredeti tartalom miatt." @@ -286,12 +322,14 @@ msgstr "Némítva lettél nem eredeti tartalom miatt." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Új Szál" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Új Hozzászólás" @@ -299,6 +337,7 @@ msgstr "Új Hozzászólás" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -323,18 +362,21 @@ msgstr "Leselkedj többet mielőtt beleszólsz." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Úgy látszik nem vagy ember." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "A böngésződ nem, vagy érvénytelen HTTP hivatkozást küldött." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "A %s mező túl rövid lett." @@ -342,90 +384,105 @@ msgstr "A %s mező túl rövid lett." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "A body túl hosszú lett." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "A body túl rövid lett, vagy üres." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Fel kell töltened egy képet." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "A szerver képtelen kezelni a feltöltésed." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Nem támogatott képformátum." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Érvénytelen tábla!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "A megadott szál nem létezik." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Szál lezárva. Egyelőre nem válaszolhatsz." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "A szál elérte a maximális hozzászólások számát." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "A szál elérte a maximális képfeltöltések számát." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Nem küldtél semmit." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Flood érzékelve. Üzenet elvetve." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Az küldeményed automatizáltnak tűnik. Üzenet elvetve." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Nem eredeti tartalom!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Nem eredeti tartalom! El lettél némítva %d másodpercre." @@ -433,6 +490,7 @@ msgstr "Nem eredeti tartalom! El lettél némítva %d másodpercre." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Némítva lettél! Lejár: %d másodperc múlva." @@ -440,6 +498,7 @@ msgstr "Némítva lettél! Lejár: %d másodperc múlva." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Az IP címed listázva van itt: %s." @@ -447,72 +506,84 @@ msgstr "Az IP címed listázva van itt: %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Túl sok hivatkozás; flood érzékelve." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Túl sok idézés; üzenet elvetve." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Túl sok tábla keresztlinkelés; üzenet elvetve." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Nem választottál ki semmit törlésre." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Nem választottál ki semmit jelentésre." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Nem jelenthetsz ilyen sok hozzászólást egyszerre." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Rossz jelszó..." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Érvénytelen kép." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Ismeretlen fájlkiterjesztés." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Maximális fájlméret: %maxsz% Byte
A fájlod mérete: %filesz% Byte" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "A fájl túl nagy." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "A fájl már fel lett töltve egyszer!" @@ -520,6 +591,7 @@ msgstr "A fájl már fel lett töltve egyszer!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "A fájl már fel lett töltve egyszer ebben a szálban!" @@ -527,6 +599,7 @@ msgstr "A fájl már fel lett töltve egyszer ebben a szálba #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Várnod kell %s másodpercet mielőtt törlöd." @@ -534,18 +607,21 @@ msgstr "Várnod kell %s másodpercet mielőtt törlöd." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "MIME típus találat XSS exploit (IE) érzékelve; üzenet elvetve." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "A videó URL-je amelyet beilleszteni próbáltál, nem értelmezhető." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Úgy látszik elírtad az ellenőrzést." @@ -553,6 +629,7 @@ msgstr "Úgy látszik elírtad az ellenőrzést." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -562,18 +639,21 @@ msgstr "Csak %s felhasználó kitiltását vonhatod vissza egyszerre. Te %u felh #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Érvénytelen felhasználónév és/vagy jelszó." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Nem vagy moderátor..." #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -582,18 +662,21 @@ msgstr "Érvénytelen felhasználónév és/vagy jelszó. A fiókod talán tör #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Érvénytelen vagy hibás sütik." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "A böngésződ nem küldött bemenetet amikor kellett volna." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "A %s mező szükséges." @@ -601,6 +684,7 @@ msgstr "A %s mező szükséges." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "A %s mező érvénytelen." @@ -608,6 +692,7 @@ msgstr "A %s mező érvénytelen." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Már létezik ez a tábla: %s " @@ -615,24 +700,28 @@ msgstr "Már létezik ez a tábla: %s " #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Ehhez a funkcióhoz nincs jogosultságod." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "A hozzászólás nem létezik." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Az oldal nem található." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Ez a moderátor már létezik!" @@ -640,12 +729,14 @@ msgstr "Ez a moderátor már létezik!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Nincs ilyen téma!" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Érvénytelen biztonsági azonosító! Lépj vissza és próbáld újra." @@ -658,6 +749,7 @@ msgstr "Érvénytelen biztonsági azonosító! Lépj vissza és próbáld újra. #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "BÁNTOTTUK" @@ -738,6 +830,12 @@ msgstr "Moderációs napló" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -749,6 +847,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Új kitiltás" @@ -757,47 +856,57 @@ msgstr "Új kitiltás" msgid "Ban list" msgstr "Kitiltási lista" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Hozzászólás áthelyezése" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Cél és forrástábla azonos." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Szál nem áthelyezhető; csak egy tábla van." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Szál áthelyezése" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Felhasználó szerkesztése" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Felhasználók kezelése" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Új privát üzenet neki:" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Privát üzenet" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "Beérkező privát üzenetek" @@ -805,56 +914,69 @@ msgstr "Beérkező privát üzenetek" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Újraépítés" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Jelentések" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Beállítás szerkesztő" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Témák mappa nem létezik!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Témák mappa nem megnyitható: ellenőrizd az engedélyeket." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Témák rendezése" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Telepített téma: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Konfiguráló téma: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Újjáépített téma: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Hibaellenőrzés: Spamszűrő" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Hibaellenőrzés: Legutóbbi hozzászólások" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Hibaellenőrzés: SQL" @@ -884,8 +1006,10 @@ msgid "Error information" msgstr "Hiba részletei" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Hozzászólás Törölése" @@ -914,11 +1038,16 @@ msgstr "Hozzászólás Törölése" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Fájl" @@ -939,6 +1068,12 @@ msgstr "Fájl" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -947,6 +1082,7 @@ msgstr "Fájl" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Jelszó" @@ -1001,6 +1137,20 @@ msgstr "Jelszó" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1009,12 +1159,15 @@ msgstr "Jelszó" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Indok" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Jelent" @@ -1027,6 +1180,7 @@ msgstr "Jelent" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Visszatérés az irányítófalra" @@ -1104,6 +1258,7 @@ msgstr "Fájl:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Spoiler Kép" @@ -1113,6 +1268,7 @@ msgstr "Spoiler Kép" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Válasz" @@ -1122,6 +1278,7 @@ msgstr "Válasz" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Mind megjelenítése" @@ -1131,6 +1288,7 @@ msgstr "Mind megjelenítése" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Utolsó hozzászólás" @@ -1142,6 +1300,7 @@ msgstr[1] "Utolsó %count% hozzászólás" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 hozzászólás" @@ -1154,6 +1313,7 @@ msgstr[1] "%count% hozzászólás" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "és" @@ -1163,6 +1323,7 @@ msgstr "és" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 válasz képpel" @@ -1174,6 +1335,7 @@ msgstr[1] "%count% válasz képpel" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "elrejtve. Kattints a válaszra a megjelenítéshez." @@ -1196,6 +1358,12 @@ msgstr "elrejtve. Kattints a válaszra a megjelenítéshez." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1215,6 +1383,10 @@ msgstr "Név" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1242,6 +1414,12 @@ msgstr "Email" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1265,6 +1443,10 @@ msgstr "Frissít" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1345,6 +1527,10 @@ msgstr "Jelölések" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1381,6 +1567,10 @@ msgstr "Ragacs" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1417,6 +1607,10 @@ msgstr "Lezár" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1501,6 +1695,16 @@ msgstr "Nincs megjelenítendő eredmény." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1508,6 +1712,7 @@ msgstr "Nincs megjelenítendő eredmény." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Keres" @@ -1517,24 +1722,25 @@ msgstr "Kitiltási fellebbezés nem található!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Kitiltási fellebbezések" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Új felhasználó" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Nem lehetséges előléptetni/lefokozni a felhasználót." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Hibakeresés: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1548,6 +1754,11 @@ msgstr "A PHP kódod szabálytalan részeket tartalmazott. Lépj vissza és jav #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1582,39 +1793,54 @@ msgid "Change password" msgstr "Jelszóváltás" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Konfiguráció" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Egyéb" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Hibakeresés" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Spamvédelem" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Legutóbbi üzenetek" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "Strukturált Lekérdezőnyelv" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Felhasználói fiók" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Kijelentkezés" @@ -1722,6 +1948,26 @@ msgstr "Küldd a hírek bejegyzésbe" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1755,6 +2001,12 @@ msgstr "Személyzet" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1768,6 +2020,12 @@ msgstr "Jegyzet" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1806,6 +2064,10 @@ msgstr "Új jegyzet" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1880,6 +2142,26 @@ msgstr "nincs indok" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1927,6 +2209,14 @@ msgstr "minden tábla" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1957,6 +2247,14 @@ msgstr "Beállít" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1995,6 +2293,14 @@ msgstr "soha" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2031,6 +2337,14 @@ msgstr "Kitiltást felold" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2060,6 +2374,16 @@ msgstr "Idő" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2076,6 +2400,10 @@ msgstr "(vagy alhálózat)" msgid "hidden" msgstr "rejtett" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2113,6 +2441,10 @@ msgstr "Új Kitiltás" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2141,6 +2473,10 @@ msgstr "(A keresés figyelmen kívül hagyja az ékezeteket és kulcsszavakon al msgid "There are no active bans." msgstr "Nincsenek érvényben lévő kitiltások." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2150,6 +2486,10 @@ msgstr "Nincsenek érvényben lévő kitiltások." msgid "IP address/mask" msgstr "IP cím/maszk" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2172,6 +2512,12 @@ msgstr "Kiválasztottak kitiltását felold" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2198,18 +2544,22 @@ msgid "There are no reports." msgstr "Nincsenek jelentések" #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "A kitiltás nem létezik illetve nem téged érint." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Nem fellebbezhetsz meg egy ilyen időtartamú kitiltást." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Nem fellebbezheted meg ezt a kitiltást többször." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Már van benyújtott fellebbezés a kitiltásra." @@ -2286,10 +2636,12 @@ msgstr "Ki lettél tiltva a következő hozzászólás miatt" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "A kitiltás fellebbezését beküldted" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Még mindig függőben van." @@ -2307,17 +2659,25 @@ msgstr "Még mindig függőben van." #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Megfellebbezted a kitiltást" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "és el lett utasítva. Nem fellebbezhetsz többet a kitiltás ellen." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2337,8 +2697,14 @@ msgstr "A maximálisan engedélyett számú fellebbezést felhasználtad a kitil #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "és meg lett tagadva." @@ -2356,20 +2722,36 @@ msgstr "és meg lett tagadva." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Még fellebbezhetsz a kitiltás ellen. Írd meg az indokot alább!" #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Utoljára megfellebbezted ezt a kitiltást" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "A kitiltásod megfellebbezhető, a szövegezést alább küldheted el." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2442,7 +2824,11 @@ msgid "locks thread; replies to it with a link." msgstr "lezárja a szálat; linkkel válaszol rá" #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Cél tábla" @@ -2597,7 +2983,7 @@ msgstr "Egyik sem" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "Áthelyezve ide: %s." @@ -2607,3 +2993,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "Nem sikerült a RecentPosts téma létrehozása, mert nem találhatók feldolgozásra váró táblák." + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/lt_LT/LC_MESSAGES/javascript.po b/inc/locale/lt_LT/LC_MESSAGES/javascript.po index 7c5e02f2..148cc4ec 100644 --- a/inc/locale/lt_LT/LC_MESSAGES/javascript.po +++ b/inc/locale/lt_LT/LC_MESSAGES/javascript.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Aš Esu , 2014 +# banginis , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-04 20:26+0000\n" -"Last-Translator: Aš Esu \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Stilius:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Failas" @@ -34,6 +34,7 @@ msgid "hide" msgstr "slėpti" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "rodyti" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Paslėpti užrakintas temas" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Pasirinkti" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Nutolęs" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Įterpti" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Grįžti" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Išskleisti visus paveikslėlius" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Tavo naršyklė nepalaiko HTML5 vaizdo įrašų." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[paleisti kartą]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[leisti nepertraukiamai]" @@ -568,3 +577,15 @@ msgstr "Numatytasis garsas" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Medžio peržiūra" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo index 8fd397cd..87133654 100644 Binary files a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo and b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po index c9f54413..5c39b6ad 100644 --- a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po +++ b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Aš Esu , 2014 +# banginis , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-04 20:30+0000\n" -"Last-Translator: Aš Esu \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +25,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "sekundė" @@ -38,6 +39,7 @@ msgstr[2] "sekundžių" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "minutė" @@ -51,6 +53,7 @@ msgstr[2] "minučių" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "valanda" @@ -64,6 +67,7 @@ msgstr[2] "valandų" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "diena" @@ -77,6 +81,7 @@ msgstr[2] "dienų" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "savaitė" @@ -90,6 +95,7 @@ msgstr[2] "savaičių" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "metai" @@ -99,7 +105,7 @@ msgstr[2] "metų" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Užblokuotas!" @@ -111,7 +117,7 @@ msgstr "Užblokuotas!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Atgal" @@ -123,28 +129,33 @@ msgstr "Atgal" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Pirmyn" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Klaida" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Įvyko klaida." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Prisijungimas" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Įrašas per ilgas. Norėdamas pamatyti visą tekstą, spausk čia." @@ -153,6 +164,7 @@ msgstr "Įrašas per ilgas. Norėdamas pamatyti visą tekstą, spausk Your file's size: %filesz% bytes" msgstr "Maksimalus failo didys: %maxsz% baitai
Tavo failo didys: %filesz% baitai" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Failas buvo per didelis." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file
already exists!" msgstr "Tas failas jau egzistuoja!" @@ -525,6 +596,7 @@ msgstr "Tas failas jau egzistuoja!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Tas failas jau egzistuoja šioje diskusijoje!" @@ -532,6 +604,7 @@ msgstr "Tas failas jau egzistuoja šioje diskusijoje!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Tu turėsi palaukti dar %s prieš ištrindamas šitai." @@ -539,18 +612,21 @@ msgstr "Tu turėsi palaukti dar %s prieš ištrindamas šitai." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "MIME tipo detekcija XSS eksploitas (IE) aptiktas; komentaras išmestas." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Tavo video URL, kurį bandei patalpinti, buvo nesuprastas." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Atrodo tu įvedei neteisingą patvirtinimą." @@ -558,6 +634,7 @@ msgstr "Atrodo tu įvedei neteisingą patvirtinimą." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -567,18 +644,21 @@ msgstr "Vienu metu galima atblokuoti iki %s vartotojų. Tu bandei atblokuoti %u #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Neteisingas slapyvardis ir/ar slaptažodis." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Tu nesi moderatorius..." #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -587,18 +667,21 @@ msgstr "Neteisingas slapyvardis ir/ar slaptažodis. Tavo vartotojas buvo ištrin #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Neteisingi/netaip suformuoti slapukai." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Tavo naršyklė nepateikė įvesties, kai turėjo." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "Laukas %s reikalingas." @@ -606,6 +689,7 @@ msgstr "Laukas %s reikalingas." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "Laukas %s buvo neteisingas." @@ -613,6 +697,7 @@ msgstr "Laukas %s buvo neteisingas." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Jau egzistuoja %s lenta." @@ -620,24 +705,28 @@ msgstr "Jau egzistuoja %s lenta." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Tu neturi teisių tai padaryti." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Tas komentaras neegzistuoja..." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Nerastas puslapis." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Tas moderatorius jau egzistuoja!" @@ -645,12 +734,14 @@ msgstr "Tas moderatorius jau egzistuoja!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Ta tema neegzistuoja!" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Neteisinga apsaugos žymė! Prašome sugrįžti ir bandyti vėl." @@ -663,6 +754,7 @@ msgstr "Neteisinga apsaugos žymė! Prašome sugrįžti ir bandyti vėl." #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "ŠIOS ŽINUTĖS AUTORIUS BUVO UŽBLOKUOTAS" @@ -743,6 +835,12 @@ msgstr "Moderacijos žurnalas" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -754,6 +852,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Blokuoti naują IP" @@ -762,47 +861,57 @@ msgstr "Blokuoti naują IP" msgid "Ban list" msgstr "Užblokuotųjų sąrašas" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Perkelti atsakymą" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Nurodyta ir šaltinio lenta yra ta pati." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Neįmanoma perkelti diskusijos; yra tik vieną lenta." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Perkelti diskusiją" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Modifikuoti naudotoją" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Administruoti naudotojus" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Naujas privatus pranešimas" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Privatus pranešimas" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "Privačių pranešimų dežutė" @@ -810,56 +919,69 @@ msgstr "Privačių pranešimų dežutė" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Perkompiliuoti" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Pranešimų eilė" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Konfiguracijos redagavimas" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Temų katalogas neegzistuoja!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Neįmanoma atidaryti temų katalogo; peržvelkite leidimus." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Administruoti temas" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Įrašyta tema: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Konfiguruojama tema: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Perkompiliuota tema: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Derinimas: Prieš-spam'ą" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Derinimas: Neseni komentarai" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Derinimas: SQL" @@ -889,8 +1011,10 @@ msgid "Error information" msgstr "Informacija apie klaidą" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Ištrinti įrašą" @@ -919,11 +1043,16 @@ msgstr "Ištrinti įrašą" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Failas" @@ -944,6 +1073,12 @@ msgstr "Failas" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -952,6 +1087,7 @@ msgstr "Failas" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Slaptažodis" @@ -1006,6 +1142,20 @@ msgstr "Slaptažodis" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1014,12 +1164,15 @@ msgstr "Slaptažodis" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Priežastis" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Pranešti" @@ -1032,6 +1185,7 @@ msgstr "Pranešti" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Grįžti į administratoriaus lentą" @@ -1110,6 +1264,7 @@ msgstr "Failas:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Paveiksliukas, galintis atskleisti svarbias detales" @@ -1119,6 +1274,7 @@ msgstr "Paveiksliukas, galintis atskleisti svarbias detales" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Atsiliepimas" @@ -1128,6 +1284,7 @@ msgstr "Atsiliepimas" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Rodyti viską" @@ -1137,6 +1294,7 @@ msgstr "Rodyti viską" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Paskutinis įrašas" @@ -1149,6 +1307,7 @@ msgstr[2] "%count% paskutinių įrašų" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 žinutė" @@ -1162,6 +1321,7 @@ msgstr[2] "%count% žinučių" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "ir" @@ -1171,6 +1331,7 @@ msgstr "ir" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 žinutė su paveikslėliu" @@ -1183,6 +1344,7 @@ msgstr[2] "%count% žinučių su paveikslėliais" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "nerodoma. Norėdamas peržiūrėti spausk „Atsakyti“." @@ -1205,6 +1367,12 @@ msgstr "nerodoma. Norėdamas peržiūrėti spausk „Atsakyti“." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1224,6 +1392,10 @@ msgstr "Vardas" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1251,6 +1423,12 @@ msgstr "Email" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1274,6 +1452,10 @@ msgstr "Atnaujinti" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1354,6 +1536,10 @@ msgstr "Vėliavos" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1390,6 +1576,10 @@ msgstr "Lipnu" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1426,6 +1616,10 @@ msgstr "Užrakinta" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1511,6 +1705,16 @@ msgstr "Rezultatų nerasta." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1518,6 +1722,7 @@ msgstr "Rezultatų nerasta." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Ieškoti" @@ -1527,24 +1732,25 @@ msgstr "Apeliacija nerasta!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Užblokuotųjų apeliacijos" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Naujas vartotojas" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Neįmanoma paaukštinti ar pažeminti vartotojo." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Derinimas: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1558,6 +1764,11 @@ msgstr "Tavo kode buvo PHP sintaksės klaidų. Grįžk ir ištaisyk jas. PHP sak #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1592,39 +1803,54 @@ msgid "Change password" msgstr "Pakeisti slaptažodį" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Konfiguracija" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Kita" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Derinimas" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Anti-spamas" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Neseni pranešimai" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Naudotojo paskyra" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Atsijungti" @@ -1732,6 +1958,26 @@ msgstr "Patalpinti naujienų įvęstį" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1765,6 +2011,12 @@ msgstr "Administracija" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1778,6 +2030,12 @@ msgstr "Pastaba" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1816,6 +2074,10 @@ msgstr "Nauja pastaba" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1890,6 +2152,26 @@ msgstr "jokios priežasties" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1937,6 +2219,14 @@ msgstr "visos lentos" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1967,6 +2257,14 @@ msgstr "Nustatyti" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -2005,6 +2303,14 @@ msgstr "niekada" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2041,6 +2347,14 @@ msgstr "Atblokuoti" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2070,6 +2384,16 @@ msgstr "Laikas" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2086,6 +2410,10 @@ msgstr "(arba potinklis)" msgid "hidden" msgstr "paslėpta" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2123,6 +2451,10 @@ msgstr "Naujas draudimas" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2151,6 +2483,10 @@ msgstr "(Paieška yra pagrįsta raktažodžiais ir jai nesvarbu ar naudojamos di msgid "There are no active bans." msgstr "Nėra galiojančių blokavimų." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2160,6 +2496,10 @@ msgstr "Nėra galiojančių blokavimų." msgid "IP address/mask" msgstr "IP adresas/mask" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2182,6 +2522,12 @@ msgstr "Atblokuoti pažymėtus" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2208,18 +2554,22 @@ msgid "There are no reports." msgstr "Nėra pranešimų." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Tokio bano nėra arba jis ne tau." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Negalima teikti apeliacijos tokios trukmės blokavimui." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Šiam blokavimui dar kartą teikti apeliacijos nebegalima." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Šiam blokavimui jau yra pateikta apeliacija." @@ -2296,10 +2646,12 @@ msgstr "Buvai užblokuotas dėl šios žinutės" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Dėl šio blokavimo peteikei apeliaciją" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Vis dar laukiama svarstymo" @@ -2317,17 +2669,25 @@ msgstr "Vis dar laukiama svarstymo" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Pateikei apeliaciją" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "ir ji buvo atmesta. Daugiau apeliuoti šio blokavimo nebegali." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2347,8 +2707,14 @@ msgstr "Pateikei didžiausią leidžiamą apeliacijų skaičių. Daugiau jų tei #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "ir ji buvo atmesta." @@ -2366,20 +2732,36 @@ msgstr "ir ji buvo atmesta." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Gali dar kartą pateikti apeliaciją dėl šio užblokavimo. Viską išdėstyk žemiau esančiame laukelyje." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Paskutinį kartą teikei apeliaciją" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Gali pateikti apeliaciją dėl užblokavimo. Viską išdėstyk žemiau esančiame laukelyje." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2452,7 +2834,11 @@ msgid "locks thread; replies to it with a link." msgstr "užrakina temą; atsako į ją su nuoroda." #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Lenta į kurią nukreipiama" @@ -2607,7 +2993,7 @@ msgstr "Nieko" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "Perkelta į %s." @@ -2617,3 +3003,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "Negalima sukurti RecentPosts išvaizdos temos, nes nėra lentų." + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/lv_LV/LC_MESSAGES/javascript.po b/inc/locale/lv_LV/LC_MESSAGES/javascript.po index 7a07c9d9..fd79c75d 100644 --- a/inc/locale/lv_LV/LC_MESSAGES/javascript.po +++ b/inc/locale/lv_LV/LC_MESSAGES/javascript.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-07 10:56+0000\n" -"Last-Translator: diggydoc \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lv_LV/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Stils:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Fails" @@ -34,6 +34,7 @@ msgid "hide" msgstr "paslēpt" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "parādīt" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Slēpt slēgtos pavedienus" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Izvēlēties" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Attālināti" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Ieguldīt" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Atgriezties" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Izvērst visus attēlus" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Jūsu pārlūks neatbalsta HTML 5 video." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[atspēlēt vienreiz]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[atspēlēt atkārtoti]" @@ -568,3 +577,15 @@ msgstr "Noklusējuma skaļums" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Koka skatījums" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/lv_LV/LC_MESSAGES/tinyboard.mo b/inc/locale/lv_LV/LC_MESSAGES/tinyboard.mo index ca6c96f7..b6262684 100644 Binary files a/inc/locale/lv_LV/LC_MESSAGES/tinyboard.mo and b/inc/locale/lv_LV/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/lv_LV/LC_MESSAGES/tinyboard.po b/inc/locale/lv_LV/LC_MESSAGES/tinyboard.po index 1be8878f..90e50658 100644 --- a/inc/locale/lv_LV/LC_MESSAGES/tinyboard.po +++ b/inc/locale/lv_LV/LC_MESSAGES/tinyboard.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-07 11:38+0000\n" -"Last-Translator: diggydoc \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lv_LV/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +25,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "sekundes" @@ -38,6 +39,7 @@ msgstr[2] "sekundes" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "minūtes" @@ -51,6 +53,7 @@ msgstr[2] "minūtes" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "stundas" @@ -64,6 +67,7 @@ msgstr[2] "stundas" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "dienas" @@ -77,6 +81,7 @@ msgstr[2] "dienas" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "nedēļas" @@ -90,6 +95,7 @@ msgstr[2] "nedēļas" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "gadi" @@ -99,7 +105,7 @@ msgstr[2] "gadi" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Banots!" @@ -111,7 +117,7 @@ msgstr "Banots!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Iepriekšējais" @@ -123,28 +129,33 @@ msgstr "Iepriekšējais" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Nākamais" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Kļūda" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Radusies nezināma kļūme!" #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Pieteikties" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Ieraksts pārāk garš. Klikšķiniet šeit, lai pārskatītu pilnu tekstu." @@ -153,6 +164,7 @@ msgstr "Ieraksts pārāk garš. Klikšķiniet šeit, lai pār #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Banot" @@ -160,13 +172,16 @@ msgstr "Banot" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Banot un Dzēst" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Dzēst failu" @@ -174,6 +189,7 @@ msgstr "Dzēst failu" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Vai esiet pārliecināti, ka vēlaties dzēst šo failu?" @@ -188,11 +204,13 @@ msgstr "Spoilera fails" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Vai esat pārliecināti, ka vēlieties spoilot šo failu?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Pārvietot atbildi uz citu dēli" @@ -201,40 +219,50 @@ msgstr "Pārvietot atbildi uz citu dēli" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Rediģēt ierakstu" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Dzēst" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Vai esat pārliecināti, ka vēlaties šo dzēst?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Dzēst visus ierakstus no šīs IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Vai esat pārliecināti, ka vēlaties dzēst visus ierakstus no šīs IP?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Dzēst visus ierakstus no šīs IP, visos dēļos" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -242,36 +270,43 @@ msgstr "Vai esat pārliecināti, ka vēlaties dzēst visus ierakstus no šīs IP #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Noņemt izcelšanu šim pavedienam" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Izcelt šo pavedienu" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Atļaut pavediena uzcelšanu" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Nepieļaut pavediena uzcelšanu" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Atslēgt pavedienu" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Aizslēgt pavedienu" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Pārvietot pavedienu un citu dēli" @@ -281,6 +316,7 @@ msgstr "Pārvietot pavedienu un citu dēli" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Jūs tiekat apklusināts dēļ neorģināla satura." @@ -291,12 +327,14 @@ msgstr "Jūs tiekat apklusināts dēļ neorģināla satura." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Jauna tēma" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Jauna atbilde" @@ -304,10 +342,11 @@ msgstr "Jauna atbilde" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." -msgstr "" +msgstr "Visas tiesības paturētas." #. * ==================== #. * Error messages @@ -315,7 +354,7 @@ msgstr "" #. Error messages #: ../../../../inc/config.php:866 msgid "Lurk some more before posting." -msgstr "" +msgstr "Glūni vairāk pirms raksti." #. * ==================== #. * Error messages @@ -328,229 +367,266 @@ msgstr "" #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." -msgstr "" +msgstr "Izskatās, ka esi bots." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." -msgstr "" +msgstr "Nekorekts vai trūkstošs HTTP referer." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." -msgstr "" +msgstr "%s lauks ir par lielu." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." -msgstr "" +msgstr "Saturs ir par lielu." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." -msgstr "" +msgstr "Saturs pārāk īss vai tukšs." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." -msgstr "" +msgstr "Jums jāaugšupielādē bilde." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." -msgstr "" +msgstr "Serveris nespēja saņemt bildi." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." -msgstr "" +msgstr "Neatbalstīts bilžu formāts." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" -msgstr "" +msgstr "Nekorekts dēlis!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." -msgstr "" +msgstr "Norādītais pavediens neeksistē." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." -msgstr "" +msgstr "Pavediens slēgts, nevar pievienot atbildes." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." -msgstr "" +msgstr "Pavediens sasniedzis maksimālo atbilžu skaitu." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." -msgstr "" +msgstr "Pavadiens sasniedzis maksimālo attēlu skaitu." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." -msgstr "" +msgstr "Jūs neizveidojāt ierakstu." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." -msgstr "" +msgstr "Plūdi. Ieraksts ignorēts." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." -msgstr "" +msgstr "Automatizēts pieprasījums. Ieraksts ignorēts." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" -msgstr "" +msgstr "Neorģināls saturs!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." -msgstr "" +msgstr "Neoriģināls saturs! Jūs tiekat noklusināts uz %d sekundēm." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." -msgstr "" +msgstr "Jūs esat noklusināts uz vēl %d sekundēm." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." -msgstr "" +msgstr "Jūsu IP adrese tiek ierindota %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." -msgstr "" +msgstr "Pārāk daudz saišu; Konstatēti plūdi." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." -msgstr "" +msgstr "Pārāk daudz citējumu; Ieraksts ignorēts." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." -msgstr "" +msgstr "Pārāk daudz šķērs-dēļu saišu. Ieraksts ignorēts." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." -msgstr "" +msgstr "Jūs neivēlējāties neko, ko dzēst." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." -msgstr "" +msgstr "Jūs neizvēlējāties neko, ko ziņot." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." -msgstr "" +msgstr "Jūs nevarat ziņot par tik daudz ierakstiem uzreiz." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" -msgstr "" +msgstr "Nekorekta parole..." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." -msgstr "" +msgstr "Nekorektas bilde." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." -msgstr "" +msgstr "Neatpazīts faila paplašinājums." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" -msgstr "" +msgstr "Maksimālais faila izmērs: %maxsz% baitu
Jūsu faila izmērs: %filesz% baitu" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." -msgstr "" +msgstr "Fails ir pārāk liels." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" -msgstr "" +msgstr "Fails jau eksistē!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" -msgstr "" +msgstr "Fails jau eksistē šajā pavedienā!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." -msgstr "" +msgstr "Jums jāuzgaida vēl %s pirms dzēšanas." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "" #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "" #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "" @@ -558,6 +634,7 @@ msgstr "" #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -567,18 +644,21 @@ msgstr "" #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "" #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -587,18 +667,21 @@ msgstr "" #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "" #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "" #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "" @@ -606,6 +689,7 @@ msgstr "" #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "" @@ -613,6 +697,7 @@ msgstr "" #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "" @@ -620,24 +705,28 @@ msgstr "" #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "" #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "" #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "" #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "" @@ -645,12 +734,14 @@ msgstr "" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "" @@ -663,6 +754,7 @@ msgstr "" #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "" @@ -743,6 +835,12 @@ msgstr "" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -754,6 +852,7 @@ msgstr "" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "" @@ -762,47 +861,57 @@ msgstr "" msgid "Ban list" msgstr "" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "" #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "" #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "" @@ -810,56 +919,69 @@ msgstr "" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "" #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "" @@ -889,8 +1011,10 @@ msgid "Error information" msgstr "" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "" @@ -919,11 +1043,16 @@ msgstr "" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "" @@ -944,6 +1073,12 @@ msgstr "" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -952,6 +1087,7 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "" @@ -1006,6 +1142,20 @@ msgstr "" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1014,12 +1164,15 @@ msgstr "" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "" @@ -1032,6 +1185,7 @@ msgstr "" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "" @@ -1110,6 +1264,7 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "" @@ -1119,6 +1274,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "" @@ -1128,6 +1284,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "" @@ -1137,6 +1294,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "" @@ -1149,6 +1307,7 @@ msgstr[2] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "" @@ -1162,6 +1321,7 @@ msgstr[2] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "" @@ -1171,6 +1331,7 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "" @@ -1183,6 +1344,7 @@ msgstr[2] "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "" @@ -1205,6 +1367,12 @@ msgstr "" #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1224,6 +1392,10 @@ msgstr "" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1251,6 +1423,12 @@ msgstr "" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1274,6 +1452,10 @@ msgstr "" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1354,6 +1536,10 @@ msgstr "" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1390,6 +1576,10 @@ msgstr "" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1426,6 +1616,10 @@ msgstr "" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1511,6 +1705,16 @@ msgstr "" #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1518,6 +1722,7 @@ msgstr "" #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "" @@ -1527,24 +1732,25 @@ msgstr "" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "" -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1558,6 +1764,11 @@ msgstr "" #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1592,39 +1803,54 @@ msgid "Change password" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "" @@ -1732,6 +1958,26 @@ msgstr "" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1765,6 +2011,12 @@ msgstr "" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1778,6 +2030,12 @@ msgstr "" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1816,6 +2074,10 @@ msgstr "" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1890,6 +2152,26 @@ msgstr "" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1937,6 +2219,14 @@ msgstr "" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1967,6 +2257,14 @@ msgstr "" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -2005,6 +2303,14 @@ msgstr "" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2041,6 +2347,14 @@ msgstr "" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2070,6 +2384,16 @@ msgstr "" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2086,6 +2410,10 @@ msgstr "" msgid "hidden" msgstr "" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2123,6 +2451,10 @@ msgstr "" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2151,6 +2483,10 @@ msgstr "" msgid "There are no active bans." msgstr "" +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2160,6 +2496,10 @@ msgstr "" msgid "IP address/mask" msgstr "" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2182,6 +2522,12 @@ msgstr "" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2208,18 +2554,22 @@ msgid "There are no reports." msgstr "" #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "" #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "" #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "" @@ -2296,10 +2646,12 @@ msgstr "" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "" @@ -2317,17 +2669,25 @@ msgstr "" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2347,8 +2707,14 @@ msgstr "" #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "" @@ -2366,20 +2732,36 @@ msgstr "" #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "" #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "" +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2392,59 +2774,59 @@ msgstr "" #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:375 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:255 msgid "IP address" -msgstr "" +msgstr "IP adrese" #. line 3 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 msgid "ID" -msgstr "" +msgstr "ID" #. line 5 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 msgid "Type" -msgstr "" +msgstr "Tips" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 msgid "Last action" -msgstr "" +msgstr "Pēdējā darbība" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 msgid "Unknown" -msgstr "" +msgstr "Nezināms" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 msgid "none" -msgstr "" +msgstr "nav" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 msgid "Promote" -msgstr "" +msgstr "Paaugstināt" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 msgid "Demote" -msgstr "" +msgstr "Pazemināt" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 msgid "Are you sure you want to demote yourself?" -msgstr "" +msgstr "Vai esiet pārliecināts, ka vēlaties sevi pazemināt?" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 msgid "log" -msgstr "" +msgstr "žurnālfails" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 msgid "PM" -msgstr "" +msgstr "PM" #. line 6 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 msgid "Thread ID" -msgstr "" +msgstr "Pavediena ID" #. line 14 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 msgid "Leave shadow thread" -msgstr "" +msgstr "Pamest šo pavedienu" #. line 18 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 @@ -2452,7 +2834,11 @@ msgid "locks thread; replies to it with a link." msgstr "" #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "" @@ -2595,25 +2981,133 @@ msgstr "" #. line 84 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255 msgid "Flag" -msgstr "" +msgstr "Karogs" #. line 87 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 msgid "None" -msgstr "" +msgstr "Neviens" #. When moving a thread to another board and choosing to keep a "shadow #. thread", an automated post (with #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." -msgstr "" +msgstr "Pārvietots uz %s." #: ../../../../templates/themes/recent/theme.php:50 msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/pl_PL/LC_MESSAGES/javascript.js b/inc/locale/pl_PL/LC_MESSAGES/javascript.js index 3c149bb5..2e0993ec 100644 --- a/inc/locale/pl_PL/LC_MESSAGES/javascript.js +++ b/inc/locale/pl_PL/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Style: ":"Styl: ","File":"Plik","hide":"ukryj","show":"poka\u017c","Show locked threads":"Poka\u017c zablokowane tematy","Hide locked threads":"Schowaj zablokowane tematy","URL":"URL","Select":"Wybierz","Remote":"Zdalny","Embed":"Osad\u017a","Oekaki":"Oekaki","hidden":"ukryte","Show images":"Poka\u017c obrazki","Hide images":"Ukryj obrazki","Password":"Has\u0142o","Delete file only":"Usu\u0144 tylko plik","Delete":"Usu\u0144","Reason":"Pow\u00f3d","Report":"Zg\u0142oszenie","Click reply to view.":"Kliknij Odpowied\u017a aby zobaczy\u0107.","Click to expand":"Kliknij aby rozwin\u0105\u0107","Hide expanded replies":"Schowaj rozwini\u0119te odpowiedzi","Brush size":"Rozmiar p\u0119dzla","Set text":"Ustaw tekst","Clear":"Wyczy\u015b\u0107","Save":"Zapisz","Load":"Za\u0142aduj","Toggle eraser":"Prze\u0142\u0105cz gumk\u0119","Get color":"Wybierz kolor","Fill":"Wype\u0142nij","Use oekaki instead of file?":"U\u017cy\u0107 oekaki zamiast pliku?","Edit in oekaki":"Edytuj w oekaki","Enter some text":"Podaj jaki\u015b tekst","Enter font or leave empty":"Podaj czcionk\u0119, b\u0105d\u017a pozostaw puste","Forced anonymity":"Wymuszona anonimowo\u015b\u0107","enabled":"w\u0142\u0105czona","disabled":"wy\u0142\u0105czona","Sun":"nie","Mon":"pon","Tue":"wto","Wed":"\u015bro","Thu":"czw","Fri":"pi\u0105","Sat":"sob","Catalog":"Katalog","Submit":"Wy\u015blij","Quick reply":"Szybka odpowied\u017a","Posting mode: Replying to >>{0}<\/small>":"Tryb postowania: Odpowied\u017a na >>{0}<\/small>","Return":"Powr\u00f3t","Expand all images":"Rozwi\u0144 wszystkie obrazki","Hello!":"Witaj!","{0} users":"{0} u\u017cytkownik\u00f3w","(hide threads from this board)":"(schowaj w\u0105tki z tego boardu)","(show threads from this board)":"(poka\u017c w\u0105tki z tego boardu)","No more threads to display":"Nie ma wi\u0119cej w\u0105tk\u00f3w do wy\u015bwietlenia","Loading...":"\u0141adowanie...","Save as original filename":"Zapisz z oryginaln\u0105 nazw\u0105 pliku","Reported post(s).":"Zaraportowano post(y).","An unknown error occured!":"Wyst\u0105pi\u0142 nieznany b\u0142\u0105d!","Something went wrong... An unknown error occured!":"Co\u015b posz\u0142o \u017ale... wyst\u0105pi\u0142 nieznany b\u0142\u0105d!","Working...":"Przetwarzanie...","Posting... (#%)":"Postowanie... (#%)","Posted...":"Zapostowano...","An unknown error occured when posting!":"Wyst\u0105pi\u0142 nieznany b\u0142\u0105d podczas postowania!","Posting...":"Postowanie...","Upload URL":"Wy\u015blij URL","Spoiler Image":"Schowaj obrazek","Comment":"Komentarz","Quick Reply":"Szybka odpowied\u017a","Stop watching this thread":"Przesta\u0144 obserwowa\u0107 ten w\u0105tek","Watch this thread":"Obserwuj ten w\u0105tek","Unpin this board":"Odepnij ten board","Pin this board":"Przypnij ten board","Stop watching this board":"Przesta\u0144 oberwowa\u0107 ten board","Watch this board":"Obserwuj ten board","Click on any image on this site to load it into oekaki applet":"Kliknij w jakikolwiek obrazek na tej stronie aby za\u0142adowa\u0107 go do apletu oekaki","Sunday":"Niedziela","Monday":"Poniedzia\u0142ek","Tuesday":"Wtorek","Wednesday":"\u015aroda","Thursday":"Czwartek","Friday":"Pi\u0105tek","Saturday":"Sobota","January":"stycznia","February":"lutego","March":"marca","April":"kwietnia","May":"maj","June":"czerwca","July":"lipca","August":"sierpnia","September":"wrze\u015bnia","October":"pa\u017adziernika","November":"listopada","December":"grudnia","Jan":"sty","Feb":"lut","Mar":"mar","Apr":"kwi","Jun":"cze","Jul":"lip","Aug":"sie","Sep":"wrz","Oct":"pa\u017a","Nov":"lis","Dec":"gru","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Twoja przegl\u0105darka nie obs\u0142uguje wideo HTML5.","[play once]":"[pu\u015b\u0107 raz]","[loop]":"[zap\u0119tl]","WebM Settings":"Ustawienia WebM","Expand videos inline":"Rozwi\u0144 wideo w miejscu","Play videos on hover":"Puszczaj wideo po najechaniu","Default volume":"Domy\u015blna g\u0142o\u015bno\u015b\u0107","Tree view":"Widok drzewa"}; \ No newline at end of file +l10n = {"Style: ":"Styl: ","File":"Plik","hide":"ukryj","show":"poka\u017c","Show locked threads":"Poka\u017c zablokowane tematy","Hide locked threads":"Schowaj zablokowane tematy","URL":"URL","Select":"Wybierz","Remote":"Zdalny","Embed":"Osad\u017a","Oekaki":"Oekaki","hidden":"ukryte","Show images":"Poka\u017c obrazki","Hide images":"Ukryj obrazki","Password":"Has\u0142o","Delete file only":"Usu\u0144 tylko plik","Delete":"Usu\u0144","Reason":"Pow\u00f3d","Report":"Zg\u0142oszenie","Click reply to view.":"Kliknij Odpowied\u017a aby zobaczy\u0107.","Click to expand":"Kliknij aby rozwin\u0105\u0107","Hide expanded replies":"Schowaj rozwini\u0119te odpowiedzi","Brush size":"Rozmiar p\u0119dzla","Set text":"Ustaw tekst","Clear":"Wyczy\u015b\u0107","Save":"Zapisz","Load":"Za\u0142aduj","Toggle eraser":"Prze\u0142\u0105cz gumk\u0119","Get color":"Wybierz kolor","Fill":"Wype\u0142nij","Use oekaki instead of file?":"U\u017cy\u0107 oekaki zamiast pliku?","Edit in oekaki":"Edytuj w oekaki","Enter some text":"Podaj jaki\u015b tekst","Enter font or leave empty":"Podaj czcionk\u0119, b\u0105d\u017a pozostaw puste","Forced anonymity":"Wymuszona anonimowo\u015b\u0107","enabled":"w\u0142\u0105czona","disabled":"wy\u0142\u0105czona","Sun":"nie","Mon":"pon","Tue":"wto","Wed":"\u015bro","Thu":"czw","Fri":"pi\u0105","Sat":"sob","Catalog":"Katalog","Submit":"Wy\u015blij","Quick reply":"Szybka odpowied\u017a","Posting mode: Replying to >>{0}<\/small>":"Tryb postowania: Odpowied\u017a na >>{0}<\/small>","Return":"Powr\u00f3t","Expand all images":"Rozwi\u0144 wszystkie obrazki","Hello!":"Witaj!","{0} users":"{0} u\u017cytkownik\u00f3w","(hide threads from this board)":"(schowaj w\u0105tki z tego boardu)","(show threads from this board)":"(poka\u017c w\u0105tki z tego boardu)","No more threads to display":"Nie ma wi\u0119cej w\u0105tk\u00f3w do wy\u015bwietlenia","Loading...":"\u0141adowanie...","Save as original filename":"Zapisz z oryginaln\u0105 nazw\u0105 pliku","Reported post(s).":"Zaraportowano post(y).","An unknown error occured!":"Wyst\u0105pi\u0142 nieznany b\u0142\u0105d!","Something went wrong... An unknown error occured!":"Co\u015b posz\u0142o \u017ale... wyst\u0105pi\u0142 nieznany b\u0142\u0105d!","Working...":"Przetwarzanie...","Posting... (#%)":"Postowanie... (#%)","Posted...":"Zapostowano...","An unknown error occured when posting!":"Wyst\u0105pi\u0142 nieznany b\u0142\u0105d podczas postowania!","Posting...":"Postowanie...","Upload URL":"Wy\u015blij URL","Spoiler Image":"Schowaj obrazek","Comment":"Komentarz","Quick Reply":"Szybka odpowied\u017a","Stop watching this thread":"Przesta\u0144 obserwowa\u0107 ten w\u0105tek","Watch this thread":"Obserwuj ten w\u0105tek","Unpin this board":"Odepnij ten board","Pin this board":"Przypnij ten board","Stop watching this board":"Przesta\u0144 obserwowa\u0107 ten board","Watch this board":"Obserwuj ten board","Click on any image on this site to load it into oekaki applet":"Kliknij w jakikolwiek obrazek na tej stronie aby za\u0142adowa\u0107 go do apletu oekaki","Sunday":"Niedziela","Monday":"Poniedzia\u0142ek","Tuesday":"Wtorek","Wednesday":"\u015aroda","Thursday":"Czwartek","Friday":"Pi\u0105tek","Saturday":"Sobota","January":"stycznia","February":"lutego","March":"marca","April":"kwietnia","May":"maj","June":"czerwca","July":"lipca","August":"sierpnia","September":"wrze\u015bnia","October":"pa\u017adziernika","November":"listopada","December":"grudnia","Jan":"sty","Feb":"lut","Mar":"mar","Apr":"kwi","Jun":"cze","Jul":"lip","Aug":"sie","Sep":"wrz","Oct":"pa\u017a","Nov":"lis","Dec":"gru","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Twoja przegl\u0105darka nie obs\u0142uguje wideo HTML5.","[play once]":"[pu\u015b\u0107 raz]","[loop]":"[zap\u0119tl]","WebM Settings":"Ustawienia WebM","Expand videos inline":"Rozwi\u0144 wideo w miejscu","Play videos on hover":"Puszczaj wideo po najechaniu","Default volume":"Domy\u015blna g\u0142o\u015bno\u015b\u0107","Tree view":"Widok drzewa","Shrink all images":"Zmniejsz wszystkie obrazki","Animate GIFs":"Animuj GIF-y","Unanimate GIFs":"Nie animuj GIF-\u00f3w"}; \ No newline at end of file diff --git a/inc/locale/pl_PL/LC_MESSAGES/javascript.po b/inc/locale/pl_PL/LC_MESSAGES/javascript.po index 30a74ccb..e7be94af 100644 --- a/inc/locale/pl_PL/LC_MESSAGES/javascript.po +++ b/inc/locale/pl_PL/LC_MESSAGES/javascript.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# czaks , 2014 +# Marcin Łabanowski , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:59+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:58+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pl_PL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Styl: " #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Plik" @@ -34,6 +34,7 @@ msgid "hide" msgstr "ukryj" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "pokaż" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Schowaj zablokowane tematy" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Wybierz" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Zdalny" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Osadź" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Powrót" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Rozwiń wszystkie obrazki" @@ -387,7 +394,7 @@ msgstr "Przypnij ten board" #: ../../../../js/watch.js:343 ../../../../js/watch.js:348 #: ../../../../js/watch.js:349 msgid "Stop watching this board" -msgstr "Przestań oberwować ten board" +msgstr "Przestań obserwować ten board" #: ../../../../js/watch.js:262 ../../../../js/watch.js:267 #: ../../../../js/watch.js:268 ../../../../js/watch.js:301 @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Twoja przeglądarka nie obsługuje wideo HTML5." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[puść raz]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[zapętl]" @@ -568,3 +577,15 @@ msgstr "Domyślna głośność" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Widok drzewa" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "Zmniejsz wszystkie obrazki" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "Animuj GIF-y" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "Nie animuj GIF-ów" diff --git a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.mo b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.mo index 52fb6f67..be1c517b 100644 Binary files a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.mo and b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po index 508cb5ee..dbba5997 100644 --- a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po +++ b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# czaks , 2014 +# Marcin Łabanowski , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-21 19:08+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 19:03+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pl_PL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +25,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" @@ -38,6 +39,7 @@ msgstr[2] "sekund" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "minuta" @@ -51,6 +53,7 @@ msgstr[2] "minut" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "godzina" @@ -64,6 +67,7 @@ msgstr[2] "godzin" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "dzień" @@ -77,6 +81,7 @@ msgstr[2] "dni" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "tydzień" @@ -90,6 +95,7 @@ msgstr[2] "tygodni" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "rok" @@ -99,7 +105,7 @@ msgstr[2] "lat" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Zbanowany!" @@ -111,7 +117,7 @@ msgstr "Zbanowany!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Wstecz" @@ -123,28 +129,33 @@ msgstr "Wstecz" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Dalej" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Błąd" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Wystąpił błąd." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Logowanie" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Post za długi. Kliknij tutaj, aby zobaczyć jego pełną treść." @@ -153,6 +164,7 @@ msgstr "Post za długi. Kliknij tutaj, aby zobaczyć jego pe #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Ban" @@ -160,13 +172,16 @@ msgstr "Ban" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Usuń i zbanuj" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Usuń plik" @@ -174,6 +189,7 @@ msgstr "Usuń plik" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Czy jesteś pewien, że chcesz usunąć ten plik?" @@ -188,11 +204,13 @@ msgstr "Schowaj plik" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Czy jesteś pewien, że chcesz schować ten obrazek?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Przenieś odpowiedź na inny board" @@ -201,40 +219,50 @@ msgstr "Przenieś odpowiedź na inny board" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Edytuj post" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Usuń" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Czy jesteś pewien, że chcesz to usunąć?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Usuń wszystkie posty z tego adresu IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Czy na pewno chcesz usunąć wszystkie posty z tego adresu IP?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Usuń wszystkie posty z tego IP ze wszystkich boardów" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -242,36 +270,43 @@ msgstr "Czy jesteś pewien, że chcesz usunąć wszystkie posty z tego adresu IP #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Odklej wątek" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Przyklej wątek" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Zezwól wątkowi na bumpowanie" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Zabroń wątkowi na bumpowanie" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Odblokuj wątek" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Zablokuj wątek" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Przenieś wątek na inny board" @@ -281,6 +316,7 @@ msgstr "Przenieś wątek na inny board" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Zostałeś wyciszony za nieoryginalną treść." @@ -291,12 +327,14 @@ msgstr "Zostałeś wyciszony za nieoryginalną treść." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Nowy wątek" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Odpowiedz" @@ -304,6 +342,7 @@ msgstr "Odpowiedz" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -328,18 +367,21 @@ msgstr "Nie postuj pierwszego dnia." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Wyglądasz jak bot." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Twoja przeglądarka przesłała niepoprawny, bądź nie przesłała informacji o odsyłaczu w nagłówku" #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "Pole %s jest za długie" @@ -347,90 +389,105 @@ msgstr "Pole %s jest za długie" #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "Zawartość jest za długa." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "Zawartość jest za krótka, bądź pusta." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Musisz wysłać obrazek." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "Nie udało się obsłużyć twojego pliku." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Niewspierany format obrazka." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Niepoprawny board!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Wybrany wątek nie istnieje." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Wątek jest zablokowany. Nie możesz w nim teraz postować." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Ten temat osiągnął swój maksymalny limit odpowiedzi." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Ten temat osiągnął swój maksymalny limit obrazków." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Nie zrobiłeś posta." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Wykryto flood; Post odrzucony." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Twoje żądanie wygląda na zautomatyzowane; Post odrzucony." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Nieoryginalna treść!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Nieoryginalna treść! Zostałeś wyciszony na %d sekund." @@ -438,6 +495,7 @@ msgstr "Nieoryginalna treść! Zostałeś wyciszony na %d sekund." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Jesteś wyciszony! Wygasa w ciągu %d sekund." @@ -445,6 +503,7 @@ msgstr "Jesteś wyciszony! Wygasa w ciągu %d sekund." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Twój adres IP jest na liście %s." @@ -452,72 +511,84 @@ msgstr "Twój adres IP jest na liście %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Zbyt dużo linków; wykryto flood." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Zbyt dużo cytatów; post odrzucony." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Zbyt dużo linków między boardami; post odrzucony." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Nie wybrano nic do usunięcia." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Nie wybrano nic do zgłoszenia." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Nie możesz raportować tyle postów na raz." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Niepoprawne hasło" #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Niepoprawny obrazek." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Nieznane rozszerzenie pliku." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Maksymalny rozmiar pliku: %maxsz% bajtów
Rozmiar twojego pliku: %filesz% bajtów" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Plik jest za duży." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "Ten plik już istnieje!" @@ -525,6 +596,7 @@ msgstr "Ten plik już istnieje!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Ten plik już istnieje w tym temacie!" @@ -532,6 +604,7 @@ msgstr "Ten plik już istnieje w tym temacie!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Musisz poczekać kolejne %s przed usunięciem tego." @@ -539,18 +612,21 @@ msgstr "Musisz poczekać kolejne %s przed usunięciem tego." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "Wykryto próbę wykorzystania luki wykrywania typu MIME (XSS w IE); post odrzucony" #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Nie można było zrozumieć URL-a wideo, którego próbowano zapostować." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Wygląda na to, że przepisano źle weryfikację." @@ -558,6 +634,7 @@ msgstr "Wygląda na to, że przepisano źle weryfikację." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -567,18 +644,21 @@ msgstr "Możesz odbanować tylko %s użytkowników na raz. Próbowałeś odbanow #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Błędna nazwa użytkownika, bądź hasło" #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Nie jesteś moderatorem" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -587,18 +667,21 @@ msgstr "Niepoprawna nazwa użytkownika, bądź hasło. Twoje konto mogło zosta #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Niepoprawne/zmodyfikowane pliki cookie." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Twoja przeglądarka nie wysłała pola, kiedy powinna." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "Pole %s jest wymagane." @@ -606,6 +689,7 @@ msgstr "Pole %s jest wymagane." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "Pole %s jest niepoprawne." @@ -613,6 +697,7 @@ msgstr "Pole %s jest niepoprawne." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Już istnieje board %s" @@ -620,24 +705,28 @@ msgstr "Już istnieje board %s" #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Nie masz uprawnień do wykonania tej czynności." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Ten post nie istnieje..." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Strona nie znaleziona." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Ten moderator już istnieje!" @@ -645,12 +734,14 @@ msgstr "Ten moderator już istnieje!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Ten dodatek nie istnieje!" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Niepoprawny token bezpieczeństwa! Proszę cofnąć i spróbować ponownie." @@ -663,6 +754,7 @@ msgstr "Niepoprawny token bezpieczeństwa! Proszę cofnąć i spróbować ponown #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "UŻYTKOWNIK ZOSTAŁ ZBANOWANY ZA TEGO POSTA" @@ -743,6 +835,12 @@ msgstr "Log moderacji" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -754,6 +852,7 @@ msgstr "adres IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Nowy ban" @@ -762,47 +861,57 @@ msgstr "Nowy ban" msgid "Ban list" msgstr "Lista banów" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Przenieś odpowiedź" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Docelowy i źródłowy board są takie same." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Nie można przenieść wątku; istnieje tylko jeden board." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Przenieś wątek" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Edytuj użytkownika" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Zarządzaj użytkownikami" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Nowe PW dla" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Prywatna wiadomość" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "Odebrane PW" @@ -810,56 +919,69 @@ msgstr "Odebrane PW" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Przebuduj" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Kolejka zgłoszeń" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Edytor konfiguracji" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Katalog dodatków (themes) nie istnieje!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Nie można otworzyć katalogu dodatków (themes); sprawdź uprawnienia." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Zarządzaj dodatkami" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Zainstalowano dodatek: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Konfigurowanie dodatku: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Przebudowano dodatek: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Debug: Antyspam" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Debug: Ostatnie posty" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Debug: SQL" @@ -889,8 +1011,10 @@ msgid "Error information" msgstr "Informacje o błędzie" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Usuń post" @@ -919,11 +1043,16 @@ msgstr "Usuń post" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Plik" @@ -944,6 +1073,12 @@ msgstr "Plik" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -952,6 +1087,7 @@ msgstr "Plik" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Hasło" @@ -1006,6 +1142,20 @@ msgstr "Hasło" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1014,12 +1164,15 @@ msgstr "Hasło" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Powód" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Zgłoszenie" @@ -1032,6 +1185,7 @@ msgstr "Zgłoszenie" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Powróć na tablicę" @@ -1110,6 +1264,7 @@ msgstr "Plik:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Schowaj obrazek" @@ -1119,6 +1274,7 @@ msgstr "Schowaj obrazek" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Odpowiedź" @@ -1128,6 +1284,7 @@ msgstr "Odpowiedź" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Zobacz wszystko" @@ -1137,6 +1294,7 @@ msgstr "Zobacz wszystko" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Ostatni 1 post" @@ -1149,6 +1307,7 @@ msgstr[2] "Ostatnie %count% postów" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 post" @@ -1162,6 +1321,7 @@ msgstr[2] "%count% postów" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "oraz" @@ -1171,6 +1331,7 @@ msgstr "oraz" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 obrazek" @@ -1183,6 +1344,7 @@ msgstr[2] "%count% obrazków" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "pominięte. Kliknij Odpowiedź aby zobaczyć." @@ -1205,6 +1367,12 @@ msgstr "pominięte. Kliknij Odpowiedź aby zobaczyć." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1224,6 +1392,10 @@ msgstr "Nazwa" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1251,6 +1423,12 @@ msgstr "E-mail" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1274,6 +1452,10 @@ msgstr "Aktualizacja" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1354,6 +1536,10 @@ msgstr "Flagi" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1390,6 +1576,10 @@ msgstr "Przyklejony" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1426,6 +1616,10 @@ msgstr "Zablokowany" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1511,6 +1705,16 @@ msgstr "Brak wyników." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1518,6 +1722,7 @@ msgstr "Brak wyników." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Szukaj" @@ -1527,24 +1732,25 @@ msgstr "Apelacja nie znaleziona!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Apelacje o zdjęcie banów" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Nowy użytkownik" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Nie można zmienić poziomu uprawnień użytkownika." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Debug: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1558,6 +1764,11 @@ msgstr "Twój kod zawierał błędy składni PHP. Wciśnij wstecz i popraw je. P #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1592,39 +1803,54 @@ msgid "Change password" msgstr "Zmień hasło" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Konfiguracja" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Inne" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Debug" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Antyspam" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Ostatnie posty" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Konto użytkownika" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Wyloguj" @@ -1732,6 +1958,26 @@ msgstr "Zapostuj newsa" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1765,6 +2011,12 @@ msgstr "Ekipa" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1778,6 +2030,12 @@ msgstr "Notka" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1816,6 +2074,10 @@ msgstr "Nowa notka" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1890,6 +2152,26 @@ msgstr "brak powodu" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1937,6 +2219,14 @@ msgstr "wszystkie boardy" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1967,6 +2257,14 @@ msgstr "Ustawione" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -2005,6 +2303,14 @@ msgstr "nigdy" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2041,6 +2347,14 @@ msgstr "Usuń ban" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2070,6 +2384,16 @@ msgstr "Czas" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2086,6 +2410,10 @@ msgstr "(lub podsieć)" msgid "hidden" msgstr "ukryty" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2123,6 +2451,10 @@ msgstr "Nowy ban" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2151,6 +2483,10 @@ msgstr "(Wyszukiwanie jest niezależne od wielkości znaków i bazowane na słow msgid "There are no active bans." msgstr "Nie ma aktywnych banów." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2160,6 +2496,10 @@ msgstr "Nie ma aktywnych banów." msgid "IP address/mask" msgstr "Adres IP lub maska" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2182,6 +2522,12 @@ msgstr "Odbanuj zaznaczone" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2208,18 +2554,22 @@ msgid "There are no reports." msgstr "Nie ma żadnych raportów." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Ten ban nie istnieje, lub nie należy do Ciebie." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Nie możesz apelować o zdjęcie bana o tej długości." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Nie możesz ponownie apelować o zdjęcie tego bana." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "W tej chwili oczekuje apelacja o zdjęcie tego bana." @@ -2296,10 +2646,12 @@ msgstr "Byłeś zbanowany za następującego posta" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Przesłałeś apelacje" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Apelacja wciąż oczekuje na rozpatrzenie" @@ -2317,17 +2669,25 @@ msgstr "Apelacja wciąż oczekuje na rozpatrzenie" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Wysłano apelacje o zdjęcie tego bana" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "i została ona odrzucona. Nie mozesz apelować o zdjęcie tego bana ponownie." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2347,8 +2707,14 @@ msgstr "Wysłałeś maksymalną możliwą ilość apelacji. Nie możesz apelowa #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "i została ona odrzucona." @@ -2366,20 +2732,36 @@ msgstr "i została ona odrzucona." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Możesz apelować o zdjęcie tego bana ponownie. Wpisz poniżej swoje powody." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Ostatnio apelowano o zdjęcie tego bana" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Możesz apelować o zdjęcie tego bana. Wpisz poniżej swoje powody." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2452,7 +2834,11 @@ msgid "locks thread; replies to it with a link." msgstr "blokuje wątek; umieszcza link do nowego." #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Board docelowy" @@ -2607,7 +2993,7 @@ msgstr "Brak" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "Przeniesiono do %s." @@ -2617,3 +3003,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "Nie mogę zbudować dodatku RecentPosts, ponieważ nie ma boardów, które mógłbym załączyć." + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "Spróbowano wysłać zbyt dużą ilość obrazków!" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "Schowaj plik" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "Kolejność wg. ost. bumpa" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "Ostatnia odpowiedź" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "Data utworzenia" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "Ilość odpowiedzi" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "Losowo" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "Sortuj wg." + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "Rozmiar obrazków" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "Mały" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "Duży" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "ID posta" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "Wątek docelowy" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "Usuwanie postów nie jest dozwolone!" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "Nierozpoznana metoda determinacji rozmiaru plików." + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "Niepoprawny wybór flagi!" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "exiftool zawiódł!" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "Nie można było dokonać auto-orientacji obrazka!" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "Nie można było usunąć metadanych EXIF!" diff --git a/inc/locale/pt_BR/LC_MESSAGES/javascript.po b/inc/locale/pt_BR/LC_MESSAGES/javascript.po index 019d1636..674d8fca 100644 --- a/inc/locale/pt_BR/LC_MESSAGES/javascript.po +++ b/inc/locale/pt_BR/LC_MESSAGES/javascript.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:53+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +27,7 @@ msgstr "Estilo: " #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Arquivo" @@ -36,6 +36,7 @@ msgid "hide" msgstr "esconder" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "mostrar" @@ -58,22 +59,27 @@ msgid "Hide locked threads" msgstr "Esconder threads trancadas" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Selecionar" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Remoto" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Embutir" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -261,6 +267,7 @@ msgstr "Voltar" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Expandir todas as imagens" @@ -544,10 +551,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Seu browser não suporta videos em HTML5." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[ver uma vez]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[vez repetidamente]" @@ -570,3 +579,15 @@ msgstr "Volume padrão" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo index 47e7f3d2..32586530 100644 Binary files a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo and b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po index 05323955..b04c8a77 100644 --- a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po +++ b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-21 19:05+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,6 +27,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "segundos" @@ -39,6 +40,7 @@ msgstr[1] "segundos" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "segundos" @@ -51,6 +53,7 @@ msgstr[1] "minutos" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "hora" @@ -63,6 +66,7 @@ msgstr[1] "horas" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "dia" @@ -75,6 +79,7 @@ msgstr[1] "dias" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "semana" @@ -87,6 +92,7 @@ msgstr[1] "semanas" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "ano" @@ -95,7 +101,7 @@ msgstr[1] "anos" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Banido!" @@ -107,7 +113,7 @@ msgstr "Banido!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Anterior" @@ -119,28 +125,33 @@ msgstr "Anterior" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Proximo" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Erro" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Um erro ocorreu." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Login" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Mensagem muito longa. Clique aqui para ver o texto completo." @@ -149,6 +160,7 @@ msgstr "Mensagem muito longa. Clique aqui para ver o texto co #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Banir" @@ -156,13 +168,16 @@ msgstr "Banir" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Banir & Deletar" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Deletar arquivo" @@ -170,6 +185,7 @@ msgstr "Deletar arquivo" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Tem certeza que quer deletar esse arquivo?" @@ -184,11 +200,13 @@ msgstr "Arquivo spoiler" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Você tem certeza de que quer tornar o arquivo spoiler?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Mover resposta para outra board" @@ -197,40 +215,50 @@ msgstr "Mover resposta para outra board" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Editar mensagem" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Deletar" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Você tem certeza que deseja deletar isto?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Deletar todos os posts do IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Você tem certeza que deseja deletar todos os posts deste IP?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Deletar todos os posts deste IP em todas as boards" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -238,36 +266,43 @@ msgstr "Tem certeza que quer deletar todos os posts deste IP em todas as boards? #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Despinar tópico" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Pinar tópico" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Retirar limite de bump" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Adicionar limite de bump" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Destrancar tópico" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Trancar tópico" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Mover tópico para outra board" @@ -277,6 +312,7 @@ msgstr "Mover tópico para outra board" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Você foi silenciado por conteúdo repetido." @@ -287,12 +323,14 @@ msgstr "Você foi silenciado por conteúdo repetido." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Novo tópico" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Responder" @@ -300,6 +338,7 @@ msgstr "Responder" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -324,18 +363,21 @@ msgstr "Lurke mais antes de postar." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Você não parece humano." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Seu browser enviou um referial HTTP inválido ou não enviou o referencial." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "O campo %s é longo demais." @@ -343,90 +385,105 @@ msgstr "O campo %s é longo demais." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "O corpo do texto é longo demais." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "O corpo do texto é pequeno demais ou inexistente." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Você deve fazer upload de uma imagem." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "O servidor não conseguiu processar seu upload." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Formato de arquivo não aceito" #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Board inválida!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "O tópico especificado não existe.." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Tópico trancado, você não pode responde-lo." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "O tópico atingiu o limite de respostas." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "O tópico alcançou o limite máximo de imagens" #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Você não escreveu uma mensagem." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Flood detectado; Sua mensagem foi descartada." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Sua requisição parece automatizada; Mensagem descartada." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Conteudo não original!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Conteudo não original! Você está impedido de postar por %d segundos." @@ -434,6 +491,7 @@ msgstr "Conteudo não original! Você está impedido de postar por %d segundos." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Você está impedido de postar! Expira em %d segundos." @@ -441,6 +499,7 @@ msgstr "Você está impedido de postar! Expira em %d segundos." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Seu IP está listado em %s." @@ -448,72 +507,84 @@ msgstr "Seu IP está listado em %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Links demais; Flood detectado." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Citações demais; Post descartado." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Links entre boards demais; Post descartado." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Você não selecionou nada para deletar." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Você não selecionou nada para denunciar." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Você não pode denunciar tantas mensagens ao mesmo tempo." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Senha incorreta…" #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Imagem inválida." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Extenção de arquivo desconhecida." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Tamanho maximo de arquivos: %maxsz% bytes
O tamanho do seu arquivo: %filesz% bytes" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Seu arquivo é grande demais." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "O arquivo já existe!" @@ -521,6 +592,7 @@ msgstr "O arquivo já existe!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "O arquivo já existe neste tópico!" @@ -528,6 +600,7 @@ msgstr "O arquivo já existe neste tópico!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Você terá que esperar %s segundos antes de deletar isso." @@ -535,18 +608,21 @@ msgstr "Você terá que esperar %s segundos antes de deletar isso." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "Exploit XSS do tipo MIME (IE) detectado; mensagem descartada." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Não foi possivel processar a URL do video que você tentou integrar." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Você errou o codigo de verificação." @@ -554,6 +630,7 @@ msgstr "Você errou o codigo de verificação." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -563,18 +640,21 @@ msgstr "Você só tem permissão para retirar o ban de %s usuários por vez, e v #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Login e/ou senha inválido(s)." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Você não é mod…" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -583,18 +663,21 @@ msgstr "Login e/ou senha inválido(s). Seu login deve ter sido mudado ou removid #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Cookies inválidos ou mal formados." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Seu browser não enviou nada, quando ele deveria." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "O campo %s é necessário." @@ -602,6 +685,7 @@ msgstr "O campo %s é necessário." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "O campo %s é inválido." @@ -609,6 +693,7 @@ msgstr "O campo %s é inválido." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "A board %s já existe." @@ -616,24 +701,28 @@ msgstr "A board %s já existe." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Você não tem permissão para fazer isso." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Esse post não existe..." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Pagina não encontrada." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Este mod já existe!" @@ -641,12 +730,14 @@ msgstr "Este mod já existe!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Este tema não existe!" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Token de segurança inválido! Retorne e tente novamente" @@ -659,6 +750,7 @@ msgstr "Token de segurança inválido! Retorne e tente novamente" #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "O USUÁRIO FOI BANIDO POR ESTA MENSAGEM" @@ -739,6 +831,12 @@ msgstr "Log da moderação" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -750,6 +848,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Novo ban" @@ -758,47 +857,57 @@ msgstr "Novo ban" msgid "Ban list" msgstr "Lista de bans" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Mover resposta" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Board alvo e fonte são as mesmas." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Impossivel de mover o tópico; Só existe uma board." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Mover tópico" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Editar usuário" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Administrar usuários" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Nova MP para" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Mensagem pessoal" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "Entrada de MP" @@ -806,56 +915,69 @@ msgstr "Entrada de MP" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Reconstruir" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Fila de denuncias" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Editor de configurações" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Diretório de temas não existe!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Não é possivel abrir diretorio de temas; reveja suas permissões." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Administrar temas" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Tema instalado: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Configurando tema: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Reconstruir tema: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Debug: Anti-spam" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Debug: Mensagens recentes" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Debug: SQL" @@ -885,8 +1007,10 @@ msgid "Error information" msgstr "Informações do erro" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Deletar Mensagem" @@ -915,11 +1039,16 @@ msgstr "Deletar Mensagem" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Arquivo" @@ -940,6 +1069,12 @@ msgstr "Arquivo" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -948,6 +1083,7 @@ msgstr "Arquivo" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Senha" @@ -1002,6 +1138,20 @@ msgstr "Senha" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1010,12 +1160,15 @@ msgstr "Senha" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Motivo" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Denunciar" @@ -1028,6 +1181,7 @@ msgstr "Denunciar" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Voltar à dashboard" @@ -1105,6 +1259,7 @@ msgstr "Arquivo:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Imagem Spoiler" @@ -1114,6 +1269,7 @@ msgstr "Imagem Spoiler" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Responder" @@ -1123,6 +1279,7 @@ msgstr "Responder" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Ver todos" @@ -1132,6 +1289,7 @@ msgstr "Ver todos" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Ultima mensagem" @@ -1143,6 +1301,7 @@ msgstr[1] "Últimas %count% Mensagens" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 mensagem" @@ -1155,6 +1314,7 @@ msgstr[1] "%count% mensagens" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "e" @@ -1164,6 +1324,7 @@ msgstr "e" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 resposta com imagem" @@ -1175,6 +1336,7 @@ msgstr[1] "%count% respostas com imagem" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "omitidas. Clique em responder para visualizar." @@ -1197,6 +1359,12 @@ msgstr "omitidas. Clique em responder para visualizar." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1216,6 +1384,10 @@ msgstr "Nome" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1243,6 +1415,12 @@ msgstr "E-mail" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1266,6 +1444,10 @@ msgstr "Atualizar" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1346,6 +1528,10 @@ msgstr "Sinalizações" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1382,6 +1568,10 @@ msgstr "Fixar" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1418,6 +1608,10 @@ msgstr "Trancar" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1502,6 +1696,16 @@ msgstr "Sem resultados." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1509,6 +1713,7 @@ msgstr "Sem resultados." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Procurar" @@ -1518,24 +1723,25 @@ msgstr "Apelo do banimento não encontrado!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Apelos a banimento" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Novo usuário" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Impossível promover/rebaixar usuário." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Debug: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1549,6 +1755,11 @@ msgstr "Seu código contém erros de sintaxe PHP. Por favor volte e corrija-os. #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1583,39 +1794,54 @@ msgid "Change password" msgstr "Mudar senha" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Configuração" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Outro" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Debug" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Anti-spam" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Mensagens recentes" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Conta de usuário" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Sair" @@ -1723,6 +1949,26 @@ msgstr "Postar nova notícia" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1756,6 +2002,12 @@ msgstr "Equipe" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1769,6 +2021,12 @@ msgstr "Nota" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1807,6 +2065,10 @@ msgstr "Nova nota" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1881,6 +2143,26 @@ msgstr "sem razão especificada" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1928,6 +2210,14 @@ msgstr "todas as boards" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1958,6 +2248,14 @@ msgstr "Configurar" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1996,6 +2294,14 @@ msgstr "nunca" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2032,6 +2338,14 @@ msgstr "Remover expulsão" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2061,6 +2375,16 @@ msgstr "Tempo" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2077,6 +2401,10 @@ msgstr "(ou subnet)" msgid "hidden" msgstr "oculto" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2114,6 +2442,10 @@ msgstr "Nova Expulsão" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2142,6 +2474,10 @@ msgstr "(A pesquisa não diferencia maiúsculas de minusculas, é baseado em pal msgid "There are no active bans." msgstr "Não existem expulsões ativas." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2151,6 +2487,10 @@ msgstr "Não existem expulsões ativas." msgid "IP address/mask" msgstr "Endereço de IP/mascara" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2173,6 +2513,12 @@ msgstr "Remover bans selecionados" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2199,18 +2545,22 @@ msgid "There are no reports." msgstr "Não há denúncias no momento." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Este ban não existe, ou não é pra você." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Você não pode apelar um ban desta duração." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Você não pode apelar novamente." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Já existe um apelo pendente a este ban." @@ -2287,10 +2637,12 @@ msgstr "Você foi banido pela seguinte mensagem as" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Você enviou um apelo para que este banimento as" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Ele ainda está pendente" @@ -2308,17 +2660,25 @@ msgstr "Ele ainda está pendente" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Você apelou seu ban as" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "e foi rejeitado. Você não pode apelar esta expulsão novamente." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2338,8 +2698,14 @@ msgstr "Você excedeu o limite de apelos. Você não pode apelar por este ban no #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "e foi negado." @@ -2357,20 +2723,36 @@ msgstr "e foi negado." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Você ainda pode apelar por esta banimento. Digite abaixo suas razões para recorrer." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Seu ultimo apelo deste banimento foi no" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Você pode apelar por este banimento. Digite seus motivos abaixo." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2443,7 +2825,11 @@ msgid "locks thread; replies to it with a link." msgstr "tranca a thread; Responde-a com um link." #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Board alvo" @@ -2598,7 +2984,7 @@ msgstr "" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "" @@ -2608,3 +2994,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/ru_RU/LC_MESSAGES/javascript.po b/inc/locale/ru_RU/LC_MESSAGES/javascript.po index 208cbdb7..a2a66319 100644 --- a/inc/locale/ru_RU/LC_MESSAGES/javascript.po +++ b/inc/locale/ru_RU/LC_MESSAGES/javascript.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Assada , 2014 -# Assada , 2014 +# Alex Assada , 2014 +# Alex Assada , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-21 20:11+0000\n" -"Last-Translator: Assada \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +26,7 @@ msgstr "Стиль:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Файл" @@ -35,6 +35,7 @@ msgid "hide" msgstr "скрыть" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "показать" @@ -57,22 +58,27 @@ msgid "Hide locked threads" msgstr "Скрыть закрытые треды" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Выбрать" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Ссылка" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Встроить" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -260,6 +266,7 @@ msgstr "Вернуться" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Раскрыть все изображения" @@ -543,10 +550,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Твой браузер не умеет в HTML5 видео." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[Играть]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[Лупп]" @@ -569,3 +578,15 @@ msgstr "Громкость" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Просмотр дерева" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo index 8db334e2..01862ec2 100644 Binary files a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo and b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po index 0f058ab1..18ff73d0 100644 --- a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po +++ b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po @@ -3,17 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Assada , 2014 -# Assada , 2014 +# Alex Assada , 2014 +# Alex Assada , 2014 # cookiezeater , 2014 # cookiezeater , 2014 +# trall1488 , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-05-06 10:23+0000\n" -"Last-Translator: Assada \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,6 +29,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "секунда" @@ -41,6 +43,7 @@ msgstr[2] "секунд" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "минута" @@ -54,6 +57,7 @@ msgstr[2] "минут" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "час" @@ -67,6 +71,7 @@ msgstr[2] "часа" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "день" @@ -80,6 +85,7 @@ msgstr[2] "дней" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "неделя" @@ -93,6 +99,7 @@ msgstr[2] "недель" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "год" @@ -102,7 +109,7 @@ msgstr[2] "лет" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Забанен!" @@ -114,7 +121,7 @@ msgstr "Забанен!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Предыдущий" @@ -126,28 +133,33 @@ msgstr "Предыдущий" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Следующий" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Ошибка" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Произошла ошибка." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Войти" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Пост слишком длинный. Нажмите вот сюда чтобы просмотреть полностью." @@ -156,6 +168,7 @@ msgstr "Пост слишком длинный. Нажмите в #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Забанить" @@ -163,13 +176,16 @@ msgstr "Забанить" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Забанить и удалить" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Удалить файл" @@ -177,6 +193,7 @@ msgstr "Удалить файл" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Вы точно хотите удалить этот файл?" @@ -191,11 +208,13 @@ msgstr "*** Заспойлерить файл" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Вы точно хотите поместить этот файл под спойлер?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "*** Переместить ответ на другую доску" @@ -204,40 +223,50 @@ msgstr "*** Переместить ответ на другую доску" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Редактировать пост" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Удалить" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Вы точно хотите это удалить?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Удалить все посты с этого IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Вы точно хотите удалить все посты с этого IP адреса?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Удалить все посты с данного IP со всех борд" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -245,36 +274,43 @@ msgstr "Вы точно хотите удалить все посты с это #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Открепить тред" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Прикрепить тред" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Разрешить бамп треда" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Запретить бамп треда" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Открыть тред" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Закрыть тред" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Переместить тред в другую доску" @@ -284,6 +320,7 @@ msgstr "Переместить тред в другую доску" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Вы получили мут за неоригинальный контент." @@ -294,12 +331,14 @@ msgstr "Вы получили мут за неоригинальный конт #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Новый тред" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Новый ответ" @@ -307,6 +346,7 @@ msgstr "Новый ответ" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -331,18 +371,21 @@ msgstr "Луркай еще немного, прежде чем отправля #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Ты похож на бота." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Твой браузер послал ошибочный HTTP referer. Ну или совсем его не отправил." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "Поле %s слишком длинное." @@ -350,90 +393,105 @@ msgstr "Поле %s слишком длинное." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "Содержимое очень большое." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "Содержимое очень короткое или отсутствует" #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Ты должен загрузить изображение." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "Произошла ошибка при загрузке файла на сервер." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Не поддерживаемый формат изображения." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Неверная доска." #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Данного треда не существует." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Тред закрыт. Ты не можешь писать сюда." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Тред достиг максимального количества ответов." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Тред достиг максимального количества изображений." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Ты не можешь создать тред." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Обнаружен флуд. Пост отклонен." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Ваш запрос похож на автоматический. Пост отклонен." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Не оригинальный контент." #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Не оригинальный контент. Кляп на %d секунд." @@ -441,6 +499,7 @@ msgstr "Не оригинальный контент. Кляп на %d секу #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Вы получили мут! Мут будет снят через %d секунд" @@ -448,6 +507,7 @@ msgstr "Вы получили мут! Мут будет снят через %d #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Ваш айпи адрес числится в %s." @@ -455,72 +515,84 @@ msgstr "Ваш айпи адрес числится в %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Слишком много ссылок. Обнаружен флуд." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Слишком много цитат; Пост отклонён." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Слишком много отсылок на доски. Отклонено." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Ты не выбрал ничего для удаления." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Ты ничего не выбрал для жалобы." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Вы не можете пожаловаться на столько постов за раз." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Ошибка пароля. " #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Неверное изображение" #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Неизвестное расширение файла." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Максимальный размер файла: %maxsz% байт
А твой файл: %filesz% байт." #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Этот файл слишком большой." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file
already exists!" msgstr "Этот файл уже существует!" @@ -528,6 +600,7 @@ msgstr "Этот файл уже существует!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Этот файл уже существует в этом треде." @@ -535,25 +608,29 @@ msgstr "Этот файл уже существует в эт #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." -msgstr "" +msgstr "Вам нужно подождать еще %s перед удалением" #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "Обнаружен XSS (IE). Пост отклонен." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." -msgstr "" +msgstr "Не могу понять, что за ссылку вы пытаетесь добавить" #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Вы ошиблись при вводе капчи." @@ -561,6 +638,7 @@ msgstr "Вы ошиблись при вводе капчи." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -570,38 +648,44 @@ msgstr "Вам разрешено разбанивать %s пользовате #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Ошибочный логин и\\или пароль." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Ты не модератор..." #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." -msgstr "" +msgstr "Неправильный логин или пароль. Ваш пользователь мог быть удален или изменен." #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Неверные/испорченные куки." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Твой браузер не отправляет нужных данных, а должен." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "Необходимо заполнить поле %s" @@ -609,6 +693,7 @@ msgstr "Необходимо заполнить поле %s" #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "Поле %s заполнено с ошибкой. " @@ -616,6 +701,7 @@ msgstr "Поле %s заполнено с ошибкой. " #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Доска %s уже существует." @@ -623,24 +709,28 @@ msgstr "Доска %s уже существует." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "У тебя нет прав для этого." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Такого поста не существует." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Страница не найдена." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Этот модератор уже есть!!" @@ -648,12 +738,14 @@ msgstr "Этот модератор уже есть!! #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Этой темы не существует." #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Ошибка безопасности. Вернись назад и попробуй снова." @@ -666,6 +758,7 @@ msgstr "Ошибка безопасности. Вернись назад и по #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "АВТОР ЭТОГО ПОСТА ЗАБЛОКИРОВАН" @@ -746,6 +839,12 @@ msgstr "Логи модерации" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -757,6 +856,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Забанить" @@ -765,47 +865,57 @@ msgstr "Забанить" msgid "Ban list" msgstr "Банлист" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Переместить ответ" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Целевая и текущая доска одинаковы." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Невозможно переместить тред; здесь только одна доска." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Переместить тред" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Изменить пользователя" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Пользователи" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Новое ЛС для" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Личное сообщение" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "ЛС входящие" @@ -813,56 +923,69 @@ msgstr "ЛС входящие" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Ребилд" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Очередь жалоб" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Редактор настроек" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Директории с темами не существует!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Не получается открыть директорию с шаблонами; проверьте права доступа." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Управлять шаблонами" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Используемая тема: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Настроить тему: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Ребилд темы: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Debug: Анти-спам" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Debug: Recent posts" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Debug: SQL" @@ -892,8 +1015,10 @@ msgid "Error information" msgstr "Информация ошибки:" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "удалить пост" @@ -922,11 +1047,16 @@ msgstr "удалить пост" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Файл" @@ -947,6 +1077,12 @@ msgstr "Файл" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -955,6 +1091,7 @@ msgstr "Файл" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Пaроль" @@ -1009,6 +1146,20 @@ msgstr "Пaроль" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1017,12 +1168,15 @@ msgstr "Пaроль" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Причина" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Пожаловаться" @@ -1035,6 +1189,7 @@ msgstr "Пожаловаться" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Назад в дашборд" @@ -1113,6 +1268,7 @@ msgstr "Файл:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Картинка-спойлер" @@ -1122,6 +1278,7 @@ msgstr "Картинка-спойлер" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Ответить" @@ -1131,6 +1288,7 @@ msgstr "Ответить" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Показать все" @@ -1140,6 +1298,7 @@ msgstr "Показать все" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Последний пост" @@ -1152,6 +1311,7 @@ msgstr[2] "Последние %count% постов" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "%count% пост" @@ -1165,6 +1325,7 @@ msgstr[2] "%count% постов" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "и" @@ -1174,6 +1335,7 @@ msgstr "и" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "%count% ответ с картинкой" @@ -1186,6 +1348,7 @@ msgstr[2] "%count% ответов с картинкой" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "обрезан. Нажмите ответить, чтобы просмотреть полностью." @@ -1208,6 +1371,12 @@ msgstr "обрезан. Нажмите ответить, чтобы просмо #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1227,6 +1396,10 @@ msgstr "Имя" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1254,6 +1427,12 @@ msgstr "Адрес" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1277,6 +1456,10 @@ msgstr "Обновить" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1357,6 +1540,10 @@ msgstr "Флаги" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1393,6 +1580,10 @@ msgstr "Sticky" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1429,6 +1620,10 @@ msgstr "Lock" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1514,6 +1709,16 @@ msgstr "Нет результатов" #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1521,6 +1726,7 @@ msgstr "Нет результатов" #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Поиск" @@ -1530,24 +1736,25 @@ msgstr "Жалоб на баны нет!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Жалобы на несправедливые баны" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Новый пользователь" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Невозможно повысить/понизить пользователя." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Debug: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1561,6 +1768,11 @@ msgstr "Your code contained PHP syntax errors. Please go back and correct them. #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1595,39 +1807,54 @@ msgid "Change password" msgstr "Изменить пароль" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Настройки" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Другое" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Дебаг" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Анти-спам" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Новые посты" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Аккаунт пользователя" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Выход" @@ -1735,6 +1962,26 @@ msgstr "Создать новостной пост" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1768,6 +2015,12 @@ msgstr "" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1781,6 +2034,12 @@ msgstr "Заметка" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1819,6 +2078,10 @@ msgstr "Новая заметка" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1893,6 +2156,26 @@ msgstr "без причины" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1940,6 +2223,14 @@ msgstr "все доски" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1970,6 +2261,14 @@ msgstr "Установить" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -2008,6 +2307,14 @@ msgstr "никогда" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2044,6 +2351,14 @@ msgstr "Удалить бан" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2073,6 +2388,16 @@ msgstr "Время" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2089,6 +2414,10 @@ msgstr "(или подсеть)" msgid "hidden" msgstr "скрыт" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2126,6 +2455,10 @@ msgstr "Новый бан" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2154,6 +2487,10 @@ msgstr "" msgid "There are no active bans." msgstr "Нет активных банов." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2163,6 +2500,10 @@ msgstr "Нет активных банов." msgid "IP address/mask" msgstr "IP адрес\\маска" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2185,6 +2526,12 @@ msgstr "Разбанить выбранных" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2211,18 +2558,22 @@ msgid "There are no reports." msgstr "Нет сообщений." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Этого бана нет или он не для вас." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Ты не можешь обжаловать этот бан снова." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "" @@ -2299,10 +2650,12 @@ msgstr "" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Ты подал апелляцию на этот бан" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Пока не принято" @@ -2320,17 +2673,25 @@ msgstr "Пока не принято" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Ты обжаловал запрет на" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "и отклонен. Вы не можете обжаловать это бан снова." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2350,8 +2711,14 @@ msgstr "Ты отправил достаточное количество апе #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "и отклонен." @@ -2369,20 +2736,36 @@ msgstr "и отклонен." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "" #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Ты можешь обжаловать этот бан. Введи причину апелляции." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2455,7 +2838,11 @@ msgid "locks thread; replies to it with a link." msgstr "" #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Текущая доска" @@ -2610,7 +2997,7 @@ msgstr "Ничего" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "Перемещено в %s." @@ -2620,3 +3007,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/sk_SK/LC_MESSAGES/javascript.po b/inc/locale/sk_SK/LC_MESSAGES/javascript.po index fac80d6a..5a3af5fb 100644 --- a/inc/locale/sk_SK/LC_MESSAGES/javascript.po +++ b/inc/locale/sk_SK/LC_MESSAGES/javascript.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 23:20+0000\n" -"Last-Translator: dubcheck \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Štýl:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Súbor" @@ -34,6 +34,7 @@ msgid "hide" msgstr "skryť" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "ukázať" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Skryť zamknuté vlákna" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "Adresa" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Vybrať" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Vzdialený" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Vložiť" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Návrat" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Otvoriť všetky obrázky" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Tvoj prehliadač nepodporuje HTML5 videá." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[hrať raz]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[slučka]" @@ -568,3 +577,15 @@ msgstr "Pôvodná hlasitosť" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Zobraziť ako strom" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo index 0dd8f2e4..124a16d6 100644 Binary files a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo and b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po index 6b35297d..d07bfc62 100644 --- a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po +++ b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-22 12:20+0000\n" -"Last-Translator: dubcheck \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +25,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" @@ -38,6 +39,7 @@ msgstr[2] "sekúnd" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "minúta" @@ -51,6 +53,7 @@ msgstr[2] "minút" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "hodina" @@ -64,6 +67,7 @@ msgstr[2] "hodín" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "deň" @@ -77,6 +81,7 @@ msgstr[2] "dní" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "týždeň" @@ -90,6 +95,7 @@ msgstr[2] "týždňov" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "rok" @@ -99,7 +105,7 @@ msgstr[2] "rokov" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Zabanovaný!" @@ -111,7 +117,7 @@ msgstr "Zabanovaný!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Späť" @@ -123,28 +129,33 @@ msgstr "Späť" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "Ďalej" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Chyba" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Nastala chyba." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Prihlásenie" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Príliš dlhý príspevok. Klikni sem pre zobrazenie celého textu." @@ -153,6 +164,7 @@ msgstr "Príliš dlhý príspevok. Klikni sem pre zobrazenie #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Zabanovať" @@ -160,13 +172,16 @@ msgstr "Zabanovať" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Zabanovať a odstrániť" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Odstrániť súbor" @@ -174,6 +189,7 @@ msgstr "Odstrániť súbor" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Naozaj chceš odstrániť tento súbor?" @@ -188,11 +204,13 @@ msgstr "Skrytý súbor" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Naozaj chceš skryť tento súbor?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Presunúť odpoveď do inej dosky" @@ -201,40 +219,50 @@ msgstr "Presunúť odpoveď do inej dosky" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Upraviť príspevok" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Odstrániť" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Naozaj to chceš odstrániť?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Odstrániť všetky príspevky od IP adresy" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Naozaj chceš odstrániť všetky príspevky tejto IP adresy?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Odstrániť všetky príspevky IP adresy na všetkých doskách" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -242,36 +270,43 @@ msgstr "Naozaj chceš odstrániť všetky príspevky tejto IP adresy na všetký #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Odopnúť vlákno" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Pripnúť vlákno" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Povoliť bumpovanie vlákna" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Zakázať bumpovanie vlákna" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Odomknúť vlákno" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Zamknúť vlákno" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Presunúť vlákno na inú dosku" @@ -281,6 +316,7 @@ msgstr "Presunúť vlákno na inú dosku" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Bol si zablokovaný pre neoriginálny obsah." @@ -291,12 +327,14 @@ msgstr "Bol si zablokovaný pre neoriginálny obsah." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Nové vlákno" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Odpoveď" @@ -304,6 +342,7 @@ msgstr "Odpoveď" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -328,18 +367,21 @@ msgstr "Ešte tu chvíľu slieď predtým, než budeš prispievať." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Vyzeráš ako bot." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Tvoj prehliadač odoslal vadný alebo žiadny HTTP referer." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "Pole %s bolo príliš dlhé." @@ -347,90 +389,105 @@ msgstr "Pole %s bolo príliš dlhé." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "Telo správy bolo príliš dlhé." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "Telo správy bolo prikrátke alebo prázdne." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Musíš odoslať obrázok." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "Serveru sa nepodarilo poradiť si s Tvojím uploadom." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Nepodporovaný formát súboru." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Nesprávna doska!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Špecifikované vlákno neexistuje." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Zamknuté vlákno. Teraz nie je možné naň odpovedať." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Vlákno dosiahlo svoj maximálny limit pre odpovede." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Vlákno dosiahlo svoj maximálny limit pre obrázky." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Príspevok nebol vytvorený." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Detekovaný flood; Príspevok zrušený." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Požiadavka vyzerá byť automatizovaná; Príspevok zrušený." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Neoriginálny obsah!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Neoriginálny obsah! Bol si zablokovaný na %d sekúnd." @@ -438,6 +495,7 @@ msgstr "Neoriginálny obsah! Bol si zablokovaný na %d sekúnd." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Si zablokovaný! Vyprší za %d sekúnd." @@ -445,6 +503,7 @@ msgstr "Si zablokovaný! Vyprší za %d sekúnd." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "Tvoja IP je spomínaná v %s." @@ -452,72 +511,84 @@ msgstr "Tvoja IP je spomínaná v %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Priveľa odkazov; Flood detekovaný." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Priveľa citátov; Príspevok zrušený." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Priveľa medzidoskových odkazov; Príspevok zrušený." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Nevybral si nič pre odstránenie." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Nevybral si nič pre nahlásenie." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Nie je možné nahlásiť tak veľa príspevkov naraz." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Neplatné heslo…" #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Neplatný obrázok." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Neznámy formát súboru." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Maximálna veľkosť súboru: %maxsz% bajtov
Veľkosť Tvojho súboru: %filesz% bajtov." #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Súbor bol príliš veľký." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr "Súbor už existuje!" @@ -525,6 +596,7 @@ msgstr "Súbor už existuje!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr "Tento súbor už existuje v tomto vlákne!" @@ -532,6 +604,7 @@ msgstr "Tento súbor už existuje v tomto vlákne!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Budeš musieť čakať ešte %s než to odstrániš." @@ -539,18 +612,21 @@ msgstr "Budeš musieť čakať ešte %s než to odstrániš." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "XSS exploit detekcie MIME typu (IE) detekovaný; Post zrušený." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Nie je možné správne vložiť zadané video." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Vyzerá to, že bola zle opísaná verifikácia." @@ -558,6 +634,7 @@ msgstr "Vyzerá to, že bola zle opísaná verifikácia." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -567,18 +644,21 @@ msgstr "Môžeš naraz odbanovať iba %s užívateľov. Snažil si sa odbanovať #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Neplatné užívateľské meno a/alebo heslo." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Niesi moderátor…" #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -587,18 +667,21 @@ msgstr "Neplatné užívateľské meno a/alebo heslo. Tvoj účet mohol byť zme #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Neplatné/modifikované cookies." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Tvoj prehliadač neodovzdal vstup vtedy, kedy mal." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "Pole %s je povinné." @@ -606,6 +689,7 @@ msgstr "Pole %s je povinné." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "Pole %s je neplatné." @@ -613,6 +697,7 @@ msgstr "Pole %s je neplatné." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Doska %s už existuje." @@ -620,24 +705,28 @@ msgstr "Doska %s už existuje." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Nemáš na to povolenie." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Príspevok neexistuje…" #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Stránka nebola nájdená." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Moderátor už existuje!" @@ -645,12 +734,14 @@ msgstr "Moderátor už existuje!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Zadaná téma neexistuje!" #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Neplatný bezpečnostný token! Prosím, vráť sa a skús to znova." @@ -663,6 +754,7 @@ msgstr "Neplatný bezpečnostný token! Prosím, vráť sa a skús to znova." #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "UŽÍVATEĽ BOL ZA TENTO PRÍSPEVOK ZABANOVANÝ" @@ -743,6 +835,12 @@ msgstr "Log moderácie" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -754,6 +852,7 @@ msgstr "IP adresa" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Nový ban" @@ -762,47 +861,57 @@ msgstr "Nový ban" msgid "Ban list" msgstr "Zoznam banov" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Presunúť odpoveď" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Cieľová a zdrojová doska sú rovnaké." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Nie je možné presunúť vlákno; existuje iba jedna doska." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Presunúť vlákno" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Upraviť užívateľa" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Spravovať užívateľov" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Nová SS pre" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Súkromná správa" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "Schránka SS" @@ -810,56 +919,69 @@ msgstr "Schránka SS" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Prestavať" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Front nahlásení" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Editor konfigurácie" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Adresár \"themes\" neexistuje!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Nebolo možné otvoriť adresár \"themes\"; skontroluj oprávnenia." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Spravovať témy" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Téma %s bola nainštalovaná" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Konfigurovanie témy: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Prestavaná téma: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Debug: Antispam" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Debug: Posledné príspevky" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Debug: SQL" @@ -889,8 +1011,10 @@ msgid "Error information" msgstr "Informácie o chybe" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Odstrániť príspevok" @@ -919,11 +1043,16 @@ msgstr "Odstrániť príspevok" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Súbor" @@ -944,6 +1073,12 @@ msgstr "Súbor" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -952,6 +1087,7 @@ msgstr "Súbor" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Heslo" @@ -1006,6 +1142,20 @@ msgstr "Heslo" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1014,12 +1164,15 @@ msgstr "Heslo" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Dôvod" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Nahlásiť" @@ -1032,6 +1185,7 @@ msgstr "Nahlásiť" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Návrat na panel administrácie" @@ -1110,6 +1264,7 @@ msgstr "Súbor:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Skrytý obrázok" @@ -1119,6 +1274,7 @@ msgstr "Skrytý obrázok" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Odpoveď" @@ -1128,6 +1284,7 @@ msgstr "Odpoveď" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Zobraziť všetko" @@ -1137,6 +1294,7 @@ msgstr "Zobraziť všetko" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Posledný 1 príspevok" @@ -1149,6 +1307,7 @@ msgstr[2] "Posledných %count% príspevkov" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 príspevok" @@ -1162,6 +1321,7 @@ msgstr[2] "%count% príspevkov" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "a" @@ -1171,6 +1331,7 @@ msgstr "a" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 príspevok s obrázkom" @@ -1183,6 +1344,7 @@ msgstr[2] "%count% príspevkov s obrázkom" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "skrytých. Klikni na Odpoveď pre ich zobrazenie." @@ -1205,6 +1367,12 @@ msgstr "skrytých. Klikni na Odpoveď pre ich zobrazenie." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1224,6 +1392,10 @@ msgstr "Meno" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1251,6 +1423,12 @@ msgstr "E-mail" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1274,6 +1452,10 @@ msgstr "Aktualizácia" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1354,6 +1536,10 @@ msgstr "Vlajky" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1390,6 +1576,10 @@ msgstr "Pripnuté" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1426,6 +1616,10 @@ msgstr "Zamknuté" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1511,6 +1705,16 @@ msgstr "Žiadne výsledky." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1518,6 +1722,7 @@ msgstr "Žiadne výsledky." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Hľadať" @@ -1527,24 +1732,25 @@ msgstr "Odvolanie sa na ban nebolo nájdené!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Odvolania sa na ban" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Nový užívateľ" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Nie je možné povýšiť/degradovať užívateľa." -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Debug: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1558,6 +1764,11 @@ msgstr "PHP kód obsahuje chyby syntaxu. Oprav ich, prosím. PHP hovorí: " #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1592,39 +1803,54 @@ msgid "Change password" msgstr "Zmeniť heslo" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Konfigurácia" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Iné" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Debug" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Antispam" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Posledné príspevky" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Účet užívateľa" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Odhlásiť" @@ -1732,6 +1958,26 @@ msgstr "Prispieť do noviniek" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1765,6 +2011,12 @@ msgstr "Tím" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1778,6 +2030,12 @@ msgstr "Poznámka" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1816,6 +2074,10 @@ msgstr "Nová poznámka" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1890,6 +2152,26 @@ msgstr "bez dôvodu" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1937,6 +2219,14 @@ msgstr "všetky dosky" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1967,6 +2257,14 @@ msgstr "sada" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -2005,6 +2303,14 @@ msgstr "nikdy" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2041,6 +2347,14 @@ msgstr "Odstrániť ban" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2070,6 +2384,16 @@ msgstr "Čas" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2086,6 +2410,10 @@ msgstr "(alebo podsieť)" msgid "hidden" msgstr "skryté" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2123,6 +2451,10 @@ msgstr "Nový ban" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2151,6 +2483,10 @@ msgstr "(Vyhľadávanie nezáleží od veľkosti znakov a je založené na kľú msgid "There are no active bans." msgstr "Žiadne aktívne bany." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2160,6 +2496,10 @@ msgstr "Žiadne aktívne bany." msgid "IP address/mask" msgstr "IP adresa/maska" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2182,6 +2522,12 @@ msgstr "Odbanovať vybrané" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2208,18 +2554,22 @@ msgid "There are no reports." msgstr "Žiadne nahlásenia" #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Ban neexistuje, alebo nie je pre Teba." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Nie je možné sa odvolať na takto dlhý ban." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Nie je možné sa znova odvolať na tento ban." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Čakajúce odvolanie sa na tento ban už existuje." @@ -2296,10 +2646,12 @@ msgstr "Bol si zabanovaný za nasledujúci príspevok" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Odoslal si odvolanie sa na tento ban" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Stále čaká na rozsudok" @@ -2317,17 +2669,25 @@ msgstr "Stále čaká na rozsudok" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Odvolal si sa na tento ban" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "a Tvoje odvolanie bolo odmietnuté. Nie je možné sa znova odvolať na tento ban." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2347,8 +2707,14 @@ msgstr "Odoslal si maximálny počet odvolaní sa na ban. Nemôžeš sa znova od #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "a Tvoje odvolanie sa bolo odmietnuté" @@ -2366,20 +2732,36 @@ msgstr "a Tvoje odvolanie sa bolo odmietnuté" #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Na tento ban sa môžeš odvolať znova. Prosím, zadaj svoje odôvodnenie nižšie." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Naposledy si sa odvolal na tento ban" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Môžeš sa na tento ban odvolať. Prosím, zadaj svoje odôvodnenie nižšie." +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2452,7 +2834,11 @@ msgid "locks thread; replies to it with a link." msgstr "zamkne vlákno; odpovie naň odkazom." #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Cieľová doska" @@ -2607,7 +2993,7 @@ msgstr "Žiadna" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "Presunuté do %s" @@ -2617,3 +3003,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "Nieje možné zostaviť tému RecentPosts pretože neexistujú žiadne dosky, ktoré by mohla čítať." + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/tr_TR/LC_MESSAGES/javascript.po b/inc/locale/tr_TR/LC_MESSAGES/javascript.po index 78fb8443..c0f1cba5 100644 --- a/inc/locale/tr_TR/LC_MESSAGES/javascript.po +++ b/inc/locale/tr_TR/LC_MESSAGES/javascript.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-22 15:55+0000\n" -"Last-Translator: Tunai \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +25,7 @@ msgstr "Stil: " #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 msgid "File" msgstr "Dosya" @@ -34,6 +34,7 @@ msgid "hide" msgstr "gizle" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 msgid "show" msgstr "göster" @@ -56,22 +57,27 @@ msgid "Hide locked threads" msgstr "Gizli konuları kilitle" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 msgid "URL" msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 msgid "Select" msgstr "Seç" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 msgid "Remote" msgstr "Uzak" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 msgid "Embed" msgstr "Göm" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 msgid "Oekaki" msgstr "Oekaki" @@ -259,6 +265,7 @@ msgstr "Geri dön" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 msgid "Expand all images" msgstr "Bütün resimleri genişlet" @@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video." msgstr "Tarayıcınız HTML5 videoları desteklemiyor" #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 msgid "[play once]" msgstr "[bir kere oynat]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 msgid "[loop]" msgstr "[devamlı]" @@ -568,3 +577,15 @@ msgstr "Ses" #: ../../../../js/treeview.js:18 msgid "Tree view" msgstr "Gezgin görünümü" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo index 8d36e9f9..f551d53f 100644 Binary files a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo and b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po index d837ea9a..6b6f0696 100644 --- a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po +++ b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-22 15:56+0000\n" -"Last-Translator: Tunai \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,6 +25,7 @@ msgstr "" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "second" msgid_plural "seconds" msgstr[0] "saniye" @@ -36,6 +37,7 @@ msgstr[0] "saniye" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "minute" msgid_plural "minutes" msgstr[0] "dakika" @@ -47,6 +49,7 @@ msgstr[0] "dakika" #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "hour" msgid_plural "hours" msgstr[0] "saat" @@ -58,6 +61,7 @@ msgstr[0] "saat" #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "day" msgid_plural "days" msgstr[0] "gün" @@ -69,6 +73,7 @@ msgstr[0] "gün" #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 msgid "week" msgid_plural "weeks" msgstr[0] "hafta" @@ -80,6 +85,7 @@ msgstr[0] "hafta" #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 msgid "year" msgid_plural "years" msgstr[0] "yıl" @@ -87,7 +93,7 @@ msgstr[0] "yıl" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 -#: ../../../../inc/functions.php:732 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 msgid "Banned!" msgstr "Ban!" @@ -99,7 +105,7 @@ msgstr "Ban!" #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 -#: ../../../../inc/functions.php:1244 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 msgid "Previous" msgstr "Geri" @@ -111,28 +117,33 @@ msgstr "Geri" #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 -#: ../../../../inc/functions.php:1258 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 msgid "Next" msgstr "İleri" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 msgid "Error" msgstr "Hata" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 msgid "An error has occured." msgstr "Bi hata oluştu." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 msgid "Login" msgstr "Giriş" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Gönderi çok uzun. Görmek için lütfen tıklayın." @@ -141,6 +152,7 @@ msgstr "Gönderi çok uzun. Görmek için lütfen tıklayın #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 msgid "Ban" msgstr "Ban" @@ -148,13 +160,16 @@ msgstr "Ban" #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 msgid "Ban & Delete" msgstr "Banla & Sil" +#. line 4 #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Delete file" msgstr "Dosyayı sil" @@ -162,6 +177,7 @@ msgstr "Dosyayı sil" #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 msgid "Are you sure you want to delete this file?" msgstr "Bu dosyayı silmek istediğinizden emin misiniz?" @@ -176,11 +192,13 @@ msgstr "Spoiler" #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 msgid "Are you sure you want to spoiler this file?" msgstr "Spoiler eklemek istediğinizden emin misiniz?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 msgid "Move reply to another board" msgstr "Cevabı başka tahtaya taşı" @@ -189,40 +207,50 @@ msgstr "Cevabı başka tahtaya taşı" #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 msgid "Edit post" msgstr "Girdiyi düzenle" #. line 5 +#. line 6 #: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Delete" msgstr "Sil" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 msgid "Are you sure you want to delete this?" msgstr "Silmek istediğinizden emin misiniz?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Delete all posts by IP" msgstr "Bu IP'den gönderilen her şeyi sil" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Bu IP'den gönderilen her şeyi silmek istediğinizden emin misiniz?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "Delete all posts by IP across all boards" msgstr "Bu IP'nin bütün tahtalardaki gönderilerini sil" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" @@ -230,36 +258,43 @@ msgstr "Bu IP'nin bütün tahtalardaki girdilerini silmek istediğinizden emin m #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 msgid "Make thread not sticky" msgstr "Konuyu yapışmayan yap" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 msgid "Make thread sticky" msgstr "Konuyu yapışkan yap" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 msgid "Allow thread to be bumped" msgstr "Konunun yukarı gitmesine izin ver." #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 msgid "Prevent thread from being bumped" msgstr "Konunun yukarı gitmesini engelle" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 msgid "Unlock thread" msgstr "Konunun kilidini aç" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 msgid "Lock thread" msgstr "Konuyu kilitle" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 msgid "Move thread to another board" msgstr "Konuyu başka bir tahtaya taşı" @@ -269,6 +304,7 @@ msgstr "Konuyu başka bir tahtaya taşı" #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 msgid "You have been muted for unoriginal content." msgstr "Özgün içerik koymamaktan susturuldunuz." @@ -279,12 +315,14 @@ msgstr "Özgün içerik koymamaktan susturuldunuz." #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 msgid "New Topic" msgstr "Yeni Konu" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 msgid "New Reply" msgstr "Cevapla" @@ -292,6 +330,7 @@ msgstr "Cevapla" #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 #: ../../../../inc/config.php:784 ../../../../inc/config.php:786 #: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." @@ -316,18 +355,21 @@ msgstr "Katılmadan önce biraz daha dolaşın bakalım." #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 #: ../../../../inc/config.php:963 ../../../../inc/config.php:965 #: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 msgid "You look like a bot." msgstr "Bot gibi duruyorsunuz burdan." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 #: ../../../../inc/config.php:964 ../../../../inc/config.php:966 #: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Tarayıcınız geçersiz bir HTTP referansı yolladı." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 #: ../../../../inc/config.php:965 ../../../../inc/config.php:967 #: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 #, php-format msgid "The %s field was too long." msgstr "%s çok uzun." @@ -335,90 +377,105 @@ msgstr "%s çok uzun." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 #: ../../../../inc/config.php:966 ../../../../inc/config.php:968 #: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 msgid "The body was too long." msgstr "İçerik çok uzun." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 #: ../../../../inc/config.php:967 ../../../../inc/config.php:969 #: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 msgid "The body was too short or empty." msgstr "İçerik çok kısa ya da bış" #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 #: ../../../../inc/config.php:968 ../../../../inc/config.php:970 #: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 msgid "You must upload an image." msgstr "Bir resim yüklemelisiniz." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 #: ../../../../inc/config.php:969 ../../../../inc/config.php:971 #: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 msgid "The server failed to handle your upload." msgstr "Sunucumuz yüklemenizi kaldıramadı." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 #: ../../../../inc/config.php:970 ../../../../inc/config.php:972 #: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 msgid "Unsupported image format." msgstr "Desteklenmeyen resim formatı." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 #: ../../../../inc/config.php:971 ../../../../inc/config.php:973 #: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 msgid "Invalid board!" msgstr "Geçersiz tahta!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 #: ../../../../inc/config.php:972 ../../../../inc/config.php:974 #: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 msgid "Thread specified does not exist." msgstr "Böyle bir konu yok." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 #: ../../../../inc/config.php:973 ../../../../inc/config.php:975 #: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 msgid "Thread locked. You may not reply at this time." msgstr "Konu kilitlendi. Şu an cevaplayamassınız." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 #: ../../../../inc/config.php:974 ../../../../inc/config.php:976 #: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 msgid "Thread has reached its maximum reply limit." msgstr "Konu azami cevap sayısına ulaştı." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 msgid "Thread has reached its maximum image limit." msgstr "Konu azami resim limitine ulaştı." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 #: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 msgid "You didn't make a post." msgstr "Bi'şey yapmadınız." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 #: ../../../../inc/config.php:977 ../../../../inc/config.php:979 #: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 msgid "Flood detected; Post discarded." msgstr "Floodcu pezevenk." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 #: ../../../../inc/config.php:978 ../../../../inc/config.php:980 #: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 msgid "Your request looks automated; Post discarded." msgstr "Robot gibi görünüyorsunuz." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 #: ../../../../inc/config.php:979 ../../../../inc/config.php:981 #: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 msgid "Unoriginal content!" msgstr "Özgün olmayan içerik!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 #: ../../../../inc/config.php:980 ../../../../inc/config.php:982 #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Özgün olmayan içerik! %d saniye susturuldunuz." @@ -426,6 +483,7 @@ msgstr "Özgün olmayan içerik! %d saniye susturuldunuz." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 #: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Susturuldunuz! %d saniyeye geçer." @@ -433,6 +491,7 @@ msgstr "Susturuldunuz! %d saniyeye geçer." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 #: ../../../../inc/config.php:982 ../../../../inc/config.php:984 #: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 #, php-format msgid "Your IP address is listed in %s." msgstr "IP adresiniz %s listesinde." @@ -440,72 +499,84 @@ msgstr "IP adresiniz %s listesinde." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 #: ../../../../inc/config.php:983 ../../../../inc/config.php:985 #: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 msgid "Too many links; flood detected." msgstr "Çok fazla link var, flood gibi." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 #: ../../../../inc/config.php:984 ../../../../inc/config.php:986 #: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 msgid "Too many cites; post discarded." msgstr "Çok fazla alıntı var." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 #: ../../../../inc/config.php:985 ../../../../inc/config.php:987 #: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 msgid "Too many cross-board links; post discarded." msgstr "Çok fazla çapraz tahta linki." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 #: ../../../../inc/config.php:986 ../../../../inc/config.php:988 #: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 msgid "You didn't select anything to delete." msgstr "Silmek için bir şey seçmediniz." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 #: ../../../../inc/config.php:987 ../../../../inc/config.php:989 #: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 msgid "You didn't select anything to report." msgstr "Şikayet edecek bir şey seçmediniz." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 #: ../../../../inc/config.php:988 ../../../../inc/config.php:990 #: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 msgid "You can't report that many posts at once." msgstr "Bu kadar çok girdiyi bir kerede şikayet edemezsiniz." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 #: ../../../../inc/config.php:989 ../../../../inc/config.php:991 #: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 msgid "Wrong password…" msgstr "Yanlış şifre..." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 #: ../../../../inc/config.php:990 ../../../../inc/config.php:992 #: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 msgid "Invalid image." msgstr "Geçersiz resim." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:991 ../../../../inc/config.php:993 #: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 msgid "Unknown file extension." msgstr "Bilinmeyen dosya uzantısı." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:992 ../../../../inc/config.php:994 #: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Azami dosya boyutu: %maxsz% byte
Dosyanızın boyutu %filesz% byte" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 #: ../../../../inc/config.php:993 ../../../../inc/config.php:995 #: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 msgid "The file was too big." msgstr "Dosyanız çok büyük." #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 #: ../../../../inc/config.php:994 ../../../../inc/config.php:996 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 #, php-format msgid "That file already exists!" msgstr " Bu dosya zaten var.!" @@ -513,6 +584,7 @@ msgstr " Bu dosya zaten var.!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:995 ../../../../inc/config.php:997 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 #, php-format msgid "That file already exists in this thread!" msgstr " Bu dosya bu konuda zaten var!" @@ -520,6 +592,7 @@ msgstr " Bu dosya bu konuda zaten var!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:996 ../../../../inc/config.php:998 #: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Silmeden önce %s kadar beklemelisiniz." @@ -527,18 +600,21 @@ msgstr "Silmeden önce %s kadar beklemelisiniz." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "FATAL ÖRÖR" #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Gömmeye çalıştığınız video linkinden bişey anlayamadık." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 msgid "You seem to have mistyped the verification." msgstr "Doğrulamayı yanlış girmiş gibisin." @@ -546,6 +622,7 @@ msgstr "Doğrulamayı yanlış girmiş gibisin." #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -555,18 +632,21 @@ msgstr "Bir seferde sadece %s kullanıcının banını kaldırabilirsiniz. Siz % #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 msgid "Invalid username and/or password." msgstr "Geçersiz kullanıcı adı ve/veya şifre." #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 msgid "You are not a mod…" msgstr "Mod değilsiniz ki..." #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 msgid "" "Invalid username and/or password. Your user may have been deleted or " "changed." @@ -575,18 +655,21 @@ msgstr "Geçersiz kullanıcı adı ve/veya şifre. Kullanıcı hesabınız silin #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 msgid "Invalid/malformed cookies." msgstr "Geçersiz ya da bayatlamış kurabiye." #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 msgid "Your browser didn't submit an input when it should have." msgstr "Tarayıcınız zamanında göndermesi gerekeni göndermedi" #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 #, php-format msgid "The %s field is required." msgstr "%s gerekli." @@ -594,6 +677,7 @@ msgstr "%s gerekli." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 #, php-format msgid "The %s field was invalid." msgstr "%s geçersiz." @@ -601,6 +685,7 @@ msgstr "%s geçersiz." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 #: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 #, php-format msgid "There is already a %s board." msgstr "Zaten %s böyle bir tahta var." @@ -608,24 +693,28 @@ msgstr "Zaten %s böyle bir tahta var." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 msgid "You don't have permission to do that." msgstr "Bunu yapmak için izniniz yok." #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 #: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 msgid "That post doesn't exist…" msgstr "Böyle bir girdi yok..." #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 #: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 #: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 msgid "Page not found." msgstr "Sayfa bulunamadı." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 #: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 #: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 #, php-format msgid "That mod already exists!" msgstr "Böyle bir mod! zaten var!" @@ -633,12 +722,14 @@ msgstr "Böyle bir mod! zaten var!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 #: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 msgid "That theme doesn't exist!" msgstr "Böyle bir tema yok." #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 #: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 #: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 msgid "Invalid security token! Please go back and try again." msgstr "Güvenlik kodu yanlış! Lütfen tekrar deneyin." @@ -651,6 +742,7 @@ msgstr "Güvenlik kodu yanlış! Lütfen tekrar deneyin." #: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 #: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 #: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 msgid "USER WAS BANNED FOR THIS POST" msgstr "KULLANICI BU GİRDİ SEBEBİYLE BANLANDI" @@ -731,6 +823,12 @@ msgstr "Moderasyon logları" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -742,6 +840,7 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 msgid "New ban" msgstr "Yeni ban" @@ -750,47 +849,57 @@ msgstr "Yeni ban" msgid "Ban list" msgstr "Ban listesi" +#. line 38 #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 msgid "Move reply" msgstr "Cevabı taşı" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 msgid "Target and source board are the same." msgstr "Kaynak ve hedef tahtası aynı." #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 msgid "Impossible to move thread; there is only one board." msgstr "Konuyu nereye taşıyalım; zaten bir tahta var." #. line 39 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 msgid "Move thread" msgstr "Konuyu taşı" #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 msgid "Edit user" msgstr "Kullanıcıyı düzenle" #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 msgid "Manage users" msgstr "Kullanıcıları yönet" #. deleted? #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 msgid "New PM for" msgstr "Yeni Özel Mesaj =>" #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 msgid "Private message" msgstr "Özel Mesaj" #. line 68 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 msgid "PM inbox" msgstr "ÖM Kutusu" @@ -798,56 +907,69 @@ msgstr "ÖM Kutusu" #: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Rebuild" msgstr "Yeniden yapılandır" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 msgid "Report queue" msgstr "Şikayet Listesi" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 msgid "Config editor" msgstr "Denetim Masası" #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 msgid "Themes directory doesn't exist!" msgstr "Tema klasörü yok!" #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 msgid "Cannot open themes directory; check permissions." msgstr "Tema klasörü açılamıyor; izinleri kontrol edin." #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 msgid "Manage themes" msgstr "Temaları yönet" #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 #, php-format msgid "Installed theme: %s" msgstr "Yüklenen tema: %s" #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 #, php-format msgid "Configuring theme: %s" msgstr "Tema ayarlanıyor: %s" #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 #, php-format msgid "Rebuilt theme: %s" msgstr "Yapılandırılan tema: %s" #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 msgid "Debug: Anti-spam" msgstr "Debug: Anti-spam" #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 msgid "Debug: Recent posts" msgstr "Debug: Son gönderiler" #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 msgid "Debug: SQL" msgstr "Debug: SQL" @@ -877,8 +999,10 @@ msgid "Error information" msgstr "Hata hakkında bilgiler" #. line 2 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 msgid "Delete Post" msgstr "Girdiyi sil" @@ -907,11 +1031,16 @@ msgstr "Girdiyi sil" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 msgid "File" msgstr "Dosya" @@ -932,6 +1061,12 @@ msgstr "Dosya" #. line 14 #. line 144 #. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -940,6 +1075,7 @@ msgstr "Dosya" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 msgid "Password" msgstr "Şifre" @@ -994,6 +1130,20 @@ msgstr "Şifre" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1002,12 +1152,15 @@ msgstr "Şifre" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 msgid "Reason" msgstr "Sebep" #. line 10 +#. line 12 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 msgid "Report" msgstr "Şikayet et" @@ -1020,6 +1173,7 @@ msgstr "Şikayet et" #: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 #: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 msgid "Return to dashboard" msgstr "Panele geri dön" @@ -1096,6 +1250,7 @@ msgstr "Dosya:" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 #: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 msgid "Spoiler Image" msgstr "Spoiler" @@ -1105,6 +1260,7 @@ msgstr "Spoiler" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 msgid "Reply" msgstr "Cevapla" @@ -1114,6 +1270,7 @@ msgstr "Cevapla" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 msgid "View All" msgstr "Hepsini Gör" @@ -1123,6 +1280,7 @@ msgstr "Hepsini Gör" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Son %count% gönderi" @@ -1133,6 +1291,7 @@ msgstr[0] "Son %count% gönderi" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "%count% gönderi" @@ -1144,6 +1303,7 @@ msgstr[0] "%count% gönderi" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 msgid "and" msgstr "ve" @@ -1153,6 +1313,7 @@ msgstr "ve" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "%count% imaj" @@ -1163,6 +1324,7 @@ msgstr[0] "%count% imaj" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 msgid "omitted. Click reply to view." msgstr "gizlendi. Görmek için cevaplaya basın." @@ -1185,6 +1347,12 @@ msgstr "gizlendi. Görmek için cevaplaya basın." #. line 14 #. line 8 #. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1204,6 +1372,10 @@ msgstr "İsim" #. line 24 #. line 15 #. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1231,6 +1403,12 @@ msgstr "E-posta" #. line 46 #. line 12 #. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1254,6 +1432,10 @@ msgstr "Güncelle" #. line 57 #. line 32 #. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 @@ -1334,6 +1516,10 @@ msgstr "Bayrak" #. line 129 #. line 128 #. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1370,6 +1556,10 @@ msgstr "Yapışkan" #. line 133 #. line 132 #. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1406,6 +1596,10 @@ msgstr "Kilitli" #. line 137 #. line 136 #. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1489,6 +1683,16 @@ msgstr "Sonuç yok." #. line 16 #. line 2 #. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1496,6 +1700,7 @@ msgstr "Sonuç yok." #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 #: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 msgid "Search" msgstr "Arama" @@ -1505,24 +1710,25 @@ msgstr "Müracaat bulunamadı!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 msgid "Ban appeals" msgstr "Ban kaldırma müracaatları" -#: ../../../../inc/mod/pages.php:1833 +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 msgid "New user" msgstr "Yeni kullanıcı" -#: ../../../../inc/mod/pages.php:1888 +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 msgid "Impossible to promote/demote user." msgstr "Bu kullanıcıyı demote/promote etmek mümkün değil" -#: ../../../../inc/mod/pages.php:2612 +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 msgid "Debug: APC" msgstr "Debug: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1037 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1536,6 +1742,11 @@ msgstr "Kodunuz PHP hataları içeriyor. Lütfen geri dönüp düzeltin. PHP:" #. line 46 #. line 6 #. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 @@ -1570,39 +1781,54 @@ msgid "Change password" msgstr "Şifreyi değiştir" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 msgid "Configuration" msgstr "Ayarlar" #. line 127 +#. line 130 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 msgid "Other" msgstr "Diğer" #. line 139 +#. line 142 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Debug" msgstr "Debug" #. line 141 +#. line 144 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 msgid "Anti-spam" msgstr "Anti-spam" #. line 142 +#. line 145 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 msgid "Recent posts" msgstr "Son gönderiler" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 msgid "SQL" msgstr "SQL" #. line 164 +#. line 167 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 msgid "User account" msgstr "Kullanıcıhesabı" #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 msgid "Logout" msgstr "Çıkış yap" @@ -1710,6 +1936,26 @@ msgstr "Haber gönder" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1743,6 +1989,12 @@ msgstr "Yönetim" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1756,6 +2008,12 @@ msgstr "Not" #. line 26 #. line 19 #. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 @@ -1794,6 +2052,10 @@ msgstr "Yeni not" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1868,6 +2130,26 @@ msgstr "sebepsizce" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1915,6 +2197,14 @@ msgstr "tüm tahtalar" #. line 43 #. line 128 #. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1945,6 +2235,14 @@ msgstr "Ayarla" #. line 47 #. line 132 #. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1983,6 +2281,14 @@ msgstr "hiç bir zaman" #. line 57 #. line 142 #. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2019,6 +2325,14 @@ msgstr "Banı kaldır" #. line 5 #. line 135 #. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 @@ -2048,6 +2362,16 @@ msgstr "Zaman" #. line 89 #. line 185 #. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2064,6 +2388,10 @@ msgstr "(ya da alt ağ)" msgid "hidden" msgstr "gizli" +#. line 41 +#. line 27 +#. line 41 +#. line 27 #. line 41 #. line 27 #. line 41 @@ -2101,6 +2429,10 @@ msgstr "Yeni Ban" #. line 5 #. line 2 #. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2129,6 +2461,10 @@ msgstr "Arama büyük-küçük harf duyarlı değildir. Tam bir ifade araması y msgid "There are no active bans." msgstr "Aktif ban yok." +#. line 8 +#. line 47 +#. line 8 +#. line 47 #. line 8 #. line 47 #. line 8 @@ -2138,6 +2474,10 @@ msgstr "Aktif ban yok." msgid "IP address/mask" msgstr "IP adresi/mask" +#. line 12 +#. line 51 +#. line 12 +#. line 51 #. line 12 #. line 51 #. line 12 @@ -2160,6 +2500,12 @@ msgstr "Banı kaldır" #. line 6 #. line 4 #. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 @@ -2186,18 +2532,22 @@ msgid "There are no reports." msgstr "Şikayet yok." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 msgid "That ban doesn't exist or is not for you." msgstr "Böyle bir ban yok, ya da sizin için değil" #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 msgid "You cannot appeal a ban of this length." msgstr "Bu kadar uzun ban için müracaat yapamassınız" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 msgid "You cannot appeal this ban again." msgstr "Tekrar müracaat edemezsiniz." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 msgid "There is already a pending appeal for this ban." msgstr "Zaten bu ban için bir müracaat var." @@ -2274,10 +2624,12 @@ msgstr "Şu post sebebiyle banlandınız" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 msgid "You submitted an appeal for this ban on" msgstr "Bu banı kaldırmak için müracaat ettiniz tarih" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 msgid "It is still pending" msgstr "Hala bekliyor" @@ -2295,17 +2647,25 @@ msgstr "Hala bekliyor" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 msgid "You appealed this ban on" msgstr "Bu banı kaldırmak için müracaat ettiğiniz tarih" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 msgid "and it was denied. You may not appeal this ban again." msgstr "ve geri çevrildi, tekrar müracaat edemezsiniz." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." @@ -2325,8 +2685,14 @@ msgstr "Müracaat sınırını aştınız ulan." #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 msgid "and it was denied." msgstr "ve geri çevrildi." @@ -2344,20 +2710,36 @@ msgstr "ve geri çevrildi." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 msgid "You may appeal this ban again. Please enter your reasoning below." msgstr "Tekrar müracaat edebilirsiniz, buyrun." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 msgid "You last appealed this ban on" msgstr "Bu ban için müracaatınız en son şu tarihte idi:" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 msgid "You may appeal this ban. Please enter your reasoning below." msgstr "Bu ban için tekrar müracaat edebilirsiniz:" +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 #. line 4 #. line 16 #. line 134 @@ -2430,7 +2812,11 @@ msgid "locks thread; replies to it with a link." msgstr "Konuyu kilitler ve link ile cevaplar." #. line 22 +#. line 13 +#. line 22 +#. line 13 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 msgid "Target board" msgstr "Gönderilecek tahta" @@ -2585,7 +2971,7 @@ msgstr "Hiç" #. a capcode) will be made, linking to the new location for the thread. "%s" #. will be replaced with a #. standard cross-board post citation (>>>/board/xxx) -#: ../../../../inc/config.php:1211 +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 #, php-format msgid "Moved to %s." msgstr "%s tahtasına yollandı." @@ -2595,3 +2981,111 @@ msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." msgstr "Son Gönderiler temasını yükleyemiyoruz, çünkü gösterebileceğimiz hiç tahta yok." + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/locale/zh_TW/LC_MESSAGES/javascript.js b/inc/locale/zh_TW/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..e4e2cd8e --- /dev/null +++ b/inc/locale/zh_TW/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = []; \ No newline at end of file diff --git a/inc/locale/zh_TW/LC_MESSAGES/javascript.po b/inc/locale/zh_TW/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..d53965c7 --- /dev/null +++ b/inc/locale/zh_TW/LC_MESSAGES/javascript.po @@ -0,0 +1,590 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:56+0000\n" +"Last-Translator: Marcin Łabanowski \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69 +msgid "File" +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +#: ../../../../js/hide-images.js:63 +msgid "show" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +#: ../../../../js/upload-selection.js:53 +msgid "URL" +msgstr "" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +#: ../../../../js/upload-selection.js:68 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +#: ../../../../js/upload-selection.js:71 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +#: ../../../../js/upload-selection.js:74 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +#: ../../../../js/upload-selection.js:77 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +#: ../../../../js/expand-all-images.js:23 +msgid "Expand all images" +msgstr "" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "" + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "" + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "" + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "" + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "" + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +#: ../../../../js/expand-video.js:193 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +#: ../../../../js/expand-video.js:194 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" + +#: ../../../../js/treeview.js:18 +msgid "Tree view" +msgstr "" + +#: ../../../../js/expand-all-images.js:32 +msgid "Shrink all images" +msgstr "" + +#: ../../../../js/no-animated-gif.js:33 +msgid "Animate GIFs" +msgstr "" + +#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48 +msgid "Unanimate GIFs" +msgstr "" diff --git a/inc/locale/zh_TW/LC_MESSAGES/tinyboard.mo b/inc/locale/zh_TW/LC_MESSAGES/tinyboard.mo new file mode 100644 index 00000000..76f28af1 Binary files /dev/null and b/inc/locale/zh_TW/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/zh_TW/LC_MESSAGES/tinyboard.po b/inc/locale/zh_TW/LC_MESSAGES/tinyboard.po new file mode 100644 index 00000000..ceb3e88c --- /dev/null +++ b/inc/locale/zh_TW/LC_MESSAGES/tinyboard.po @@ -0,0 +1,3090 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-21 20:55+0200\n" +"PO-Revision-Date: 2014-06-21 18:57+0000\n" +"Last-Translator: Marcin Łabanowski \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 +#: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +msgid "second" +msgid_plural "seconds" +msgstr[0] "秒" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "分" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +#: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +msgid "hour" +msgid_plural "hours" +msgstr[0] "時" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +#: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +msgid "day" +msgid_plural "days" +msgstr[0] "日" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +#: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +#: ../../../../inc/functions.php:663 ../../../../inc/functions.php:680 +msgid "week" +msgid_plural "weeks" +msgstr[0] "週" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +#: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 +#: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +#: ../../../../inc/functions.php:666 ../../../../inc/functions.php:683 +msgid "year" +msgid_plural "years" +msgstr[0] "年" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 +#: ../../../../inc/functions.php:732 ../../../../inc/functions.php:727 +msgid "Banned!" +msgstr "被封禁!" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 +#: ../../../../inc/functions.php:1244 ../../../../inc/functions.php:1228 +msgid "Previous" +msgstr "上一個" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 +#: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 +#: ../../../../inc/functions.php:1258 ../../../../inc/functions.php:1233 +#: ../../../../inc/functions.php:1242 +msgid "Next" +msgstr "下一個" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +#: ../../../../inc/display.php:126 +msgid "Error" +msgstr "錯誤" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +#: ../../../../inc/display.php:127 +msgid "An error has occured." +msgstr "錯誤發生。" + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +#: ../../../../inc/display.php:143 +msgid "Login" +msgstr "登入" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#: ../../../../inc/display.php:262 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "貼文太長了。點這裡查看全文。" + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:60 +msgid "Ban" +msgstr "封禁" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:74 +msgid "Ban & Delete" +msgstr "封禁與刪除" + +#. line 4 +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 +msgid "Delete file" +msgstr "刪除檔案" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:29 +msgid "Are you sure you want to delete this file?" +msgstr "您確定要刪除這個檔案?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +msgid "Spoiler File" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Are you sure you want to spoiler this file?" +msgstr "" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:193 +msgid "Move reply to another board" +msgstr "" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +#: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +#: ../../../../inc/mod/pages.php:1508 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208 +msgid "Edit post" +msgstr "編輯貼文" + +#. line 5 +#. line 6 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:38 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 +msgid "Delete" +msgstr "刪除" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:36 +msgid "Are you sure you want to delete this?" +msgstr "您確定要刪除這個?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 +msgid "Delete all posts by IP" +msgstr "依 IP 刪除所有貼文" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:44 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "您確定要刪除此 IP 位址發出的所有貼文?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 +msgid "Delete all posts by IP across all boards" +msgstr "跨版依 IP 刪除所有貼文" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:52 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "您確定要跨版刪除此 IP 位址發出的所有貼文?" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:96 +msgid "Make thread not sticky" +msgstr "撕下討論串" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:106 +msgid "Make thread sticky" +msgstr "黏住討論串" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:122 +msgid "Allow thread to be bumped" +msgstr "取消 SAGE 討論串" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:132 +msgid "Prevent thread from being bumped" +msgstr "SAGE 討論串" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:148 +msgid "Unlock thread" +msgstr "取消鎖定討論串" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:158 +msgid "Lock thread" +msgstr "鎖定討論串" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:181 +msgid "Move thread to another board" +msgstr "移動討論串到另一版" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +#: ../../../../inc/config.php:476 +msgid "You have been muted for unoriginal content." +msgstr "您已因抄襲而被消音。" + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +#: ../../../../inc/config.php:803 +msgid "New Topic" +msgstr "新主題" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:804 +msgid "New Reply" +msgstr "新回覆" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +#: ../../../../inc/config.php:815 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "所有本頁上的商標、著作權、留言、圖片分別為當事人所擁有並負責。" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:991 +msgid "You look like a bot." +msgstr "您看起來像機器人。" + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:992 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "您的瀏覽器送出無效的 HTTP referer." + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:993 +#, php-format +msgid "The %s field was too long." +msgstr "%s 欄位太長了。" + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:994 +msgid "The body was too long." +msgstr "內文太長了。" + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:995 +msgid "The body was too short or empty." +msgstr "內文太短或者為空。" + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:996 +msgid "You must upload an image." +msgstr "您一定要上傳圖片。" + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:998 +msgid "The server failed to handle your upload." +msgstr "伺服器無法處理您的上傳。" + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:999 +msgid "Unsupported image format." +msgstr "不支援的圖片格式。" + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:1000 +msgid "Invalid board!" +msgstr "無效的版!" + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:1001 +msgid "Thread specified does not exist." +msgstr "指定的討論串不存在。" + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:1002 +msgid "Thread locked. You may not reply at this time." +msgstr "討論串已鎖定。此時您不能回覆。" + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:1003 +msgid "Thread has reached its maximum reply limit." +msgstr "討論串達到最大回覆數量。" + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:1004 +msgid "Thread has reached its maximum image limit." +msgstr "討論串達到最大圖片數量。" + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:1005 +msgid "You didn't make a post." +msgstr "您並未貼文。" + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:1006 +msgid "Flood detected; Post discarded." +msgstr "偵測到洪水攻擊;貼文已丟棄。" + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1007 +msgid "Your request looks automated; Post discarded." +msgstr "您的請求看似自動化;貼文已丟棄。" + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1008 +msgid "Unoriginal content!" +msgstr "抄襲!" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1009 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "抄襲!您已被消音 %d 秒。" + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1010 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "您已被消音!將於 %d 秒後解除。" + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1011 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "您的 IP 位址列於 %s 中。" + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1012 +msgid "Too many links; flood detected." +msgstr "太多鏈結;已偵測洪水攻擊。" + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1013 +msgid "Too many cites; post discarded." +msgstr "太多引用;貼文已丟棄。" + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1014 +msgid "Too many cross-board links; post discarded." +msgstr "太多跨版鏈結;貼文已丟棄。" + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1015 +msgid "You didn't select anything to delete." +msgstr "您未選擇要刪除的東西。" + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1016 +msgid "You didn't select anything to report." +msgstr "您未選擇要舉報的東西。" + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1017 +msgid "You can't report that many posts at once." +msgstr "您不能一次舉報這麼多貼文。" + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1018 +msgid "Wrong password…" +msgstr "密碼錯誤…" + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1019 +msgid "Invalid image." +msgstr "無效的圖片。" + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1020 +msgid "Unknown file extension." +msgstr "未知的副檔名。" + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1021 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "檔案大小限制:%maxsz% 位元組
您的檔案大小:%filesz% 位元組" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1022 +msgid "The file was too big." +msgstr "檔案太大了。" + +#: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1023 +#, php-format +msgid "That file already exists!" +msgstr "檔案已存在!" + +#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1024 +#, php-format +msgid "That file already exists in this thread!" +msgstr "檔案已存在於本討論串!" + +#: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1025 +#, php-format +msgid "You'll have to wait another %s before deleting that." +msgstr "您要等 %s 才能刪除它。" + +#: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1026 +msgid "MIME type detection XSS exploit (IE) detected; post discarded." +msgstr "MIME 類型偵測 XSS 漏洞 (IE);貼文已丟棄。" + +#: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1027 +msgid "Couldn't make sense of the URL of the video you tried to embed." +msgstr "無法理解您試圖嵌入的影片 URL." + +#: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1028 +msgid "You seem to have mistyped the verification." +msgstr "您似乎打錯驗證碼了。" + +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1031 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "您只能一次解封 %s 位用戶。您試可解封 %u 位。" + +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1032 +msgid "Invalid username and/or password." +msgstr "無效的用戶名或密碼。" + +#: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1033 +msgid "You are not a mod…" +msgstr "您不是仲裁者…" + +#: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1034 +msgid "" +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "無效的用戶名或密碼。您的帳號可能已刪除或變更。" + +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +#: ../../../../inc/config.php:1035 +msgid "Invalid/malformed cookies." +msgstr "無效的 cookie." + +#: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +#: ../../../../inc/config.php:1036 +msgid "Your browser didn't submit an input when it should have." +msgstr "您的瀏覽器未送出應送出的輸入資料。" + +#: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#: ../../../../inc/config.php:1037 +#, php-format +msgid "The %s field is required." +msgstr "%s 欄位必填。" + +#: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#: ../../../../inc/config.php:1038 +#, php-format +msgid "The %s field was invalid." +msgstr "%s 欄位無效。" + +#: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#: ../../../../inc/config.php:1039 +#, php-format +msgid "There is already a %s board." +msgstr "已經有 %s 版了。" + +#: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +#: ../../../../inc/config.php:1040 +msgid "You don't have permission to do that." +msgstr "您沒有權限做那個。" + +#: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +#: ../../../../inc/config.php:1041 +msgid "That post doesn't exist…" +msgstr "貼文不存在…" + +#: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +#: ../../../../inc/config.php:1042 +msgid "Page not found." +msgstr "頁面不存在。" + +#: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#: ../../../../inc/config.php:1043 +#, php-format +msgid "That mod already exists!" +msgstr "仲裁者 已存在!" + +#: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +#: ../../../../inc/config.php:1044 +msgid "That theme doesn't exist!" +msgstr "佈景不存在!" + +#: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +#: ../../../../inc/config.php:1045 +msgid "Invalid security token! Please go back and try again." +msgstr "無效的安全 token!請回去重試。" + +#. Default public ban message. In public ban messages, %length% is replaced +#. with "for x days" or +#. "permanently" (with %LENGTH% being the uppercase equivalent). +#. Default public ban message. In public ban messages, %length% is replaced +#. with "for x days" or +#. "permanently" (with %LENGTH% being the uppercase equivalent). +#: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 +#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 +#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +#: ../../../../inc/config.php:1212 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "用戶因這篇貼文而被封禁" + +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 +msgid "Confirm action" +msgstr "確認行動" + +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 +msgid "Could not find current version! (Check .installed)" +msgstr "無法得知目前版本!(檢查 .installed)" + +#: ../../../../inc/mod/pages.php:162 +msgid "Dashboard" +msgstr "控制台" + +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 +msgid "There are no boards to search!" +msgstr "沒有可供搜尋的版!" + +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "搜尋結果" + +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 +msgid "Edit board" +msgstr "編輯討論版" + +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 +msgid "Couldn't open board after creation." +msgstr "無法開啟建立的版。" + +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 +msgid "New board" +msgstr "新版" + +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 +msgid "Noticeboard" +msgstr "公佈欄" + +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 +msgid "News" +msgstr "新聞" + +#: ../../../../inc/mod/pages.php:654 ../../../../inc/mod/pages.php:681 +#: ../../../../inc/mod/pages.php:671 ../../../../inc/mod/pages.php:698 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:300 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:75 +msgid "Moderation log" +msgstr "仲裁記錄" + +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:64 +msgid "IP" +msgstr "IP" + +#. line 171 +#: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 +#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +#: ../../../../inc/mod/pages.php:1446 +msgid "New ban" +msgstr "新封禁規則" + +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 +msgid "Ban list" +msgstr "封禁名單" + +#. line 38 +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +#: ../../../../inc/mod/pages.php:1172 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108 +msgid "Move reply" +msgstr "" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +#: ../../../../inc/mod/pages.php:1198 +msgid "Target and source board are the same." +msgstr "目的與來源版相同。" + +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +#: ../../../../inc/mod/pages.php:1371 +msgid "Impossible to move thread; there is only one board." +msgstr "不可能移動討論串;只有一版。" + +#. line 39 +#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +#: ../../../../inc/mod/pages.php:1375 +msgid "Move thread" +msgstr "移動討論串" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1791 +msgid "Edit user" +msgstr "編輯用戶" + +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +#: ../../../../inc/mod/pages.php:1871 +msgid "Manage users" +msgstr "管理用戶" + +#. deleted? +#: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 +#: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +#: ../../../../inc/mod/pages.php:1961 ../../../../inc/mod/pages.php:2037 +msgid "New PM for" +msgstr "私訊給" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +#: ../../../../inc/mod/pages.php:1968 +msgid "Private message" +msgstr "私人訊息" + +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +#: ../../../../inc/mod/pages.php:1989 +msgid "PM inbox" +msgstr "私訊收件匣" + +#: ../../../../inc/mod/pages.php:1963 ../../../../inc/mod/pages.php:1967 +#: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +#: ../../../../inc/mod/pages.php:2106 ../../../../inc/mod/pages.php:2110 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Rebuild" +msgstr "重建" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +#: ../../../../inc/mod/pages.php:2195 +msgid "Report queue" +msgstr "舉報 queue" + +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428 +msgid "Config editor" +msgstr "設定編輯器" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +#: ../../../../inc/mod/pages.php:2445 +msgid "Themes directory doesn't exist!" +msgstr "佈景目錄不存在!" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +#: ../../../../inc/mod/pages.php:2447 +msgid "Cannot open themes directory; check permissions." +msgstr "無法打開佈景目錄;檢查權限。" + +#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +#: ../../../../inc/mod/pages.php:2466 +msgid "Manage themes" +msgstr "管理佈景" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#: ../../../../inc/mod/pages.php:2531 +#, php-format +msgid "Installed theme: %s" +msgstr "已安裝佈景:%s" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#: ../../../../inc/mod/pages.php:2542 +#, php-format +msgid "Configuring theme: %s" +msgstr "設定佈景:%s" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#: ../../../../inc/mod/pages.php:2571 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "重建佈景:%s" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +#: ../../../../inc/mod/pages.php:2610 +msgid "Debug: Anti-spam" +msgstr "除錯:反垃圾" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +#: ../../../../inc/mod/pages.php:2644 +msgid "Debug: Recent posts" +msgstr "除錯:最新貼文" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +#: ../../../../inc/mod/pages.php:2668 +msgid "Debug: SQL" +msgstr "除錯:SQL" + +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "資料庫錯誤:" + +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "" + +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "" + +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "" + +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "" + +#. line 2 +#. line 3 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:27 +msgid "Delete Post" +msgstr "" + +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 97 +#. line 3 +#. line 97 +#. line 3 +#. line 97 +#. line 4 +#. line 97 +#. line 4 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 +msgid "File" +msgstr "" + +#. line 132 +#. line 14 +#. line 132 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 21 +#. line 14 +#. line 131 +#. line 14 +#. line 144 +#. line 14 +#. line 144 +#. line 21 +#. line 14 +#. line 144 +#. line 21 +#. line 14 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:48 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:33 +msgid "Password" +msgstr "" + +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 8 +#. line 108 +#. line 32 +#. line 8 +#. line 32 +#. line 23 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 8 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 10 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:99 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:43 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Reason" +msgstr "" + +#. line 10 +#. line 12 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:52 +msgid "Report" +msgstr "" + +#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:149 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:134 +#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:65 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:137 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:153 +#: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:68 +#: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:129 +msgid "Return to dashboard" +msgstr "" + +#. line 39 +#. line 33 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:143 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:146 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:134 +msgid "Posting mode: Reply" +msgstr "" + +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:147 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:200 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:150 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:203 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:138 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:186 +msgid "Return" +msgstr "" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:85 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:146 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:116 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:144 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:88 +msgid "no subject" +msgstr "" + +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#. line 44 +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:94 +msgid "by" +msgstr "" + +#. line 50 +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:95 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:146 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:157 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:98 +msgid "at" +msgstr "" + +#. line 28 +#. line 26 +#: ../../../../templates/cache/4b/3e/915cc5ac5fe144c331207c656528.php:99 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +msgid "1 reply" +msgid_plural "%count% replies" +msgstr[0] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:115 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:127 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:165 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:206 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:118 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:130 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 +#: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +#: ../../../../templates/cache/f4/a7/ad2833eb0c0460ae8ae508f0d0846fd7a06aafcf8ef126ae76721e92f42a.php:82 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:530 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:495 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:506 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216 +msgid "Reply" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:544 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:509 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:520 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230 +msgid "View All" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:561 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:526 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:537 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:598 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:574 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:604 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:569 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:580 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:116 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290 +msgid "and" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:616 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:581 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:592 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:621 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:586 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:597 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307 +msgid "omitted. Click reply to view." +msgstr "" + +#. line 7 +#. line 14 +#. line 7 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 8 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 7 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:42 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:48 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:69 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:33 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:40 +msgid "Name" +msgstr "" + +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:47 +msgid "Email" +msgstr "" + +#. line 23 +#. line 46 +#. line 23 +#. line 46 +#. line 12 +#. line 24 +#. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 12 +#. line 46 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 24 +#. line 46 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 46 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:76 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:150 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:61 +msgid "Subject" +msgstr "" + +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "" + +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:79 +msgid "Comment" +msgstr "" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "" + +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "" + +#. line 90 +#. line 103 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:302 +msgid "Or URL" +msgstr "" + +#. line 100 +#. line 113 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:322 +msgid "Embed" +msgstr "" + +#. line 112 +#. line 111 +#. line 124 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:342 +msgid "Flags" +msgstr "" + +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 128 +#. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 +#. line 128 +#. line 129 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:323 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:315 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:352 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:356 +msgid "Sticky" +msgstr "" + +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 132 +#. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 +#. line 132 +#. line 133 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:337 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:329 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:366 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:370 +msgid "Lock" +msgstr "" + +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 136 +#. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 +#. line 136 +#. line 137 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:351 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:343 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:380 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:384 +msgid "Raw HTML" +msgstr "" + +#. line 137 +#. line 136 +#. line 141 +#. line 154 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:374 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:377 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:373 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:378 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:415 +msgid "(For file deletion.)" +msgstr "" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "" + +#: ../../../../search.php:25 ../../../../search.php:31 +#: ../../../../search.php:29 ../../../../search.php:35 +msgid "Wait a while before searching again, please." +msgstr "" + +#: ../../../../search.php:131 ../../../../search.php:135 +msgid "Query too broad." +msgstr "" + +#: ../../../../search.php:152 ../../../../search.php:156 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "" + +#: ../../../../search.php:163 ../../../../search.php:167 +msgid "No results." +msgstr "" + +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 118 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#: ../../../../search.php:168 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:25 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 +#: ../../../../search.php:172 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:343 +msgid "Search" +msgstr "" + +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "找不到封禁申訴!" + +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +#: ../../../../inc/mod/pages.php:994 +msgid "Ban appeals" +msgstr "封禁申訴" + +#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1849 +msgid "New user" +msgstr "新用戶" + +#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1904 +msgid "Impossible to promote/demote user." +msgstr "不可能升級/降級用戶。" + +#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690 +msgid "Debug: APC" +msgstr "除錯:APC" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " +msgstr "" + +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "" + +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "" + +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:327 +msgid "Configuration" +msgstr "" + +#. line 127 +#. line 130 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:366 +msgid "Other" +msgstr "" + +#. line 139 +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Debug" +msgstr "" + +#. line 141 +#. line 144 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:405 +msgid "Anti-spam" +msgstr "" + +#. line 142 +#. line 145 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +#: ../../../../inc/mod/pages.php:2288 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409 +msgid "Recent posts" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:416 +msgid "SQL" +msgstr "" + +#. line 164 +#. line 167 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:455 +msgid "User account" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:463 +msgid "Logout" +msgstr "" + +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 +msgid "New post" +msgstr "" + +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#. line 16 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "" + +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 +msgid "delete" +msgstr "" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:138 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:123 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:405 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:504 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:197 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:70 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:42 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:67 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:99 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:345 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:415 +msgid "deleted?" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "" + +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:464 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:67 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:183 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:26 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:59 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:165 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:371 +msgid "Staff" +msgstr "" + +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "" + +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 22 +#. line 26 +#. line 19 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "" + +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "" + +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "" + +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "" + +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "" + +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 33 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:47 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:101 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:38 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:26 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:145 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:383 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:263 +msgid "Board" +msgstr "" + +#. line 71 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:323 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:169 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:133 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:115 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:73 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:100 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:227 +msgid "all boards" +msgstr "" + +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 43 +#. line 128 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:149 +msgid "Set" +msgstr "" + +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 47 +#. line 132 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:157 +msgid "Expires" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:357 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:173 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:149 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:155 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:267 +msgid "never" +msgstr "" + +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 57 +#. line 142 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:161 +msgid "Seen" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:375 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:201 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:167 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:295 +msgid "Yes" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:381 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:207 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:173 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:301 +msgid "No" +msgstr "" + +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "" + +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:259 +msgid "Time" +msgstr "" + +#. line 185 +#. line 89 +#. line 185 +#. line 89 +#. line 185 +#. line 7 +#. line 89 +#. line 185 +#. line 89 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 185 +#. line 89 +#. line 185 +#. line 89 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:387 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:267 +msgid "Action" +msgstr "" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "" + +#. line 41 +#. line 27 +#. line 41 +#. line 27 +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "" + +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "" + +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "" + +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "" + +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 +msgid "Phrase:" +msgstr "" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "" + +#. line 18 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:88 +msgid "" +"(Search is case-insensitive and based on keywords. To match exact phrases, " +"use \"quotes\". Use an asterisk (*) for wildcard.)" +msgstr "" + +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 +msgid "There are no active bans." +msgstr "" + +#. line 8 +#. line 47 +#. line 8 +#. line 47 +#. line 8 +#. line 47 +#. line 8 +#. line 47 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:39 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:137 +msgid "IP address/mask" +msgstr "" + +#. line 12 +#. line 51 +#. line 12 +#. line 51 +#. line 12 +#. line 51 +#. line 12 +#. line 51 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:55 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:153 +msgid "Duration" +msgstr "" + +#. line 92 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 +msgid "Unban selected" +msgstr "" + +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#. line 11 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "" + +#. line 80 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 +msgid "Appeal time" +msgstr "" + +#. line 84 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 +msgid "Appeal reason" +msgstr "" + +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "" + +#: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +#: ../../../../post.php:894 +msgid "That ban doesn't exist or is not for you." +msgstr "封禁規則不存在,或被封禁的不是您。" + +#: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +#: ../../../../post.php:898 +msgid "You cannot appeal a ban of this length." +msgstr "您不能建議這麼久的封禁。" + +#: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +#: ../../../../post.php:905 +msgid "You cannot appeal this ban again." +msgstr "您不能重複這項封禁申訴。" + +#: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +#: ../../../../post.php:910 +msgid "There is already a pending appeal for this ban." +msgstr "已經有這項封禁申訴了。" + +#: ../../../../inc/image.php:24 ../../../../inc/image.php:62 +msgid "Unsupported file format: " +msgstr "不支援的檔案格式:" + +#: ../../../../inc/image.php:282 ../../../../inc/image.php:288 +msgid "Failed to redraw image!" +msgstr "重繪圖形失敗!" + +#: ../../../../inc/image.php:324 ../../../../inc/image.php:343 +#: ../../../../inc/image.php:368 ../../../../inc/image.php:342 +#: ../../../../inc/image.php:366 +msgid "Failed to resize image!" +msgstr "縮放圖形失敗!" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +msgstr "" + +#. line 32 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 +msgid "Your ban was filed on" +msgstr "" + +#. line 51 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:123 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:156 +msgid "has since expired. Refresh the page to continue." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "" + +#. line 86 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 +msgid "You were banned for the following post on" +msgstr "" + +#. line 95 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:240 +msgid "You submitted an appeal for this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:246 +msgid "It is still pending" +msgstr "" + +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:258 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:290 +msgid "You appealed this ban on" +msgstr "" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:266 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:273 +msgid "" +"You have submitted the maximum number of ban appeals allowed. You may not " +"appeal this ban again." +msgstr "" + +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:298 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:319 +msgid "and it was denied." +msgstr "" + +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:303 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:324 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:311 +msgid "You last appealed this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:333 +msgid "You may appeal this ban. Please enter your reasoning below." +msgstr "" + +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:30 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:55 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:375 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:255 +msgid "IP address" +msgstr "" + +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "" + +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 +msgid "none" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 +msgid "Promote" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 +msgid "Demote" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 +msgid "Are you sure you want to demote yourself?" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 +msgid "log" +msgstr "" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 +msgid "PM" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 +msgid "Thread ID" +msgstr "" + +#. line 14 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 +msgid "Leave shadow thread" +msgstr "" + +#. line 18 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 +msgid "locks thread; replies to it with a link." +msgstr "" + +#. line 22 +#. line 13 +#. line 22 +#. line 13 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:50 +msgid "Target board" +msgstr "" + +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "" + +#. line 17 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:73 +msgid "" +"Search is case-insensitive and based on keywords. To match exact phrases, " +"use \"quotes\". Use an asterisk (*) for wildcard.

You may apply the following filters to your searches: " +"id, thread, subject, and " +"name. To apply a filter, simply add to your query, for " +"example, name:Anonymous or subject:\"Some Thread\". " +"Wildcards cannot be used in filters." +msgstr "" + +#. line 2 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 +msgid "Are you sure you want to do that?" +msgstr "" + +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 +msgid "Click to proceed to" +msgstr "" + +#. line 5 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:39 +msgid "" +"You are probably seeing this message because Javascript being disabled. This" +" is a necessary security measure to prevent CSRF attacks." +msgstr "" + +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "" + +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "" + +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "" + +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "" + +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "" + +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 +msgid "Version" +msgstr "" + +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 +msgid "Description" +msgstr "" + +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 +msgid "Thumbnail" +msgstr "" + +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 +msgid "Reconfigure" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 +msgid "Install" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "" + +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "" + +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" +msgstr "" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 +msgid "View more logs for this user." +msgstr "" + +#. line 84 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255 +msgid "Flag" +msgstr "" + +#. line 87 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 +msgid "None" +msgstr "" + +#. When moving a thread to another board and choosing to keep a "shadow +#. thread", an automated post (with +#. a capcode) will be made, linking to the new location for the thread. "%s" +#. will be replaced with a +#. standard cross-board post citation (>>>/board/xxx) +#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220 +#, php-format +msgid "Moved to %s." +msgstr "" + +#: ../../../../templates/themes/recent/theme.php:50 +msgid "" +"Can't build the RecentPosts theme, because there are no boards to be " +"fetched." +msgstr "" + +#: ../../../../inc/config.php:997 +msgid "You have attempted to upload too many images!" +msgstr "" + +#. line 7 +#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36 +msgid "Spoiler file" +msgstr "" + +#. line 26 +#. line 35 +#. line 26 +#. line 35 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107 +msgid "Bump order" +msgstr "" + +#. line 27 +#. line 36 +#. line 27 +#. line 36 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111 +msgid "Last reply" +msgstr "" + +#. line 28 +#. line 37 +#. line 28 +#. line 37 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115 +msgid "Creation date" +msgstr "" + +#. line 29 +#. line 38 +#. line 29 +#. line 38 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119 +msgid "Reply count" +msgstr "" + +#. line 30 +#. line 39 +#. line 30 +#. line 39 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123 +msgid "Random" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +msgid "Sort by" +msgstr "" + +#. line 42 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129 +msgid "Image size" +msgstr "" + +#. line 44 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134 +msgid "Small" +msgstr "" + +#. line 45 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138 +msgid "Large" +msgstr "" + +#. line 6 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36 +msgid "Post ID" +msgstr "" + +#. line 29 +#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96 +msgid "Target thread" +msgstr "" + +#: ../../../../post.php:48 +msgid "Post deletion is not allowed!" +msgstr "" + +#: ../../../../post.php:385 +msgid "Unrecognized file size determination method." +msgstr "" + +#: ../../../../post.php:519 +msgid "Invalid flag selection!" +msgstr "" + +#: ../../../../post.php:631 +msgid "exiftool failed!" +msgstr "" + +#: ../../../../post.php:641 +msgid "Could not auto-orient image!" +msgstr "" + +#: ../../../../post.php:695 +msgid "Could not strip EXIF metadata!" +msgstr "" diff --git a/inc/mod/pages.php b/inc/mod/pages.php index e53c7570..8402ba50 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -977,17 +977,22 @@ function mod_ban_appeals() { if ($ban['post'] && isset($ban['post']['board'], $ban['post']['id'])) { if (openBoard($ban['post']['board'])) { - $query = query(sprintf("SELECT `thumb`, `file` FROM ``posts_%s`` WHERE `id` = " . + $query = query(sprintf("SELECT `num_files`, `files` FROM ``posts_%s`` WHERE `id` = " . (int)$ban['post']['id'], $board['uri'])); if ($_post = $query->fetch(PDO::FETCH_ASSOC)) { + $_post['files'] = $_post['files'] ? json_decode($_post['files']) : array(); $ban['post'] = array_merge($ban['post'], $_post); } else { - $ban['post']['file'] = 'deleted'; - $ban['post']['thumb'] = false; + $ban['post']['files'] = array(array()); + $ban['post']['files'][0]['file'] = 'deleted'; + $ban['post']['files'][0]['thumb'] = false; + $ban['post']['num_files'] = 1; } } else { - $ban['post']['file'] = 'deleted'; - $ban['post']['thumb'] = false; + $ban['post']['files'] = array(array()); + $ban['post']['files'][0]['file'] = 'deleted'; + $ban['post']['files'][0]['thumb'] = false; + $ban['post']['num_files'] = 1; } if ($ban['post']['thread']) { diff --git a/install.php b/install.php index 8096eff0..98c5a7ed 100644 --- a/install.php +++ b/install.php @@ -523,6 +523,7 @@ if (file_exists($config['has_installed'])) { $twig->clearCacheFiles(); case '4.4.98': case '4.5.0': + case '4.5.1': if (!isset($_GET['confirm3'])) { $page['title'] = 'Breaking change'; $page['body'] = '

You are upgrading to the 5.0 branch of vichan. Please back up your database, because the process is irreversible. At the current time, if you want a very stable vichan experience, please use the 4.5 branch. This warning will be lifted as soon as we all agree that 5.0 branch is stable enough

@@ -530,7 +531,7 @@ if (file_exists($config['has_installed'])) { I have read and understood the warning. Proceed to upgrading.

'; - file_write($config['has_installed'], '4.5.0'); + file_write($config['has_installed'], '4.5.1'); break; } diff --git a/js/inline-expanding.js b/js/inline-expanding.js index 5bbfa0a0..4cf5a82d 100644 --- a/js/inline-expanding.js +++ b/js/inline-expanding.js @@ -48,7 +48,8 @@ onready(function(){ delete this.style.filter; } } else { - this.parentNode.style.width = (parseInt(this.dataset.width)+40)+'px'; + if (~this.parentNode.className.indexOf('multifile')) + this.parentNode.style.width = (parseInt(this.dataset.width)+40)+'px'; this.childNodes[0].src = this.dataset.src; this.childNodes[0].style.width = this.dataset.width; this.childNodes[0].style.height = this.dataset.height; diff --git a/js/multi-image.js b/js/multi-image.js index 5866e2e4..32d1f256 100644 --- a/js/multi-image.js +++ b/js/multi-image.js @@ -14,12 +14,11 @@ function multi_image() { $(document).on('click', 'a.add_image', function(e) { e.preventDefault(); - $('#upload_url').remove(); var images_len = $('form:not([id="quick-reply"]) [type=file]').length; if (!(images_len >= max_images)) { - $('.add_image').after('
'); + $('.add_image').after('
'); if (typeof setup_form !== 'undefined') setup_form($('form[name="post"]')); } }) diff --git a/js/post-hover.js b/js/post-hover.js index 4a86cba0..2808b8e7 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -66,6 +66,7 @@ onready(function(){ var $newPost = $post.clone(); $newPost.find('>.reply, >br').remove(); $newPost.find('span.mentioned').remove(); + $newPost.find('a.post_anchor').remove(); $newPost .attr('id', 'post-hover-' + id) diff --git a/js/upload-selection.js b/js/upload-selection.js index 80dd0eaf..e2032748 100644 --- a/js/upload-selection.js +++ b/js/upload-selection.js @@ -20,11 +20,16 @@ $(function(){ var disable_all = function() { $("#upload").hide(); - $("#upload_file").hide(); + $("[id^=upload_file]").hide(); + $(".file_separator").hide(); $("#upload_url").hide(); $("#upload_embed").hide(); $(".add_image").hide(); + $('[id^=upload_file]').each(function(i, v) { + $(v).val(''); + }); + if (enabled_oekaki) { if (window.oekaki.initialized) { window.oekaki.deinit(); @@ -35,7 +40,8 @@ $(function(){ enable_file = function() { disable_all(); $("#upload").show(); - $("#upload_file").show(); + $(".file_separator").show(); + $("[id^=upload_file]").show(); $(".add_image").show(); }; diff --git a/stylesheets/style.css b/stylesheets/style.css index 15b21455..647ff9ac 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -25,7 +25,7 @@ a.post_no { p.intro a.post_no { color: inherit; } -p.intro a.post_no, p.intro a.email { +p.intro a.post_no, p.intro a.email, p.intro a.post_anchor { margin: 0; } p.intro a.email span.name { diff --git a/templates/main.js b/templates/main.js index 84603bba..2da347f0 100644 --- a/templates/main.js +++ b/templates/main.js @@ -157,7 +157,7 @@ function highlightReply(id) { post.className += ' highlighted'; window.location.hash = id; } - return false; + return true; } function generatePassword() { @@ -189,6 +189,8 @@ function dopost(form) { function citeReply(id, with_link) { var textarea = document.getElementById('body'); + + if (!textarea) return false; if (document.selection) { // IE diff --git a/templates/post_reply.html b/templates/post_reply.html index 8ef3c1e8..8c182ad4 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -1,7 +1,8 @@ {% filter remove_whitespace %} {# tabs and new lines will be ignored #}
-

+

+ {% if not index %}{% endif %} - {% include 'post/poster_id.html' %} - - No. - - {{ post.id }} - + {% include 'post/poster_id.html' %}  + No. + {{ post.id }}

{% include 'post/fileinfo.html' %} {% include 'post/post_controls.html' %} diff --git a/templates/post_thread.html b/templates/post_thread.html index 335c1713..882015ba 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -2,8 +2,10 @@ {# tabs and new lines will be ignored #}
+{% if not index %}{% endif %} + {% include 'post/fileinfo.html' %} -
1%}style='clear:both'{%endif%}>

+

1%}style='clear:both'{%endif%}>

- {% include 'post/poster_id.html' %} - No. - - {{ post.id }} - + {% include 'post/poster_id.html' %}  + No. + {{ post.id }} {% if post.sticky %} {% if config.font_awesome %} diff --git a/templates/themes/basic/index.html b/templates/themes/basic/index.html index 6178d4a9..3376a68f 100644 --- a/templates/themes/basic/index.html +++ b/templates/themes/basic/index.html @@ -2,10 +2,14 @@ - - + {{ settings.title }} - + {% if config.meta_keywords %}{% endif %} + + {% if config.url_favicon %}{% endif %} + + {% if config.default_stylesheet.1 != '' %}{% endif %} + {% if config.font_awesome %}{% endif %} {{ boardlist.top }} @@ -25,7 +29,7 @@ {% else %} no subject {% endif %} - — by {{ entry.name }} at {{ entry.time|date(config.post_date) }} + — by {{ entry.name }} at {{ entry.time|date(config.post_date, config.timezone) }}

{{ entry.body }}

{% endfor %} diff --git a/templates/themes/catalog/theme.php b/templates/themes/catalog/theme.php index 01d55042..b7c5c851 100644 --- a/templates/themes/catalog/theme.php +++ b/templates/themes/catalog/theme.php @@ -56,7 +56,7 @@ $post['file'] = $config['uri_thumb'] . $files[0]->thumb; } - if ($settings['use_tooltipster']) { + if (isset($settings['use_tooltipster']) && $settings['use_tooltipster']) { $post['muhdifference'] = ago(time() - $post['time']); if ($post['last_reply']) @@ -66,6 +66,13 @@ $recent_posts[] = $post; } + $required_scripts = array('js/jquery.min.js', 'js/jquery.mixitup.min.js', 'js/jquery.tooltipster.min.js', 'js/catalog.js'); + + foreach($required_scripts as $i => $s) { + if (!in_array($s, $config['additional_javascript'])) + $config['additional_javascript'][] = $s; + } + file_write($config['dir']['home'] . $board_name . '/catalog.html', Element('themes/catalog/catalog.html', Array( 'settings' => $settings, 'config' => $config,