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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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('+
+ {% 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 #}+
- {% 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 @@
- - +{{ 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,