diff --git a/.gitignore b/.gitignore index 73c05be2..69317f82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,43 @@ -# static html -*.html - -# instance-config -/inc/instance-config.php - -# .installed -/.installed - -# script file -/main.js - -# templates cache -/templates/cache - -# other stuff -.DS_Store -thumbs.db -Icon? -Thumbs.db +# static html and json +/*/*.html +/*/*.json +/*/res +/*/src +/*/thumb +/*/config.php +/*.html + +# include some files though +!/templates/*.html +!/inc/config.php + +# minify +/inc/lib/minify + +# instance-config +/inc/instance-config.php + +# .installed +/.installed + +# script file +/main.js + +# templates cache +/templates/cache + +# other stuff +.DS_Store +.htaccess +thumbs.db +Icon? +Thumbs.db +*.patch +*.diff +*.rej +*.orig +*~ + +#vichan custom +favicon.ico +/static/spoiler.png diff --git a/LICENSE.Tinyboard.md b/LICENSE.Tinyboard.md new file mode 100644 index 00000000..2bc2f186 --- /dev/null +++ b/LICENSE.Tinyboard.md @@ -0,0 +1,22 @@ +# License +Copyright (c) 2010-2014 Tinyboard Development Group (tinyboard.org) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +All copyright notices and permission notices (including this file) shall be +included and remain unedited in all copies or substantial portions of the +Software. This explicitly includes but is not limited to the Tinyboard copyright +notices found in the footers of some template files. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/LICENSE.md b/LICENSE.md index 74cf71ee..60e332f6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ -# License -Copyright (c) 2010-2013 Tinyboard Development Group (tinyboard.org) +# License of vichan +Copyright (c) 2012-2014 vichan-devel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -10,7 +10,7 @@ furnished to do so, subject to the following conditions: All copyright notices and permission notices (including this file) shall be included and remain unedited in all copies or substantial portions of the -Software. This explicitly includes but is not limited to the Tinyboard copyright +Software. This explicitly includes but is not limited to the vichan copyright notices found in the footers of some template files. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR @@ -20,3 +20,47 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +# License of Tinyboard +This code is licensed under BOTH a vichan license and a Tinyboard license. +You must agree to both (not either) licensing terms in order to use this +software. The original Tinyboard license can be found in a LICENSE.Tinyboard.md +file, it is included below for your convenience: + +Copyright (c) 2010-2014 Tinyboard Development Group (tinyboard.org) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +All copyright notices and permission notices (including this file) shall be +included and remain unedited in all copies or substantial portions of the +Software. This explicitly includes but is not limited to the Tinyboard copyright +notices found in the footers of some template files. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +# Brief +This section is not a law code, it just describes the license in a +human-friendly way. + +Both licenses are slight modifications of the MIT/X11 license. This is a +permissive license, you can do anything with code, but you just have to leave +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/README.md b/README.md index cc7e24be..9e87e720 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,36 @@ -Tinyboard - A lightweight PHP imageboard. -========================================== +vichan - A lightweight and full featured PHP imageboard. +======================================================== -Tinyboard + vichan-devel +About ------------ -Tinyboard branch taking lightweightness somewhat more liberally. Running live at -https://pl.vichan.net/ (Polish) and http://vichan.net/ (International; may be outdated). +vichan is a free light-weight, fast, highly configurable and user-friendly +imageboard software package. It is written in PHP and has few dependencies. -It contains many changes from original Tinyboard, mainly in frontend area. +vichan is a fork of [Tinyboard](http://tinyboard.org/), a great imageboard package, actively building on it +and adding a lot of features and another improvements. Support and announcements: https://int.vichan.net/devel/ -About ------------- -Tinyboard is a free light-weight, fast, highly configurable and user-friendly -imageboard software package. It is written in PHP and has few dependencies. - Requirements ------------ 1. PHP >= 5.3 -2. MySQL server +2. MySQL/MariaDB server 3. [mbstring](http://www.php.net/manual/en/mbstring.installation.php) 4. [PHP GD](http://www.php.net/manual/en/intro.image.php) 5. [PHP PDO](http://www.php.net/manual/en/intro.pdo.php) -We try to make sure Tinyboard is compatible with all major web servers and -operating systems. Tinyboard does not include an Apache ```.htaccess``` file nor does +We try to make sure vichan is compatible with all major web servers and +operating systems. vichan does not include an Apache ```.htaccess``` file nor does it need one. ### Recommended -1. MySQL server >= 5.5.3 +1. MySQL/MariaDB server >= 5.5.3 2. ImageMagick (command-line ImageMagick or GraphicsMagick preferred). 3. [APC (Alternative PHP Cache)](http://php.net/manual/en/book.apc.php), [XCache](http://xcache.lighttpd.net/) or [Memcached](http://www.php.net/manual/en/intro.memcached.php) Contributing ------------ -You can contribute to Tinyboard by: +You can contribute to vichan by: * Developing patches/improvements/translations and using GitHub to submit pull requests * Providing feedback and suggestions * Writing/editing documentation @@ -46,11 +42,11 @@ Installation 1. Download and extract Tinyboard to your web directory or get the latest development version with: - git clone git://github.com/savetheinternet/Tinyboard.git + git clone git://github.com/vichan-devel/vichan.git 2. Navigate to ```install.php``` in your web browser and follow the prompts. -3. Tinyboard should now be installed. Log in to ```mod.php``` with the +3. vichan should now be installed. Log in to ```mod.php``` with the default username and password combination: **admin / password**. Please remember to change the administrator account password. @@ -62,22 +58,41 @@ Support Tinyboard is still beta software -- there are bound to be bugs. If you find a bug, please report it. -If you need assistance with installing, configuring, or using Tinyboard, you may +If you need assistance with installing, configuring, or using vichan, you may find support from a variety of sources: * If you're unsure about how to enable or configure certain features, make sure you have read the comments in ```inc/config.php```. -* Documentation can be found [here](http://tinyboard.org/docs/). +* Check out an [official vichan board](http://int.vichan.net/devel/). +* You can join vichan's IRC channel for support [irc.6irc.net #vichan-devel](irc://irc.6irc.net/vichan-devel) + +Tinyboard support +----------------- +vichan is based on a Tinyboard, so both engines have very much in common. These +links may be helpful for you as well: + +* Tinyboard documentation can be found [here](http://tinyboard.org/docs/). * You can join Tinyboard's IRC channel for support and general queries: [irc.datnode.net #tinyboard](irc://irc.datnode.net/tinyboard). * You may find help at [tinyboard.org](http://tinyboard.org/#help). -Tinyboard-Tools: +CLI tools ----------------- -## Directories -* ```tools/``` -- Command-line management scripts for Tinyboard. These should not be publicly executable. +There are a few command line interface tools, based on Tinyboard-Tools. These need +to be launched from a Unix shell account (SSH, or something). They are located in a ```tools/``` +directory. + +You actually don't need these tools for your imageboard functioning, they are aimed +at the power users. You won't be able to run these from shared hosting accounts +(i.e. all free web servers). + +Localisation +------------ +Wanting to have vichan in your language? You can contribute your translations at this URL: + +https://www.transifex.com/projects/p/tinyboard-vichan-devel/ License -------- -See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md). +See [LICENSE.md](http://github.com/vichan-devel/vichan/blob/master/LICENSE.md). diff --git a/attentionbar.php b/attentionbar.php index 18a5d9ac..25f349cb 100644 --- a/attentionbar.php +++ b/attentionbar.php @@ -3,7 +3,7 @@ checkBan(); $text = isset($_POST['text']) ? $_POST['text'] : ''; if(strlen($text)>0 && !preg_match('/a href/', $text)) { - file_put_contents("attentionbar.txt",$text); + file_put_contents("attentionbar.txt",htmlspecialchars($text)); if(strlen($_SERVER['HTTP_REFERER'])>0) { header('Location: ' . $_SERVER['HTTP_REFERER']); } else { header('Location: /'); } } else print(file_get_contents("attentionbar.txt")); diff --git a/inc/config.php b/inc/config.php index 79631e79..4b848422 100644 --- a/inc/config.php +++ b/inc/config.php @@ -23,6 +23,7 @@ * */ + defined('TINYBOARD') or exit; /* * ======================= @@ -682,6 +683,7 @@ // Thumbnail to use for the non-image file uploads. $config['file_icons']['default'] = 'file.png'; $config['file_icons']['zip'] = 'zip.png'; + $config['file_icons']['webm'] = 'video.png'; // Example: Custom thumbnail for certain file extension. // $config['file_icons']['extension'] = 'some_file.png'; diff --git a/inc/functions.php b/inc/functions.php index 488a4117..b6927b4a 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -228,6 +228,12 @@ function loadConfig() { require_once 'inc/lib/recaptcha/recaptchalib.php'; if ($config['cache']['enabled']) require_once 'inc/cache.php'; + + if (in_array('webm', $config['allowed_ext_files'])) { + require_once 'inc/lib/webm/posthandler.php'; + event_handler('post', 'postHandler'); + } + event('load-config'); if ($config['debug']) { @@ -1267,7 +1273,9 @@ function make_comment_hex($str) { if (function_exists('iconv')) { // remove diacritics and other noise // FIXME: this removes cyrillic entirely - $str = iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', $str); + $oldstr = $str; + $str = @iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', $str); + if (!$str) $str = $oldstr; } $str = strtolower($str); diff --git a/inc/lib/gettext/examples/index.php b/inc/lib/gettext/examples/index.php deleted file mode 100644 index 263cd3d3..00000000 --- a/inc/lib/gettext/examples/index.php +++ /dev/null @@ -1,27 +0,0 @@ - - -PHP-gettext examples - - -

PHP-gettext

- -

Introduction

-

PHP-gettext provides a simple gettext replacement that works independently from the system's gettext abilities. -It can read MO files and use them for translating strings.

-

This version has the ability to cache all strings and translations to speed up the string lookup. -While the cache is enabled by default, it can be switched off with the second parameter in the constructor (e.g. when using very large MO files -that you don't want to keep in memory)

- - -

Examples

- - -
-

Copyright (c) 2003-2006 Danilo Segan

-

Copyright (c) 2005-2006 Steven Armstrong

- - - diff --git a/inc/lib/gettext/examples/locale/de_CH/LC_MESSAGES/messages.mo b/inc/lib/gettext/examples/locale/de_CH/LC_MESSAGES/messages.mo deleted file mode 100644 index 91930376..00000000 Binary files a/inc/lib/gettext/examples/locale/de_CH/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/inc/lib/gettext/examples/locale/de_CH/LC_MESSAGES/messages.po b/inc/lib/gettext/examples/locale/de_CH/LC_MESSAGES/messages.po deleted file mode 100644 index 6e4886b5..00000000 --- a/inc/lib/gettext/examples/locale/de_CH/LC_MESSAGES/messages.po +++ /dev/null @@ -1,30 +0,0 @@ -# Sample translation for PHP-gettext 1.0 -# Copyright (c) 2003 Danilo Segan -# -msgid "" -msgstr "" -"Project-Id-Version: pigs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-10-23 04:50+0200\n" -"PO-Revision-Date: 2003-11-01 23:40+0100\n" -"Last-Translator: Danilo Segan \n" -"Language-Team: Serbian (sr) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -#"Plural-Forms: nplurals=2; plural=n != 1;\n" - -#: pigs.php:19 -msgid "" -"This is how the story goes.\n" -"\n" -msgstr "" -"Und so geht die Geschichte.\n" -"\n" - -#: pigs.php:21 -#, php-format -msgid "%d pig went to the market\n" -msgid_plural "%d pigs went to the market\n" -msgstr[0] "%d Schwein ging zum Markt\n" -msgstr[1] "%d Schweine gingen zum Markt\n" diff --git a/inc/lib/gettext/examples/locale/sr_CS/LC_MESSAGES/messages.mo b/inc/lib/gettext/examples/locale/sr_CS/LC_MESSAGES/messages.mo deleted file mode 100644 index 497c8830..00000000 Binary files a/inc/lib/gettext/examples/locale/sr_CS/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/inc/lib/gettext/examples/locale/sr_CS/LC_MESSAGES/messages.po b/inc/lib/gettext/examples/locale/sr_CS/LC_MESSAGES/messages.po deleted file mode 100644 index e5da0e94..00000000 --- a/inc/lib/gettext/examples/locale/sr_CS/LC_MESSAGES/messages.po +++ /dev/null @@ -1,30 +0,0 @@ -# Sample translation for PHP-gettext 1.0 -# Copyright (c) 2003,2006 Danilo Segan -# -msgid "" -msgstr "" -"Project-Id-Version: pigs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-10-23 04:50+0200\n" -"PO-Revision-Date: 2006-02-02 21:06+0100\n" -"Last-Translator: Danilo Segan \n" -"Language-Team: Serbian (sr) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" - -#: pigs.php:19 -msgid "" -"This is how the story goes.\n" -"\n" -msgstr "Овако иде прича.\n\n" - -#: pigs.php:21 -#, php-format -msgid "%d pig went to the market\n" -msgid_plural "%d pigs went to the market\n" -msgstr[0] "%d мало прасе је отишло на пијац\n" -msgstr[1] "%d мала прасета су отишла на пијац\n" -msgstr[2] "%d малих прасића је отишло на пијац\n" diff --git a/inc/lib/gettext/examples/pigs_dropin.php b/inc/lib/gettext/examples/pigs_dropin.php deleted file mode 100644 index 94fd8507..00000000 --- a/inc/lib/gettext/examples/pigs_dropin.php +++ /dev/null @@ -1,89 +0,0 @@ -. - Copyright (c) 2005,2006 Steven Armstrong - - This file is part of PHP-gettext. - - PHP-gettext is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - PHP-gettext is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with PHP-gettext; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -*/ - -error_reporting(E_ALL | E_STRICT); - -// define constants -define('PROJECT_DIR', realpath('./')); -define('LOCALE_DIR', PROJECT_DIR .'/locale'); -define('DEFAULT_LOCALE', 'en_US'); - -require_once('../gettext.inc'); - -$supported_locales = array('en_US', 'sr_CS', 'de_CH'); -$encoding = 'UTF-8'; - -$locale = (isset($_GET['lang']))? $_GET['lang'] : DEFAULT_LOCALE; - -// gettext setup -T_setlocale(LC_MESSAGES, $locale); -// Set the text domain as 'messages' -$domain = 'messages'; -bindtextdomain($domain, LOCALE_DIR); -// bind_textdomain_codeset is supported only in PHP 4.2.0+ -if (function_exists('bind_textdomain_codeset')) - bind_textdomain_codeset($domain, $encoding); -textdomain($domain); - -header("Content-type: text/html; charset=$encoding"); -?> - - -PHP-gettext dropin example - - -

PHP-gettext as a dropin replacement

-

Example showing how to use PHP-gettext as a dropin replacement for the native gettext library.

-"; -foreach($supported_locales as $l) { - print "[$l] "; -} -print "

\n"; - -if (!locale_emulation()) { - print "

locale '$locale' is supported by your system, using native gettext implementation.

\n"; -} -else { - print "

locale '$locale' is _not_ supported on your system, using the default locale '". DEFAULT_LOCALE ."'.

\n"; -} -?> - -
- -"; -print _("This is how the story goes.\n\n"); -for ($number=6; $number>=0; $number--) { - print sprintf(T_ngettext("%d pig went to the market\n", - "%d pigs went to the market\n", $number), - $number ); -} -print "\n"; -?> - -
-

« back

- - diff --git a/inc/lib/gettext/examples/pigs_fallback.php b/inc/lib/gettext/examples/pigs_fallback.php deleted file mode 100644 index 353190da..00000000 --- a/inc/lib/gettext/examples/pigs_fallback.php +++ /dev/null @@ -1,88 +0,0 @@ -. - Copyright (c) 2005,2006 Steven Armstrong - - This file is part of PHP-gettext. - - PHP-gettext is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - PHP-gettext is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with PHP-gettext; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -*/ - -error_reporting(E_ALL | E_STRICT); - -// define constants -define('PROJECT_DIR', realpath('./')); -define('LOCALE_DIR', PROJECT_DIR .'/locale'); -define('DEFAULT_LOCALE', 'en_US'); - -require_once('../gettext.inc'); - -$supported_locales = array('en_US', 'sr_CS', 'de_CH'); -$encoding = 'UTF-8'; - -$locale = (isset($_GET['lang']))? $_GET['lang'] : DEFAULT_LOCALE; - -// gettext setup -T_setlocale(LC_MESSAGES, $locale); -// Set the text domain as 'messages' -$domain = 'messages'; -T_bindtextdomain($domain, LOCALE_DIR); -T_bind_textdomain_codeset($domain, $encoding); -T_textdomain($domain); - -header("Content-type: text/html; charset=$encoding"); -?> - - -PHP-gettext fallback example - - -

PHP-gettext as a fallback solution

-

Example showing how to use PHP-gettext as a fallback solution if the native gettext library is not available or the system does not support the requested locale.

- -"; -foreach($supported_locales as $l) { - print "[$l] "; -} -print "

\n"; - -if (!locale_emulation()) { - print "

locale '$locale' is supported by your system, using native gettext implementation.

\n"; -} -else { - print "

locale '$locale' is not supported on your system, using custom gettext implementation.

\n"; -} -?> - -
- -"; -print T_("This is how the story goes.\n\n"); -for ($number=6; $number>=0; $number--) { - print sprintf( T_ngettext("%d pig went to the market\n", - "%d pigs went to the market\n", $number), - $number ); -} -print "\n"; -?> - -
-

« back

- - diff --git a/inc/lib/gettext/examples/update b/inc/lib/gettext/examples/update deleted file mode 100755 index 76b4308a..00000000 --- a/inc/lib/gettext/examples/update +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -TEMPLATE=pigs.pot -xgettext -kT_ngettext:1,2 -kT_ -L PHP -o $TEMPLATE pigs_dropin.php -if [ "x$1" = "x-p" ]; then - msgfmt --statistics $TEMPLATE -else - if [ -f $1.po ]; then - msgmerge -o .tmp$1.po $1.po $TEMPLATE - mv .tmp$1.po $1.po - msgfmt --statistics $1.po - else - echo "Usage: $0 [-p|]" - fi -fi diff --git a/inc/lib/gettext/tests/LocalesTest.php b/inc/lib/gettext/tests/LocalesTest.php deleted file mode 100644 index fab21f86..00000000 --- a/inc/lib/gettext/tests/LocalesTest.php +++ /dev/null @@ -1,75 +0,0 @@ -assertEquals('sr_RS', _setlocale(LC_MESSAGES, 0)); - } - - public function test_setlocale_system() - { - putenv("LC_ALL="); - // For an existing locale, it never needs emulation. - putenv("LANG=C"); - _setlocale(LC_MESSAGES, ""); - $this->assertEquals(0, locale_emulation()); - } - - public function test_setlocale_emulation() - { - putenv("LC_ALL="); - // If we set it to a non-existent locale, it still works, but uses - // emulation. - _setlocale(LC_MESSAGES, "xxx_XXX"); - $this->assertEquals('xxx_XXX', _setlocale(LC_MESSAGES, 0)); - $this->assertEquals(1, locale_emulation()); - } - - public function test_get_list_of_locales() - { - // For a locale containing country code, we prefer - // full locale name, but if that's not found, fall back - // to the language only locale name. - $this->assertEquals(array("sr_RS", "sr"), - get_list_of_locales("sr_RS")); - - // If language code is used, it's the only thing returned. - $this->assertEquals(array("sr"), - get_list_of_locales("sr")); - - // There is support for language and charset only. - $this->assertEquals(array("sr.UTF-8", "sr"), - get_list_of_locales("sr.UTF-8")); - - // It can also split out character set from the full locale name. - $this->assertEquals(array("sr_RS.UTF-8", "sr_RS", "sr"), - get_list_of_locales("sr_RS.UTF-8")); - - // There is support for @modifier in locale names as well. - $this->assertEquals(array("sr_RS.UTF-8@latin", "sr_RS@latin", "sr@latin", - "sr_RS.UTF-8", "sr_RS", "sr"), - get_list_of_locales("sr_RS.UTF-8@latin")); - - // We can pass in only language and modifier. - $this->assertEquals(array("sr@latin", "sr"), - get_list_of_locales("sr@latin")); - - - // If locale name is not following the regular POSIX pattern, - // it's used verbatim. - $this->assertEquals(array("something"), - get_list_of_locales("something")); - - // Passing in an empty string returns an empty array. - $this->assertEquals(array(), - get_list_of_locales("")); - } -} - -?> diff --git a/inc/lib/gettext/tests/ParsingTest.php b/inc/lib/gettext/tests/ParsingTest.php deleted file mode 100644 index ff561989..00000000 --- a/inc/lib/gettext/tests/ParsingTest.php +++ /dev/null @@ -1,60 +0,0 @@ -assertEquals( - 'nplurals=2; plural=n == 1 ? 0 : 1;', - $parser->extract_plural_forms_header_from_po_header("")); - - // Extracting it from the middle of the header works. - $this->assertEquals( - 'nplurals=1; plural=0;', - $parser->extract_plural_forms_header_from_po_header( - "Content-type: text/html; charset=UTF-8\n" - ."Plural-Forms: nplurals=1; plural=0;\n" - ."Last-Translator: nobody\n" - )); - - // It's also case-insensitive. - $this->assertEquals( - 'nplurals=1; plural=0;', - $parser->extract_plural_forms_header_from_po_header( - "PLURAL-forms: nplurals=1; plural=0;\n" - )); - - // It falls back to default if it's not on a separate line. - $this->assertEquals( - 'nplurals=2; plural=n == 1 ? 0 : 1;', - $parser->extract_plural_forms_header_from_po_header( - "Content-type: text/html; charset=UTF-8" // note the missing \n here - ."Plural-Forms: nplurals=1; plural=0;\n" - ."Last-Translator: nobody\n" - )); - } - - /** - * @dataProvider data_provider_test_npgettext - */ - public function test_npgettext($number, $expected) { - $parser = new gettext_reader(NULL); - $result = $parser->npgettext("context", - "%d pig went to the market\n", - "%d pigs went to the market\n", - $number); - $this->assertSame($expected, $result); - } - public static function data_provider_test_npgettext() { - return array( - array(1, "%d pig went to the market\n"), - array(2, "%d pigs went to the market\n"), - ); - } - -} -?> diff --git a/inc/lib/webm/README.md b/inc/lib/webm/README.md new file mode 100644 index 00000000..baa7a641 --- /dev/null +++ b/inc/lib/webm/README.md @@ -0,0 +1,26 @@ +This directory contains files being the integration of containerchan with vichan-devel imageboards. + +Containerchan allows posting of webm files, like they were the regular images. + +An original board using this code can be found at: +http://containerchan.org/tb/demo/ + +The original repo containing the containerchan (possibly with no Tinyboard integration) can be found here: +https://github.com/ccd0/containerchan + + +Be aware that this is beta software. Please report any bugs you find. + +Installation +------------ + +Add these lines to inc/instance-config.php: + + $config['allowed_ext_files'][] = 'webm'; + $config['additional_javascript'][] = 'js/webm-settings.js'; + $config['additional_javascript'][] = 'js/expand-video.js'; + +License +------- + +See [LICENSE.md](https://github.com/ccd0/containerchan/blob/master/LICENSE.md). diff --git a/inc/lib/webm/matroska-elements.txt b/inc/lib/webm/matroska-elements.txt new file mode 100644 index 00000000..07f8eecc --- /dev/null +++ b/inc/lib/webm/matroska-elements.txt @@ -0,0 +1,224 @@ +a45dfa3 container EBML root +286 uint EBMLVersion a45dfa3 +2f7 uint EBMLReadVersion a45dfa3 +2f2 uint EBMLMaxIDLength a45dfa3 +2f3 uint EBMLMaxSizeLength a45dfa3 +282 string DocType a45dfa3 +287 uint DocTypeVersion a45dfa3 +285 uint DocTypeReadVersion a45dfa3 +6c binary Void * +3f binary CRC-32 * +b538667 container SignatureSlot * +3e8a uint SignatureAlgo b538667 +3e9a uint SignatureHash b538667 +3ea5 binary SignaturePublicKey b538667 +3eb5 binary Signature b538667 +3e5b container SignatureElements b538667 +3e7b container SignatureElementList 3e5b +2532 binary SignedElement 3e7b +8538067 container Segment root +14d9b74 container SeekHead 8538067 +dbb container Seek 14d9b74 +13ab binary SeekID dbb +13ac uint SeekPosition dbb +549a966 container Info 8538067 +33a4 binary SegmentUID 549a966 +3384 string SegmentFilename 549a966 +1cb923 binary PrevUID 549a966 +1c83ab string PrevFilename 549a966 +1eb923 binary NextUID 549a966 +1e83bb string NextFilename 549a966 +444 binary SegmentFamily 549a966 +2924 container ChapterTranslate 549a966 +29fc uint ChapterTranslateEditionUID 2924 +29bf uint ChapterTranslateCodec 2924 +29a5 binary ChapterTranslateID 2924 +ad7b1 uint TimecodeScale 549a966 +489 float Duration 549a966 +461 date DateUTC 549a966 +3ba9 string Title 549a966 +d80 string MuxingApp 549a966 +1741 string WritingApp 549a966 +f43b675 container Cluster 8538067 +67 uint Timecode f43b675 +1854 container SilentTracks f43b675 +18d7 uint SilentTrackNumber 1854 +27 uint Position f43b675 +2b uint PrevSize f43b675 +23 binary SimpleBlock f43b675 +20 container BlockGroup f43b675 +21 binary Block 20 +22 binary BlockVirtual 20 +35a1 container BlockAdditions 20 +26 container BlockMore 35a1 +6e uint BlockAddID 26 +25 binary BlockAdditional 26 +1b uint BlockDuration 20 +7a uint ReferencePriority 20 +7b int ReferenceBlock 20 +7d int ReferenceVirtual 20 +24 binary CodecState 20 +35a2 int DiscardPadding 20 +e container Slices 20 +68 container TimeSlice e +4c uint LaceNumber 68 +4d uint FrameNumber 68 +4b uint BlockAdditionID 68 +4e uint Delay 68 +4f uint SliceDuration 68 +48 container ReferenceFrame 20 +49 uint ReferenceOffset 48 +4a uint ReferenceTimeCode 48 +2f binary EncryptedBlock f43b675 +654ae6b container Tracks 8538067 +2e container TrackEntry 654ae6b +57 uint TrackNumber 2e +33c5 uint TrackUID 2e +3 uint TrackType 2e +39 uint FlagEnabled 2e +8 uint FlagDefault 2e +15aa uint FlagForced 2e +1c uint FlagLacing 2e +2de7 uint MinCache 2e +2df8 uint MaxCache 2e +3e383 uint DefaultDuration 2e +34e7a uint DefaultDecodedFieldDuration 2e +3314f float TrackTimecodeScale 2e +137f int TrackOffset 2e +15ee uint MaxBlockAdditionID 2e +136e string Name 2e +2b59c string Language 2e +6 string CodecID 2e +23a2 binary CodecPrivate 2e +58688 string CodecName 2e +3446 uint AttachmentLink 2e +1a9697 string CodecSettings 2e +1b4040 string CodecInfoURL 2e +6b240 string CodecDownloadURL 2e +2a uint CodecDecodeAll 2e +2fab uint TrackOverlay 2e +16aa uint CodecDelay 2e +16bb uint SeekPreRoll 2e +2624 container TrackTranslate 2e +26fc uint TrackTranslateEditionUID 2624 +26bf uint TrackTranslateCodec 2624 +26a5 binary TrackTranslateTrackID 2624 +60 container Video 2e +1a uint FlagInterlaced 60 +13b8 uint StereoMode 60 +13c0 uint AlphaMode 60 +13b9 uint OldStereoMode 60 +30 uint PixelWidth 60 +3a uint PixelHeight 60 +14aa uint PixelCropBottom 60 +14bb uint PixelCropTop 60 +14cc uint PixelCropLeft 60 +14dd uint PixelCropRight 60 +14b0 uint DisplayWidth 60 +14ba uint DisplayHeight 60 +14b2 uint DisplayUnit 60 +14b3 uint AspectRatioType 60 +eb524 binary ColourSpace 60 +fb523 float GammaValue 60 +383e3 float FrameRate 60 +61 container Audio 2e +35 float SamplingFrequency 61 +38b5 float OutputSamplingFrequency 61 +1f uint Channels 61 +3d7b binary ChannelPositions 61 +2264 uint BitDepth 61 +62 container TrackOperation 2e +63 container TrackCombinePlanes 62 +64 container TrackPlane 63 +65 uint TrackPlaneUID 64 +66 uint TrackPlaneType 64 +69 container TrackJoinBlocks 62 +6d uint TrackJoinUID 69 +40 uint TrickTrackUID 2e +41 binary TrickTrackSegmentUID 2e +46 uint TrickTrackFlag 2e +47 uint TrickMasterTrackUID 2e +44 binary TrickMasterTrackSegmentUID 2e +2d80 container ContentEncodings 2e +2240 container ContentEncoding 2d80 +1031 uint ContentEncodingOrder 2240 +1032 uint ContentEncodingScope 2240 +1033 uint ContentEncodingType 2240 +1034 container ContentCompression 2240 +254 uint ContentCompAlgo 1034 +255 binary ContentCompSettings 1034 +1035 container ContentEncryption 2240 +7e1 uint ContentEncAlgo 1035 +7e2 binary ContentEncKeyID 1035 +7e3 binary ContentSignature 1035 +7e4 binary ContentSigKeyID 1035 +7e5 uint ContentSigAlgo 1035 +7e6 uint ContentSigHashAlgo 1035 +c53bb6b container Cues 8538067 +3b container CuePoint c53bb6b +33 uint CueTime 3b +37 container CueTrackPositions 3b +77 uint CueTrack 37 +71 uint CueClusterPosition 37 +70 uint CueRelativePosition 37 +32 uint CueDuration 37 +1378 uint CueBlockNumber 37 +6a uint CueCodecState 37 +5b container CueReference 37 +16 uint CueRefTime 5b +17 uint CueRefCluster 5b +135f uint CueRefNumber 5b +6b uint CueRefCodecState 5b +941a469 container Attachments 8538067 +21a7 container AttachedFile 941a469 +67e string FileDescription 21a7 +66e string FileName 21a7 +660 string FileMimeType 21a7 +65c binary FileData 21a7 +6ae uint FileUID 21a7 +675 binary FileReferral 21a7 +661 uint FileUsedStartTime 21a7 +662 uint FileUsedEndTime 21a7 +43a770 container Chapters 8538067 +5b9 container EditionEntry 43a770 +5bc uint EditionUID 5b9 +5bd uint EditionFlagHidden 5b9 +5db uint EditionFlagDefault 5b9 +5dd uint EditionFlagOrdered 5b9 +36 container ChapterAtom 5b9 36 +33c4 uint ChapterUID 36 +1654 string ChapterStringUID 36 +11 uint ChapterTimeStart 36 +12 uint ChapterTimeEnd 36 +18 uint ChapterFlagHidden 36 +598 uint ChapterFlagEnabled 36 +2e67 binary ChapterSegmentUID 36 +2ebc uint ChapterSegmentEditionUID 36 +23c3 uint ChapterPhysicalEquiv 36 +f container ChapterTrack 36 +9 uint ChapterTrackNumber f +0 container ChapterDisplay 36 +5 string ChapString 0 +37c string ChapLanguage 0 +37e string ChapCountry 0 +2944 container ChapProcess 36 +2955 uint ChapProcessCodecID 2944 +50d binary ChapProcessPrivate 2944 +2911 container ChapProcessCommand 2944 +2922 uint ChapProcessTime 2911 +2933 binary ChapProcessData 2911 +254c367 container Tags 8538067 +3373 container Tag 254c367 +23c0 container Targets 3373 +28ca uint TargetTypeValue 23c0 +23ca string TargetType 23c0 +23c5 uint TagTrackUID 23c0 +23c9 uint TagEditionUID 23c0 +23c4 uint TagChapterUID 23c0 +23c6 uint TagAttachmentUID 23c0 +27c8 container SimpleTag 3373 27c8 +5a3 string TagName 27c8 +47a string TagLanguage 27c8 +484 uint TagDefault 27c8 +487 string TagString 27c8 +485 binary TagBinary 27c8 diff --git a/inc/lib/webm/matroska.php b/inc/lib/webm/matroska.php new file mode 100644 index 00000000..5f1c38ee --- /dev/null +++ b/inc/lib/webm/matroska.php @@ -0,0 +1,524 @@ +datatype = $fields[1]; + $t->name = $fields[2]; + $t->validParents = array(); + for ($i = 0; $i + 3 < count($fields); $i++) { + if ($fields[$i+3] == '*' || $fields[$i+3] == 'root') { + $t->validParents[$i] = $fields[$i+3]; + } else { + $t->validParents[$i] = hexdec($fields[$i+3]); + } + } + $this->_els[$id] = $t; + $this->_ids[strtoupper($t->name)] = $id; + } + } + + public function exists($id) { + return isset($this->_els[$id]); + } + + public function name($id) { + if (!isset($this->_els[$id])) return NULL; + return $this->_els[$id]->name; + } + + public function id($name) { + $name = strtoupper($name); + if (!isset($this->_ids[$name])) return NULL; + return $this->_ids[$name]; + } + + public function datatype($id) { + if ($id == 'root') return 'container'; + if (!isset($this->_els[$id])) return 'binary'; + return $this->_els[$id]->datatype; + } + + public function validChild($id1, $id2) { + if (!isset($this->_els[$id2])) return TRUE; + $parents = $this->_els[$id2]->validParents; + return in_array('*', $parents) || in_array($id1, $parents); + } +} + +// Matroska element types +global $EBML_ELEMENTS; +$EBML_ELEMENTS = new EBMLElementTypeList(dirname(__FILE__) . '/matroska-elements.txt'); + +// Decode big-endian integer +function ebmlDecodeInt($data, $signed=FALSE, $carryIn=0) { + $n = $carryIn; + if (strlen($data) > 8) throw new Exception('not supported: integer too long'); + for ($i = 0; $i < strlen($data); $i++) { + if ($n > (PHP_INT_MAX >> 8) || $n < ((-PHP_INT_MAX-1) >> 8)) { + $n = floatval($n); + } + $n = $n * 0x100 + ord($data[$i]); + if ($i == 0 && $signed && ($n & 0x80) != 0) { + $n -= 0x100; + } + } + return $n; +} + +// Decode big-endian IEEE float +function ebmlDecodeFloat($data) { + switch (strlen($data)) { + case 0: + return 0; + case 4: + switch(pack('f', 1e9)) { + case '(knN': + $arr = unpack('f', strrev($data)); + return $arr[1]; + case 'Nnk(': + $arr = unpack('f', $data); + return $arr[1]; + default: + error_log('cannot decode floats'); + return NULL; + } + case 8: + switch(pack('d', 1e9)) { + case "\x00\x00\x00\x00\x65\xcd\xcd\x41": + $arr = unpack('d', strrev($data)); + return $arr[1]; + case "\x41\xcd\xcd\x65\x00\x00\x00\x00": + $arr = unpack('d', $data); + return $arr[1]; + default: + error_log('cannot decode floats'); + return NULL; + } + default: + error_log('unsupported float length'); + return NULL; + } +} + +// Decode big-endian signed offset from Jan 01, 2000 in nanoseconds +// Convert to offset from Jan 01, 1970 in seconds +function ebmlDecodeDate($data) { + return ebmlDecodeInt($data, TRUE) * 1e-9 + 946684800; +} + +// Decode data of specified datatype +function ebmlDecode($data, $datatype) { + switch ($datatype) { + case 'int': return ebmlDecodeInt($data, TRUE); + case 'uint': return ebmlDecodeInt($data, FALSE); + case 'float': return ebmlDecodeFloat($data); + case 'string': return chop($data, "\0"); + case 'date': return ebmlDecodeDate($data); + case 'binary': return $data; + default: throw new Exception('unknown datatype'); + } +} + +// Methods for reading data from section of EBML file +class EBMLReader { + private $_fileHandle; + private $_offset; + private $_size; + private $_position; + + public function __construct($fileHandle, $offset=0, $size=NULL) { + $this->_fileHandle = $fileHandle; + $this->_offset = $offset; + $this->_size = $size; + $this->_position = 0; + } + + // Tell position within data section + public function position() { + return $this->_position; + } + + // Set position within data section + public function setPosition($position) { + $this->_position = $position; + } + + // Total size of data section (NULL if unknown) + public function size() { + return $this->_size; + } + + // Set end of data section + public function setSize($size) { + if ($this->_size === NULL) { + $this->_size = $size; + } else { + throw new Exception('size already set'); + } + } + + // Determine whether we are at end of data + public function endOfData() { + if ($this->_size === NULL) { + fseek($this->_fileHandle, $this->_offset + $this->_position); + fread($this->_fileHandle, 1); + if (feof($this->_fileHandle)) { + $this->_size = $this->_position; + return TRUE; + } else { + return FALSE; + } + } else { + return $this->_position >= $this->_size; + } + } + + // Create EBMLReader containing $size bytes and advance + public function nextSlice($size) { + $slice = new EBMLReader($this->_fileHandle, $this->_offset + $this->_position, $size); + if ($size !== NULL) { + $this->_position += $size; + if ($this->_size !== NULL && $this->_position > $this->_size) { + throw new Exception('unexpected end of data'); + } + } + return $slice; + } + + // Read entire region + public function readAll() { + if ($this->_size == 0) return ''; + if ($this->_size === NULL) throw new Exception('unknown length'); + fseek($this->_fileHandle, $this->_offset); + $data = fread($this->_fileHandle, $this->_size); + if ($data === FALSE || strlen($data) != $this->_size) { + throw new Exception('error reading from file'); + } + return $data; + } + + // Read $size bytes + public function read($size) { + return $this->nextSlice($size)->readAll(); + } + + // Read variable-length integer + public function readVarInt($signed=FALSE) { + // Read size and remove flag + $n = ord($this->read(1)); + $size = 0; + if ($n == 0) { + throw new Exception('not supported: variable-length integer too long'); + } + $flag = 0x80; + while (($n & $flag) == 0) { + $flag = $flag >> 1; + $size++; + } + $n -= $flag; + + // Read remaining data + $rawInt = $this->read($size); + + // Check for all ones + if ($n == $flag - 1 && $rawInt == str_repeat("\xFF", $size)) { + return NULL; + } + + // Range shift for signed integers + if ($signed) { + if ($flag == 0x01) { + $n = ord($rawInt[0]) - 0x80; + $rawInt = $rawInt.substr(1); + } else { + $n -= ($flag >> 1); + } + } + + // Convert to integer + $n = ebmlDecodeInt($rawInt, FALSE, $n); + + // Range shift for signed integers + if ($signed) { + if ($n == PHP_INT_MAX) { + $n = floatval($n); + } + $n++; + } + + return $n; + } +} + +// EBML element +class EBMLElement { + private $_id; + private $_name; + private $_datatype; + private $_content; + private $_headSize; + + public function __construct($id, $content, $headSize) { + global $EBML_ELEMENTS; + $this->_id = $id; + $this->_name = $EBML_ELEMENTS->name($this->_id); + $this->_datatype = $EBML_ELEMENTS->datatype($this->_id); + $this->_content = $content; + $this->_headSize = $headSize; + } + + public function id() {return $this->_id;} + public function name() {return $this->_name;} + public function datatype() {return $this->_datatype;} + public function content() {return $this->_content;} + public function headSize() {return $this->_headSize;} + + // Total size of element (including ID and datasize) + public function size() { + return $this->_headSize + $this->_content->size(); + } + + // Read and interpret content + public function value() { + if ($this->_datatype == 'binary') { + return $this->_content; + } else { + return ebmlDecode($this->_content->readAll(), $this->_datatype); + } + } +} + +// Iterate over EBML elements in data +class EBMLElementList extends EBMLElement implements Iterator { + private $_cache; + private $_position; + private static $MAX_ELEMENTS = 10000; + + public function __construct($id, $content, $headSize) { + parent::__construct($id, $content, $headSize); + $this->_cache = array(); + $this->_position = 0; + } + + public function rewind() { + $this->_position = 0; + } + + public function current() { + if ($this->valid()) { + return $this->_cache[$this->_position]; + } else { + return NULL; + } + } + + public function key() { + return $this->_position; + } + + public function next() { + $this->_position += $this->current()->size(); + if ($this->content()->size() !== NULL && $this->_position > $this->content()->size()) { + throw new Exception('unexpected end of data'); + } + } + + public function valid() { + global $EBML_ELEMENTS; + if (isset($this->_cache[$this->_position])) return TRUE; + $this->content()->setPosition($this->_position); + if ($this->content()->endOfData()) return FALSE; + $id = $this->content()->readVarInt(); + if ($id === NULL) throw new Exception('invalid ID'); + if ($this->content()->size() === NULL && !$EBML_ELEMENTS->validChild($this->id(), $id)) { + $this->content()->setSize($this->_position); + return FALSE; + } + $size = $this->content()->readVarInt(); + $headSize = $this->content()->position() - $this->_position; + $content = $this->content()->nextSlice($size); + if ($EBML_ELEMENTS->datatype($id) == 'container') { + $element = new EBMLElementList($id, $content, $headSize); + } else { + if ($size === NULL) { + throw new Exception('non-container element of unknown size'); + } + $element = new EBMLElement($id, $content, $headSize); + } + $this->_cache[$this->_position] = $element; + return TRUE; + } + + // Total size of element (including ID and size) + public function size() { + if ($this->content()->size() === NULL) { + $iElement = 0; + foreach ($this as $element) { // iterate over elements to find end + $iElement++; + if ($iElement > self::$MAX_ELEMENTS) throw new Exception('not supported: too many elements'); + } + } + return $this->headSize() + $this->content()->size(); + } + + // Read and interpret content + public function value() { + return $this; + } + + // Get element value by name + public function get($name, $defaultValue=NULL) { + $iElement = 0; + foreach ($this as $element) { + $iElement++; + if ($iElement > self::$MAX_ELEMENTS) throw new Exception('not supported: too many elements'); + if (strtoupper($element->name()) == strtoupper($name)) { + return $element->value(); + } + } + return $defaultValue; + } +} + +// Parse block +class MatroskaBlock { + const LACING_NONE = 0; + const LACING_XIPH = 1; + const LACING_EBML = 3; + const LACING_FIXED = 2; + public $trackNumber; + public $timecode; + public $keyframe; + public $invisible; + public $lacing; + public $discardable; + public $frames; + + public function __construct($reader) { + # Header + $this->trackNumber = $reader->readVarInt(); + $this->timecode = ebmlDecodeInt($reader->read(2), TRUE); + $flags = ord($reader->read(1)); + if (($flags & 0x70) != 0) { + throw new Exception('reserved flags set'); + } + $this->keyframe = (($flags & 0x80) != 0); + $this->invisible = (($flags & 0x08) != 0); + $this->lacing = ($flags >> 1) & 0x03; + $this->discardable = (($flags & 0x01) != 0); + + # Lacing sizes + if ($this->lacing == self::LACING_NONE) { + $nsizes = 0; + } else { + $nsizes = ord($reader->read(1)); + } + $sizes = array(); + switch ($this->lacing) { + case self::LACING_XIPH: + for ($i = 0; $i < $nsizes; $i++) { + $size = 0; + $x = 255; + while ($x == 255) { + $x = ord($reader->read(1)); + $size += $x; + if ($size > 65536) throw new Exception('not supported: laced frame too long'); + } + $sizes[$i] = $size; + } + break; + case self::LACING_EBML: + $size = 0; + for ($i = 0; $i < $nsizes; $i++) { + $dsize = $reader->readVarInt($i != 0); + if ($dsize === NULL || $size + $dsize < 0) { + throw new Exception('invalid frame size'); + } + $size += $dsize; + $sizes[$i] = $size; + } + break; + case self::LACING_FIXED: + $lenRemaining = $reader->size() - $reader->position(); + if ($lenRemaining % ($nsizes + 1) != 0) { + throw new Exception('data size not divisible by frame count'); + } + $size = (int) ($lenRemaining / ($nsizes + 1)); + for ($i = 0; $i < $nsizes; $i++) { + $sizes[$i] = $size; + } + break; + } + + # Frames + $this->frames = array(); + for ($i = 0; $i < $nsizes; $i++) { + $this->frames[$i] = $reader->nextSlice($sizes[$i]); + } + $this->frames[$nsizes] = $reader->nextSlice($reader->size() - $reader->position()); + } +} + +// Create element list from $fileHandle +function readMatroska($fileHandle) { + $reader = new EBMLReader($fileHandle); + if ($reader->read(4) != "\x1a\x45\xdf\xa3") { + throw new Exception('not an EBML file'); + } + $root = new EBMLElementList('root', $reader, 0); + $header = $root->get('EBML'); + $ebmlVersion = $header->get('EBMLReadVersion', 1); + $docType = $header->get('DocType'); + $docTypeVersion = $header->get('DocTypeReadVersion', 1); + if ($ebmlVersion != 1) { + throw new Exception('unsupported EBML version'); + } + if ($docType != 'matroska' && $docType != 'webm') { + throw new Exception ('unsupported document type'); + } + if ($docTypeVersion < 1 || $docTypeVersion > 4) { + throw new Exception ('unsupported document type version'); + } + return $root; +} + +function ebmlEncodeVarInt($n) { + $data = ''; + $flag = 0x80; + while ($n >= $flag) { + if ($flag == 0) { + throw new Exception('not supported: number too large'); + } + $data = chr($n & 0xFF) . $data; + $n = $n >> 8; + $flag = $flag >> 1; + } + $data = chr($n | $flag) . $data; + return $data; +} + +function ebmlEncodeElementName($name) { + global $EBML_ELEMENTS; + return ebmlEncodeVarInt($EBML_ELEMENTS->id($name)); +} + +function ebmlEncodeElement($name, $content) { + return ebmlEncodeElementName($name) . ebmlEncodeVarInt(strlen($content)) . $content; +} diff --git a/inc/lib/webm/posthandler.php b/inc/lib/webm/posthandler.php new file mode 100644 index 00000000..50adbe80 --- /dev/null +++ b/inc/lib/webm/posthandler.php @@ -0,0 +1,49 @@ +has_file && $post->extension == 'webm') { + require_once dirname(__FILE__) . '/videodata.php'; + $videoDetails = videoData($post->file_path); + if (!isset($videoDetails['container']) || $videoDetails['container'] != 'webm') return "not a WebM file"; + + // Set thumbnail + $thumbName = $board['dir'] . $config['dir']['thumb'] . $post->file_id . '.webm'; + if ($config['spoiler_images'] && isset($_POST['spoiler'])) { + // Use spoiler thumbnail + $post->thumb = 'spoiler'; + $size = @getimagesize($config['spoiler_image']); + $post->thumbwidth = $size[0]; + $post->thumbheight = $size[1]; + } elseif (isset($videoDetails['frame']) && $thumbFile = fopen($thumbName, 'wb')) { + // Use single frame from video as pseudo-thumbnail + fwrite($thumbFile, $videoDetails['frame']); + fclose($thumbFile); + $post->thumb = $post->file_id . '.webm'; + } else { + // Fall back to file thumbnail + $post->thumb = 'file'; + } + unset($videoDetails['frame']); + + // Set width and height + if (isset($videoDetails['width']) && isset($videoDetails['height'])) { + $post->width = $videoDetails['width']; + $post->height = $videoDetails['height']; + if ($post->thumb != 'file' && $post->thumb != 'spoiler') { + $thumbMaxWidth = $post->op ? $config['thumb_op_width'] : $config['thumb_width']; + $thumbMaxHeight = $post->op ? $config['thumb_op_height'] : $config['thumb_height']; + if ($videoDetails['width'] > $thumbMaxWidth || $videoDetails['height'] > $thumbMaxHeight) { + $post->thumbwidth = min($thumbMaxWidth, intval(round($videoDetails['width'] * $thumbMaxHeight / $videoDetails['height']))); + $post->thumbheight = min($thumbMaxHeight, intval(round($videoDetails['height'] * $thumbMaxWidth / $videoDetails['width']))); + } else { + $post->thumbwidth = $videoDetails['width']; + $post->thumbheight = $videoDetails['height']; + } + } + } + } +} diff --git a/inc/lib/webm/videodata.php b/inc/lib/webm/videodata.php new file mode 100644 index 00000000..d54d484b --- /dev/null +++ b/inc/lib/webm/videodata.php @@ -0,0 +1,173 @@ +get('Video'); + if (isset($videoAttr)) { + if ($videoAttr->get('StereoMode') !== NULL) $version = 3; + if ($videoAttr->get('AlphaMode') !== NULL) $version = 3; + } + if ($videoTrack->get('CodecDelay') !== NULL) $version = 4; + if ($videoTrack->get('SeekPreRoll') !== NULL) $version = 4; + if ($frame->name() == 'BlockGroup' && $frame->get('DiscardPadding') !== NULL) $version = 4; + + // EBML header + $ebml = ebmlEncodeElement('EBML', + ebmlEncodeElement('DocType', "webm") + . ebmlEncodeElement('DocTypeVersion', chr($version)) + . ebmlEncodeElement('DocTypeReadVersion', "\x02") + ); + + // Segment + $info = ebmlEncodeElement('Info', + ebmlEncodeElement('Duration', "\x41\x20\x00\x00") + . ebmlEncodeElement('MuxingApp', 'ccframe') + . ebmlEncodeElement('WritingApp', 'ccframe') + ); + $tracks = ebmlEncodeElement('Tracks', + ebmlEncodeElement('TrackEntry', $videoTrack->content()->readAll()) + ); + $cues = ebmlEncodeElement('Cues', + ebmlEncodeElement('CuePoint', + ebmlEncodeElement('CueTime', "\x00") + . ebmlEncodeElement('CueTrackPositions', + ebmlEncodeElement('CueTrack', pack('N', $videoTrack->get('TrackNumber'))) + . ebmlEncodeElement('CueClusterPosition', pack('N', $lenSeekHead + strlen($info) + strlen($tracks) + $lenCues)) + ) + ) + ); + if (strlen($cues) != $lenCues) throw new Exception('length of Cues element wrong'); + $cluster = ebmlEncodeElement('Cluster', + ebmlEncodeElement('Timecode', "\x00") + . ebmlEncodeElement($frame->name(), $frame->content()->readAll()) + . ebmlEncodeElement('Void', '') + ); + $seekHead = ebmlEncodeElement('SeekHead', + matroskaSeekElement('Info', $lenSeekHead) + . matroskaSeekElement('Tracks', $lenSeekHead + strlen($info)) + . matroskaSeekElement('Cues', $lenSeekHead + strlen($info) + strlen($tracks)) + . matroskaSeekElement('Cluster', $lenSeekHead + strlen($info) + strlen($tracks) + $lenCues) + ); + if (strlen($seekHead) != $lenSeekHead) throw new Exception('length of SeekHead element wrong'); + $segment = ebmlEncodeElement('Segment', $seekHead . $info . $tracks . $cues . $cluster); + + return $ebml . $segment; +} + +// Locate first WebM keyframe of track $trackNumber after timecode $skip +function firstWebMFrame($segment, $trackNumber, $skip=0) { + foreach($segment as $x1) { + if ($x1->name() == 'Cluster') { + $cluserTimecode = $x1->Get('Timecode'); + foreach($x1 as $blockGroup) { + $blockRaw = NULL; + if ($blockGroup->name() == 'SimpleBlock') { + $blockRaw = $blockGroup->value(); + } elseif ($blockGroup->name() == 'BlockGroup') { + $blockRaw = $blockGroup->get('Block'); + } + if (isset($blockRaw)) { + $block = new MatroskaBlock($blockRaw); + if ($block->trackNumber == $trackNumber && $block->keyframe) { + if (!isset($cluserTimecode) || $cluserTimecode + $block->timecode >= $skip) { + return $blockGroup; + } elseif (!isset($frame1)) { + $frame1 = $blockGroup; + } + } + } + } + } + } + return isset($frame1) ? $frame1 : NULL; +} + +function videoData($filename) { + $data = array(); + + // Open file + $fileHandle = fopen($filename, 'rb'); + if (!$fileHandle) { + error_log('could not open file'); + return $data; + } + + try { + $root = readMatroska($fileHandle); + $data['container'] = $root->get('EBML')->get('DocType'); + + // Locate segment information and tracks + $segment = $root->get('Segment'); + if (!isset($segment)) throw new Exception('missing Segment element'); + + // Get segment information + $info = $segment->get('Info'); + if (isset($info)) { + $timecodeScale = $info->get('TimecodeScale'); + $duration = $info->get('Duration'); + if (isset($timecodeScale) && isset($duration)) { + $data['duration'] = 1e-9 * $timecodeScale * $duration; + } + } + + // Locate video track + $tracks = $segment->get('Tracks'); + if (!isset($tracks)) throw new Exception('missing Tracks element'); + foreach($tracks as $trackEntry) { + if ($trackEntry->name() == 'TrackEntry' && $trackEntry->get('TrackType') == 1) { + $videoTrack = $trackEntry; + break; + } + } + if (!isset($videoTrack)) throw new Exception('no video track'); + + // Get track information + $videoAttr = $videoTrack->get('Video'); + if (!isset($videoAttr)) throw new Exception('missing video parameters'); + $pixelWidth = $videoAttr->get('PixelWidth'); + $pixelHeight = $videoAttr->get('PixelHeight'); + if (!isset($pixelWidth) || !isset($pixelHeight)) throw new Exception('no width or height'); + if ($pixelWidth == 0 || $pixelHeight == 0) throw new Exception('bad PixelWidth/PixelHeight'); + $displayWidth = $videoAttr->get('DisplayWidth', $pixelWidth); + $displayHeight = $videoAttr->get('DisplayHeight', $pixelHeight); + if ($displayWidth == 0 || $displayHeight == 0) throw new Exception('bad DisplayWidth/DisplayHeight'); + $data['width'] = $displayWidth; + $data['height'] = $displayHeight; + + // Extract frame to use as thumbnail + if ($videoAttr->get('AlphaMode') != NULL) { + if (!($pixelWidth % 2 == 0 && $pixelHeight % 2 == 0 && $displayWidth % 2 == 0 && $displayHeight % 2 == 0)) { + throw new Exception('preview frame blocked due to Chromium bug'); + } + } + $trackNumber = $videoTrack->get('TrackNumber'); + if (!isset($trackNumber)) throw new Exception('missing track number'); + if (isset($data['duration']) && $data['duration'] >= 5) { + $skip = 1e9 / $timecodeScale; + } else { + $skip = 0; + } + $frame = firstWebMFrame($segment, $trackNumber, $skip); + if (!isset($frame)) throw new Exception('no keyframes'); + $data['frame'] = muxWebMFrame($videoTrack, $frame); + } catch (Exception $e) { + error_log($e->getMessage()); + } + + fclose($fileHandle); + return $data; +} diff --git a/inc/locale/.tx/config b/inc/locale/.tx/config new file mode 100644 index 00000000..365ebf52 --- /dev/null +++ b/inc/locale/.tx/config @@ -0,0 +1,13 @@ +[main] +host = https://www.transifex.com + +[tinyboard-vichan-devel.javascriptpo] +file_filter = /LC_MESSAGES/javascript.po +source_lang = en +type = PO + +[tinyboard-vichan-devel.tinyboardpo] +file_filter = /LC_MESSAGES/tinyboard.po +source_lang = en +type = PO + diff --git a/inc/locale/README.md b/inc/locale/README.md new file mode 100644 index 00000000..45dc1059 --- /dev/null +++ b/inc/locale/README.md @@ -0,0 +1,6 @@ +Please use this interface to submit new translations: + +https://www.transifex.com/projects/p/tinyboard-vichan-devel + +They will be pulled over time. By the way, copying over those directories +to a vanilla Tinyboard installation will instantly work. diff --git a/inc/locale/cs_CZ/LC_MESSAGES/javascript.po b/inc/locale/cs_CZ/LC_MESSAGES/javascript.po index 9aa8b2c3..f5dd202a 100644 --- a/inc/locale/cs_CZ/LC_MESSAGES/javascript.po +++ b/inc/locale/cs_CZ/LC_MESSAGES/javascript.po @@ -1,176 +1,565 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: czchan 1.0\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-11 11:20-0400\n" -"PO-Revision-Date: 2013-08-11 17:42+0100\n" -"Language-Team: Czech \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cs_CZ\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../../../../js/style-select.js:40 +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 msgid "Style: " msgstr "Styl: " -#: ../../../../js/hide-images.js:50 -#: ../../../../js/quick-post-controls.js:30 +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 msgid "File" msgstr "Soubor" -#: ../../../../js/hide-images.js:50 +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 msgid "hide" msgstr "skrýt" -#: ../../../../js/hide-images.js:56 +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 msgid "show" msgstr "zobrazit" #: ../../../../js/toggle-locked-threads.js:39 #: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 msgid "Show locked threads" msgstr "Zobrazit zamčená vlákna" #: ../../../../js/toggle-locked-threads.js:39 #: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 msgid "Hide locked threads" msgstr "Skrýt zamčená vlákna" -#: ../../../../js/toggle-images.js:41 +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 msgid "hidden" msgstr "skryté" -#: ../../../../js/toggle-images.js:57 -#: ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 msgid "Show images" msgstr "Zobrazit obrázky" -#: ../../../../js/toggle-images.js:57 -#: ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 msgid "Hide images" msgstr "Skrýt obrázky" #: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 msgid "Password" msgstr "Heslo" #: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 msgid "Delete file only" msgstr "Smazat pouze soubor" #: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 msgid "Delete" msgstr "Smazat" #: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 msgid "Reason" msgstr "Důvod" #: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 msgid "Report" msgstr "Nahlásit" -#: ../../../../js/expand.js:20 +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 msgid "Click reply to view." msgstr "Klikni na odpověď pro zobrazení." -#: ../../../../js/expand.js:20 +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 msgid "Click to expand" msgstr "Klikni pro rozbalení" -#: ../../../../js/expand.js:43 +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 msgid "Hide expanded replies" msgstr "Skrýt rozbalené odpovědi" -#: ../../../../js/forced-anon.js:59 -#: ../../../../js/forced-anon.js:65 -#: ../../../../js/forced-anon.js:69 +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 msgid "Forced anonymity" msgstr "Vynucená anonymita" -#: ../../../../js/forced-anon.js:59 -#: ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 msgid "enabled" msgstr "zapnuto" -#: ../../../../js/forced-anon.js:59 -#: ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 msgid "disabled" msgstr "vypnuto" -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Sun" msgstr "Ne" -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Mon" msgstr "Po" -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Tue" msgstr "Út" -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Wed" msgstr "St" -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Thu" msgstr "Čt" -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Fri" msgstr "Pá" -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Sat" msgstr "So" -#: ../../../../js/quick-reply.js:21 +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 msgid "Submit" msgstr "Odeslat" -#: ../../../../js/quick-reply.js:31 +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 msgid "Quick reply" msgstr "Rychlá odpověď" -#: ../../../../js/quick-reply.js:33 +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format msgid "Posting mode: Replying to >>{0}" msgstr "Režim odpovědi: Odpovídáš na >>{0}" -#: ../../../../js/quick-reply.js:33 +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 msgid "Return" msgstr "Návrat" +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "" + #: ../../../../templates/main.js:6 msgid "Hello!" msgstr "Nazdar!" #: ../../../../templates/main.js:18 +#, python-brace-format msgid "{0} users" msgstr "{0} uživatel" #: ../../../../templates/themes/ukko/ukko.js:28 #: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 msgid "(hide threads from this board)" msgstr "(skrýt vlákna z tohoto boardu)" #: ../../../../templates/themes/ukko/ukko.js:32 #: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 msgid "(show threads from this board)" msgstr "(zobrazit vlákna z tohoto boardu)" #: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 msgid "No more threads to display" msgstr "Nejsou žádná další vlákna k zobrazení" #: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 msgid "Loading..." msgstr "Načítám..." +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "" + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "" + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "" + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "" + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" diff --git a/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.mo b/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.mo index 57d79276..28f611f4 100644 Binary files a/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.mo and b/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.po b/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.po index 8db8d8af..14c1801c 100644 --- a/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.po +++ b/inc/locale/cs_CZ/LC_MESSAGES/tinyboard.po @@ -1,190 +1,251 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# +# Translators: msgid "" msgstr "" -"Project-Id-Version: czchan 1.0\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-11 11:20-0400\n" -"PO-Revision-Date: 2013-08-11 19:23+0100\n" -"Language-Team: Czech \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cs_CZ\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../../../../inc/lib/gettext/examples/pigs_dropin.php:77 -msgid "" -"This is how the story goes.\n" -"\n" -msgstr "" -"Příběh zní takhle.\n" -"\n" - -#: ../../../../inc/functions.php:578 ../../../../inc/functions.php:595 +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" msgstr[1] "sekundy" msgstr[2] "sekund" -#: ../../../../inc/functions.php:580 ../../../../inc/functions.php:597 +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 msgid "minute" msgid_plural "minutes" msgstr[0] "minuta" msgstr[1] "minuty" msgstr[2] "minut" -#: ../../../../inc/functions.php:582 ../../../../inc/functions.php:599 +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 msgid "hour" msgid_plural "hours" msgstr[0] "hodina" msgstr[1] "hodiny" msgstr[2] "hodin" -#: ../../../../inc/functions.php:584 ../../../../inc/functions.php:601 +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 msgid "day" msgid_plural "days" msgstr[0] "den" msgstr[1] "dny" msgstr[2] "dnů" -#: ../../../../inc/functions.php:586 ../../../../inc/functions.php:603 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 msgid "week" msgid_plural "weeks" msgstr[0] "týden" msgstr[1] "týdny" msgstr[2] "týdnů" -#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 msgid "year" msgid_plural "years" msgstr[0] "rok" msgstr[1] "roky" msgstr[2] "let" -#: ../../../../inc/functions.php:623 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 msgid "Banned!" msgstr "Máš ban!" #. There is no previous page. -#: ../../../../inc/functions.php:1124 ../../../../inc/functions.php:1138 +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 msgid "Previous" msgstr "Předchozí" #. There is no next page. -#: ../../../../inc/functions.php:1143 ../../../../inc/functions.php:1152 +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 msgid "Next" msgstr "Další" -#: ../../../../inc/display.php:80 +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 msgid "Error" msgstr "Chyba" -#: ../../../../inc/display.php:81 +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 msgid "An error has occured." msgstr "Nastala chyba." -#: ../../../../inc/display.php:97 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 msgid "Login" msgstr "Přihlášení" -#: ../../../../inc/display.php:216 +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 #, php-format msgid "Post too long. Click here to view the full text." -msgstr "" -"Příspěvek je příliš dlouhý. Klikni sem pro zobrazení " -"celého textu." +msgstr "Příspěvek je příliš dlouhý. Klikni sem pro zobrazení celého textu." -#: ../../../../inc/display.php:340 ../../../../inc/display.php:451 +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 msgid "Ban" msgstr "Zabanovat" -#: ../../../../inc/display.php:344 ../../../../inc/display.php:455 +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 msgid "Ban & Delete" msgstr "Zabanovat a smazat" -#: ../../../../inc/display.php:348 ../../../../inc/display.php:459 +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Delete file" msgstr "Smazat soubor" -#: ../../../../inc/display.php:348 ../../../../inc/display.php:459 +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Are you sure you want to delete this file?" msgstr "Určitě chceš smazat tento soubor?" -#: ../../../../inc/display.php:352 ../../../../inc/display.php:463 +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Spoiler File" msgstr "Zakrýt soubor" -#: ../../../../inc/display.php:352 ../../../../inc/display.php:463 +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Are you sure you want to spoiler this file?" msgstr "Určitě chceš zakrýt tento soubor?" -#: ../../../../inc/display.php:356 +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 msgid "Move reply to another board" msgstr "Přesunout odpověď na jiný board" -#: ../../../../inc/display.php:360 ../../../../inc/display.php:490 -#: ../../../../inc/mod/pages.php:1417 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 msgid "Edit post" msgstr "Upravit příspěvek" #. line 5 -#: ../../../../inc/display.php:439 +#: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 msgid "Delete" msgstr "Smazat" -#: ../../../../inc/display.php:439 +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 msgid "Are you sure you want to delete this?" msgstr "Určitě to chceš smazat?" -#: ../../../../inc/display.php:443 +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 msgid "Delete all posts by IP" msgstr "Smazat všechny příspěvky podle IP" -#: ../../../../inc/display.php:443 +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Určitě chceš smazat všechny příspěvky od této IP adresy?" -#: ../../../../inc/display.php:447 +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 msgid "Delete all posts by IP across all boards" msgstr "Smazat všechny příspěvky podle IP na všech boardech" -#: ../../../../inc/display.php:447 +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" -msgstr "" -"Určitě chceš smazat všechny příspěvky od této IP adresy, na všech boardech?" +msgstr "Určitě chceš smazat všechny příspěvky od této IP adresy, na všech boardech?" -#: ../../../../inc/display.php:468 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 msgid "Make thread not sticky" msgstr "Odlepit vlákno" -#: ../../../../inc/display.php:470 +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 msgid "Make thread sticky" msgstr "Přilepit vlákno" -#: ../../../../inc/display.php:474 +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 msgid "Allow thread to be bumped" msgstr "Povolit oživování vlákna" -#: ../../../../inc/display.php:476 +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 msgid "Prevent thread from being bumped" msgstr "Zakázat oživování vlákna" -#: ../../../../inc/display.php:481 +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 msgid "Unlock thread" msgstr "Odemknout vlákno" -#: ../../../../inc/display.php:483 +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 msgid "Lock thread" msgstr "Zamknout vlákno" -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 msgid "Move thread to another board" msgstr "Přesunout vlákno na jiný board" @@ -192,282 +253,398 @@ msgstr "Přesunout vlákno na jiný board" #. 2 weeks #. If you want to alter the algorithm a bit. Default value is 2. #. (n^x where x is the number of previous mutes) -#: ../../../../inc/config.php:342 +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 msgid "You have been muted for unoriginal content." msgstr "Byl jsi umlčen za neoriginální obsah." -#. The names on the post buttons. (On most imageboards, these are both just "Post"). -#: ../../../../inc/config.php:658 +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 msgid "New Topic" msgstr "Nové téma" -#: ../../../../inc/config.php:659 +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 msgid "New Reply" msgstr "Nová odpověď" #. Additional lines added to the footer of all pages. -#: ../../../../inc/config.php:670 +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." -msgstr "" -"Všechny ochranné známky, copyrighty, komentáře a obrázky na této stránce " -"jsou vlastnictvím svých autorů, kteří za ně nesou zodpovědnost." +msgstr "Všechny ochranné známky, copyrighty, komentáře a obrázky na této stránce jsou vlastnictvím svých autorů, kteří za ně nesou zodpovědnost." -#. #. * ==================== #. * Error messages #. * ==================== -#. #. Error messages -#: ../../../../inc/config.php:836 +#: ../../../../inc/config.php:866 msgid "Lurk some more before posting." msgstr "Než něco pošleš, zjisti si, jak to tu chodí." -#: ../../../../inc/config.php:837 +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 msgid "You look like a bot." msgstr "Vypadáš jako robot." -#: ../../../../inc/config.php:838 +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Tvůj prohlížeč neposlal žádný nebo poslal neplatný HTTP referer." -#: ../../../../inc/config.php:839 +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 #, php-format msgid "The %s field was too long." msgstr "Pole %s je příliš dlouhé." -#: ../../../../inc/config.php:840 +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 msgid "The body was too long." msgstr "Tělo je příliš dlouhé." -#: ../../../../inc/config.php:841 +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 msgid "The body was too short or empty." msgstr "Tělo je příliš krátké nebo prázdné." -#: ../../../../inc/config.php:842 +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 msgid "You must upload an image." msgstr "Musíš nahrát obrázek." -#: ../../../../inc/config.php:843 +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 msgid "The server failed to handle your upload." msgstr "Server nedokázal zpracovat tvůj upload." -#: ../../../../inc/config.php:844 +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 msgid "Unsupported image format." msgstr "Nepodporovaný formát obrázku." -#: ../../../../inc/config.php:845 +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 msgid "Invalid board!" msgstr "Neplatný board!" -#: ../../../../inc/config.php:846 +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 msgid "Thread specified does not exist." msgstr "Dané vlákno neexistuje." -#: ../../../../inc/config.php:847 +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 msgid "Thread locked. You may not reply at this time." msgstr "Vlákno bylo zamknuto. Teď na něj nemůžeš odpovídat." -#: ../../../../inc/config.php:848 +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 msgid "Thread has reached its maximum reply limit." msgstr "Vlákno dosáhlo limit na počet odpovědí." -#: ../../../../inc/config.php:849 +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 msgid "Thread has reached its maximum image limit." msgstr "Vlákno dosáhlo limit na počet obrázků." -#: ../../../../inc/config.php:850 +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 msgid "You didn't make a post." msgstr "Nic jsi neposlal." -#: ../../../../inc/config.php:851 +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 msgid "Flood detected; Post discarded." msgstr "Detekován flood; příspěvek zahozen." -#: ../../../../inc/config.php:852 +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 msgid "Your request looks automated; Post discarded." msgstr "Tvůj požadavek vypadá strojově; příspěvek zahozen." -#: ../../../../inc/config.php:853 +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 msgid "Unoriginal content!" msgstr "Neoriginální obsah!" -#: ../../../../inc/config.php:854 +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Neoriginální obsah! Byl jsi na %d sekund umlčen." -#: ../../../../inc/config.php:855 +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Byl jsi umlčen! Mluvit budeš moct až za %d sekund." -#: ../../../../inc/config.php:856 +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 #, php-format msgid "Your IP address is listed in %s." msgstr "Tvoje IP adresa figuruje v %s." -#: ../../../../inc/config.php:857 +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 msgid "Too many links; flood detected." msgstr "Příliš mnoho odkazů; detekován flood." -#: ../../../../inc/config.php:858 +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 msgid "Too many cites; post discarded." msgstr "Příliš mnoho citací; příspěvek zahozen." -#: ../../../../inc/config.php:859 +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 msgid "Too many cross-board links; post discarded." msgstr "Příliš mnoho odkazů napříč boardy; příspěvek zahozen." -#: ../../../../inc/config.php:860 +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 msgid "You didn't select anything to delete." msgstr "Nevybral jsi nic ke smazání." -#: ../../../../inc/config.php:861 +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 msgid "You didn't select anything to report." msgstr "Nevybral jsi nic k nahlášení." -#: ../../../../inc/config.php:862 +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 msgid "You can't report that many posts at once." msgstr "Nemůžeš nahlásit tolik příspěvků najednou." -#: ../../../../inc/config.php:863 +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 msgid "Wrong password…" msgstr "Špatné heslo…" -#: ../../../../inc/config.php:864 +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 msgid "Invalid image." msgstr "Neplatný obrázek." -#: ../../../../inc/config.php:865 +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 msgid "Unknown file extension." msgstr "Neznámá přípona souboru." -#: ../../../../inc/config.php:866 +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" -msgstr "" -"Maximální velikost souboru: %maxsz% bajtů
Velikost tvého souboru: %filesz" -"% bajtů" +msgstr "Maximální velikost souboru: %maxsz% bajtů
Velikost tvého souboru: %filesz% bajtů" -#: ../../../../inc/config.php:867 +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 msgid "The file was too big." msgstr "Soubor je příliš velký." -#: ../../../../inc/config.php:868 -msgid "Invalid archive!" -msgstr "Neplatný archiv!" - -#: ../../../../inc/config.php:869 +#: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 #, php-format msgid "That file already exists!" msgstr "Tenhle soubor už tu je!" -#: ../../../../inc/config.php:870 +#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 #, php-format msgid "That file already exists in this thread!" msgstr "Tenhle soubor tu už v tomhle vláknu je!" -#: ../../../../inc/config.php:871 +#: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 #, 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." -#: ../../../../inc/config.php:872 +#: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 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:873 +#: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 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:874 +#: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 msgid "You seem to have mistyped the verification." msgstr "Asi jsi se upsal u ověření." #. Moderator errors -#: ../../../../inc/config.php:877 +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " "users." -msgstr "" -"Najednou můžeš odbanovat jen %s uživatel. Zkusil jsi jich odbanovat %u." +msgstr "Najednou můžeš odbanovat jen %s uživatel. Zkusil jsi jich odbanovat %u." -#: ../../../../inc/config.php:878 +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 msgid "Invalid username and/or password." msgstr "Neplatné uživatelské jméno a/nebo heslo." -#: ../../../../inc/config.php:879 +#: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 msgid "You are not a mod…" msgstr "Nejsi moderátor…" -#: ../../../../inc/config.php:880 +#: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 msgid "" -"Invalid username and/or password. Your user may have been deleted or changed." -msgstr "" -"Neplatné uživatelské jméno a/nebo heslo. Tvůj uživatel mohl být smazán nebo " -"změněn." +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "Neplatné uživatelské jméno a/nebo heslo. Tvůj uživatel mohl být smazán nebo změněn." -#: ../../../../inc/config.php:881 +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 msgid "Invalid/malformed cookies." msgstr "Neplatné cookies." -#: ../../../../inc/config.php:882 +#: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 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:883 +#: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 #, php-format msgid "The %s field is required." msgstr "Pole %s je povinné." -#: ../../../../inc/config.php:884 +#: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 #, php-format msgid "The %s field was invalid." msgstr "Pole %s je neplatné." -#: ../../../../inc/config.php:885 +#: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 #, php-format msgid "There is already a %s board." msgstr "Board %s už tu je." -#: ../../../../inc/config.php:886 +#: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 msgid "You don't have permission to do that." msgstr "Na to nemáš oprávnění." -#: ../../../../inc/config.php:887 +#: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 msgid "That post doesn't exist…" msgstr "Ten příspěvek neexistuje…" -#: ../../../../inc/config.php:888 +#: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 msgid "Page not found." msgstr "Stránka nenalezena." -#: ../../../../inc/config.php:889 +#: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 #, php-format msgid "That mod already exists!" msgstr "Tento moderátor už existuje!" -#: ../../../../inc/config.php:890 +#: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 msgid "That theme doesn't exist!" msgstr "Toto téma neexistuje!" -#: ../../../../inc/config.php:891 +#: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 msgid "Invalid security token! Please go back and try again." msgstr "Neplatný bezpečností token! Vrať se, prosím, a zkus to znova." -#. Default public ban message. In public ban messages, %length% is replaced with "for x days" or +#. 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:1056 +#: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 +#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 +#: ../../../../inc/config.php:1187 msgid "USER WAS BANNED FOR THIS POST" msgstr "UŽIVATEL ZA PŘÍSPĚVEK DOSTAL BAN" -#: ../../../../inc/mod/pages.php:66 +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 msgid "Confirm action" msgstr "Potvrdit akci" -#: ../../../../inc/mod/pages.php:110 +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 msgid "Could not find current version! (Check .installed)" msgstr "Nemůžu najít současnou verzi! (Prověř .installed)" @@ -475,161 +652,187 @@ msgstr "Nemůžu najít současnou verzi! (Prověř .installed)" msgid "Dashboard" msgstr "Panel" -#: ../../../../inc/mod/pages.php:267 +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 msgid "There are no boards to search!" msgstr "Nejsou tu žádné boardy k prohledávání!" #. $results now contains the search results -#: ../../../../inc/mod/pages.php:335 +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 msgid "Search results" msgstr "Výsledky hledání" -#: ../../../../inc/mod/pages.php:431 +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 msgid "Edit board" msgstr "Upravit board" -#: ../../../../inc/mod/pages.php:481 +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 msgid "Couldn't open board after creation." msgstr "Nemůžu po založení otevřít board." -#: ../../../../inc/mod/pages.php:501 +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 msgid "New board" msgstr "Nový board" #. line 37 -#: ../../../../inc/mod/pages.php:548 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:118 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 msgid "Noticeboard" msgstr "Nástěnka" -#: ../../../../inc/mod/pages.php:609 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:191 +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 msgid "News" msgstr "Novinky" -#: ../../../../inc/mod/pages.php:649 ../../../../inc/mod/pages.php:676 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:72 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:288 +#: ../../../../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 "Log moderací" -#. line 102 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 #. line 20 -#: ../../../../inc/mod/pages.php:833 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:264 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:68 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#: ../../../../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 169 -#: ../../../../inc/mod/pages.php:843 ../../../../inc/mod/pages.php:1359 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:429 +#. 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 msgid "New ban" msgstr "Nový ban" -#: ../../../../inc/mod/pages.php:926 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:253 +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 msgid "Ban list" msgstr "Banlist" -#: ../../../../inc/mod/pages.php:1097 +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 msgid "Move reply" msgstr "Přesunout odpověď" -#: ../../../../inc/mod/pages.php:1123 +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 msgid "Target and source board are the same." msgstr "Cílový a zdrojový board se shodují." -#: ../../../../inc/mod/pages.php:1288 +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 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:1292 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:111 +#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 msgid "Move thread" msgstr "Přesunout vlákno" -#: ../../../../inc/mod/pages.php:1679 ../../../../inc/mod/pages.php:1732 +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 msgid "Edit user" msgstr "Upravit uživatele" -#: ../../../../inc/mod/pages.php:1745 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:262 +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 msgid "Manage users" msgstr "Správa uživatel" #. deleted? -#: ../../../../inc/mod/pages.php:1807 ../../../../inc/mod/pages.php:1880 +#: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 +#: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 msgid "New PM for" msgstr "Nová SZ pro" -#: ../../../../inc/mod/pages.php:1811 +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 msgid "Private message" msgstr "Soukromá zpráva" #. line 68 -#: ../../../../inc/mod/pages.php:1832 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:197 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 msgid "PM inbox" msgstr "Schránka SZ" -#: ../../../../inc/mod/pages.php:1944 ../../../../inc/mod/pages.php:1948 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:297 +#: ../../../../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 msgid "Rebuild" msgstr "Přebudovat" -#: ../../../../inc/mod/pages.php:2034 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:235 +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 msgid "Report queue" msgstr "Fronta nahlášených příspěvků" -#: ../../../../inc/mod/pages.php:2102 ../../../../inc/mod/pages.php:2201 +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 msgid "Config editor" msgstr "Editor konfigurace" -#: ../../../../inc/mod/pages.php:2217 +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 msgid "Themes directory doesn't exist!" msgstr "Adresář s tématy neexistuje!" -#: ../../../../inc/mod/pages.php:2219 +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 msgid "Cannot open themes directory; check permissions." msgstr "Nemůžu otevřít adresář s tématy; prověř oprávnění." -#: ../../../../inc/mod/pages.php:2233 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:279 +#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 msgid "Manage themes" msgstr "Správa témat" -#: ../../../../inc/mod/pages.php:2295 +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 #, php-format msgid "Installed theme: %s" msgstr "Nainstalované téma: %s" -#: ../../../../inc/mod/pages.php:2306 +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 #, php-format msgid "Configuring theme: %s" msgstr "Konfiguruju téma: %s" -#: ../../../../inc/mod/pages.php:2334 +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 #, php-format msgid "Rebuilt theme: %s" msgstr "Téma přebudováno: %s" -#: ../../../../inc/mod/pages.php:2373 +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 msgid "Debug: Anti-spam" msgstr "Debug: Antispam" -#: ../../../../inc/mod/pages.php:2397 +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 msgid "Debug: Recent posts" msgstr "Debug: Poslední příspěvky" -#: ../../../../inc/mod/pages.php:2421 +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 msgid "Debug: SQL" msgstr "Debug: SQL" #. Print error -#: ../../../../inc/database.php:72 +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 msgid "Database error: " msgstr "Chyba databáze: " @@ -641,690 +844,1612 @@ msgstr "Mám ban?" msgid "You are not banned." msgstr "Nemáš ban." -#. line 2 -#. line 5 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:22 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:28 -msgid "Phrase:" -msgstr "Fráze:" - -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:35 -msgid "Posts" -msgstr "Příspěvky" - -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:46 -msgid "IP address notes" -msgstr "Poznámky k IP adrese" +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "Návrat" -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:59 -msgid "Bans" -msgstr "Bany" +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "Chybová informace" -#. line 16 #. line 2 -#. line 13 -#. line 112 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:80 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:22 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:63 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:322 -#: ../../../../search.php:168 -msgid "Search" -msgstr "Hledat" +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Smazat příspěvek" -#. line 18 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:85 -msgid "" -"(Search is case-insensitive and based on keywords. To match exact phrases, " -"use \"quotes\". Use an asterisk (*) for wildcard.)" -msgstr "" -"(Vyhledávání je založeno na klíčových slovech a nezohledňuje velikost " -"písmen. Pro vyhledávání přesných frází použij \"uvozovky\". Hvězdička (*) " -"funguje jako zástupný znak.)" +#. 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 +#: ../../../../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 +msgid "File" +msgstr "Soubor" + +#. 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 +#: ../../../../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 +msgid "Password" +msgstr "Heslo" #. line 8 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:37 -msgid "Select board" -msgstr "Vybrat board" +#. 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 +#: ../../../../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 +msgid "Reason" +msgstr "Důvod" -#. line 17 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:70 -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 "" -"Vyhledávání je založeno na klíčových slovech a nezohledňuje velikost písmen. " -"Pro vyhledávání přesných frází použij \"uvozovky\". Hvězdička (*) funguje " -"jako zástupný znak.

Ve vyhledávání " -"můžeš použít následující filtry: id, thread, subject a name. Filtr se aplikuje " -"přidáním např. name:Anonymous nebo subject:\"Nějaké vlákno\" na konec dotazu. Ve filtrech nelze použít zástupné znaky." +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Nahlásit" -#. line 2 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:22 -msgid "Boards" -msgstr "Boardy" +#: ../../../../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 +msgid "Return to dashboard" +msgstr "Zpět na panel" -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:76 -msgid "edit" -msgstr "upravit" +#. 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 "Režim příspěvku: odpověď" -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:94 -msgid "Create new board" -msgstr "Vytvořit nový board" +#: ../../../../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 "Návrat" -#. line 32 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:105 -msgid "Messages" -msgstr "Zprávy" +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "(Žádné novinky k zobrazení.)" -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:143 -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:107 #: ../../../../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 "bez předmětu" -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:185 -msgid "View all noticeboard entries" -msgstr "Zobrazit všechny příspěvky na nástěnce" - -#. line 76 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:219 -msgid "Administration" -msgstr "Administrace" +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#: ../../../../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 "od" -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:270 -msgid "Change password" -msgstr "Změnit heslo" +#. 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 "v" -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:306 -msgid "Configuration" -msgstr "Konfigurace" +#. 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] "%count% odpověď" +msgstr[1] "%count% odpovědi" +msgstr[2] "%count% odpovědí" -#. line 124 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:345 -msgid "Other" -msgstr "Ostatní" +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "Soubor:" -#. line 136 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:379 -msgid "Debug" -msgstr "Debug" +#: ../../../../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 +msgid "Spoiler Image" +msgstr "Zakrýt obrázek" -#. line 138 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:384 -msgid "Anti-spam" -msgstr "Antispam" +#: ../../../../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 +msgid "Reply" +msgstr "Odpovědět" -#. line 139 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:388 -msgid "Recent posts" -msgstr "Poslední příspěvky" +#: ../../../../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 +msgid "View All" +msgstr "" -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:395 -msgid "SQL" -msgstr "SQL" +#: ../../../../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 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../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 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "%count% příspěvek" +msgstr[1] "%count% příspěvky" +msgstr[2] "%count% příspěvků" -#. line 161 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:434 -msgid "User account" -msgstr "Uživatelský účet" +#: ../../../../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 +msgid "and" +msgstr "a" -#. line 164 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:440 -msgid "Logout" -msgstr "Odhlásit" +#: ../../../../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 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "%count% obrázková odpověď" +msgstr[1] "%count% obrázkové odpovědi" +msgstr[2] "%count% obrázkových odpovědí" -#. line 3 -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:24 -msgid "New post" -msgstr "Nový příspěvek" +#: ../../../../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 +msgid "omitted. Click reply to view." +msgstr "vynecháno. Klikni na Odpovědět pro zobrazení." #. line 7 #. line 14 -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:31 +#. 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 #: ../../../../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 "Jméno" -#. line 11 +#. 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 "Email" + #. line 23 #. line 46 -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:41 +#. 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 #: ../../../../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 "Předmět" -#. line 15 -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:48 +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "Aktualizovat" + +#. 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 "Komentář" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "Právě upravuješ čisté HTML." + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "Nechceš raději upravovat značkovací jazyk?" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "Nechceš raději upravovat čisté HTML?" + +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "Ověření" + +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "" + +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "Vložit" + +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +msgid "Flags" +msgstr "Flagy" + +#. 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 +#: ../../../../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 +msgid "Sticky" +msgstr "Přilepené" + +#. 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 +#: ../../../../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 +msgid "Lock" +msgstr "Zamknout" + +#. 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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "Čisté HTML" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "(Pro smazání souboru.)" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "Vyhledávání příspěvků není povolené." + +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "Před dalším pokusem o vyhledávání chvíli počkej, prosím." + +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "Dotaz je příliš široký." + +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "%d výsledek v" +msgstr[1] "%d výsledky v" +msgstr[2] "%d výsledků v" + +#: ../../../../search.php:163 +msgid "No results." +msgstr "Žádné výsledky." + +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Hledat" + +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "" + +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "" + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +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 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "Boardy" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "upravit" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "Vytvořit nový board" + +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "Zprávy" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "Zobrazit všechny příspěvky na nástěnce" + +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "Administrace" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "Změnit heslo" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Configuration" +msgstr "Konfigurace" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "Ostatní" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "Debug" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "Antispam" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "Poslední příspěvky" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "SQL" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "Uživatelský účet" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +msgid "Logout" +msgstr "Odhlásit" + +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 +msgid "New post" +msgstr "Nový příspěvek" + +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" msgstr "Tělo" -#. line 20 -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:56 +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 msgid "Post to noticeboard" msgstr "Připíchnout na nástěnku" -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:81 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 msgid "delete" msgstr "smazat" -#. line 43 -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:116 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 -msgid "by" -msgstr "od" - -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:129 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:120 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:394 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:493 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:244 +#: ../../../../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 "smazáno?" -#. line 49 -#: ../../../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:137 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:95 -msgid "at" -msgstr "v" +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "" #. line 24 -#. line 62 -#. line 150 -#. line 180 -#. line 14 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:78 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:179 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:380 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:453 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:60 +#. 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 +#: ../../../../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 "Personál" #. line 25 -#. line 67 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:82 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:190 +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 msgid "Note" msgstr "Poznámka" #. line 26 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:86 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 msgid "Date" msgstr "Datum" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:93 +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 msgid "Actions" msgstr "Akce" #. line 49 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:151 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 msgid "remove" msgstr "smazat" -#. line 75 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:201 +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 msgid "New note" msgstr "Nová poznámka" -#. line 92 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:240 +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" msgstr "Stav" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:248 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 msgid "Expired" msgstr "Vypršel" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:254 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 msgid "Active" msgstr "Aktivní" -#. line 106 -#. line 8 -#. line 5 -#. line 32 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:274 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:36 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:34 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:96 -msgid "Reason" -msgstr "Důvod" - -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:288 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 msgid "no reason" msgstr "bez důvodu" -#. line 116 -#. line 182 -#. line 9 +#. 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 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:298 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:461 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:40 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:23 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:157 +#: ../../../../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 "Board" #. line 71 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:312 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:126 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:74 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:166 +#: ../../../../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 "všechny boardy" -#. line 126 -#. line 10 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:322 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:44 +#. 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 +#: ../../../../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 "Nastavit" -#. line 130 -#. line 12 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:332 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:52 +#. 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 +#: ../../../../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 "Vyprší" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:346 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:166 +#: ../../../../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 "nikdy" -#. line 140 -#. line 13 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:356 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:56 +#. 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 +#: ../../../../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 "Naposledy viděn" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:364 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:194 +#: ../../../../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 "Ano" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:370 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:200 +#: ../../../../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 "Ne" -#. line 161 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:408 +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 msgid "Remove ban" msgstr "Sundat ban" -#. line 181 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:457 +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#: ../../../../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 "Čas" -#. line 183 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:465 +#. 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 +#: ../../../../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 "Akce" -#: ../../../../templates/cache/72/55/0d64283f30702de83ecfcb71f86a.php:28 -msgid "There are no reports." -msgstr "Nic nebylo nahlášeno." +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "(nebo subnet)" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "skryté" + +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "Zpráva" + +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "veřejné; připojeno k příspěvku" + +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "Délka" + +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "Nový ban" + +#. 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 "Fráze:" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "Příspěvky" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "Poznámky k IP adrese" -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:22 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "Bany" + +#. 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 "(Vyhledávání je založeno na klíčových slovech a nezohledňuje velikost písmen. Pro vyhledávání přesných frází použij \"uvozovky\". Hvězdička (*) funguje jako zástupný znak.)" + +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 msgid "There are no active bans." msgstr "Nejsou žádné aktivní bany." -#. line 7 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:32 +#. 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 "IP adresa/maska" -#. line 11 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:48 +#. 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 "Doba trvání" -#. line 91 -#: ../../../../templates/cache/ab/22/de7b6303f63ea04fb419413cf04c.php:262 +#. line 92 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 msgid "Unban selected" msgstr "Vybrán unban" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:36 +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Uživatelské jméno" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Pokračovat" + +#. 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 "Nic nebylo nahlášeno." + +#: ../../../../post.php:802 ../../../../post.php:811 +msgid "That ban doesn't exist or is not for you." +msgstr "" + +#: ../../../../post.php:806 ../../../../post.php:815 +msgid "You cannot appeal a ban of this length." +msgstr "" + +#: ../../../../post.php:813 ../../../../post.php:822 +msgid "You cannot appeal this ban again." +msgstr "" + +#: ../../../../post.php:818 ../../../../post.php:827 +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 "Měl jsi ban! ;_;" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:42 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 msgid "You are banned! ;_;" msgstr "Máš ban! ;_;" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:53 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 msgid "You were banned from" msgstr "Dostal jsi ban na" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:59 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 msgid "You have been banned from" msgstr "Máš ban na" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:83 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 msgid "for the following reason:" msgstr "s tímto odůvodněním:" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:89 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 msgid "for an unspecified reason." msgstr "kvůli blíže neurčenému důvodu." #. line 32 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:111 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 msgid "Your ban was filed on" msgstr "Tvůj ban byl zadán" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:117 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:537 -msgid "and" -msgstr "a" - #. line 51 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:124 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:157 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:123 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:156 msgid "has since expired. Refresh the page to continue." msgstr "od té doby už vypršel. Pro pokračování obnov stránku." -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:130 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 msgid "expires" msgstr "vyprší za" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:134 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 msgid "from now, which is on" msgstr "což je v" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:184 -msgid "will not expire" -msgstr "nevyprší" +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "nevyprší" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "Tvoje IP adresa je" + +#. 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 +msgid "You submitted an appeal for this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +msgid "You appealed this ban on" +msgstr "" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +msgid "and it was denied." +msgstr "" -#. line 78 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:193 -msgid "Your IP address is" -msgstr "Tvoje IP adresa je" +#. 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 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" -#. line 6 -#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 -msgid "Go back" -msgstr "Návrat" +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "" -#. line 13 -#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 -msgid "Error information" -msgstr "Chybová informace" +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +msgid "You may appeal this ban. Please enter your reasoning below." +msgstr "" -#. line 2 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -msgid "Delete Post" -msgstr "Smazat příspěvek" +#. 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 -#. line 84 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 -msgid "File" -msgstr "Soubor" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "" -#. line 14 -#. line 140 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:45 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:372 -msgid "Password" -msgstr "Heslo" +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "" -#. line 10 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 -msgid "Report" -msgstr "Nahlásit" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "" -#. line 6 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:31 -msgid "Username" -msgstr "Uživatelské jméno" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "" -#. line 23 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:57 -msgid "Continue" -msgstr "Pokračovat" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 +msgid "none" +msgstr "" -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:149 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:134 -#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:65 -msgid "Return to dashboard" -msgstr "Zpět na panel" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 +msgid "Promote" +msgstr "" -#. line 7 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:41 -msgid "Report date" -msgstr "Datum nahlášení" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 +msgid "Demote" +msgstr "" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:51 -msgid "Reported by" -msgstr "Nahlásil" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 +msgid "Are you sure you want to demote yourself?" +msgstr "" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:70 -msgid "Discard abuse report" -msgstr "Zahodit náhlášení" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 +msgid "log" +msgstr "" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:88 -msgid "Discard all abuse reports by this IP address" -msgstr "Zahodit všechna nahlášení od této IP adresy" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 +msgid "PM" +msgstr "" #. line 6 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:33 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 msgid "Thread ID" msgstr "ID vlákna" #. line 14 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:48 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 msgid "Leave shadow thread" msgstr "Ponechat stínové vlákno" #. line 18 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:55 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 msgid "locks thread; replies to it with a link." msgstr "zamkne vlákno; odpovědi přes odkaz." #. line 22 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:62 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 msgid "Target board" msgstr "Cílový board" -#. line 39 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:143 -msgid "Posting mode: Reply" -msgstr "Režim příspěvku: odpověď" - -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:147 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:200 -msgid "Return" -msgstr "Návrat" +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "Vybrat board" -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:70 -msgid "(or subnet)" -msgstr "(nebo subnet)" +#. 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 "Vyhledávání je založeno na klíčových slovech a nezohledňuje velikost písmen. Pro vyhledávání přesných frází použij \"uvozovky\". Hvězdička (*) funguje jako zástupný znak.

Ve vyhledávání můžeš použít následující filtry: id, thread, subject a name. Filtr se aplikuje přidáním např. name:Anonymous nebo subject:\"Nějaké vlákno\" na konec dotazu. Ve filtrech nelze použít zástupné znaky." -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:85 -msgid "hidden" -msgstr "skryté" +#. line 2 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 +msgid "Are you sure you want to do that?" +msgstr "" -#. line 41 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:114 -msgid "Message" -msgstr "Zpráva" +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 +msgid "Click to proceed to" +msgstr "" -#. line 46 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:130 -msgid "public; attached to post" -msgstr "veřejné; připojeno k příspěvku" +#. 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 58 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:147 -msgid "Length" -msgstr "Délka" +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "Datum nahlášení" -#. line 88 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:209 -msgid "New Ban" -msgstr "Nový ban" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "Nahlásil" -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 -msgid "(No news to show.)" -msgstr "(Žádné novinky k zobrazení.)" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "Zahodit náhlášení" -#. line 28 -#: ../../../../templates/cache/4b/3e/915cc5ac5fe144c331207c656528.php:99 -msgid "1 reply" -msgid_plural "%count% replies" -msgstr[0] "%count% odpověď" -msgstr[1] "%count% odpovědi" -msgstr[2] "%count% odpovědí" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "Zahodit všechna nahlášení od této IP adresy" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 -msgid "File:" -msgstr "Soubor:" +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +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 -msgid "Spoiler Image" -msgstr "Zakrýt obrázek" +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:503 -msgid "Reply" -msgstr "Odpovědět" +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:531 -msgid "1 post" -msgid_plural "%count% posts" -msgstr[0] "%count% příspěvek" -msgstr[1] "%count% příspěvky" -msgstr[2] "%count% příspěvků" +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:549 -msgid "1 image reply" -msgid_plural "%count% image replies" -msgstr[0] "%count% obrázková odpověď" -msgstr[1] "%count% obrázkové odpovědi" -msgstr[2] "%count% obrázkových odpovědí" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:554 -msgid "omitted. Click reply to view." -msgstr "vynecháno. Klikni na Odpovědět pro zobrazení." +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 +msgid "Version" +msgstr "" #. line 15 -#. line 24 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 -msgid "Email" -msgstr "Email" - -#. line 27 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 -msgid "Update" -msgstr "Aktualizovat" - -#. line 32 -#. line 57 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 -msgid "Comment" -msgstr "Komentář" - -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 -msgid "Currently editing raw HTML." -msgstr "Právě upravuješ čisté HTML." - -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 -msgid "Edit markup instead?" -msgstr "Nechceš raději upravovat značkovací jazyk?" - -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 -msgid "Edit raw HTML instead?" -msgstr "Nechceš raději upravovat čisté HTML?" - -#. line 73 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 -msgid "Verification" -msgstr "Ověření" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 +msgid "Description" +msgstr "" -#. line 94 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:269 -msgid "Oekaki" -msgstr "Oekaki" +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 +msgid "Thumbnail" +msgstr "" -#. line 108 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:290 -msgid "Embed" -msgstr "Vložit" +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "" -#. line 120 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:314 -msgid "Flags" -msgstr "Flagy" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 +msgid "Reconfigure" +msgstr "" -#. line 124 -#. line 125 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:324 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:328 -msgid "Sticky" -msgstr "Přilepené" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 +msgid "Install" +msgstr "" -#. line 128 -#. line 129 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:338 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:342 -msgid "Lock" -msgstr "Zamknout" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "" -#. line 132 -#. line 133 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:352 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:356 -msgid "Raw HTML" -msgstr "Čisté HTML" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "" -#. line 145 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:382 -msgid "(For file deletion.)" -msgstr "(Pro smazání souboru.)" +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "" -#: ../../../../search.php:5 -msgid "Post search is disabled" -msgstr "Vyhledávání příspěvků není povolené." +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "" -#: ../../../../search.php:25 ../../../../search.php:31 -msgid "Wait a while before searching again, please." -msgstr "Před dalším pokusem o vyhledávání chvíli počkej, prosím." +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "" -#: ../../../../search.php:131 -msgid "Query too broad." -msgstr "Dotaz je příliš široký." +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "" -#: ../../../../search.php:152 -#, php-format -msgid "%d result in" -msgid_plural "%d results in" -msgstr[0] "%d výsledek v" -msgstr[1] "%d výsledky v" -msgstr[2] "%d výsledků v" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" +msgstr "" -#: ../../../../search.php:163 -msgid "No results." -msgstr "Žádné výsledky." +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 +msgid "View more logs for this user." +msgstr "" diff --git a/inc/locale/de_DE/LC_MESSAGES/javascript.js b/inc/locale/de_DE/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..e4e2cd8e --- /dev/null +++ b/inc/locale/de_DE/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = []; \ No newline at end of file diff --git a/inc/locale/de_DE/LC_MESSAGES/javascript.po b/inc/locale/de_DE/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..0ca7e9af --- /dev/null +++ b/inc/locale/de_DE/LC_MESSAGES/javascript.po @@ -0,0 +1,565 @@ +# 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-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/de_DE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "" + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "" + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "" + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "" + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "" + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" diff --git a/inc/locale/de_DE/LC_MESSAGES/tinyboard.mo b/inc/locale/de_DE/LC_MESSAGES/tinyboard.mo new file mode 100644 index 00000000..ed1a6c24 Binary files /dev/null and b/inc/locale/de_DE/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/de_DE/LC_MESSAGES/tinyboard.po b/inc/locale/de_DE/LC_MESSAGES/tinyboard.po new file mode 100644 index 00000000..e72e1068 --- /dev/null +++ b/inc/locale/de_DE/LC_MESSAGES/tinyboard.po @@ -0,0 +1,2444 @@ +# 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-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/de_DE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +msgid "Previous" +msgstr "" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 +msgid "Next" +msgstr "" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "" + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 +msgid "Login" +msgstr "" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "" + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "" + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 +msgid "You look like a bot." +msgstr "" + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "" + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 +#, php-format +msgid "The %s field was too long." +msgstr "" + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 +msgid "The body was too long." +msgstr "" + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 +msgid "The body was too short or empty." +msgstr "" + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 +msgid "You must upload an image." +msgstr "" + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 +msgid "The server failed to handle your upload." +msgstr "" + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 +msgid "Unsupported image format." +msgstr "" + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 +msgid "Invalid board!" +msgstr "" + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 +msgid "Thread specified does not exist." +msgstr "" + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 +msgid "Thread locked. You may not reply at this time." +msgstr "" + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "" + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "" + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 +msgid "You didn't make a post." +msgstr "" + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 +msgid "Flood detected; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 +msgid "Your request looks automated; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 +msgid "Unoriginal content!" +msgstr "" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "" + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "" + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "" + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 +msgid "Too many links; flood detected." +msgstr "" + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 +msgid "Too many cites; post discarded." +msgstr "" + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 +msgid "Too many cross-board links; post discarded." +msgstr "" + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 +msgid "You didn't select anything to delete." +msgstr "" + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 +msgid "You didn't select anything to report." +msgstr "" + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 +msgid "You can't report that many posts at once." +msgstr "" + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 +msgid "Wrong password…" +msgstr "" + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 +msgid "Invalid image." +msgstr "" + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 +msgid "Unknown file extension." +msgstr "" + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 +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 +#, 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 +#, 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 +#, 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 +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 +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 +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 +#, 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 +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 +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 +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 +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 +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 +#, 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 +#, 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 +#, 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 +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 +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 +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 +#, 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 +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 +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 +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 +#: ../../../../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 +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 "" + +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +msgid "Target and source board are the same." +msgstr "" + +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +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 +msgid "Move thread" +msgstr "" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +msgid "Edit user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +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 +msgid "New PM for" +msgstr "" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +msgid "Private message" +msgstr "" + +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +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 +msgid "Rebuild" +msgstr "" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +msgid "Report queue" +msgstr "" + +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +msgid "Config editor" +msgstr "" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +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 +msgid "Manage themes" +msgstr "" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +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 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +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 +#: ../../../../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 +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 +#: ../../../../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 +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 +#: ../../../../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 +msgid "Reason" +msgstr "" + +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +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 +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 +#: ../../../../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 +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 +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 +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 +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 +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 +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 +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 +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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "" + +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "" + +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +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 +#: ../../../../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 +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 +#: ../../../../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 +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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "" + +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "" + +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "" + +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../search.php:163 +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 +#: ../../../../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 +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 +msgid "Ban appeals" +msgstr "" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "" + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +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 +#: ../../../../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 +msgid "Configuration" +msgstr "" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +msgid "That ban doesn't exist or is not for you." +msgstr "" + +#: ../../../../post.php:806 ../../../../post.php:815 +msgid "You cannot appeal a ban of this length." +msgstr "" + +#: ../../../../post.php:813 ../../../../post.php:822 +msgid "You cannot appeal this ban again." +msgstr "" + +#: ../../../../post.php:818 ../../../../post.php:827 +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 +msgid "You submitted an appeal for this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +msgid "You appealed this ban on" +msgstr "" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +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 +#: ../../../../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 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +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 "" diff --git a/inc/locale/en/LC_MESSAGES/javascript.po b/inc/locale/en/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..d7a37b88 --- /dev/null +++ b/inc/locale/en/LC_MESSAGES/javascript.po @@ -0,0 +1,565 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "" + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "" + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "" + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "" + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "" + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" diff --git a/inc/locale/en/LC_MESSAGES/tinyboard.po b/inc/locale/en/LC_MESSAGES/tinyboard.po new file mode 100644 index 00000000..242939f4 --- /dev/null +++ b/inc/locale/en/LC_MESSAGES/tinyboard.po @@ -0,0 +1,2459 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +msgid "" +msgstr "" +"Project-Id-Version: vichan 4.4.98-pre\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=0;\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + + + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + + + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + + + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +msgid "Previous" +msgstr "" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 +msgid "Next" +msgstr "" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "" + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 +msgid "Login" +msgstr "" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "" + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "" + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. +#. * ==================== +#. * Error messages +#. * ==================== +#. +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 +msgid "You look like a bot." +msgstr "" + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "" + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 +#, php-format +msgid "The %s field was too long." +msgstr "" + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 +msgid "The body was too long." +msgstr "" + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 +msgid "The body was too short or empty." +msgstr "" + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 +msgid "You must upload an image." +msgstr "" + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 +msgid "The server failed to handle your upload." +msgstr "" + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 +msgid "Unsupported image format." +msgstr "" + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 +msgid "Invalid board!" +msgstr "" + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 +msgid "Thread specified does not exist." +msgstr "" + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 +msgid "Thread locked. You may not reply at this time." +msgstr "" + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "" + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "" + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 +msgid "You didn't make a post." +msgstr "" + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 +msgid "Flood detected; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 +msgid "Your request looks automated; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 +msgid "Unoriginal content!" +msgstr "" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "" + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "" + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "" + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 +msgid "Too many links; flood detected." +msgstr "" + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 +msgid "Too many cites; post discarded." +msgstr "" + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 +msgid "Too many cross-board links; post discarded." +msgstr "" + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 +msgid "You didn't select anything to delete." +msgstr "" + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 +msgid "You didn't select anything to report." +msgstr "" + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 +msgid "You can't report that many posts at once." +msgstr "" + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 +msgid "Wrong password…" +msgstr "" + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 +msgid "Invalid image." +msgstr "" + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 +msgid "Unknown file extension." +msgstr "" + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 +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 +#, 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 +#, 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 +#, 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 +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 +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 +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 +#, 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 +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 +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 +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 +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 +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 +#, 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 +#, 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 +#, 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 +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 +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 +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 +#, 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 +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 +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 +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 +#: ../../../../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 +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 "" + +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +msgid "Target and source board are the same." +msgstr "" + +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +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 +msgid "Move thread" +msgstr "" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +msgid "Edit user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +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 +msgid "New PM for" +msgstr "" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +msgid "Private message" +msgstr "" + +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +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 +msgid "Rebuild" +msgstr "" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +msgid "Report queue" +msgstr "" + +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +msgid "Config editor" +msgstr "" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +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 +msgid "Manage themes" +msgstr "" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +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 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +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 +#: ../../../../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 +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 +#: ../../../../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 +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 +#: ../../../../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 +msgid "Reason" +msgstr "" + +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +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 +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 +#: ../../../../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 +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 +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 +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 +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 +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 +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 +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 +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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "" + +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "" + +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +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 +#: ../../../../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 +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 +#: ../../../../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 +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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "" + +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "" + +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "" + +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "" +msgstr[1] "" + + + +#: ../../../../search.php:163 +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 +#: ../../../../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 +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 +msgid "Ban appeals" +msgstr "" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "" + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +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 +#: ../../../../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 +msgid "Configuration" +msgstr "" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +msgid "That ban doesn't exist or is not for you." +msgstr "" + +#: ../../../../post.php:806 ../../../../post.php:815 +msgid "You cannot appeal a ban of this length." +msgstr "" + +#: ../../../../post.php:813 ../../../../post.php:822 +msgid "You cannot appeal this ban again." +msgstr "" + +#: ../../../../post.php:818 ../../../../post.php:827 +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 +msgid "You submitted an appeal for this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +msgid "You appealed this ban on" +msgstr "" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +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 +#: ../../../../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 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +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 "" diff --git a/inc/locale/en_AU/LC_MESSAGES/javascript.js b/inc/locale/en_AU/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..e4e2cd8e --- /dev/null +++ b/inc/locale/en_AU/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = []; \ No newline at end of file diff --git a/inc/locale/en_AU/LC_MESSAGES/javascript.po b/inc/locale/en_AU/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..322d0ff5 --- /dev/null +++ b/inc/locale/en_AU/LC_MESSAGES/javascript.po @@ -0,0 +1,565 @@ +# 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-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: English (Australia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "" + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "" + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "" + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "" + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "" + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" diff --git a/inc/locale/en_AU/LC_MESSAGES/tinyboard.mo b/inc/locale/en_AU/LC_MESSAGES/tinyboard.mo new file mode 100644 index 00000000..ea3d466e Binary files /dev/null and b/inc/locale/en_AU/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/en_AU/LC_MESSAGES/tinyboard.po b/inc/locale/en_AU/LC_MESSAGES/tinyboard.po new file mode 100644 index 00000000..0f1cdf12 --- /dev/null +++ b/inc/locale/en_AU/LC_MESSAGES/tinyboard.po @@ -0,0 +1,2444 @@ +# 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-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: English (Australia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +msgid "Previous" +msgstr "" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 +msgid "Next" +msgstr "" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "" + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 +msgid "Login" +msgstr "" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "" + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "" + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 +msgid "You look like a bot." +msgstr "" + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "" + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 +#, php-format +msgid "The %s field was too long." +msgstr "" + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 +msgid "The body was too long." +msgstr "" + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 +msgid "The body was too short or empty." +msgstr "" + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 +msgid "You must upload an image." +msgstr "" + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 +msgid "The server failed to handle your upload." +msgstr "" + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 +msgid "Unsupported image format." +msgstr "" + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 +msgid "Invalid board!" +msgstr "" + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 +msgid "Thread specified does not exist." +msgstr "" + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 +msgid "Thread locked. You may not reply at this time." +msgstr "" + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "" + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "" + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 +msgid "You didn't make a post." +msgstr "" + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 +msgid "Flood detected; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 +msgid "Your request looks automated; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 +msgid "Unoriginal content!" +msgstr "" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "" + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "" + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "" + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 +msgid "Too many links; flood detected." +msgstr "" + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 +msgid "Too many cites; post discarded." +msgstr "" + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 +msgid "Too many cross-board links; post discarded." +msgstr "" + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 +msgid "You didn't select anything to delete." +msgstr "" + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 +msgid "You didn't select anything to report." +msgstr "" + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 +msgid "You can't report that many posts at once." +msgstr "" + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 +msgid "Wrong password…" +msgstr "" + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 +msgid "Invalid image." +msgstr "" + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 +msgid "Unknown file extension." +msgstr "" + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 +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 +#, 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 +#, 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 +#, 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 +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 +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 +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 +#, 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 +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 +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 +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 +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 +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 +#, 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 +#, 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 +#, 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 +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 +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 +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 +#, 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 +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 +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 +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 +#: ../../../../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 +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 "" + +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +msgid "Target and source board are the same." +msgstr "" + +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +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 +msgid "Move thread" +msgstr "" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +msgid "Edit user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +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 +msgid "New PM for" +msgstr "" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +msgid "Private message" +msgstr "" + +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +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 +msgid "Rebuild" +msgstr "" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +msgid "Report queue" +msgstr "" + +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +msgid "Config editor" +msgstr "" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +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 +msgid "Manage themes" +msgstr "" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +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 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +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 +#: ../../../../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 +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 +#: ../../../../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 +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 +#: ../../../../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 +msgid "Reason" +msgstr "" + +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +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 +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 +#: ../../../../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 +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 +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 +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 +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 +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 +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 +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 +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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "" + +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "" + +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +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 +#: ../../../../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 +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 +#: ../../../../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 +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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "" + +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "" + +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "" + +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../search.php:163 +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 +#: ../../../../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 +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 +msgid "Ban appeals" +msgstr "" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "" + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +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 +#: ../../../../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 +msgid "Configuration" +msgstr "" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +msgid "That ban doesn't exist or is not for you." +msgstr "" + +#: ../../../../post.php:806 ../../../../post.php:815 +msgid "You cannot appeal a ban of this length." +msgstr "" + +#: ../../../../post.php:813 ../../../../post.php:822 +msgid "You cannot appeal this ban again." +msgstr "" + +#: ../../../../post.php:818 ../../../../post.php:827 +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 +msgid "You submitted an appeal for this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +msgid "You appealed this ban on" +msgstr "" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +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 +#: ../../../../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 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +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 "" diff --git a/inc/locale/es_ES/LC_MESSAGES/javascript.po b/inc/locale/es_ES/LC_MESSAGES/javascript.po index 29a22118..985cb8d2 100644 --- a/inc/locale/es_ES/LC_MESSAGES/javascript.po +++ b/inc/locale/es_ES/LC_MESSAGES/javascript.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-23 19:40+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/es_ES/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 msgid "Style: " @@ -332,19 +332,23 @@ msgid "Posting..." msgstr "Posteando..." #: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 msgid "Upload URL" msgstr "Subir URL" #: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 msgid "Spoiler Image" msgstr "Imagen Spoiler" #: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 msgid "Comment" msgstr "Comentario" #: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 #: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 msgid "Quick Reply" msgstr "Respuesta rápida" @@ -531,3 +535,31 @@ msgstr "am" #: ../../../../js/local-time.js:36 msgid "pm" msgstr "pm" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" diff --git a/inc/locale/es_ES/LC_MESSAGES/tinyboard.mo b/inc/locale/es_ES/LC_MESSAGES/tinyboard.mo index 08ca244b..0fda05cc 100644 Binary files a/inc/locale/es_ES/LC_MESSAGES/tinyboard.mo and b/inc/locale/es_ES/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/es_ES/LC_MESSAGES/tinyboard.po b/inc/locale/es_ES/LC_MESSAGES/tinyboard.po index 631730c8..03263fdd 100644 --- a/inc/locale/es_ES/LC_MESSAGES/tinyboard.po +++ b/inc/locale/es_ES/LC_MESSAGES/tinyboard.po @@ -1,32 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-23 19:40+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../../../inc/lib/gettext/examples/pigs_dropin.php:77 -msgid "" -"This is how the story goes.\n" -"\n" -msgstr "Esto es como va la historia. \n" - #: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 #: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 #: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 msgid "second" msgid_plural "seconds" msgstr[0] "segundo" @@ -35,6 +29,8 @@ msgstr[1] "segundos" #: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 #: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 #: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 msgid "minute" msgid_plural "minutes" msgstr[0] "minuto" @@ -43,6 +39,8 @@ msgstr[1] "minutos" #: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 #: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 #: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 msgid "hour" msgid_plural "hours" msgstr[0] "hora" @@ -51,6 +49,8 @@ msgstr[1] "horas" #: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 #: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 #: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 msgid "day" msgid_plural "days" msgstr[0] "día" @@ -59,6 +59,8 @@ msgstr[1] "días" #: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 #: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 msgid "week" msgid_plural "weeks" msgstr[0] "semana" @@ -67,13 +69,16 @@ msgstr[1] "semanas" #: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 #: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 msgid "year" msgid_plural "years" msgstr[0] "año" msgstr[1] "años" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 -#: ../../../../inc/functions.php:699 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 msgid "Banned!" msgstr "Baneado!" @@ -82,6 +87,8 @@ msgstr "Baneado!" #: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 #: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 #: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 msgid "Previous" msgstr "Anterior" @@ -90,6 +97,8 @@ msgstr "Anterior" #: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 #: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 #: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 msgid "Next" msgstr "Siguiente" @@ -239,241 +248,284 @@ msgstr "Mover hilo a otro tablón" #. If you want to alter the algorithm a bit. Default value is 2. #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 msgid "You have been muted for unoriginal content." msgstr "Fuiste muteado por contenido poco original." -#. The names on the post buttons. (On most imageboards, these are both just "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 -#: ../../../../inc/config.php:772 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 msgid "New Topic" msgstr "Nuevo Hilo" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 -#: ../../../../inc/config.php:773 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 msgid "New Reply" msgstr "Nueva Respuesta" #. Additional lines added to the footer of all pages. #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 -#: ../../../../inc/config.php:784 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." -msgstr "" -"Todas las marcas registradas, derechos de autor, comentarios y imágenes de esta página son propiedad de " -"y son responsabilidad de sus respectivos propietarios." +msgstr "Todas las marcas registradas, derechos de autor, comentarios y imágenes de esta página son propiedad de y son responsabilidad de sus respectivos propietarios." -#. #. * ==================== #. * Error messages #. * ==================== -#. #. Error messages #: ../../../../inc/config.php:866 msgid "Lurk some more before posting." msgstr "Lurkea algo más antes de postear." -#. #. * ==================== #. * Error messages #. * ==================== -#. +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== #. Error messages #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 -#: ../../../../inc/config.php:963 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 msgid "You look like a bot." msgstr "Pareces un bot." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 -#: ../../../../inc/config.php:964 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Tu navegador envió o no una referencia no HTTP." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 -#: ../../../../inc/config.php:965 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 #, php-format msgid "The %s field was too long." msgstr "El campo %s es muy largo." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 -#: ../../../../inc/config.php:966 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 msgid "The body was too long." msgstr "El mensaje es muy largo." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 -#: ../../../../inc/config.php:967 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 msgid "The body was too short or empty." msgstr "El mensaje es muy corto o está vacío." #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 -#: ../../../../inc/config.php:968 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 msgid "You must upload an image." msgstr "Debes subir una imagen." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 -#: ../../../../inc/config.php:969 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 msgid "The server failed to handle your upload." msgstr "El servidor falló al subir tu imagen." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 -#: ../../../../inc/config.php:970 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 msgid "Unsupported image format." msgstr "Formato de imagen no soportado." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 -#: ../../../../inc/config.php:971 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 msgid "Invalid board!" msgstr "Tablón inválido!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 -#: ../../../../inc/config.php:972 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 msgid "Thread specified does not exist." msgstr "Hilo específicado no existe." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 -#: ../../../../inc/config.php:973 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 msgid "Thread locked. You may not reply at this time." msgstr "Hilo cerrado. No puedes responder en este momento." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 -#: ../../../../inc/config.php:974 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 msgid "Thread has reached its maximum reply limit." msgstr "El hilo llegó al límite de respuestas." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 -#: ../../../../inc/config.php:975 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 msgid "Thread has reached its maximum image limit." msgstr "El hilo llegó al máximo de imágenes permitido" #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 -#: ../../../../inc/config.php:976 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 msgid "You didn't make a post." msgstr "No has hecho ningún post." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 -#: ../../../../inc/config.php:977 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 msgid "Flood detected; Post discarded." msgstr "Flood detectado; Post descartado." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 -#: ../../../../inc/config.php:978 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 msgid "Your request looks automated; Post discarded." msgstr "Tu respuesta parece automática; Post descartado." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 -#: ../../../../inc/config.php:979 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 msgid "Unoriginal content!" msgstr "Contenido poco original!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 -#: ../../../../inc/config.php:980 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Contenido poco original! Fuiste muteado durante %d segundos." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 -#: ../../../../inc/config.php:981 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Estás muteado! Expira en %d segundos." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 -#: ../../../../inc/config.php:982 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 #, php-format msgid "Your IP address is listed in %s." msgstr "Tu dirección IP está listada en %s." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 -#: ../../../../inc/config.php:983 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 msgid "Too many links; flood detected." msgstr "Muchos links; flood detectado." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 -#: ../../../../inc/config.php:984 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 msgid "Too many cites; post discarded." msgstr "Muchas citas; post descartado." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 -#: ../../../../inc/config.php:985 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 msgid "Too many cross-board links; post discarded." msgstr "Muchos links de otros tablones; post descartado." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 -#: ../../../../inc/config.php:986 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 msgid "You didn't select anything to delete." msgstr "No has seleccionado nada para eliminar." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 -#: ../../../../inc/config.php:987 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 msgid "You didn't select anything to report." msgstr "No has seleccionado nada para reportar." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 -#: ../../../../inc/config.php:988 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 msgid "You can't report that many posts at once." msgstr "No puedes reportar varios posts a la vez." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 -#: ../../../../inc/config.php:989 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 msgid "Wrong password…" msgstr "Contraseña incorrecta..." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 -#: ../../../../inc/config.php:990 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 msgid "Invalid image." msgstr "Imagen no válida." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 -#: ../../../../inc/config.php:991 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 msgid "Unknown file extension." msgstr "Extensión del archivo desconocida." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 -#: ../../../../inc/config.php:992 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Peso máximo del archivo: %maxsz% bytes
Tu archivo pesa %filesz% bytes" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 -#: ../../../../inc/config.php:993 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 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:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 #, php-format msgid "That file already exists!" msgstr "Ese archivo ya existe!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 -#: ../../../../inc/config.php:995 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 #, php-format msgid "That file already exists in this thread!" msgstr "Ese archivo ya existe en este hilo!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 -#: ../../../../inc/config.php:996 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 #, php-format msgid "You'll have to wait another %s before deleting that." 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:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 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:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 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:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 msgid "You seem to have mistyped the verification." msgstr "Parece que escribiste mal la verificación." #. Moderator errors #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 -#: ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 #, php-format msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " @@ -481,84 +533,104 @@ msgid "" msgstr "Sólo estás permitido desbanear %s usuarios a la vez. Has intentado desbanear %u usuarios." #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 -#: ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 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:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 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:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 msgid "" -"Invalid username and/or password. Your user may have been deleted or changed." +"Invalid username and/or password. Your user may have been deleted or " +"changed." msgstr "Nombre de usuario y/o contraseña no válida. Puede que tu usuario fue eliminado o modificado." #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 -#: ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 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:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 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:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 #, php-format msgid "The %s field is required." msgstr "Es necesario el campo %s." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 -#: ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 #, php-format msgid "The %s field was invalid." msgstr "No es válido el campo %s." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 -#: ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 #, php-format msgid "There is already a %s board." msgstr "Ya hay el tablón %s." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 -#: ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 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:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 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:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 msgid "Page not found." msgstr "Página no encontrada." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 -#: ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 #, php-format msgid "That mod already exists!" msgstr "Ese mod ya existe!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 -#: ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 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:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 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." -#. Default public ban message. In public ban messages, %length% is replaced with "for x days" or +#. 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:1180 ../../../../inc/config.php:1185 +#: ../../../../inc/config.php:1187 msgid "USER WAS BANNED FOR THIS POST" msgstr "USUARIO FUE BANEADO DE ESTE POST" @@ -622,6 +694,17 @@ msgstr "Log de moderación" #. 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 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -688,6 +771,7 @@ msgstr "Bandeja de MP" #: ../../../../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 msgid "Rebuild" msgstr "Reconstruir" @@ -785,6 +869,14 @@ msgstr "Eleminar Post" #. line 3 #. line 84 #. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 @@ -799,12 +891,21 @@ msgstr "Archivo" #. line 131 #. line 14 #. line 131 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 21 +#. line 14 +#. line 131 +#. 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 msgid "Password" msgstr "Contraseña" @@ -825,12 +926,38 @@ msgstr "Contraseña" #. 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 #: ../../../../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 msgid "Reason" msgstr "Razón" @@ -885,6 +1012,7 @@ msgstr "sin tema" #. line 44 #. line 56 #. line 44 +#. line 56 #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 @@ -923,24 +1051,34 @@ msgstr "Archivo:" #: ../../../../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 msgid "Spoiler Image" msgstr "Spoiler" #: ../../../../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 msgid "Reply" msgstr "Responder" #: ../../../../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 msgid "View All" msgstr "Ver todo" #: ../../../../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 msgid "Last 1 Post" msgid_plural "Last %count% Posts" msgstr[0] "Último post" @@ -949,6 +1087,9 @@ msgstr[1] "Últimos %count% posts" #: ../../../../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 msgid "1 post" msgid_plural "%count% posts" msgstr[0] "1 post" @@ -958,12 +1099,18 @@ msgstr[1] "%count% posts" #: ../../../../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 msgid "and" msgstr "y" #: ../../../../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 msgid "1 image reply" msgid_plural "%count% image replies" msgstr[0] "1 imagen" @@ -972,6 +1119,9 @@ msgstr[1] "%count% imágenes" #: ../../../../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 msgid "omitted. Click reply to view." msgstr "omitidos. Click Responder para ver." @@ -984,6 +1134,14 @@ msgstr "omitidos. Click Responder para ver." #. line 7 #. line 8 #. line 14 +#. line 8 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 7 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -991,6 +1149,7 @@ msgstr "omitidos. Click Responder para ver." #: ../../../../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 "Nombre" @@ -1000,6 +1159,8 @@ msgstr "Nombre" #. 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 @@ -1017,6 +1178,14 @@ msgstr "Email" #. line 23 #. line 12 #. line 46 +#. line 12 +#. line 46 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 24 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1038,6 +1207,8 @@ msgstr "Actualización" #. 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 @@ -1100,6 +1271,14 @@ msgstr "Banderas" #. line 116 #. line 115 #. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1122,6 +1301,14 @@ msgstr "Marca" #. line 120 #. line 119 #. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1144,6 +1331,14 @@ msgstr "Bloquear" #. line 124 #. line 123 #. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1154,9 +1349,11 @@ msgstr "HTML puro" #. line 137 #. line 136 +#. line 141 #: ../../../../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 msgid "(For file deletion.)" msgstr "(Para eliminar archivo.)" @@ -1197,11 +1394,30 @@ msgstr "Ningún resultado." #. 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 #: ../../../../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 msgid "Search" msgstr "Buscar" @@ -1227,6 +1443,7 @@ msgid "Debug: APC" msgstr "Depurar: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " @@ -1235,8 +1452,14 @@ msgstr "Tu código contiene errores de sintaxis PHP. Por favor, vuelve atrás y #. line 2 #. line 6 #. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 msgid "Boards" msgstr "Tablones" @@ -1313,6 +1536,7 @@ msgstr "Nuevo post" #. line 16 #. line 28 #. line 16 +#. line 28 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" @@ -1335,6 +1559,11 @@ msgstr "eliminar" #: ../../../../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 "eliminado?" @@ -1361,6 +1590,36 @@ msgstr "Postear nueva entrada" #. 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 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1368,6 +1627,9 @@ msgstr "Postear nueva entrada" #: ../../../../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 "Staff" @@ -1377,17 +1639,38 @@ msgstr "Staff" #. 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 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 msgid "Note" msgstr "Nota" +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 #. line 26 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 msgid "Date" msgstr "Fecha" +#. line 25 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 msgid "Actions" msgstr "Acciones" @@ -1407,6 +1690,13 @@ msgstr "Nueva nota" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1442,12 +1732,45 @@ msgstr "Sin razón" #. 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 #: ../../../../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 "Tablón" @@ -1458,6 +1781,7 @@ msgstr "Tablón" #: ../../../../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 "Todos los tablones" @@ -1469,9 +1793,22 @@ msgstr "Todos los tablones" #. 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 #: ../../../../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 "Conjunto" @@ -1483,9 +1820,22 @@ msgstr "Conjunto" #. 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 #: ../../../../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 "Expira" @@ -1493,6 +1843,7 @@ msgstr "Expira" #: ../../../../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 "nunca" @@ -1504,21 +1855,36 @@ msgstr "nunca" #. 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 #: ../../../../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 "Visto" #: ../../../../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 "Sí" #: ../../../../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 "No" @@ -1529,8 +1895,18 @@ msgstr "Eliminar baneo" #. line 183 #. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 #: ../../../../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 "Tiempo" @@ -1541,9 +1917,23 @@ msgstr "Tiempo" #. 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 #: ../../../../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 "Acción" @@ -1555,8 +1945,11 @@ msgstr "(o subred)" msgid "hidden" msgstr "oculto" +#. line 41 +#. line 27 #. line 41 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 msgid "Message" msgstr "Mensaje" @@ -1575,6 +1968,14 @@ msgstr "Longitud" msgid "New Ban" msgstr "Nuevo Ban" +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 #. line 2 #. line 5 #. line 2 @@ -1608,12 +2009,20 @@ msgid "There are no active bans." msgstr "No hay ningún ban activo." #. 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 "Dirección IP" #. 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 "Duración" @@ -1624,8 +2033,15 @@ msgstr "Desban seleccionado" #. line 6 #. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 msgid "Username" msgstr "Nombre de usuario" @@ -1744,6 +2160,14 @@ msgstr "Presentaste una apelación para este ban en" msgid "It is still pending" msgstr "Sigue pendiente" +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #. line 101 #. line 112 #. line 101 @@ -1764,6 +2188,14 @@ msgid "" "appeal this ban again." msgstr "Has alcanzado el número máximo de apelaciones permitido. Ya no puedes apelar más este ban. " +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #. line 114 #. line 121 #. line 114 @@ -1773,6 +2205,14 @@ msgstr "Has alcanzado el número máximo de apelaciones permitido. Ya no puedes msgid "and it was denied." msgstr "y fue rechazado." +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #. line 116 #. line 123 #. line 116 @@ -1792,7 +2232,16 @@ 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 #: ../../../../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 "Dirección IP" @@ -1873,14 +2322,7 @@ msgid "" "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 "" -"Buscar en minúsculas-mayúsculas y en base a tags. Para encontrar la frase exacta, " -"usa \"citas\". Usa un asterisco (*) para comodín.

Puedes aplicar los siguientes filtros en tus búsquedas: " -"id, hilo, tema, and " -"nombre. Para aplicar un filtro, simplemente añade a tu query, por " -"ejemplo, Nombre:Anónimo o Tema:\"Cualquier tema\". " -"Los comodines no se usa en filtros." +msgstr "Buscar en minúsculas-mayúsculas y en base a tags. Para encontrar la frase exacta, usa \"citas\". Usa un asterisco (*) para comodín.

Puedes aplicar los siguientes filtros en tus búsquedas: id, hilo, tema, and nombre. Para aplicar un filtro, simplemente añade a tu query, por ejemplo, Nombre:Anónimo o Tema:\"Cualquier tema\". Los comodines no se usa en filtros." #. line 2 #: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 @@ -1894,8 +2336,109 @@ msgstr "Click para prodecer a" #. 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." +"You are probably seeing this message because Javascript being disabled. This" +" is a necessary security measure to prevent CSRF attacks." +msgstr "Probablemente que estás viendo este mensaje porque el Javascript está desactivado. Esto es una medida de seguridad necesaria para prevenir ataques CSRF." + +#. 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 "" -"Probablemente que estás viendo este mensaje porque el Javascript está desactivado. Esto " -"es una medida de seguridad necesaria para prevenir ataques CSRF." diff --git a/inc/locale/fi_FI/LC_MESSAGES/javascript.js b/inc/locale/fi_FI/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..e4e2cd8e --- /dev/null +++ b/inc/locale/fi_FI/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = []; \ No newline at end of file diff --git a/inc/locale/fi_FI/LC_MESSAGES/javascript.po b/inc/locale/fi_FI/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..c8f7a4b8 --- /dev/null +++ b/inc/locale/fi_FI/LC_MESSAGES/javascript.po @@ -0,0 +1,565 @@ +# 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-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "" + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "" + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "" + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "" + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "" + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" diff --git a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo index ba374765..e6412487 100644 Binary files a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo and b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po index 3d29a39f..35f03f22 100644 --- a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po +++ b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po @@ -1,254 +1,2444 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Codegroove.net +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "Project-Id-Version: Tinyboard i18n\n" - "Report-Msgid-Bugs-To: savetheinternet@tinyboard.org\n" - "POT-Creation-Date: 2010-05-28 06:18-0500\n" - "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" - "Last-Translator: Riku \n" - "Language-Team: Tinyboard \n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" - -msgid "Name" -msgstr "Nimi" +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "segundo" +msgstr[1] "segundos" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "minuto" +msgstr[1] "minutos" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "hora" +msgstr[1] "horas" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "día" +msgstr[1] "días" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "semana" +msgstr[1] "semanas" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "año" +msgstr[1] "años" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "Baneado!" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +msgid "Previous" +msgstr "Anterior" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 +msgid "Next" +msgstr "Siguiente" -msgid "Email" -msgstr "Email" +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "Error" -msgid "Subject" -msgstr "Aihe" +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "Ha ocurrido un error." -msgid "Comment" -msgstr "Viesti" +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 +msgid "Login" +msgstr "Iniciar sesión" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "El post es muy largo. Click aquí para ver el texto completo." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "Ban" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "Ban & Eleminar" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "Eliminar archivo" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "Estás seguro de eliminar este archivo?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "Spoiler" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "Estás seguro de marcar como spoiler este archivo?" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "Mover respuesta a otro tablón" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "Editar post" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "Eliminar" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "Estás seguro de eliminar esto?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "Eliminar todos los posts por IP" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "Estás seguro de querer eliminar todos los posts por esta dirección IP?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "Eliminar todos los posts por IP en todos los tablones" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "Estás seguro de eliminar todos los posts de esta dirección IP, en todos los tablones?" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "Hacer el hilo poco importante" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "Hacer el hilo importante" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "Permitir que este hilo se mueva" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "Evitar que este hilo se mueva" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "Desbloquear hilo" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "Bloquear hilo" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "Mover hilo a otro tablón" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "Fuiste muteado por contenido poco original." + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "Nuevo Hilo" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "Nueva Respuesta" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "Todas las marcas registradas, derechos de autor, comentarios y imágenes de esta página son propiedad de y son responsabilidad de sus respectivos propietarios." + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "Lurkea algo más antes de postear." + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 +msgid "You look like a bot." +msgstr "Pareces un bot." + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "Tu navegador envió o no una referencia no HTTP." + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 +#, php-format +msgid "The %s field was too long." +msgstr "El campo %s es muy largo." + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 +msgid "The body was too long." +msgstr "El mensaje es muy largo." + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 +msgid "The body was too short or empty." +msgstr "El mensaje es muy corto o está vacío." + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 +msgid "You must upload an image." +msgstr "Debes subir una imagen." + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 +msgid "The server failed to handle your upload." +msgstr "El servidor falló al subir tu imagen." + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 +msgid "Unsupported image format." +msgstr "Formato de imagen no soportado." + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 +msgid "Invalid board!" +msgstr "Tablón inválido!" + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 +msgid "Thread specified does not exist." +msgstr "Hilo específicado no existe." + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 +msgid "Thread locked. You may not reply at this time." +msgstr "Hilo cerrado. No puedes responder en este momento." + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "El hilo llegó al límite de respuestas." + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "El hilo llegó al máximo de imágenes permitido" + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 +msgid "You didn't make a post." +msgstr "No has hecho ningún post." + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 +msgid "Flood detected; Post discarded." +msgstr "Flood detectado; Post descartado." + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 +msgid "Your request looks automated; Post discarded." +msgstr "Tu respuesta parece automática; Post descartado." + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 +msgid "Unoriginal content!" +msgstr "Contenido poco original!" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "Contenido poco original! Fuiste muteado durante %d segundos." + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "Estás muteado! Expira en %d segundos." + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "Tu dirección IP está listada en %s." + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 +msgid "Too many links; flood detected." +msgstr "Muchos links; flood detectado." + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 +msgid "Too many cites; post discarded." +msgstr "Muchas citas; post descartado." + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 +msgid "Too many cross-board links; post discarded." +msgstr "Muchos links de otros tablones; post descartado." + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 +msgid "You didn't select anything to delete." +msgstr "No has seleccionado nada para eliminar." + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 +msgid "You didn't select anything to report." +msgstr "No has seleccionado nada para reportar." + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 +msgid "You can't report that many posts at once." +msgstr "No puedes reportar varios posts a la vez." + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 +msgid "Wrong password…" +msgstr "Contraseña incorrecta..." + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 +msgid "Invalid image." +msgstr "Imagen no válida." + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 +msgid "Unknown file extension." +msgstr "Extensión del archivo desconocida." + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "Peso máximo del archivo: %maxsz% bytes
Tu archivo pesa %filesz% bytes" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 +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 +#, php-format +msgid "That file already exists!" +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 +#, php-format +msgid "That file already exists in this thread!" +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 +#, php-format +msgid "You'll have to wait another %s before deleting that." +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 +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 +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 +msgid "You seem to have mistyped the verification." +msgstr "Parece que escribiste mal la verificación." + +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "Sólo estás permitido desbanear %s usuarios a la vez. Has intentado desbanear %u usuarios." + +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 +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 +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 +msgid "" +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "Nombre de usuario y/o contraseña no válida. Puede que tu usuario fue eliminado o modificado." + +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 +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 +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 +#, php-format +msgid "The %s field is required." +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 +#, php-format +msgid "The %s field was invalid." +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 +#, php-format +msgid "There is already a %s board." +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 +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 +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 +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 +#, php-format +msgid "That mod already exists!" +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 +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 +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." + +#. 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 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "USUARIO FUE BANEADO DE ESTE POST" + +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 +msgid "Confirm action" +msgstr "Confirmar acción" + +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 +msgid "Could not find current version! (Check .installed)" +msgstr "No se pudo encontrar la versión actual! (Comprueba .installed)" + +#: ../../../../inc/mod/pages.php:162 +msgid "Dashboard" +msgstr "Panel del tablón" -msgid "Verification" -msgstr "Varmennus" +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 +msgid "There are no boards to search!" +msgstr "No hay ningún tablón para buscar!" -msgid "File" -msgstr "Tiedosto" +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "Buscar resultados" -msgid "Embed" -msgstr "Upote" +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 +msgid "Edit board" +msgstr "Editar tablón" -msgid "Flags" -msgstr "Arvot" +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 +msgid "Couldn't open board after creation." +msgstr "No se pudo abrir el tablón después de la creación." -msgid "Password" -msgstr "Salasana" +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 +msgid "New board" +msgstr "Nuevo tablón" -msgid "(For file deletion.)" -msgstr "(Tiedoston poistoon.)" +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 +msgid "Noticeboard" +msgstr "Tablón de noticias" -msgid "Spoiler Image" -msgstr "Spoiler Image" +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 +msgid "News" +msgstr "Noticias" -msgid "Return" -msgstr "Takaisin" +#: ../../../../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 "Log de moderación" + +#. 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 +#: ../../../../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 +msgid "New ban" +msgstr "Nuevo baneo" + +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 +msgid "Ban list" +msgstr "Lista de baneos" -msgid "Posting mode: Reply" -msgstr "Viestin tyyppi: Vastaus" +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "Mover respuesta" -msgid "Reply" -msgstr "Vastaa" +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +msgid "Target and source board are the same." +msgstr "El tablón objetivo y el tablón original son lo mismo." -msgid "Sticky" -msgstr "Sticky" +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +msgid "Impossible to move thread; there is only one board." +msgstr "Imposible al mover hilo; sólo hay un tablón." -msgid "Lock" -msgstr "Lukko" +#. line 39 +#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +msgid "Move thread" +msgstr "Mover hilo" -msgid "Raw HTML" -msgstr "Raaka HTML" +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +msgid "Edit user" +msgstr "Editar usuarios" -msgid "Delete Post" -msgstr "Poista Viesti" +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +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 +msgid "New PM for" +msgstr "Nuevo MP para" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +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 +msgid "PM inbox" +msgstr "Bandeja de MP" + +#: ../../../../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 +msgid "Rebuild" +msgstr "Reconstruir" -msgid "Delete" -msgstr "Poista" +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +msgid "Report queue" +msgstr "Reportar cola" -msgid "Reason" -msgstr "Syy" +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +msgid "Config editor" +msgstr "Configurar editor" -msgid "Report" -msgstr "Report" +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "El directorio de temas no existe!" -msgid "Previous" -msgstr "Edellinen" +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +msgid "Cannot open themes directory; check permissions." +msgstr "No se pudo abrir el directorio de tema; comprueba los permisos." -msgid "Next" -msgstr "Seuraava" +#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +msgid "Manage themes" +msgstr "Gestionar temas" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "Tema instalado: %s" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "Configurando tema: %s" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "Reconstruir tema: %s" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "Depurar: Anti-spam" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "Depurar: Posts recientes" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +msgid "Debug: SQL" +msgstr "Depurar: SQL" + +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "Error de la base de datos: " + +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "Baneado?" + +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "No estás baneado." + +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "Volver atrás" + +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "Información errónea" + +#. line 2 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Eleminar Post" + +#. 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 +#: ../../../../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 +msgid "File" +msgstr "Archivo" + +#. 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 +#: ../../../../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 +msgid "Password" +msgstr "Contraseña" + +#. 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 +#: ../../../../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 +msgid "Reason" +msgstr "Razón" +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Reportar" + +#: ../../../../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 msgid "Return to dashboard" -msgstr "Palaa hallintaan" - -msgid "PM Inbox" -msgstr "Viestilaatikko" - -msgid "empty" -msgstr "tyhjä" - -msgid "unread" -msgstr "lukematon" - -msgid "No private messages for you." -msgstr "Sinulle ei ole uusia viestejä." - -msgid "Manage users" -msgstr "Hallitse käyttäjiä" +msgstr "Volver al Panel del tablón" -msgid "ID" -msgstr "" - -msgid "Username" -msgstr "Käyttäjänimi" - -msgid "User" -msgstr "Käyttäjä" +#. 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 "Respondiendo" + +#: ../../../../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 "Volver" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "(Ninguna noticia para mostrar.)" + +#: ../../../../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 "sin tema" + +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#: ../../../../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 "por" + +#. 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 "en" + +#. 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] "1 respuesta" +msgstr[1] "%count% respuestas" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "Archivo:" + +#: ../../../../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 +msgid "Spoiler Image" +msgstr "Spoiler" + +#: ../../../../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 +msgid "Reply" +msgstr "Responder" + +#: ../../../../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 +msgid "View All" +msgstr "Ver todo" + +#: ../../../../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 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "Último post" +msgstr[1] "Últimos %count% posts" + +#: ../../../../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 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "1 post" +msgstr[1] "%count% posts" + +#: ../../../../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 +msgid "and" +msgstr "y" + +#: ../../../../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 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "1 imagen" +msgstr[1] "%count% imágenes" + +#: ../../../../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 +msgid "omitted. Click reply to view." +msgstr "omitidos. Click Responder para ver." + +#. 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 +#: ../../../../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 "Nombre" + +#. 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 "Email" -msgid "IP address" -msgstr "IP osoite" +#. 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 +#: ../../../../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 "Tema" + +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "Actualización" + +#. 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 "Comentario" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "Actualmente editando HTML puro." + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "Editar marcado en su lugar?" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "Editar HTML puro en su lugar?" + +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "Verificación" -msgid "Type" -msgstr "Tyyppi" +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "O URL" -msgid "Last action" -msgstr "Viimeinen tapahtuma" +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "Incrustar" +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +msgid "Flags" +msgstr "Banderas" + +#. 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 +#: ../../../../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 +msgid "Sticky" +msgstr "Marca" + +#. 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 +#: ../../../../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 +msgid "Lock" +msgstr "Bloquear" + +#. 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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "HTML puro" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "(Para eliminar archivo.)" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "El buscador de posts está desactivado" + +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "Espera un poco antes de volver a buscar, por favor." + +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "Query muy extenso." + +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "%d resultado en" +msgstr[1] "%d resultados en" + +#: ../../../../search.php:163 +msgid "No results." +msgstr "Ningún resultado." + +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Buscar" + +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "Apelación del ban no encontrado!" + +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "Apelaciones de bans" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "Nuevo usuario" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "Imposible al ascender/degradar usuario." + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "Depurar: APC" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " +msgstr "Tu código contiene errores de sintaxis PHP. Por favor, vuelve atrás y corrigelo. PHP dice: " + +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 msgid "Boards" -msgstr "Laudat" +msgstr "Tablones" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "editar" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 msgid "Create new board" -msgstr "Luo uusi lauta" +msgstr "Crear nuevo tablón" -msgid "Create new user" -msgstr "Luo uusi käyttäjä" +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "Mensajes" -msgid "News" -msgstr "Uutiset" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "Ver todas las entradas del tablón de noticias" -msgid "no subject" -msgstr "ei aihetta" +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "Administración" -msgid "View all entries" -msgstr "Näytä kaikki tiedotteet" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "Cambiar contraseña" -msgid "Dashboard" -msgstr "Hallinta" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Configuration" +msgstr "Configuración" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "Otro" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "Depurar" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "Anti-spam" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "Post recientes" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "SQL" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "Cuenta de usuario" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +msgid "Logout" +msgstr "Cerrar sesión" + +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 +msgid "New post" +msgstr "Nuevo post" + +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "Cuerpo" -msgid "Noticeboard" -msgstr "Tiedotteet" +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "Postear en el tablón de noticias" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 +msgid "delete" +msgstr "eliminar" + +#: ../../../../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 "eliminado?" + +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "Postear nueva entrada" + +#. 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 +#: ../../../../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 "Staff" + +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "Nota" + +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "Fecha" + +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "Acciones" + +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "eliminar" + +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "Nueva nota" + +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "Estado" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "Expirado" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "Activo" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "Sin razón" + +#. 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 +#: ../../../../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 "Tablón" + +#. 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 "Todos los tablones" + +#. 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 +#: ../../../../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 "Conjunto" + +#. 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 +#: ../../../../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 "Expira" + +#: ../../../../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 "nunca" + +#. 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 +#: ../../../../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 "Visto" + +#: ../../../../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 "Sí" + +#: ../../../../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 "No" + +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "Eliminar baneo" + +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#: ../../../../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 "Tiempo" + +#. 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 +#: ../../../../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 "Acción" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "(o subred)" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "oculto" + +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "Mensaje" + +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "público; adjunto al post" + +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "Longitud" + +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "Nuevo Ban" + +#. 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 "Frase:" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "Posts" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "Notas por dirección IP" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "Bans" + +#. 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 "(Buscar entre minúsculas-mayúsculas y en base a tags. Para encontrar la frase exacta, usa \"citas\". Usa un asterisco (*) para comodín." + +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 +msgid "There are no active bans." +msgstr "No hay ningún ban activo." + +#. 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 "Dirección IP" + +#. 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 "Duración" + +#. line 92 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 +msgid "Unban selected" +msgstr "Desban seleccionado" + +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Nombre de usuario" -msgid "Report queue" -msgstr "Ilmiannot" +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Continuar" + +#. line 80 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 +msgid "Appeal time" +msgstr "Apelar tiempo" + +#. line 84 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 +msgid "Appeal reason" +msgstr "Apelar razón" + +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "No hay ningún reporte." + +#: ../../../../post.php:802 ../../../../post.php:811 +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 +msgid "You cannot appeal a ban of this length." +msgstr "No puedes apelar el ban de esa longitud." + +#: ../../../../post.php:813 ../../../../post.php:822 +msgid "You cannot appeal this ban again." +msgstr "No puedes volver a apelar este ban." + +#: ../../../../post.php:818 ../../../../post.php:827 +msgid "There is already a pending appeal for this ban." +msgstr "Ya hay una apelación para este ban." + +#: ../../../../inc/image.php:24 ../../../../inc/image.php:62 +msgid "Unsupported file format: " +msgstr "Formato de archivo no soportado: " + +#: ../../../../inc/image.php:282 ../../../../inc/image.php:288 +msgid "Failed to redraw image!" +msgstr "Fallo al redibujar la imagen!" + +#: ../../../../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 "Fallo al redimensionar la imagen!" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "Estabas baneado! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "Estás baneado! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "Fuiste baneado de" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "Has sido baneado de" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "por esta razón:" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +msgstr "sin niguna razón especificada." + +#. line 32 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 +msgid "Your ban was filed on" +msgstr "Tu ban fue presentado en" + +#. 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 "ya ha expirado. Actualiza la página para continuar." + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "expira" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "a partir de ahora, que está en" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "no va a expirar" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "Tu dirección IP es" + +#. line 86 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 +msgid "You were banned for the following post on" +msgstr "Fuiste baneado por el siguiente post en" + +#. line 95 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +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 +msgid "It is still pending" +msgstr "Sigue pendiente" + +#. 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 +msgid "You appealed this ban on" +msgstr "Apelaste este ban en" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +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 +msgid "" +"You have submitted the maximum number of ban appeals allowed. You may not " +"appeal this ban again." +msgstr "Has alcanzado el número máximo de apelaciones permitido. Ya no puedes apelar más este ban. " + +#. 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 +msgid "and it was denied." +msgstr "y fue rechazado." + +#. 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 +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 +msgid "You last appealed this ban on" +msgstr "Tu última apelación de este ban es" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +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 +#: ../../../../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 "Dirección IP" -msgid "Ban list" -msgstr "Bannit" +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "ID" -msgid "Moderation log" -msgstr "Moderaatio logi" +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "Tipo" -msgid "Rebuild static files" -msgstr "Rakenna uudelleen" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "Última acción" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "Desconocido" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 +msgid "none" +msgstr "nada" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 +msgid "Promote" +msgstr "Ascender" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 +msgid "Demote" +msgstr "Degradar" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 +msgid "Are you sure you want to demote yourself?" +msgstr "Estás seguro de degradarte a ti mismo?" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 +msgid "log" +msgstr "log" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 +msgid "PM" +msgstr "MP" + +#. line 6 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 +msgid "Thread ID" +msgstr "ID Hilo" + +#. line 14 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 +msgid "Leave shadow thread" +msgstr "Dejar la sombra del hilo" + +#. line 18 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 +msgid "locks thread; replies to it with a link." +msgstr "bloqueas el hilo; las respuestas irán en un link." + +#. line 22 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +msgid "Target board" +msgstr "Hilo objetivo" + +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "Selecciona un hilo" + +#. 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 "Buscar en minúsculas-mayúsculas y en base a tags. Para encontrar la frase exacta, usa \"citas\". Usa un asterisco (*) para comodín.

Puedes aplicar los siguientes filtros en tus búsquedas: id, hilo, tema, and nombre. Para aplicar un filtro, simplemente añade a tu query, por ejemplo, Nombre:Anónimo o Tema:\"Cualquier tema\". Los comodines no se usa en filtros." + +#. line 2 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 +msgid "Are you sure you want to do that?" +msgstr "Estás seguro de hacer eso?" + +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 +msgid "Click to proceed to" +msgstr "Click para prodecer a" + +#. 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 "Probablemente que estás viendo este mensaje porque el Javascript está desactivado. Esto es una medida de seguridad necesaria para prevenir ataques CSRF." + +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "" -msgid "Show configuration" -msgstr "Näytä asetukset" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "" -msgid "Configuration" -msgstr "Asetukset" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "" -msgid "Themes" -msgstr "Teemat" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "" -msgid "Manage themes" -msgstr "Hallitse teemoja" +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "" -msgid "Search" -msgstr "Etsi" +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "" -msgid "Phrase:" -msgstr "Lause tai sana:" +#. 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 "" -msgid "(Search is case-insensitive, and based on keywords. To match exact phrases, use \"quotes\". Use an asterisk (*) for wildcard.)" -msgstr "(Haku etsii sanoja ja lauseita myös muiden lauseiden ja sanojen sisältä. Löytääksesi tietyn fraasin käytä \"lainausmerkkejä\". Voit käyttää myös (*) merkkiä jokerina.)" +#: ../../../../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 "Versio" +msgstr "" +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 msgid "Description" -msgstr "Kuvaus" +msgstr "" +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 msgid "Thumbnail" msgstr "" -msgid "Uninstall all themes." -msgstr "Poista kaikki teemat" +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 msgid "Reconfigure" -msgstr "Asetukset" - -msgid "Rebuild" -msgstr "Rakenna uudelleen" - -msgid "Uninstall" -msgstr "Poista" +msgstr "" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 msgid "Install" -msgstr "Asenna" - -msgid "Use theme" -msgstr "Käytä teemaa" - -msgid "Actions" -msgstr "Toiminto" - -msgid "Body" -msgstr "Viesti" - -msgid "Ago" -msgstr "Viesti" - -msgid "Board" -msgstr "Lauta" - -msgid "Action" -msgstr "Tapahtuma" - -msgid "Set" -msgstr "Aseta" - -msgid "Expires" -msgstr "Vanhenee" - -msgid "Staff" -msgstr "Moderaattori" - -msgid "all boards" -msgstr "kaikki laudat" +msgstr "" -msgid "Post to news" -msgstr "Lähetä uutisiin" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "" -msgid "Post to noticeboard" -msgstr "Lähetä tiedotteisiin" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "" -msgid "Showing all %d reports." +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" msgstr "" -msgid "Logout" -msgstr "Kirjaudu ulos" +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "" -msgid "Login" -msgstr "Kirjaudu sisään" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "" -msgid "Continue" -msgstr "Jatka" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "" -msgid "Administration" -msgstr "Hallinta" +#: ../../../../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 "" diff --git a/inc/locale/fr_FR/LC_MESSAGES/javascript.js b/inc/locale/fr_FR/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..ca5ad5c5 --- /dev/null +++ b/inc/locale/fr_FR/LC_MESSAGES/javascript.js @@ -0,0 +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 diff --git a/inc/locale/fr_FR/LC_MESSAGES/javascript.po b/inc/locale/fr_FR/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..af8acd1c --- /dev/null +++ b/inc/locale/fr_FR/LC_MESSAGES/javascript.po @@ -0,0 +1,566 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# kaf , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: French (France) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "Style:" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "Fichier" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "masquer" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "montrer" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "Montrer les fils vérouillés" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "Masquer les fils vérouillés" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "URL" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "Choisissez" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "caché" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "Montrer les images" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "Masquer les Images" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "Mot de passe" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "Supprimer le fichier uniquement" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "Supprimer" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "Raison" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "Signaler" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "Cliquer sur répondre pour voir les réponses." + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "Taille du pinceau" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "Saisir le texte" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "Effacer" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "Sauvegarder" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "Charger" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "Sélectionner la gomme" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "Remplir" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "Entrer du texte" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "Entrer une police ou laissez vide" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "Anonymat forcé." + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "activé" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "désactivé" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "Dim" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "Lun" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "Mar" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "Mer" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "Jeu" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "Ven" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "Sam" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "Catalogue" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "Envoyer" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "Réponse rapide" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "Mode de messagerie: Réponse à >>{0}" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "Retour" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "Bonjour!" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "{0} utilisateurs" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "(masquer les fis de cette planche)" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "(montrer les fils de cette planche)" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "Plus aucun fil à afficher" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "Chargement…" + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "Sauvegarder avec le nom de fichier d'origine" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "Message(s) signalé(s)." + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "Une erreur inconnu s'est produite !" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "Quelque chose s'est mal passé… Une erreur inconnu s'est produite !" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "" + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "" + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "Une erreur s'est produite lors de l'envoi du message!" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "" + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "URL d'upload" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "Commentaire" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "Réponse Rapide" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "Arrêter de surveiller le fil" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "Surveiller ce fil" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "Désépingler cette planche" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "Épingler cette planche" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "Arrêter de surveiller cette planche" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "Surveiller cette planche" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "Dimanche" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "Lundi" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "Mardi" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "Mercredi" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "Jeudi" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "Vendredi" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "Samedi" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "Janvier" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "Février" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "Mars" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "Avril" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "Mai" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "Juin" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "Juillet" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "Aout" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "Septembre" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "Otobre" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "Novembre" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "Décembre" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "Jan" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "Fev" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "Mar" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "Avr" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "Jun" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "Jul" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "Aou" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "Sep" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "Oct" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "Nov" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "Dec" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "Votre navigateur ne supporte pas les vidéos HTML5." + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "[jouer une fois]" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "[boucler]" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "Paramètres Webm" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "Volume par défaut" diff --git a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo new file mode 100644 index 00000000..10ee1835 Binary files /dev/null and b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po new file mode 100644 index 00000000..8022462c --- /dev/null +++ b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po @@ -0,0 +1,2446 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Translators: +# kaf , 2014 +# CHAFIK , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: French (France) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "seconde" +msgstr[1] "secondes" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "minute" +msgstr[1] "minutes" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "heure" +msgstr[1] "heures" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "jour" +msgstr[1] "jours" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "semaine" +msgstr[1] "semaines" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "année" +msgstr[1] "années" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "Banni!" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +msgid "Previous" +msgstr "Précédent" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 +msgid "Next" +msgstr "Suivant" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "Erreur" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "Une erreur s'est produite." + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 +msgid "Login" +msgstr "Identifiant" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "Message trop long. Cliquez ici pour voir le texte en entier." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "Ban" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "Bannir et supprimer" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "Supprimer le fichier" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "Êtes-vous sûr de vouloir supprimer ce fichier ?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "Mettre le fichier sous Spoiler" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "Êtes-vous sûr de vouloir mettre ce fichier sous Spoiler ?" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "Déplacer la réponse sur une autre planche" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "Éditer message" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "Supprimer" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "Êtes-vous sûr de vouloir supprimer ceci ?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "Supprimer tout les messages ayant cette IP" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "Êtes-vous sûr de vouloir supprimer tout les messages ayant cette adresse IP ?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "Supprimer tout les messages ayant cette IP, sur toutes les planches" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "Êtes-vous sûr de vouloir supprimer tout les messages de toutes les planches ayant cette adresse IP ?" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "Dé-épingler" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "Épingler" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "Autoriser le rebond du fil" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "Interdire les rebonds sur ce fil" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "Déverrouiller le fil" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "Verrouiller le fil" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "Déplacer le fil sur une autre planche" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "Vous avez été rendu muet pour cause de contenu non-original." + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "Nouveau Fil" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "Nouvelle réponse" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "Rôde plus avant de poster." + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 +msgid "You look like a bot." +msgstr "Tu ressembles à un bot." + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "Votre navigateur nous a envoyé un référant invalide ou aucun référant." + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 +#, php-format +msgid "The %s field was too long." +msgstr "Le champ %s comporte trop de caractères." + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 +msgid "The body was too long." +msgstr "Vous avez atteint la limite de caractères pour le texte." + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 +msgid "The body was too short or empty." +msgstr "Ce texte est trop court ou vide." + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 +msgid "You must upload an image." +msgstr "Vous devez mettre en ligne une image." + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 +msgid "The server failed to handle your upload." +msgstr "Le serveur a échoué la mise en ligne de votre image." + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 +msgid "Unsupported image format." +msgstr "Format d'image non-supporté." + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 +msgid "Invalid board!" +msgstr "Planche invalide." + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 +msgid "Thread specified does not exist." +msgstr "Le fil spécifié n'existe pas." + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 +msgid "Thread locked. You may not reply at this time." +msgstr "Fil verrouillé." + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "Le fil a atteint le nombre de réponses maximum." + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "Le fil a atteint le nombre d'images maximum." + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 +msgid "You didn't make a post." +msgstr "Vous n'avez pas écrit de message." + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 +msgid "Flood detected; Post discarded." +msgstr "Flood détecté ; Message ignoré." + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 +msgid "Your request looks automated; Post discarded." +msgstr "Votre requête semble automatisée ; Message ignoré." + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 +msgid "Unoriginal content!" +msgstr "Ce contenu n'est pas original." + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "Ce contenu n'est pas original. Vous avez été muté pour %d secondes." + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "Tu as été muté. Interdiction de poster pendant %d secondes." + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "Votre addresse IP est listée en %s." + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 +msgid "Too many links; flood detected." +msgstr "Trop de liens ; Flood détecté." + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 +msgid "Too many cites; post discarded." +msgstr "Trop de citations ; Message ignoré." + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 +msgid "Too many cross-board links; post discarded." +msgstr "Trop de liens cross-planches ; message ignoré." + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 +msgid "You didn't select anything to delete." +msgstr "Vous n'avez rien sélectionné à supprimer." + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 +msgid "You didn't select anything to report." +msgstr "Vous n'avez rien sélectionné à reporter." + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 +msgid "You can't report that many posts at once." +msgstr "Vous ne pouvez pas reporter autant de messages à la fois." + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 +msgid "Wrong password…" +msgstr "Mot de passe incorrect." + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 +msgid "Invalid image." +msgstr "Image invalide." + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 +msgid "Unknown file extension." +msgstr "Fichier d'extension inconnu." + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "Maximum de la taille d'un fichier requis : %maxsz% octets
La taille de votre fichier : %filesz% octets" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 +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 +#, php-format +msgid "That file already exists!" +msgstr "Le fichier a déjà été mis en ligne ici : " + +#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 +#, php-format +msgid "That file already exists in this thread!" +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 +#, php-format +msgid "You'll have to wait another %s before deleting that." +msgstr "Vous devez attendre encore %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 +msgid "MIME type detection XSS exploit (IE) detected; post discarded." +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 +msgid "Couldn't make sense of the URL of the video you tried to embed." +msgstr "L'URL de votre vidéo est fausse." + +#: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 +msgid "You seem to have mistyped the verification." +msgstr "Vous semblez avoir fait une erreur lors de votre vérification." + +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "Vous n'êtes autorisé à débannir que %s utilisateur en même temps. Vous avez essayé de débannir %u utilisateurs." + +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 +msgid "Invalid username and/or password." +msgstr "Identifiant et/ou mot de passe inválide(s)." + +#: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 +msgid "You are not a mod…" +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 +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é." + +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 +msgid "Invalid/malformed cookies." +msgstr "Cookies inválides ou mal formés." + +#: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 +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." + +#: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 +#, php-format +msgid "The %s field is required." +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 +#, php-format +msgid "The %s field was invalid." +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 +#, php-format +msgid "There is already a %s board." +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 +msgid "You don't have permission to do that." +msgstr "Vous n'avez pas la permission de le faire." + +#: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 +msgid "That post doesn't exist…" +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 +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 +#, php-format +msgid "That mod already exists!" +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 +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 +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." + +#. 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 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "L'UTILISATEUR A ÉTÉ BANNI POUR CE MESSAGE" + +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 +msgid "Confirm action" +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)" + +#: ../../../../inc/mod/pages.php:162 +msgid "Dashboard" +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!" + +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "Résultats de la recherche" + +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 +msgid "Edit board" +msgstr "Editer cette planche" + +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 +msgid "Couldn't open board after creation." +msgstr "Ouverture de cette planche impossible après sa création." + +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 +msgid "New board" +msgstr "Nouvelle planche" + +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 +msgid "Noticeboard" +msgstr "Notifications" + +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 +msgid "News" +msgstr "Nouvelles" + +#: ../../../../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 "Modération" + +#. 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 +#: ../../../../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 +msgid "New ban" +msgstr "Nouveau banni" + +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 +msgid "Ban list" +msgstr "Liste des bannis" + +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "Déplacer la réponse" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +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 +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 +msgid "Move thread" +msgstr "Déplacer fil" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +msgid "Edit user" +msgstr "Éditer identifiant" + +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +msgid "Manage users" +msgstr "Administration" + +#. deleted? +#: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 +#: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +msgid "New PM for" +msgstr "Nouveau MP de" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +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 +msgid "PM inbox" +msgstr "Messagerie" + +#: ../../../../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 +msgid "Rebuild" +msgstr "Reconstruire" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +msgid "Report queue" +msgstr "Fil des reports" + +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +msgid "Config editor" +msgstr "Éditer la configuration" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "Le répertoire de thèmes n'existe pas." + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +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 +msgid "Manage themes" +msgstr "Gérer les thèmes" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "Thème installé : %s" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "Thème configuré : %s" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "Thème reconstruit : %s" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "Debug : Anti-spam" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "Debug : Messages récents" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +msgid "Debug: SQL" +msgstr "Debug : SQL" + +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "Erreur de la base de donnée:" + +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "Banni?" + +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "Vous n'êtes pas banni." + +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "Retourner" + +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "Information sur l'erreur" + +#. line 2 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Supprimer message" + +#. 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 +#: ../../../../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 +msgid "File" +msgstr "Fichier" + +#. 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 +#: ../../../../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 +msgid "Password" +msgstr "Mot de passe" + +#. 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 +#: ../../../../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 +msgid "Reason" +msgstr "Raison" + +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Reporter" + +#: ../../../../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 +msgid "Return to dashboard" +msgstr "Retourner au panneau de configuration" + +#. 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 "Mode de messagerie : Réponse" + +#: ../../../../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 "Retour" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "(Aucune nouvelle à afficher.)" + +#: ../../../../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 "Pas de sujet" + +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#: ../../../../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 "par" + +#. 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] "1 réponse" +msgstr[1] "%count% réponses" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "Fichier :" + +#: ../../../../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 +msgid "Spoiler Image" +msgstr "Image sous Spoiler" + +#: ../../../../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 +msgid "Reply" +msgstr "Réponse" + +#: ../../../../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 +msgid "View All" +msgstr "Voir tous" + +#: ../../../../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 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "Dernier 1 Message" +msgstr[1] "Derniers %count% Messages" + +#: ../../../../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 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "1 message" +msgstr[1] "%count% messages" + +#: ../../../../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 +msgid "and" +msgstr "et" + +#: ../../../../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 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "1 image en réponse" +msgstr[1] "%count% images en réponse" + +#: ../../../../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 +msgid "omitted. Click reply to view." +msgstr "cachés. Cliquez sur Répondre pour visualiser." + +#. 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 +#: ../../../../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 "Nom" + +#. 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 "E-mail" + +#. 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 +#: ../../../../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 "Sujet" + +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "Actualiser" + +#. 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 "Commentaire" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "Actuellement en mode HTML brut" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "Passer en mode balisage ?" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "Passer en mode HTML brut ?" + +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "Vérification" + +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "Ou URL" + +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "Insérer" + +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +msgid "Flags" +msgstr "Drapeaux" + +#. 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 +#: ../../../../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 +msgid "Sticky" +msgstr "Épinglé" + +#. 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 +#: ../../../../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 +msgid "Lock" +msgstr "Verrouiller" + +#. 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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "HTML Brut" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "(Pour supprimer le fichier)" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "La recherche de message est désactivé" + +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "Merci de patienter un moment avant d'effectuer une nouvelle recherche." + +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "Requête trop large." + +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "%d résultat en" +msgstr[1] "%d résultats en" + +#: ../../../../search.php:163 +msgid "No results." +msgstr "Aucun résultat." + +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Rechercher" + +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "Contestation de ban non trouvé!" + +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "Contestations de ban" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "Nouvel utilisateur" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "Impossible de promouvoir/rétrograder l'utilisateur." + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "Débogue: APC" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +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:" + +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "Planches" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "Éditer" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "Créer une nouvelle planche" + +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "Messages" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "Voir toutes les notices" + +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "Administration" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "Changer son mot de passe" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Configuration" +msgstr "Configuration" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "Autre" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "Debug" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "Anti-spam" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "Messages récents" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "SQL" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "Compte de l'utilisateur" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +msgid "Logout" +msgstr "Déconnexion" + +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 +msgid "New post" +msgstr "Nouveau message" + +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "Message" + +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "Poster dans les notifications" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 +msgid "delete" +msgstr "Suppression" + +#: ../../../../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 "supprimé ?" + +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "Poster une nouvelle" + +#. 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 +#: ../../../../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 "Staff" + +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "Note" + +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "Date" + +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "Actions" + +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "retirer" + +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "Nouvelle note" + +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "Statut" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "Expiré" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "Actif" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "Pas de justification" + +#. 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 +#: ../../../../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 "Planche" + +#. 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 "Toutes les planches" + +#. 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 +#: ../../../../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" + +#. 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 +#: ../../../../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 "Expire le" + +#: ../../../../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 "jamais" + +#. 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 +#: ../../../../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 "Vu" + +#: ../../../../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 "Oui" + +#: ../../../../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 "Non" + +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "Débannir" + +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#: ../../../../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 +#: ../../../../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 "Action" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "(ou subnet)" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "caché" + +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "Message" + +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "Public ; attaché à ce message" + +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "Longueur" + +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "Nouveau ban" + +#. 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 "Phrase :" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "Messages" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "Notes sur l'adresse IP" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "Bans" + +#. 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 "(La recherche est sensible à la casse et est basé sur les mots clés. Pour rechercher une phrase exacte, utilisez les \"guillemets\". Utilisez un astérisque (*) comme joker.)" + +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 +msgid "There are no active bans." +msgstr "Il n'y a aucun ban actif." + +#. 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 "Adresse IP/Masque" + +#. 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 "Durée" + +#. line 92 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 +msgid "Unban selected" +msgstr "Débannir la sélection" + +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Identifiant" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Continuer" + +#. line 80 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 +msgid "Appeal time" +msgstr "Date de la contestation" + +#. line 84 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 +msgid "Appeal reason" +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." + +#: ../../../../post.php:802 ../../../../post.php:811 +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 +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 +msgid "You cannot appeal this ban again." +msgstr "Vous ne pouvez pas contester à nouveau ce ban." + +#: ../../../../post.php:818 ../../../../post.php:827 +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é: " + +#: ../../../../inc/image.php:282 ../../../../inc/image.php:288 +msgid "Failed to redraw image!" +msgstr "La réécriture de l'image à échoué!" + +#: ../../../../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 "Le redimensionnement de l'image a échoué!" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "Vous étiez banni! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "Vous êtes banni! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "Vous aviez été banni depuis" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "Vous êtes banni depuis" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "pour la raison suivante:" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +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" + +#. 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 "a expiré depuis. Rafraichissez la page pour continuer." + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "expire le" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "à partir de maintenant, ce qui fait" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "n'expirera pas" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +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" + +#. line 95 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +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 +msgid "It is still pending" +msgstr "Il est toujours en attente" + +#. 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 +msgid "You appealed this ban on" +msgstr "Vous avez contesté ce ban le" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +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 +msgid "" +"You have submitted the maximum number of ban appeals allowed. You may not " +"appeal this ban again." +msgstr "Vous avez envoyé le nombre maximum de contestations autorisé. Vous ne pouvez plus contester ce ban." + +#. 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 +msgid "and it was denied." +msgstr "et a été refusé." + +#. 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 +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 +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 +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 +#: ../../../../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 "Adresse IP" + +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "ID" + +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "Type" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "Dernière action" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "Inconnu" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 +msgid "none" +msgstr "aucun" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 +msgid "Promote" +msgstr "Promouvoir" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 +msgid "Demote" +msgstr "Rétrograder" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 +msgid "Are you sure you want to demote yourself?" +msgstr "Êtes vous sûr de vouloir vous rétrograder vous-même ?" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 +msgid "log" +msgstr "registre" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 +msgid "PM" +msgstr "MP" + +#. line 6 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 +msgid "Thread ID" +msgstr "ID du fil" + +#. 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 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +msgid "Target board" +msgstr "Planche cible" + +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "Planche sélectionné" + +#. 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 "(La recherche est sensible à la casse et est basé sur les mots clés. Pour rechercher une phrase exacte, utilisez les \"guillemets\". Utilisez un astérisque (*) comme joker.)

Vous pouvez appliquer les filtres suivants à votre recherche :id, thread, subject, et nom. Pour appliquer un filtre, ajoutez simplement à votre requête, par exemple, name:Anonyme ou subject:\"Un sujet\". L'astérisque (*) ne peut pas être utilisé dans les filtres." + +#. line 2 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 +msgid "Are you sure you want to do that?" +msgstr "Vous êtes sûr de vouloir faire ça ?" + +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 +msgid "Click to proceed to" +msgstr "Cliquer pour procéder à" + +#. 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 "Vous voyez probablement ce message parce que vous avez désactivé Javascript. Ceci est une sécurité nécessaire pour prévenir les attaques CSRF." + +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "Date du report" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "Reporté par" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "Ignorer ce report" + +#: ../../../../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" + +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "De" + +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "Supprimer pour toujours" + +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "Répondre avec une citation" + +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "Envoyer le message" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "Il n'y a aucun thème disponible." + +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 +msgid "Version" +msgstr "Version" + +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 +msgid "Description" +msgstr "Description" + +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 +msgid "Thumbnail" +msgstr "Miniature" + +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "Utiliser le thème" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 +msgid "Reconfigure" +msgstr "Reconfigurer" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 +msgid "Install" +msgstr "Installer" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "Désinstaller" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "nouveaum ; optionnel" + +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "Groupe" + +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "Toutes les planches" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "Créer un utilisateur" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "Sauvegarder les changements" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" +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." diff --git a/inc/locale/hu_HU/LC_MESSAGES/javascript.js b/inc/locale/hu_HU/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..42a11587 --- /dev/null +++ b/inc/locale/hu_HU/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = {"Style: ":"St\u00edlus:","File":"F\u00e1jl","hide":"elrejt","show":"mutat","Show locked threads":"Mutassa a lez\u00e1rt sz\u00e1lakat","Hide locked threads":"Rejtse el a lez\u00e1rt sz\u00e1lakat","URL":"URL","Select":"Kiv\u00e1laszt","Remote":"T\u00e1vir\u00e1ny\u00edt","Embed":"Be\u00e1gyaz","Oekaki":"Rajzod","hidden":"rejtett","Show images":"K\u00e9pek mutat\u00e1sa","Hide images":"K\u00e9pek elrejt\u00e9se","Password":"Jelsz\u00f3","Delete file only":"Csak a f\u00e1jlt t\u00f6r\u00f6lje","Delete":"T\u00f6rl\u00e9s","Reason":"Indok","Report":"Jelent","Click reply to view.":"Kattints a v\u00e1laszra a megjelen\u00edt\u00e9shez","Click to expand":"Kattints a nagyobb m\u00e9rethez","Hide expanded replies":"Rejtse el a nagy m\u00e9ret\u0171 v\u00e1laszokat","Brush size":"Ecsetm\u00e9ret","Set text":"Sz\u00f6veg megad\u00e1sa","Clear":"T\u00f6r\u00f6l","Save":"Ment\u00e9s","Load":"Bet\u00f6lt\u00e9s","Toggle eraser":"Rad\u00edr \u00e1tkapcsol\u00e1sa","Get color":"Sz\u00ednt kiv\u00e1laszt","Fill":"KIt\u00f6lt","Use oekaki instead of file?":"Szeretn\u00e9d a rajzodat haszn\u00e1lni f\u00e1jl helyett?","Edit in oekaki":"A rajzod szerkeszt\u00e9se","Enter some text":"\u00cdrj be sz\u00f6veget","Enter font or leave empty":"Adj meg bet\u0171t\u00edpust, vagy hagyd \u00fcresen","Forced anonymity":"Er\u0151ltetett anonimit\u00e1s","enabled":"enged\u00e9lyezett","disabled":"tiltott","Sun":"Va","Mon":"H\u00e9","Tue":"Ke","Wed":"Sze","Thu":"Cs\u00fc","Fri":"P\u00e9","Sat":"Szo","Catalog":"Katal\u00f3gus","Submit":"Elk\u00fcld","Quick reply":"Gyors v\u00e1lasz","Posting mode: Replying to >>{0}<\/small>":"Hozz\u00e1sz\u00f3l\u00e1s m\u00f3dja: V\u00e1lasz a >>{0}<\/small>","Return":"Vissza","Expand all images":"\u00d6sszes k\u00e9p nagy m\u00e9ret\u0171re","Hello!":"Szia!","{0} users":"(0) felhaszn\u00e1l\u00f3","(hide threads from this board)":"(sz\u00e1lak elrejt\u00e9se err\u0151l a t\u00e1bl\u00e1r\u00f3l)","(show threads from this board)":"(sz\u00e1lak mutat\u00e1sa err\u0151l a t\u00e1bl\u00e1r\u00f3l)","No more threads to display":"Nincs t\u00f6bb megjelen\u00edtend\u0151 sz\u00e1l","Loading...":"Bet\u00f6lt\u00e9s...","Save as original filename":"Ment\u00e9s eredeti f\u00e1jln\u00e9vvel","Reported post(s).":"Jelentett hozz\u00e1sz\u00f3l\u00e1s(ok).","An unknown error occured!":"Ismeretlen hiba t\u00f6rt\u00e9nt!","Something went wrong... An unknown error occured!":"V\u00e9g\u00e9rv\u00e9nyesen... Valami elveszett!","Working...":"Feldolgoz\u00e1s...","Posting... (#%)":"K\u00fcld\u00e9s... (#%)","Posted...":"Elk\u00fcldve...","An unknown error occured when posting!":"Ismeretlen hiba t\u00f6rt\u00e9nt k\u00fcld\u00e9s k\u00f6zben!","Posting...":"K\u00fcld\u00e9s...","Upload URL":"URL Felt\u00f6lt\u00e9se","Spoiler Image":"Spoiler K\u00e9p","Comment":"Komment","Quick Reply":"Gyors v\u00e1lasz","Stop watching this thread":"Sz\u00e1l figyel\u00e9s\u00e9nek megsz\u00fcntet\u00e9se","Watch this thread":"Figyelje ezt a sz\u00e1lat","Unpin this board":"T\u00e1bla kiemel\u00e9s\u00e9nek megsz\u00fcntet\u00e9se","Pin this board":"T\u00e1bla kiemel\u00e9se","Stop watching this board":"T\u00e1bla figyel\u00e9s\u00e9nek megsz\u00fcntet\u00e9se","Watch this board":"Figyelje ezt a t\u00e1bl\u00e1t","Click on any image on this site to load it into oekaki applet":"Kattints a k\u00edv\u00e1nt k\u00e9pre ezen az oldalon a rajzprogramba bet\u00f6lt\u00e9shez","Sunday":"Vas\u00e1rnap","Monday":"H\u00e9tf\u0151","Tuesday":"Kedd","Wednesday":"Szerda","Thursday":"Cs\u00fct\u00f6rt\u00f6k","Friday":"P\u00e9ntek","Saturday":"Szombat","January":"Janu\u00e1r","February":"Febru\u00e1r","March":"M\u00e1rcius","April":"\u00c1prilis","May":"M\u00e1jus","June":"J\u00fanius","July":"J\u00falius","August":"Augusztus","September":"Szeptember","October":"Okt\u00f3ber","November":"November","December":"December","Jan":"Jan","Feb":"Feb","Mar":"M\u00e1r","Apr":"\u00c1pr","Jun":"Jun","Jul":"Jul","Aug":"Aug","Sep":"Szep","Oct":"Okt","Nov":"Nov","Dec":"Dec","AM":"D\u00e9lel\u0151tt","PM":"D\u00e9lut\u00e1n","am":"d\u00e9lel\u0151tt","pm":"d\u00e9lut\u00e1n","Your browser does not support HTML5 video.":"A b\u00f6ng\u00e9sz\u0151d nem t\u00e1mogatja a HTML5 vide\u00f3t.","[play once]":"[lej\u00e1tsz\u00e1s egyszer]","[loop]":"[ism\u00e9tl\u00e9s]","WebM Settings":"WebM be\u00e1ll\u00edt\u00e1sok","Expand videos inline":"Vide\u00f3k kinagy\u00edt\u00e1sa bel\u00fcl","Play videos on hover":"Vide\u00f3k lebeg\u0151 lej\u00e1tsz\u00e1sa ","Default volume":"Alap hanger\u0151"}; \ No newline at end of file diff --git a/inc/locale/hu_HU/LC_MESSAGES/javascript.po b/inc/locale/hu_HU/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..801e1970 --- /dev/null +++ b/inc/locale/hu_HU/LC_MESSAGES/javascript.po @@ -0,0 +1,566 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# limbobarrage , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/hu_HU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu_HU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "Stílus:" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "Fájl" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "elrejt" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "mutat" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "Mutassa a lezárt szálakat" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "Rejtse el a lezárt szálakat" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "URL" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "Kiválaszt" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "Távirányít" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "Beágyaz" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "Rajzod" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "rejtett" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "Képek mutatása" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "Képek elrejtése" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "Jelszó" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "Csak a fájlt törölje" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "Törlés" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "Indok" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "Jelent" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "Kattints a válaszra a megjelenítéshez" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "Kattints a nagyobb mérethez" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "Rejtse el a nagy méretű válaszokat" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "Ecsetméret" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "Szöveg megadása" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "Töröl" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "Mentés" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "Betöltés" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "Radír átkapcsolása" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "Színt kiválaszt" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "KItölt" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "Szeretnéd a rajzodat használni fájl helyett?" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "A rajzod szerkesztése" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "Írj be szöveget" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "Adj meg betűtípust, vagy hagyd üresen" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "Erőltetett anonimitás" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "engedélyezett" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "tiltott" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "Va" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "Hé" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "Ke" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "Sze" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "Csü" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "Pé" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "Szo" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "Katalógus" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "Elküld" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "Gyors válasz" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "Hozzászólás módja: Válasz a >>{0}" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "Vissza" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "Összes kép nagy méretűre" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "Szia!" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "(0) felhasználó" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "(szálak elrejtése erről a tábláról)" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "(szálak mutatása erről a tábláról)" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "Nincs több megjelenítendő szál" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "Betöltés..." + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "Mentés eredeti fájlnévvel" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "Jelentett hozzászólás(ok)." + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "Ismeretlen hiba történt!" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "Végérvényesen... Valami elveszett!" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "Feldolgozás..." + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "Küldés... (#%)" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "Elküldve..." + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "Ismeretlen hiba történt küldés közben!" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "Küldés..." + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "URL Feltöltése" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "Spoiler Kép" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "Komment" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "Gyors válasz" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "Szál figyelésének megszüntetése" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "Figyelje ezt a szálat" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "Tábla kiemelésének megszüntetése" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "Tábla kiemelése" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "Tábla figyelésének megszüntetése" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "Figyelje ezt a táblát" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "Kattints a kívánt képre ezen az oldalon a rajzprogramba betöltéshez" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "Vasárnap" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "Hétfő" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "Kedd" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "Szerda" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "Csütörtök" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "Péntek" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "Szombat" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "Január" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "Február" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "Március" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "Április" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "Május" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "Június" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "Július" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "Augusztus" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "Szeptember" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "Október" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "November" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "December" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "Jan" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "Feb" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "Már" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "Ápr" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "Jun" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "Jul" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "Aug" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "Szep" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "Okt" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "Nov" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "Dec" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "Délelőtt" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "Délután" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "délelőtt" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "délután" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "A böngésződ nem támogatja a HTML5 videót." + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "[lejátszás egyszer]" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "[ismétlés]" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "WebM beállítások" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "Videók kinagyítása belül" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "Videók lebegő lejátszása " + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "Alap hangerő" diff --git a/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo new file mode 100644 index 00000000..966d6c7a Binary files /dev/null and b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/hu_HU/LC_MESSAGES/tinyboard.po b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.po new file mode 100644 index 00000000..978aaa33 --- /dev/null +++ b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.po @@ -0,0 +1,2446 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Translators: +# limbobarrage , 2014 +# cicus , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/hu_HU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu_HU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "Bannolva!" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +msgid "Previous" +msgstr "Előző" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 +msgid "Next" +msgstr "Következő" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "Hiba" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "Hiba történt." + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 +msgid "Login" +msgstr "Bejelentkezés" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "Hozzászólás túl hosszú. Kattints ide hogy lásd a teljes szöveget." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "Ban" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "Ban & Töröl" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "Fájlt töröl" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "Biztos, hogy törölni akarod ezt a fájlt?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "Spoiler fájl" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "Biztos, hogy spoilerezni akarod ezt a fájlt?" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "Hozzászólás áthelyezése másik táblára" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "Hozzászólás szerkesztése" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "Töröl" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "Biztos, hogy törölni akarod?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "Összes üzenet törlése erről az IP-ről" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "Biztos, hogy törölni akarod az erről az IP címről érkezett összes hozzászólást?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "Összes hozzászólás törlése erről az IP-ről minden táblán" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "Biztos, hogy törölni akarod az összes hozzászólást erről az IP-ről minden táblán?" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "Nem ragacsolt szál készítése" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "Szál ragacsba helyezése" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "A szál bumpolható" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "A szál nem bumpolható" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "Szálat felnyit" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "Szálat lezár" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "Szálat áthelyez másik táblára" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "Némítva lettél nem eredeti tartalom miatt." + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "Új Szál" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "Új Hozzászólás" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "Minden védjegy, védett tartalom, hozzászólás és kép ezen az oldalon az azt megillető és érte felelő jogos tulajdonosáé." + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "Ólálkodj többet mielőtt beleszólsz." + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 +msgid "You look like a bot." +msgstr "Úgy látszik nem vagy ember." + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "A böngésződ nem, vagy érvénytelen HTTP hivatkozást küldött." + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 +#, php-format +msgid "The %s field was too long." +msgstr "A %s mező túl rövid lett." + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 +msgid "The body was too long." +msgstr "A body túl hosszú lett." + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 +msgid "The body was too short or empty." +msgstr "A body túl rövid lett, vagy üres." + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 +msgid "You must upload an image." +msgstr "Fel kell töltened egy képet." + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 +msgid "The server failed to handle your upload." +msgstr "A szerver képtelen a feltöltésed kezelni." + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 +msgid "Unsupported image format." +msgstr "Nem támogatott képformátum." + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 +msgid "Invalid board!" +msgstr "Érvénytelen tábla!" + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 +msgid "Thread specified does not exist." +msgstr "A megadott szál nem létezik." + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 +msgid "Thread locked. You may not reply at this time." +msgstr "Szál lezárva. Egyelőre nem válaszolhatsz." + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "A szál elérte a maximális hozzászólások számát." + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "A szál elérte a maximális képfeltöltések számát." + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 +msgid "You didn't make a post." +msgstr "Nem küldtél semmit." + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 +msgid "Flood detected; Post discarded." +msgstr "Flood érzékelve. Üzenet elvetve." + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 +msgid "Your request looks automated; Post discarded." +msgstr "Az küldeményed automatizáltnak tűnik. Üzenet elvetve." + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 +msgid "Unoriginal content!" +msgstr "Nem eredeti tartalom!" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "Nem eredeti tartalom! El lettél némítva %d másodpercre." + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "Némítva lettél! Lejár: %d másodperc múlva." + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "Az IP címed listázva van itt: %s." + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 +msgid "Too many links; flood detected." +msgstr "Túl sok hivatkozás; flood érzékelve." + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 +msgid "Too many cites; post discarded." +msgstr "Túl sok idézés; üzenet elvetve." + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 +msgid "Too many cross-board links; post discarded." +msgstr "Túl sok tábla keresztlinkelés; üzenet elvetve." + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 +msgid "You didn't select anything to delete." +msgstr "Nem választottál ki semmit törlésre." + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 +msgid "You didn't select anything to report." +msgstr "Nem választottál ki semmit jelentésre." + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 +msgid "You can't report that many posts at once." +msgstr "Nem jelenthetsz ilyen sok hozzászólást egyszerre." + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 +msgid "Wrong password…" +msgstr "Rossz jelszó..." + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 +msgid "Invalid image." +msgstr "Érvénytelen kép." + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 +msgid "Unknown file extension." +msgstr "Ismeretlen fájlkiterjesztés." + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "Maximális fájlméret: %maxsz% Byte
A fájlod mérete: %filesz% Byte" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 +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 +#, php-format +msgid "That file already exists!" +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 +#, 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!" + +#: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 +#, 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." + +#: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 +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 +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 +msgid "You seem to have mistyped the verification." +msgstr "Úgy látszik elírtad az ellenőrzést." + +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "Csak %s felhasználó kitiltását vonhatod vissza egyszerre. Te %u felhasználó kitiltását próbáltad visszavonni." + +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 +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 +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 +msgid "" +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "Érvénytelen felhasználónév és/vagy jelszó. A fiókod talán törölve lett vagy megváltoztatva." + +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 +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 +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 +#, php-format +msgid "The %s field is required." +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 +#, php-format +msgid "The %s field was invalid." +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 +#, php-format +msgid "There is already a %s board." +msgstr "Már létezik %s tábla." + +#: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 +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 +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 +msgid "Page not found." +msgstr "Oldal nem található." + +#: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 +#, php-format +msgid "That mod already exists!" +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 +msgid "That theme doesn't exist!" +msgstr "Ez a téma már létezik!" + +#: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 +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." + +#. 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 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "BÁNTOTTUK" + +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 +msgid "Confirm action" +msgstr "Lépés megerősítése" + +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 +msgid "Could not find current version! (Check .installed)" +msgstr "Jelenlegi verzió nem található! (Ellenőrizd a következőt: .installed)" + +#: ../../../../inc/mod/pages.php:162 +msgid "Dashboard" +msgstr "Irányítófal" + +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 +msgid "There are no boards to search!" +msgstr "Nincsenek táblák a kereséshez!" + +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "Keresési eredmények" + +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 +msgid "Edit board" +msgstr "Tábla szerkesztése" + +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 +msgid "Couldn't open board after creation." +msgstr "Nem nyitható meg a tábla készítés után." + +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 +msgid "New board" +msgstr "Új tábla" + +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 +msgid "Noticeboard" +msgstr "Üzenőfal" + +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 +msgid "News" +msgstr "Hírek" + +#: ../../../../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 "Moderációs napló" + +#. 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 +#: ../../../../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 +msgid "New ban" +msgstr "Új kitiltás" + +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 +msgid "Ban list" +msgstr "Kitiltási lista" + +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "Hozzászólás áthelyezése" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +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 +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 +msgid "Move thread" +msgstr "Szál áthelyezése" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +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 +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 +msgid "New PM for" +msgstr "Új privát üzenet neki:" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +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 +msgid "PM inbox" +msgstr "Beérkező privát üzenetek" + +#: ../../../../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 +msgid "Rebuild" +msgstr "Újraépítés" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +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 +msgid "Config editor" +msgstr "Beállítás szerkesztő" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "Témák mappa nem létezik!" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +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 +msgid "Manage themes" +msgstr "Témák rendezése" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "Telepített téma: %s" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "Konfiguráló téma: %s" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "Újjáépített téma: %s" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "Hibaellenőrzés: Spamszűrő" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "Hibaellenőrzés: Legutóbbi hozzászólások" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +msgid "Debug: SQL" +msgstr "Hibaellenőrzés: SQL" + +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "Adatbázis hiba:" + +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "Kitiltva?" + +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "Ki vagy tiltva." + +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "Vissza" + +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "Hiba részletei" + +#. line 2 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Hozzászólást Töröl" + +#. 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 +#: ../../../../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 +msgid "File" +msgstr "Fájl" + +#. 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 +#: ../../../../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 +msgid "Password" +msgstr "Jelszó" + +#. 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 +#: ../../../../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 +msgid "Reason" +msgstr "Indok" + +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Jelent" + +#: ../../../../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 +msgid "Return to dashboard" +msgstr "Visszatérés az irányítófalra" + +#. 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 "Hozzászólás módja: Válasz" + +#: ../../../../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 "Vissza" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "(Nincsenek új hírek.)" + +#: ../../../../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 "nincs téma" + +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#: ../../../../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 "-tól" + +#. 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 "itt:" + +#. 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 "Fájl:" + +#: ../../../../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 +msgid "Spoiler Image" +msgstr "Spoiler Kép" + +#: ../../../../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 +msgid "Reply" +msgstr "Válasz" + +#: ../../../../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 +msgid "View All" +msgstr "Mind megjelenítése" + +#: ../../../../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 +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 +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 +msgid "and" +msgstr "és" + +#: ../../../../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 +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 +msgid "omitted. Click reply to view." +msgstr "elrejtve. Kattints a válaszra a megjelenítéshez." + +#. 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 +#: ../../../../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 "Név" + +#. 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 "Drótposta" + +#. 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 +#: ../../../../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 "Téma" + +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "Frissít" + +#. 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 "Hozzászólás" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "Jelenleg nyers HTML-t szerkesztesz." + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "Szerkeszted a jelölést inkább?" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "Szerkeszted a nyers HTML-t inkább?" + +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "Megerősítés" + +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "Vagy URL" + +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "Beilleszt" + +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +msgid "Flags" +msgstr "Zászlók" + +#. 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 +#: ../../../../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 +msgid "Sticky" +msgstr "Ragacs" + +#. 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 +#: ../../../../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 +msgid "Lock" +msgstr "Zár" + +#. 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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "Nyers HTML" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "(Fájl törléshez.)" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "Üzenetek közötti keresés kikapcsolva" + +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "Légyszíves várj egy kicsit mielőtt újra használnád a keresőt." + +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "A bevitt adat túl széles." + +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../search.php:163 +msgid "No results." +msgstr "Nincs megjelenítendő eredmény." + +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Keres" + +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "Kitiltási fellebbezés nem található!" + +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "Kitiltási fellebbezések" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "Új felhasználó" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "Nem lehetséges előléptetni/lefokozni a felhasználót." + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "Hibakeresés: APC" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " +msgstr "A PHP kódod szabálytalan részeket tartalmazott. Lépj vissza és javítsd ki őket. PHP varázsló mondja:" + +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "Táblák" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "szerkeszt" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "Új tábla készítése" + +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "Üzenetek" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "Mutassa az üzenőfal összes bejegyzését" + +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "Adminisztráció" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "Jelszóváltás" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Configuration" +msgstr "Konfiguráció" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "Egyéb" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "Hibakeresés" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "Spamvédelem" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "Legutóbbi üzenetek" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "Strukturált Lekérdezőnyelv" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "Felhasználói fiók" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +msgid "Logout" +msgstr "Kijelentkezés" + +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 +msgid "New post" +msgstr "Új üzenet" + +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "Test" + +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "Beküldés az üzenőfalra" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 +msgid "delete" +msgstr "töröl" + +#: ../../../../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 "törölve?" + +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "Küld a hírek bejegyzésbe" + +#. 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 +#: ../../../../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 "Személyzet" + +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "Jegyzet" + +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "Dátum" + +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "Tevékenységek" + +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "eltávolít" + +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "Új jegyzet" + +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "Állapot" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "Lejárt" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "Hatályos" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "nincs indok" + +#. 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 +#: ../../../../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 "Tábla" + +#. 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 "minden tábla" + +#. 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 +#: ../../../../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 "Beállít" + +#. 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 +#: ../../../../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 "Lejár" + +#: ../../../../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 "soha" + +#. 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 +#: ../../../../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 "Látta" + +#: ../../../../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 "Igen" + +#: ../../../../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 "Nem" + +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "Kitiltást felold" + +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#: ../../../../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 "Idő" + +#. 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 +#: ../../../../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 "Tevékenység" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "(vagy alhálózat)" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "rejtett" + +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "Üzenet" + +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "nyilvános: üzenethez csatolva" + +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "Hossz" + +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "Új Kitiltás" + +#. 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 "Kifejezés:" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "Hozzászólások" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "IP cím jegyzetek" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "Kitiltások" + +#. 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 "(A keresés figyelmen kívül hagyja az ékezeteket és kulcsszavakon alapul. Pontos kifejezésekhez használj \"idézőjeleket\". Ismeretlen részekhez pedig (*) csillagot.)" + +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 +msgid "There are no active bans." +msgstr "Nincsenek érvényben lévő kitiltások." + +#. 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 "IP cím/maszk" + +#. 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 "Időtartam" + +#. line 92 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 +msgid "Unban selected" +msgstr "Kiválasztottak kitiltását felold" + +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Felhasználónév" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Folytat" + +#. line 80 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 +msgid "Appeal time" +msgstr "Fellebbezés ideje" + +#. line 84 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 +msgid "Appeal reason" +msgstr "Fellebbezés indoka" + +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "Nincsenek jelentések" + +#: ../../../../post.php:802 ../../../../post.php:811 +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 +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 +msgid "You cannot appeal this ban again." +msgstr "Nem fellebbezheted meg ezt a kitiltást többször." + +#: ../../../../post.php:818 ../../../../post.php:827 +msgid "There is already a pending appeal for this ban." +msgstr "Már van benyújtott fellebbezés a kitiltásra." + +#: ../../../../inc/image.php:24 ../../../../inc/image.php:62 +msgid "Unsupported file format: " +msgstr "Nem támogatott fájlformátum:" + +#: ../../../../inc/image.php:282 ../../../../inc/image.php:288 +msgid "Failed to redraw image!" +msgstr "Hiba a kép újrarajzolása közben!" + +#: ../../../../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 "Hiba a kép átméretezése közben!" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "Ki lettél tiltva! ;__;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "Ki vagy tiltva! ;__;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "Ki lettél tiltva a" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "Ki vagy tiltva a" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "a következő okkal:" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +msgstr "nem meghatározott indok miatt." + +#. line 32 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 +msgid "Your ban was filed on" +msgstr "A kitiltásod érvénybe lépett" + +#. 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 "óta lejárt. Frissítsd az oldalt a továbblépéshez." + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "lejár" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "mostantól, amely" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "nem jár le" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "Az IP címed" + +#. line 86 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 +msgid "You were banned for the following post on" +msgstr "Ki lettél tiltva a következő hozzászólás miatt" + +#. line 95 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +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 +msgid "It is still pending" +msgstr "Még mindig függőben van." + +#. 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 +msgid "You appealed this ban on" +msgstr "Megfellebbezted a kitiltást" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +msgid "and it was denied." +msgstr "és meg lett tagadva." + +#. 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 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "Utoljára megfellebbezted ezt a kitiltást" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +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 +#: ../../../../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 "IP cím" + +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "Azonosító" + +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "Típus" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "Utolsó tevékenység" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "Ismeretlen" + +#: ../../../../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 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +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 "" diff --git a/inc/locale/lt_LT/LC_MESSAGES/javascript.js b/inc/locale/lt_LT/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..6c29aa78 --- /dev/null +++ b/inc/locale/lt_LT/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = {"Style: ":"Stilius","File":"Failas","hide":"sl\u0117pti","show":"rodyti","Show locked threads":"Rodyti u\u017erakintas temas","Hide locked threads":"Pasl\u0117pti u\u017erakintas temas","Sunday":"Sekmadienis","Monday":"Pirmadienis","Tuesday":"Antradienis","Wednesday":"Tre\u010diadienis","Thursday":"Ketvirtadienis","Friday":"Penktadienis","Saturday":"\u0160e\u0161tadienis","January":"Sausis","February":"Vasaris","March":"Kovas","April":"Balandis","WebM Settings":"WebM nustatymai"}; \ No newline at end of file diff --git a/inc/locale/lt_LT/LC_MESSAGES/javascript.po b/inc/locale/lt_LT/LC_MESSAGES/javascript.po index 6a80516e..5c6988cc 100644 --- a/inc/locale/lt_LT/LC_MESSAGES/javascript.po +++ b/inc/locale/lt_LT/LC_MESSAGES/javascript.po @@ -1,50 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# banginis , 2014 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-20 20:19+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 -msgid "Click reply to view." -msgstr "" - -#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 -msgid "Click to expand" -msgstr "" - -#: ../../../../js/quick-reply.js:30 ../../../../js/quick-reply.js:31 -#: ../../../../js/quick-reply-old.js:31 ../../../../js/quick-reply-old.js:33 -msgid "Quick reply" -msgstr "" +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "Stilius" -#: ../../../../js/quick-reply.js:32 ../../../../js/quick-reply.js:33 -#: ../../../../js/quick-reply-old.js:33 ../../../../js/quick-reply-old.js:35 -#, python-brace-format -msgid "Posting mode: Replying to >>{0}" -msgstr "" +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "Failas" -#: ../../../../js/quick-reply.js:32 ../../../../js/quick-reply.js:33 -#: ../../../../js/quick-reply-old.js:33 ../../../../js/quick-reply-old.js:35 -msgid "Return" -msgstr "" +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "slėpti" -#: ../../../../js/quick-reply.js:20 ../../../../js/quick-reply.js:21 -#: ../../../../js/quick-reply-old.js:21 ../../../../js/quick-reply-old.js:23 -msgid "Submit" -msgstr "" +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "rodyti" #: ../../../../js/toggle-locked-threads.js:39 #: ../../../../js/toggle-locked-threads.js:54 @@ -53,7 +44,7 @@ msgstr "" #: ../../../../js/toggle-locked-threads.js:41 #: ../../../../js/toggle-locked-threads.js:56 msgid "Show locked threads" -msgstr "" +msgstr "Rodyti užrakintas temas" #: ../../../../js/toggle-locked-threads.js:39 #: ../../../../js/toggle-locked-threads.js:54 @@ -62,6 +53,40 @@ msgstr "" #: ../../../../js/toggle-locked-threads.js:41 #: ../../../../js/toggle-locked-threads.js:56 msgid "Hide locked threads" +msgstr "Paslėpti užrakintas temas" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" msgstr "" #: ../../../../js/quick-post-controls.js:27 @@ -74,13 +99,6 @@ msgstr "" msgid "Delete file only" msgstr "" -#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:50 -#: ../../../../js/upload-selection.js:51 ../../../../js/hide-images.js:51 -#: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 -msgid "File" -msgstr "" - #: ../../../../js/quick-post-controls.js:31 #: ../../../../js/quick-post-controls.js:33 msgid "Delete" @@ -96,11 +114,66 @@ msgstr "" msgid "Report" msgstr "" -#: ../../../../js/expand.js:41 ../../../../js/expand.js:43 +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "" + #: ../../../../js/expand.js:44 ../../../../js/expand.js:46 msgid "Hide expanded replies" msgstr "" +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "" + #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 #: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 #: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 @@ -122,57 +195,71 @@ msgid "disabled" msgstr "" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Sun" msgstr "" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Mon" msgstr "" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Tue" msgstr "" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Wed" msgstr "" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Thu" msgstr "" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Fri" msgstr "" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Sat" msgstr "" -#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 -msgid "Style: " +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" msgstr "" -#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 -msgid "hide" +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" msgstr "" -#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 -msgid "show" +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" msgstr "" -#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 -msgid "hidden" +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" msgstr "" -#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 -#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 -msgid "Show images" +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" msgstr "" -#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 -#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 -msgid "Hide images" +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" msgstr "" #: ../../../../templates/main.js:6 @@ -208,86 +295,6 @@ msgstr "" msgid "Loading..." msgstr "" -#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 -msgid "URL" -msgstr "" - -#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 -msgid "Select" -msgstr "" - -#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 -msgid "Remote" -msgstr "" - -#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 -msgid "Embed" -msgstr "" - -#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 -msgid "Oekaki" -msgstr "" - -#: ../../../../js/oekaki.js:10 -msgid "Brush size" -msgstr "" - -#: ../../../../js/oekaki.js:10 -msgid "Set text" -msgstr "" - -#: ../../../../js/oekaki.js:10 -msgid "Clear" -msgstr "" - -#: ../../../../js/oekaki.js:10 -msgid "Save" -msgstr "" - -#: ../../../../js/oekaki.js:10 -msgid "Load" -msgstr "" - -#: ../../../../js/oekaki.js:11 -msgid "Toggle eraser" -msgstr "" - -#: ../../../../js/oekaki.js:11 -msgid "Get color" -msgstr "" - -#: ../../../../js/oekaki.js:11 -msgid "Fill" -msgstr "" - -#: ../../../../js/oekaki.js:12 -msgid "Use oekaki instead of file?" -msgstr "" - -#: ../../../../js/oekaki.js:21 -msgid "Edit in oekaki" -msgstr "" - -#: ../../../../js/oekaki.js:152 -msgid "Enter some text" -msgstr "" - -#: ../../../../js/oekaki.js:153 -msgid "Enter font or leave empty" -msgstr "" - -#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 -#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 -#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 -msgid "Catalog" -msgstr "" - -#: ../../../../js/expand-all-images.js:20 -#: ../../../../js/expand-all-images.js:21 -#: ../../../../js/expand-all-images.js:22 -msgid "Expand all images" -msgstr "" - #: ../../../../js/download-original.js:32 #: ../../../../js/download-original.js:33 msgid "Save as original filename" @@ -326,19 +333,23 @@ msgid "Posting..." msgstr "" #: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 msgid "Upload URL" msgstr "" #: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 msgid "Spoiler Image" msgstr "" #: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 msgid "Comment" msgstr "" #: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 #: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 msgid "Quick Reply" msgstr "" @@ -389,3 +400,167 @@ msgstr "" #: ../../../../js/wpaint.js:113 msgid "Click on any image on this site to load it into oekaki applet" msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "Sekmadienis" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "Pirmadienis" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "Antradienis" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "Trečiadienis" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "Ketvirtadienis" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "Penktadienis" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "Šeštadienis" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "Sausis" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "Vasaris" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "Kovas" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "Balandis" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "WebM nustatymai" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" diff --git a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo index ff47dd68..e6c8fa94 100644 Binary files a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo and b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po index 6487a201..e3e8c9a9 100644 --- a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po +++ b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po @@ -1,504 +1,689 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-20 20:19+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../../inc/lib/gettext/examples/pigs_dropin.php:77 -#: ../../../../inc/lib/gettext/examples/pigs_dropin.php:77 -msgid "" -"This is how the story goes.\n" -"\n" +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" msgstr "" -"Štai kaip eina istorija.\n" -"\n" #. There is no previous page. -#: ../../inc/functions.php:1046 ../../inc/functions.php:1060 -#: ../../../../inc/functions.php:1039 ../../../../inc/functions.php:1053 -#: ../../../../inc/functions.php:1122 ../../../../inc/functions.php:1136 -#: ../../../../inc/functions.php:1124 ../../../../inc/functions.php:1138 #: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 #: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 #: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 msgid "Previous" msgstr "Atgal" #. There is no next page. -#: ../../inc/functions.php:1065 ../../inc/functions.php:1074 -#: ../../../../inc/functions.php:1058 ../../../../inc/functions.php:1067 -#: ../../../../inc/functions.php:1141 ../../../../inc/functions.php:1150 -#: ../../../../inc/functions.php:1143 ../../../../inc/functions.php:1152 #: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 #: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 #: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 msgid "Next" msgstr "Pirmyn" -#: ../../inc/display.php:91 ../../inc/mod/pages.php:62 -#: ../../../../inc/display.php:91 ../../../../inc/mod/pages.php:62 -#: ../../../../inc/display.php:96 ../../../../inc/display.php:100 -#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:60 -#: ../../../../inc/display.php:122 ../../../../inc/display.php:125 +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "" + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 msgid "Login" msgstr "Prisijungimas" -#. +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "" + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "Modifikuoti komentarą" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "Ištrinti" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "" + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "" + #. * ==================== #. * Error messages #. * ==================== -#. #. Error messages -#: ../../inc/config.php:687 ../../../../inc/config.php:692 -#: ../../../../inc/config.php:803 ../../../../inc/config.php:861 #: ../../../../inc/config.php:866 msgid "Lurk some more before posting." msgstr "Panaršyk ilgiau prieš rašydamas." -#. #. * ==================== #. * Error messages #. * ==================== -#. #. Error messages -#: ../../inc/config.php:688 ../../../../inc/config.php:693 -#: ../../../../inc/config.php:804 ../../../../inc/config.php:862 +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 -#: ../../../../inc/config.php:963 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 msgid "You look like a bot." msgstr "Tu atrodai kaip botas." -#: ../../inc/config.php:689 ../../../../inc/config.php:694 -#: ../../../../inc/config.php:805 ../../../../inc/config.php:863 #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 -#: ../../../../inc/config.php:964 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Tavo naršyklė nusiuntė netinkama arba nėra HTTP referer." -#: ../../inc/config.php:690 ../../../../inc/config.php:695 -#: ../../../../inc/config.php:806 ../../../../inc/config.php:864 #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 -#: ../../../../inc/config.php:965 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 #, php-format msgid "The %s field was too long." msgstr "Laukas %s buvo per ilgas." -#: ../../inc/config.php:691 ../../../../inc/config.php:696 -#: ../../../../inc/config.php:807 ../../../../inc/config.php:865 #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 -#: ../../../../inc/config.php:966 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 msgid "The body was too long." msgstr "Kūnas buvo per ilgas." -#: ../../inc/config.php:692 ../../../../inc/config.php:697 -#: ../../../../inc/config.php:808 ../../../../inc/config.php:866 #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 -#: ../../../../inc/config.php:967 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 msgid "The body was too short or empty." msgstr "Kūnas buvo per trumpas arba tuščias." -#: ../../inc/config.php:693 ../../../../inc/config.php:698 -#: ../../../../inc/config.php:809 ../../../../inc/config.php:867 #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 -#: ../../../../inc/config.php:968 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 msgid "You must upload an image." msgstr "Tu privalai įkelti paveiksliuką." -#: ../../inc/config.php:694 ../../../../inc/config.php:699 -#: ../../../../inc/config.php:810 ../../../../inc/config.php:868 #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 -#: ../../../../inc/config.php:969 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 msgid "The server failed to handle your upload." msgstr "Serveriui nepavyko apdoroti tavo įkėlimo." -#: ../../inc/config.php:695 ../../../../inc/config.php:700 -#: ../../../../inc/config.php:811 ../../../../inc/config.php:869 #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 -#: ../../../../inc/config.php:970 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 msgid "Unsupported image format." msgstr "Nepalaikomas paveiksliuko formatas." -#: ../../inc/config.php:696 ../../../../inc/config.php:701 -#: ../../../../inc/config.php:812 ../../../../inc/config.php:870 #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 -#: ../../../../inc/config.php:971 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 msgid "Invalid board!" msgstr "Neteisinga lenta!" -#: ../../inc/config.php:697 ../../../../inc/config.php:702 -#: ../../../../inc/config.php:813 ../../../../inc/config.php:871 #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 -#: ../../../../inc/config.php:972 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 msgid "Thread specified does not exist." msgstr "Nurodyta diskusija neegzistuoja." -#: ../../inc/config.php:698 ../../../../inc/config.php:703 -#: ../../../../inc/config.php:814 ../../../../inc/config.php:872 #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 -#: ../../../../inc/config.php:973 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 msgid "Thread locked. You may not reply at this time." msgstr "Diskusija užrakinta. Šiuo metu negali parašyti atsiliepimo." -#: ../../inc/config.php:699 ../../../../inc/config.php:706 -#: ../../../../inc/config.php:817 ../../../../inc/config.php:875 +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "" + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "" + #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 -#: ../../../../inc/config.php:976 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 msgid "You didn't make a post." msgstr "Tu nesukūrei komentaro." -#: ../../inc/config.php:700 ../../../../inc/config.php:707 -#: ../../../../inc/config.php:818 ../../../../inc/config.php:876 #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 -#: ../../../../inc/config.php:977 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 msgid "Flood detected; Post discarded." msgstr "Perpildymas aptiktas; komentaras išmestas." -#: ../../inc/config.php:701 ../../../../inc/config.php:708 -#: ../../../../inc/config.php:819 ../../../../inc/config.php:877 #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 -#: ../../../../inc/config.php:978 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 msgid "Your request looks automated; Post discarded." msgstr "Tavo užklausa atrodo automatizuota; komentaras išmestas." -#: ../../inc/config.php:702 ../../../../inc/config.php:709 -#: ../../../../inc/config.php:820 ../../../../inc/config.php:878 #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 -#: ../../../../inc/config.php:979 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 msgid "Unoriginal content!" msgstr "Neoriginalus turinys!" -#: ../../inc/config.php:703 ../../../../inc/config.php:710 -#: ../../../../inc/config.php:821 ../../../../inc/config.php:879 #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 -#: ../../../../inc/config.php:980 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Neoriginalus turinys! Tu buvai užtildytas %d sekundėms." -#: ../../inc/config.php:704 ../../../../inc/config.php:711 -#: ../../../../inc/config.php:822 ../../../../inc/config.php:880 #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 -#: ../../../../inc/config.php:981 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Tu esi užtildytas! Užtildymas pasibaigs po %d sekundžių." -#: ../../inc/config.php:705 ../../../../inc/config.php:712 -#: ../../../../inc/config.php:823 ../../../../inc/config.php:881 #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 -#: ../../../../inc/config.php:982 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 #, php-format msgid "Your IP address is listed in %s." msgstr "Tavo IP adresas yra įtrauktas į %s." -#: ../../inc/config.php:706 ../../../../inc/config.php:713 -#: ../../../../inc/config.php:824 ../../../../inc/config.php:882 #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 -#: ../../../../inc/config.php:983 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 msgid "Too many links; flood detected." msgstr "Per daug nuorodų; aptiktas perpildimas." -#: ../../inc/config.php:707 ../../../../inc/config.php:714 -#: ../../../../inc/config.php:825 ../../../../inc/config.php:883 #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 -#: ../../../../inc/config.php:984 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 msgid "Too many cites; post discarded." msgstr "Per daug citatų; komentaras išmestas." -#: ../../inc/config.php:708 ../../../../inc/config.php:715 -#: ../../../../inc/config.php:826 ../../../../inc/config.php:884 #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 -#: ../../../../inc/config.php:985 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 msgid "Too many cross-board links; post discarded." msgstr "Per daug tarplentinių nuorodų; komentaras išmestas." -#: ../../inc/config.php:709 ../../../../inc/config.php:716 -#: ../../../../inc/config.php:827 ../../../../inc/config.php:885 #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 -#: ../../../../inc/config.php:986 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 msgid "You didn't select anything to delete." msgstr "Tu nepasirinkai nieko, ką ištrinti." -#: ../../inc/config.php:710 ../../../../inc/config.php:717 -#: ../../../../inc/config.php:828 ../../../../inc/config.php:886 #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 -#: ../../../../inc/config.php:987 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 msgid "You didn't select anything to report." msgstr "Tu nepasirinkai nieko, ką pranešti." -#: ../../inc/config.php:711 ../../../../inc/config.php:718 -#: ../../../../inc/config.php:829 ../../../../inc/config.php:887 #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 -#: ../../../../inc/config.php:988 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 msgid "You can't report that many posts at once." msgstr "Tu negali pranešti tiek komentarų iškart." -#: ../../inc/config.php:712 ../../../../inc/config.php:719 -#: ../../../../inc/config.php:830 ../../../../inc/config.php:888 #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 -#: ../../../../inc/config.php:989 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 msgid "Wrong password…" msgstr "Neteisingas slaptažodis..." -#: ../../inc/config.php:713 ../../../../inc/config.php:720 -#: ../../../../inc/config.php:831 ../../../../inc/config.php:889 #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 -#: ../../../../inc/config.php:990 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 msgid "Invalid image." msgstr "Neteisingas paveiksliukas." -#: ../../inc/config.php:714 ../../../../inc/config.php:721 -#: ../../../../inc/config.php:832 ../../../../inc/config.php:890 #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 -#: ../../../../inc/config.php:991 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 msgid "Unknown file extension." msgstr "Nežinoma failo plėtinys." -#: ../../inc/config.php:715 ../../../../inc/config.php:722 -#: ../../../../inc/config.php:833 ../../../../inc/config.php:891 #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 -#: ../../../../inc/config.php:992 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" -msgstr "" -"Maksimalus failo didys: %maxsz% baitai
Tavo failo didys: %filesz% baitai" +msgstr "Maksimalus failo didys: %maxsz% baitai
Tavo failo didys: %filesz% baitai" -#: ../../inc/config.php:716 ../../../../inc/config.php:723 -#: ../../../../inc/config.php:834 ../../../../inc/config.php:892 #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 -#: ../../../../inc/config.php:993 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 msgid "The file was too big." msgstr "Failas buvo per didelis." -#: ../../inc/config.php:717 ../../../../inc/config.php:724 -#: ../../../../inc/config.php:835 -msgid "Invalid archive!" -msgstr "Netinkamas archyvas." - -#: ../../inc/config.php:718 ../../../../inc/config.php:725 -#: ../../../../inc/config.php:836 ../../../../inc/config.php:893 #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 -#: ../../../../inc/config.php:994 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 #, php-format msgid "That file already exists!" msgstr "Tas failas jau egzistuoja!" -#: ../../inc/config.php:719 ../../../../inc/config.php:726 -#: ../../../../inc/config.php:837 ../../../../inc/config.php:894 #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 -#: ../../../../inc/config.php:995 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 #, php-format msgid "That file already exists in this thread!" msgstr "Tas failas jau egzistuoja šioje diskusijoje!" -#: ../../inc/config.php:720 ../../../../inc/config.php:727 -#: ../../../../inc/config.php:838 ../../../../inc/config.php:895 #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 -#: ../../../../inc/config.php:996 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Tu turėsi palaukti dar %s prieš ištrindamas šitai." -#: ../../inc/config.php:721 ../../../../inc/config.php:728 -#: ../../../../inc/config.php:839 ../../../../inc/config.php:896 #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 -#: ../../../../inc/config.php:997 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "MIME tipo detekcija XSS eksploitas (IE) aptiktas; komentaras išmestas." -#: ../../inc/config.php:722 ../../../../inc/config.php:729 -#: ../../../../inc/config.php:840 ../../../../inc/config.php:897 #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 -#: ../../../../inc/config.php:998 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 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:723 ../../../../inc/config.php:730 -#: ../../../../inc/config.php:841 ../../../../inc/config.php:898 #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 -#: ../../../../inc/config.php:999 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 msgid "You seem to have mistyped the verification." msgstr "Atrodo tu įvedei neteisingą patvirtinimą." -#: ../../inc/config.php:726 ../../../../inc/config.php:734 -#: ../../../../inc/config.php:845 ../../../../inc/config.php:902 +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 +#, 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:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 msgid "Invalid username and/or password." msgstr "Neteisingas slapyvardis ir/ar slaptažodis." -#: ../../inc/config.php:727 ../../../../inc/config.php:735 -#: ../../../../inc/config.php:846 ../../../../inc/config.php:903 #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 -#: ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 msgid "You are not a mod…" msgstr "Tu nesi moderatorius..." -#: ../../inc/config.php:728 ../../../../inc/config.php:736 -#: ../../../../inc/config.php:847 ../../../../inc/config.php:904 #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 -#: ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 msgid "" -"Invalid username and/or password. Your user may have been deleted or changed." -msgstr "" -"Neteisingas slapyvardis ir/ar slaptažodis. Tavo vartotojas buvo ištrintas ar " -"pakeistas." +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "Neteisingas slapyvardis ir/ar slaptažodis. Tavo vartotojas buvo ištrintas ar pakeistas." -#: ../../inc/config.php:729 ../../../../inc/config.php:737 -#: ../../../../inc/config.php:848 ../../../../inc/config.php:905 #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 -#: ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 msgid "Invalid/malformed cookies." msgstr "Neteisingi/netaip suformuoti slapukai." -#: ../../inc/config.php:730 ../../../../inc/config.php:738 -#: ../../../../inc/config.php:849 ../../../../inc/config.php:906 #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 -#: ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 msgid "Your browser didn't submit an input when it should have." msgstr "Tavo naršyklė nepateikė įvesties, kai turėjo." -#: ../../inc/config.php:731 ../../../../inc/config.php:739 -#: ../../../../inc/config.php:850 ../../../../inc/config.php:907 #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 -#: ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 #, php-format msgid "The %s field is required." msgstr "Laukas %s reikalingas." -#: ../../inc/config.php:732 ../../../../inc/config.php:740 -#: ../../../../inc/config.php:851 ../../../../inc/config.php:908 #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 -#: ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 #, php-format msgid "The %s field was invalid." msgstr "Laukas %s buvo neteisingas." -#: ../../inc/config.php:733 ../../../../inc/config.php:741 -#: ../../../../inc/config.php:852 ../../../../inc/config.php:909 #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 -#: ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 #, php-format msgid "There is already a %s board." msgstr "Jau egzistuoja %s lenta." -#: ../../inc/config.php:734 ../../../../inc/config.php:742 -#: ../../../../inc/config.php:853 ../../../../inc/config.php:910 #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 -#: ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 msgid "You don't have permission to do that." msgstr "Tu neturi teisių tai padaryti." -#: ../../inc/config.php:735 ../../../../inc/config.php:743 -#: ../../../../inc/config.php:854 ../../../../inc/config.php:911 #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 msgid "That post doesn't exist…" msgstr "Tas komentaras neegzistuoja..." -#: ../../inc/config.php:736 ../../../../inc/config.php:744 -#: ../../../../inc/config.php:855 ../../../../inc/config.php:912 #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 -#: ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 msgid "Page not found." msgstr "Nerastas puslapis." -#: ../../inc/config.php:737 ../../../../inc/config.php:745 -#: ../../../../inc/config.php:856 ../../../../inc/config.php:913 #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 -#: ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 #, php-format msgid "That mod already exists!" msgstr "Tas moderatorius jau egzistuoja!" -#: ../../inc/config.php:738 ../../../../inc/config.php:746 -#: ../../../../inc/config.php:857 ../../../../inc/config.php:914 #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 -#: ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 msgid "That theme doesn't exist!" msgstr "Ta tema neegzistuoja!" -#: ../../inc/config.php:739 ../../../../inc/config.php:747 -#: ../../../../inc/config.php:858 ../../../../inc/config.php:915 #: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 -#: ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 msgid "Invalid security token! Please go back and try again." msgstr "Neteisinga apsaugos žymė! Prašome sugrįžti ir bandyti vėl." -#: ../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:66 -#: ../../../../inc/mod/pages.php:64 +#. 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 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "" + +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 msgid "Confirm action" msgstr "Patvirtink veiksmą." -#: ../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:110 -#: ../../../../inc/mod/pages.php:108 +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 msgid "Could not find current version! (Check .installed)" msgstr "Dabartinė versija nebuvo rasta! (Žiūrėk .installed)" -#: ../../inc/mod/pages.php:151 ../../../../inc/mod/pages.php:162 +#: ../../../../inc/mod/pages.php:162 msgid "Dashboard" msgstr "Administratoriaus lenta." -#: ../../inc/mod/pages.php:228 ../../../../inc/mod/pages.php:239 -#: ../../../../inc/mod/pages.php:431 ../../../../inc/mod/pages.php:436 -#: ../../../../inc/mod/pages.php:438 +#: ../../../../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 "Modifikuoti lenta" -#: ../../inc/mod/pages.php:261 ../../../../inc/mod/pages.php:272 -#: ../../../../inc/mod/pages.php:481 ../../../../inc/mod/pages.php:486 -#: ../../../../inc/mod/pages.php:491 +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 msgid "Couldn't open board after creation." msgstr "Nesugebėjome atidaryti naujos lentos po sukūrimo." -#: ../../inc/mod/pages.php:276 ../../../../inc/mod/pages.php:287 -#: ../../../../inc/mod/pages.php:501 ../../../../inc/mod/pages.php:506 -#: ../../../../inc/mod/pages.php:511 +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 msgid "New board" msgstr "Nauja lenta" -#. line 31 #. line 37 -#: ../../inc/mod/pages.php:322 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:96 -#: ../../../../inc/mod/pages.php:333 ../../../../inc/mod/pages.php:548 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:103 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:118 #: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 msgid "Noticeboard" msgstr "Pranešimų lenta" -#: ../../inc/mod/pages.php:382 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:166 -#: ../../../../inc/mod/pages.php:393 ../../../../inc/mod/pages.php:609 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:176 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:191 #: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 msgid "News" msgstr "Naujienos" -#: ../../inc/mod/pages.php:422 ../../inc/mod/pages.php:449 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:255 -#: ../../../../inc/mod/pages.php:433 ../../../../inc/mod/pages.php:460 -#: ../../../../inc/mod/pages.php:649 ../../../../inc/mod/pages.php:676 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:72 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:273 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:288 #: ../../../../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 @@ -506,8 +691,15 @@ msgstr "Naujienos" msgid "Moderation log" msgstr "Moderacijos žurnalas" -#. line 102 +#. line 104 +#. line 20 +#. line 18 +#. line 104 #. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 #. line 104 #. line 20 #. line 18 @@ -517,949 +709,290 @@ msgstr "Moderacijos žurnalas" #. line 104 #. line 20 #. line 18 -#: ../../inc/mod/pages.php:592 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:247 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:65 -#: ../../../../inc/mod/pages.php:612 ../../../../inc/mod/pages.php:832 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:264 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:68 -#: ../../../../inc/mod/pages.php:830 ../../../../inc/mod/pages.php:838 -#: ../../../../inc/mod/pages.php:852 +#. line 104 +#. line 20 +#: ../../../../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 169 #. line 171 -#: ../../inc/mod/pages.php:602 ../../inc/mod/pages.php:993 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:377 -#: ../../../../inc/mod/pages.php:622 ../../../../inc/mod/pages.php:1028 -#: ../../../../inc/mod/pages.php:842 ../../../../inc/mod/pages.php:1262 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:429 -#: ../../../../inc/mod/pages.php:840 ../../../../inc/mod/pages.php:1356 #: ../../../../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 msgid "New ban" msgstr "Naujas draudimas" -#: ../../inc/mod/pages.php:670 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:224 -#: ../../../../inc/mod/pages.php:705 ../../../../inc/mod/pages.php:925 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:238 -#: ../../../../inc/mod/pages.php:923 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:253 #: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 msgid "Ban list" msgstr "Draudimų sąrašas" -#: ../../inc/mod/pages.php:765 ../../../../inc/mod/pages.php:800 -#: ../../../../inc/mod/pages.php:1027 ../../../../inc/mod/pages.php:1120 +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "" + #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 msgid "Target and source board are the same." msgstr "Nurodyta ir šaltinio lenta yra ta pati." -#: ../../inc/mod/pages.php:927 ../../../../inc/mod/pages.php:962 -#: ../../../../inc/mod/pages.php:1191 ../../../../inc/mod/pages.php:1285 #: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 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:931 ../../../../inc/mod/pages.php:966 -#: ../../../../inc/mod/pages.php:1195 ../../../../inc/mod/pages.php:1289 #: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 msgid "Move thread" msgstr "Perkelti diskusiją" -#: ../../inc/mod/pages.php:1045 ../../../../inc/mod/pages.php:1080 -#: ../../../../inc/display.php:351 ../../../../inc/display.php:476 -#: ../../../../inc/mod/pages.php:1320 ../../../../inc/display.php:475 -#: ../../../../inc/mod/pages.php:1414 ../../../../inc/display.php:388 -#: ../../../../inc/display.php:512 ../../../../inc/mod/pages.php:1425 -#: ../../../../inc/mod/pages.php:1494 ../../../../inc/display.php:405 -#: ../../../../inc/display.php:534 ../../../../inc/display.php:408 -#: ../../../../inc/display.php:537 -msgid "Edit post" -msgstr "Modifikuoti komentarą" - -#: ../../inc/mod/pages.php:1271 ../../inc/mod/pages.php:1320 -#: ../../../../inc/mod/pages.php:1307 ../../../../inc/mod/pages.php:1356 -#: ../../../../inc/mod/pages.php:1555 ../../../../inc/mod/pages.php:1608 -#: ../../../../inc/mod/pages.php:1687 ../../../../inc/mod/pages.php:1740 #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 #: ../../../../inc/mod/pages.php:1775 msgid "Edit user" msgstr "Modifikuoti naudotoją" -#: ../../inc/mod/pages.php:1333 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:232 -#: ../../../../inc/mod/pages.php:1369 ../../../../inc/mod/pages.php:1621 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:247 -#: ../../../../inc/mod/pages.php:1753 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:262 #: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 msgid "Manage users" msgstr "Administruoti naudotojus" #. deleted? -#: ../../inc/mod/pages.php:1395 ../../inc/mod/pages.php:1467 -#: ../../../../inc/mod/pages.php:1431 ../../../../inc/mod/pages.php:1503 -#: ../../../../inc/mod/pages.php:1683 ../../../../inc/mod/pages.php:1756 -#: ../../../../inc/mod/pages.php:1815 ../../../../inc/mod/pages.php:1888 #: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 #: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 msgid "New PM for" msgstr "Naujas privatus pranešimas" -#: ../../inc/mod/pages.php:1399 ../../../../inc/mod/pages.php:1435 -#: ../../../../inc/mod/pages.php:1687 ../../../../inc/mod/pages.php:1819 #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 msgid "Private message" msgstr "Privatus pranešimas" -#. line 62 #. line 68 -#: ../../inc/mod/pages.php:1420 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:171 -#: ../../../../inc/mod/pages.php:1456 ../../../../inc/mod/pages.php:1708 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:182 -#: ../../../../inc/mod/pages.php:1840 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:197 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 msgid "PM inbox" msgstr "Privačių pranešimų dežutė" -#: ../../inc/mod/pages.php:1531 ../../inc/mod/pages.php:1535 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:263 -#: ../../../../inc/mod/pages.php:1567 ../../../../inc/mod/pages.php:1571 -#: ../../../../inc/mod/pages.php:1820 ../../../../inc/mod/pages.php:1824 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:282 -#: ../../../../inc/mod/pages.php:1952 ../../../../inc/mod/pages.php:1956 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:297 #: ../../../../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 msgid "Rebuild" msgstr "Perkompiliuoti" -#: ../../inc/mod/pages.php:1621 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:207 -#: ../../../../inc/mod/pages.php:1657 ../../../../inc/mod/pages.php:1910 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:220 -#: ../../../../inc/mod/pages.php:2032 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:235 #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 msgid "Report queue" msgstr "Pranešimų eilė" -#: ../../inc/mod/pages.php:1743 ../../../../inc/mod/pages.php:1779 -#: ../../../../inc/mod/pages.php:1978 ../../../../inc/mod/pages.php:2077 -#: ../../../../inc/mod/pages.php:2100 ../../../../inc/mod/pages.php:2199 #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 msgid "Config editor" msgstr "Konfiguracijos redagavimas" -#: ../../inc/mod/pages.php:1753 ../../../../inc/mod/pages.php:1789 -#: ../../../../inc/mod/pages.php:2093 ../../../../inc/mod/pages.php:2215 #: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 msgid "Themes directory doesn't exist!" msgstr "Temų katalogas neegzistuoja!" -#: ../../inc/mod/pages.php:1755 ../../../../inc/mod/pages.php:1791 -#: ../../../../inc/mod/pages.php:2095 ../../../../inc/mod/pages.php:2217 #: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 msgid "Cannot open themes directory; check permissions." msgstr "Neįmanoma atidaryti temų katalogo; peržvelkite leidimus." -#: ../../inc/mod/pages.php:1769 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:247 -#: ../../../../inc/mod/pages.php:1805 ../../../../inc/mod/pages.php:2109 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:264 -#: ../../../../inc/mod/pages.php:2231 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:279 #: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 msgid "Manage themes" msgstr "Administruoti temas" -#: ../../inc/mod/pages.php:1831 ../../../../inc/mod/pages.php:1867 -#: ../../../../inc/mod/pages.php:2171 ../../../../inc/mod/pages.php:2293 #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 #, php-format msgid "Installed theme: %s" msgstr "Įrašyta tema: %s" -#: ../../inc/mod/pages.php:1841 ../../../../inc/mod/pages.php:1878 -#: ../../../../inc/mod/pages.php:2182 ../../../../inc/mod/pages.php:2304 #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 #, php-format msgid "Configuring theme: %s" msgstr "Konfiguruojama tema: %s" -#: ../../inc/mod/pages.php:1869 ../../../../inc/mod/pages.php:1906 -#: ../../../../inc/mod/pages.php:2210 ../../../../inc/mod/pages.php:2332 #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 #, php-format msgid "Rebuilt theme: %s" msgstr "Perkompiliuota tema: %s" -#: ../../inc/mod/pages.php:1908 ../../../../inc/mod/pages.php:1945 -#: ../../../../inc/mod/pages.php:2249 ../../../../inc/mod/pages.php:2371 #: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 msgid "Debug: Anti-spam" msgstr "Derinimas: Prieš-spam'ą" -#: ../../inc/mod/pages.php:1932 ../../../../inc/mod/pages.php:1969 -#: ../../../../inc/mod/pages.php:2273 ../../../../inc/mod/pages.php:2395 #: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 msgid "Debug: Recent posts" msgstr "Derinimas: Neseni komentarai" -#: ../../inc/mod/pages.php:1956 ../../../../inc/mod/pages.php:1993 -#: ../../../../inc/mod/pages.php:2297 ../../../../inc/mod/pages.php:2419 #: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 msgid "Debug: SQL" msgstr "Derinimas: SQL" -#. line 2 -#. line 6 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:19 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:29 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:22 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 -msgid "Boards" -msgstr "Lentos" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:57 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:183 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:61 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:76 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 -msgid "edit" -msgstr "modifikuoti" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:74 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:79 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:94 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 -msgid "Create new board" -msgstr "Sukūrti naują lentą" - -#. line 26 -#. line 32 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:84 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:90 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:105 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 -msgid "Messages" -msgstr "Pranešimai" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:120 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:98 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:125 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:128 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:85 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:143 -#: ../../../../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 "Jokio subjekto" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:161 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:170 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:185 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 -msgid "View all noticeboard entries" -msgstr "Žiūrėti visas pranešimų lentos įvestis" +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "" -#. line 70 -#. line 76 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:192 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:204 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:219 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 -msgid "Administration" -msgstr "Administracija" +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:239 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:255 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:270 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 -msgid "Change password" -msgstr "Pakeisti slaptažodį" +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:271 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:291 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:306 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 -msgid "Configuration" -msgstr "Konfiguracija" +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "" -#. line 16 -#. line 106 -#. line 16 -#. line 112 -#. line 115 -#. line 16 -#. line 115 -#. line 16 -#. line 115 -#. line 16 -#. line 115 -#. line 16 -#. line 2 #. line 13 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:282 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:293 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:80 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:307 -#: ../../../../search.php:168 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:322 -#: ../../../../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 -msgid "Search" -msgstr "Ieškoti" - -#. line 2 -#. line 5 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:289 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:22 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 -#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 -msgid "Phrase:" -msgstr "Frazė:" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:297 -msgid "" -"(Search is case-insensitive, and based on keywords. To match exact phrases, " -"use \"quotes\". Use an asterisk (*) for wildcard.)" +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" msgstr "" -"(Paieška neskiria mažųjų ir didžiųjų raidžių ir paremta raktažodžiais.Kad " -"suderinti tam tikras frazes, naudokite \"quotes\". Naudokite asteriksą (*) " -"kaip wildcard'ą.)" - -#. line 130 -#. line 136 -#. line 139 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:309 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:364 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:379 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 -msgid "Debug" -msgstr "Derinimas" - -#. line 132 -#. line 138 -#. line 141 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:313 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:369 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:384 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 -msgid "Anti-spam" -msgstr "Anti-spamas" - -#. line 133 -#. line 139 -#. line 142 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:316 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:373 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:388 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 -msgid "Recent posts" -msgstr "Neseni pranešimai" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:322 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:380 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:395 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 -msgid "SQL" -msgstr "SQL" - -#. line 155 -#. line 161 -#. line 164 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:360 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:419 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:434 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 -msgid "User account" -msgstr "Naudotojo paskyra" -#. line 158 -#. line 164 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:365 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:425 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:440 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 -msgid "Logout" -msgstr "Atsijungti" +#. line 2 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Ištrinti komentarą" #. line 3 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:21 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:21 -#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 -#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 -msgid "New post" -msgstr "Naujas komentaras" +#. 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 +#: ../../../../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 +msgid "File" +msgstr "Failas" -#. line 11 -#. line 7 +#. line 132 #. line 14 -#. line 7 +#. line 132 #. line 14 -#. line 8 +#. line 131 #. line 14 -#. line 7 -#. line 8 +#. line 131 #. line 14 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:27 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:31 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:36 -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:27 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:55 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:55 -#: ../../../../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 -msgid "Name" -msgstr "Vardas" - -#. line 34 -#. line 23 -#. line 37 -#. line 46 -#. line 23 -#. line 46 -#. line 12 -#. line 24 -#. line 46 -#. line 23 -#. line 12 -#. line 46 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:36 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:63 -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:53 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:98 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:116 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:130 -#: ../../../../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 "Subjektas" - -#. line 16 -#. line 28 -#. line 16 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:42 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:69 -#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 -#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 -msgid "Body" -msgstr "Kūnas" - +#. line 131 +#. line 14 +#. line 131 #. line 21 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:49 -#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 -msgid "Post to noticeboard" -msgstr "Patalptinti į pranešimų lentą" - -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:73 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:100 -#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 -#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 -msgid "delete" -msgstr "ištrinti" - -#. line 44 -#. line 56 -#. line 44 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:106 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:133 -#: ../../../../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 "sukūrta" - -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:118 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:112 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:344 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:120 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:394 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:493 -#: ../../../../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 -msgid "deleted?" -msgstr "ištrinta?" - -#. line 50 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:125 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:136 -#: ../../../../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 24 -#. line 62 -#. line 150 -#. line 180 -#. 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 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:74 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:169 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:331 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:78 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:179 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:380 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:453 -#: ../../../../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 -msgid "Staff" -msgstr "Administracija" - -#. line 25 -#. line 67 -#. line 25 -#. line 68 -#. line 25 -#. line 68 -#. line 25 -#. line 68 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:77 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:179 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:82 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:190 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 -msgid "Note" -msgstr "Pastaba" - -#. line 26 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:80 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:86 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 -msgid "Date" -msgstr "Data" - -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:86 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:93 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 -msgid "Actions" -msgstr "Veiksmai" - -#. line 49 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:142 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:151 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 -msgid "remove" -msgstr "pašalinti" - -#. line 75 -#. line 76 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:189 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:201 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 -msgid "New note" -msgstr "Nauja pastaba" - -#. line 92 -#. line 94 -#. line 7 -#. line 94 -#. line 7 -#. line 94 -#. line 7 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:226 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:240 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 -msgid "Status" -msgstr "Statusas" - -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:233 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:248 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 -msgid "Expired" -msgstr "Pasibaigė" - -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:238 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:254 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 -msgid "Active" -msgstr "Aktyvus" +#. line 14 +#. line 131 +#. 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 +msgid "Password" +msgstr "Slaptažodis" #. line 8 -#. line 106 +#. line 108 +#. line 32 +#. line 9 +#. line 23 #. line 8 +#. line 108 #. line 32 #. line 8 -#. line 5 +#. 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 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:256 -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:32 -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:30 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:90 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:32 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:274 +#. line 48 +#. line 5 +#. line 8 +#. line 108 +#. line 32 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:96 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:34 #: ../../../../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 msgid "Reason" msgstr "Priežastis" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:269 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:288 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 -msgid "no reason" -msgstr "jokios priežasties" - -#. line 116 -#. line 182 -#. line 65 -#. line 3 -#. 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 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:278 -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:20 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:142 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:298 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:461 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:157 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:23 -#: ../../../../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 -msgid "Board" -msgstr "Lenta" +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Pranešti" -#. line 71 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:291 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:150 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:83 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:312 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:74 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:166 -#: ../../../../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 -msgid "all boards" -msgstr "visos lentos" +#: ../../../../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 +msgid "Return to dashboard" +msgstr "Grįžti į administratoriaus lentą" -#. line 126 -#. line 128 -#. line 11 -#. line 43 -#. line 128 -#. line 43 -#. line 128 -#. line 11 -#. line 43 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:300 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:322 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 -msgid "Set" -msgstr "Nustatyti" +#. 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 "Komentarų statusas: Atsiliepimas" -#. line 130 -#. line 132 -#. line 13 -#. line 47 -#. line 132 -#. line 47 -#. line 132 -#. line 13 -#. line 47 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:309 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:332 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 -msgid "Expires" -msgstr "Pasibaigs" - -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:322 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:137 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:346 -#: ../../../../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 -msgid "never" -msgstr "niekada" - -#. line 161 -#. line 163 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:357 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:408 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 -msgid "Remove ban" -msgstr "Pašalinti draudimą" - -#: ../../templates/cache/72/55/0d64283f30702de83ecfcb71f86a.php:25 -#: ../../../../templates/cache/72/55/0d64283f30702de83ecfcb71f86a.php:28 -#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 -msgid "There are no reports." -msgstr "Nėra pranešimų." - -#. line 2 -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:19 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:19 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 -msgid "Delete Post" -msgstr "Ištrinti komentarą" - -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 75 -#. line 3 -#. line 84 -#. line 3 -#. line 84 -#. line 3 -#. line 84 -#. line 3 -#. line 84 -#. line 3 -#. line 84 -#. line 3 -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:218 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:233 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 -msgid "File" -msgstr "Failas" - -#. line 129 -#. line 117 -#. line 14 -#. line 132 -#. line 14 -#. line 132 -#. line 14 -#. line 131 -#. line 14 -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:23 -#: ../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:41 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:310 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:23 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:342 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:45 -#: ../../../../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 -msgid "Password" -msgstr "Slaptažodis" - -#. line 5 -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:27 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:27 -#: ../../../../inc/display.php:429 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 -#: ../../../../inc/display.php:424 ../../../../inc/display.php:461 -#: ../../../../inc/display.php:483 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 -#: ../../../../inc/display.php:486 -msgid "Delete" -msgstr "Ištrinti" - -#. line 10 -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:36 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:36 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 -msgid "Report" -msgstr "Pranešti" - -#. line 6 -#. line 4 -#: ../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:28 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:23 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:31 -#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 -msgid "Username" -msgstr "Slapyvardis" - -#. line 23 -#: ../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:52 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:57 -#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 -msgid "Continue" -msgstr "Toliau" - -#: ../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:94 -#: ../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:175 -#: ../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:63 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:121 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:98 -#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:62 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:135 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:119 -#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:65 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:149 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:134 -#: ../../../../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 -msgid "Return to dashboard" -msgstr "Grįžti į administratoriaus lentą" - -#. line 7 -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:36 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:41 -msgid "Report date" -msgstr "Pranešimo data" - -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:45 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:51 -msgid "Reported by" -msgstr "Pranešta " - -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:63 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:70 -msgid "Discard abuse report" -msgstr "Pašalinti išnaudojimo pranešimą" - -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:80 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:88 -msgid "Discard all abuse reports by this IP address" -msgstr "Pašalinti visus šio IP adreso išnaudojimo pranešimus." - -#. line 27 -#. line 32 -#. line 39 -#. line 33 -#: ../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:183 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:106 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:128 -#: ../../../../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 "Komentarų statusas: Atsiliepimas" - -#: ../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:186 -#: ../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:232 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:109 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:155 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:132 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:180 #: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:147 #: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:200 #: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:150 @@ -1469,123 +1002,55 @@ msgstr "Komentarų statusas: Atsiliepimas" msgid "Return" msgstr "Grįžti" -#. line 33 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:76 -#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 -msgid "Post news entry" -msgstr "Patalpinti naujienų įvęstį" - -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:66 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:70 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 -msgid "(or subnet)" -msgstr "(arba potinklis)" - -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:80 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:85 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 -msgid "hidden" -msgstr "paslėpta" - -#. line 41 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:107 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:114 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 -msgid "Message" -msgstr "Pranešimas" - -#. line 46 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:117 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:130 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 -msgid "public; attached to post" -msgstr "vieša; prisegta prie komentaro" - -#. line 58 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:133 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:147 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 -msgid "Length" -msgstr "Ilgis" - -#. line 88 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:192 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:209 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 -msgid "New Ban" -msgstr "Naujas draudimas" - -#. line 3 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:20 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 -msgid "ID" -msgstr "ID" - -#. line 5 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:26 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 -msgid "Type" -msgstr "Tipas" - -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:35 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 -msgid "Last action" -msgstr "Paskutinis veiksmas" - -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:61 -msgid "Janitor" -msgstr "Valytojas" - -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:64 -msgid "Mod" -msgstr "Moderatorius" - -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:67 -msgid "Admin" -msgstr "Administratorius" - -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:78 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 -msgid "none" -msgstr "joks" +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:153 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 -msgid "Promote" -msgstr "Paaukštinti" +#: ../../../../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 "Jokio subjekto" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:163 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 -msgid "Demote" -msgstr "Pažeminti" +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#: ../../../../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 "sukūrta" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:173 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 -msgid "log" -msgstr "Žurnalas" +#. 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 " " -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:193 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 -msgid "PM" -msgstr "Privatus pranešimas" +#. 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] "" +msgstr[2] "" -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:105 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:107 #: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 msgid "File:" msgstr "Failas:" -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:117 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:129 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:119 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:100 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:133 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:172 #: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:115 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:113 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:148 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:189 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:127 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:165 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:206 @@ -1593,75 +1058,119 @@ msgstr "Failas:" #: ../../../../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 msgid "Spoiler Image" msgstr "Paveiksliukas, galintis atskleisti svarbias detales" -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:463 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:461 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:503 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:528 #: ../../../../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 msgid "Reply" msgstr "Atsiliepimas" -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:490 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:488 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:531 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:596 +#: ../../../../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 +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 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + #: ../../../../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 msgid "1 post" msgid_plural "%count% posts" -msgstr[0] "1 pranešimas" -msgstr[1] "%count% pranešimai" - -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:496 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:494 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:117 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:537 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:602 +msgstr[0] "1 žinutė" +msgstr[1] "%count% žinutės" +msgstr[2] "%count% žinučių" + #: ../../../../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 msgid "and" msgstr "ir" -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:507 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:505 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:549 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:614 #: ../../../../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 msgid "1 image reply" msgid_plural "%count% image replies" -msgstr[0] "1 atsiliepimas su paveiksliuku" -msgstr[1] "%count% atsiliepimai su paveiksliukais" +msgstr[0] "1 žinutė su paveikslėliu" +msgstr[1] "%count% žinutės su paveikslėliais" +msgstr[2] "%count% žinučių su paveikslėliais" -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:512 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:510 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:554 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:619 #: ../../../../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 msgid "omitted. Click reply to view." msgstr "nerodomi. Paspauskite atsliepimą, kad peržiūrėti." -#. line 21 +#. 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 +#: ../../../../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 "Vardas" + +#. line 15 +#. line 24 #. line 15 #. line 24 #. line 15 #. line 24 #. line 15 #. line 24 -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:40 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:76 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:76 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 @@ -1669,108 +1178,95 @@ msgstr "nerodomi. Paspauskite atsliepimą, kad peržiūrėti." msgid "Email" msgstr "Email" +#. 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 +#: ../../../../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 "Subjektas" + #. line 27 -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:62 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 #: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 msgid "Update" msgstr "Atnaujinti" -#. line 45 #. line 32 -#. line 48 #. line 57 #. line 32 #. line 57 #. line 32 #. line 57 -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:69 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:138 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:145 +#. line 32 +#. line 57 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:161 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 #: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:79 msgid "Comment" msgstr "Komentuoti" -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:89 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 #: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 msgid "Currently editing raw HTML." msgstr "Šiuo metu modifikuojamas grynas HTML." -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:96 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 #: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 msgid "Edit markup instead?" msgstr "Modifikuoti žymę?" -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 #: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 msgid "Edit raw HTML instead?" msgstr "Modifikuoti gryną HTML?" -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:111 -msgid "Submit" -msgstr "Įkelti" - -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 #. line 73 -#. line 61 -#. line 73 -#. line 64 -#. line 73 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:159 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:185 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:191 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:217 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:209 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 msgid "Verification" msgstr "Patvirtinimas" -#. line 97 -#. line 85 +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "" + #. line 100 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:236 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:268 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:252 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 msgid "Embed" msgstr "Įterpti" -#. line 109 -#. line 97 #. line 112 #. line 111 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:259 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:291 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:276 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 msgid "Flags" msgstr "Vėliavos" -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 101 -#. line 102 #. line 116 #. line 117 #. line 116 @@ -1783,12 +1279,16 @@ msgstr "Vėliavos" #. line 116 #. line 115 #. line 116 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:268 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:271 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:300 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:303 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:286 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:290 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1797,16 +1297,6 @@ msgstr "Vėliavos" msgid "Sticky" msgstr "Sticky" -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 105 -#. line 106 #. line 120 #. line 121 #. line 120 @@ -1819,12 +1309,16 @@ msgstr "Sticky" #. line 120 #. line 119 #. line 120 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:280 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:283 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:312 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:315 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:300 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:304 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1833,16 +1327,6 @@ msgstr "Sticky" msgid "Lock" msgstr "Užrakinti" -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 109 -#. line 110 #. line 124 #. line 125 #. line 124 @@ -1855,12 +1339,16 @@ msgstr "Užrakinti" #. line 124 #. line 123 #. line 124 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:292 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:295 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:324 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:327 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:314 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:318 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1869,313 +1357,507 @@ msgstr "Užrakinti" msgid "Raw HTML" msgstr "Grynas HTML" -#. line 134 -#. line 122 #. line 137 #. line 136 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:319 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:351 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 +#. line 141 #: ../../../../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 msgid "(For file deletion.)" msgstr "(Failų trynimui.)" -#: ../../../../inc/config.php:704 ../../../../inc/config.php:815 -#: ../../../../inc/config.php:873 ../../../../inc/config.php:878 -#: ../../../../inc/config.php:983 ../../../../inc/config.php:974 -msgid "Thread has reached its maximum reply limit." +#: ../../../../search.php:5 +msgid "Post search is disabled" msgstr "" -#: ../../../../inc/config.php:705 ../../../../inc/config.php:816 -#: ../../../../inc/config.php:874 ../../../../inc/config.php:879 -#: ../../../../inc/config.php:984 ../../../../inc/config.php:975 -msgid "Thread has reached its maximum image limit." +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." msgstr "" -#. Moderator errors -#: ../../../../inc/config.php:733 ../../../../inc/config.php:844 -#: ../../../../inc/config.php:901 ../../../../inc/config.php:906 -#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1002 -#, php-format -msgid "" -"You are only allowed to unban %s users at a time. You tried to unban %u " -"users." +#: ../../../../search.php:131 +msgid "Query too broad." msgstr "" -#: ../../../../inc/functions.php:578 ../../../../inc/functions.php:595 -#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 -#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 -msgid "second" -msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" - -#: ../../../../inc/functions.php:580 ../../../../inc/functions.php:597 -#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 -#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 -msgid "minute" -msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" - -#: ../../../../inc/functions.php:582 ../../../../inc/functions.php:599 -#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 -#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 -msgid "hour" -msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" - -#: ../../../../inc/functions.php:584 ../../../../inc/functions.php:601 -#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 -#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 -msgid "day" -msgid_plural "days" +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" msgstr[0] "" msgstr[1] "" +msgstr[2] "" -#: ../../../../inc/functions.php:586 ../../../../inc/functions.php:603 -#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 -#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 -msgid "week" -msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" +#: ../../../../search.php:163 +msgid "No results." +msgstr "" -#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 -#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 -#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 -msgid "year" -msgid_plural "years" -msgstr[0] "" -msgstr[1] "" +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Ieškoti" -#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:628 -#: ../../../../inc/functions.php:670 -msgid "Banned!" +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" msgstr "" -#: ../../../../inc/display.php:79 ../../../../inc/display.php:83 -#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 -#: ../../../../inc/display.php:108 -msgid "Error" +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" msgstr "" -#: ../../../../inc/display.php:80 ../../../../inc/display.php:84 -#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 -#: ../../../../inc/display.php:109 -msgid "An error has occured." +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" msgstr "" -#: ../../../../inc/display.php:215 ../../../../inc/display.php:219 -#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 -#: ../../../../inc/display.php:244 -#, php-format -msgid "Post too long. Click here to view the full text." +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." msgstr "" -#: ../../../../inc/display.php:339 ../../../../inc/display.php:441 -#: ../../../../inc/display.php:331 ../../../../inc/display.php:436 -#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 -#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 -#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 -msgid "Ban" +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" msgstr "" -#: ../../../../inc/display.php:343 ../../../../inc/display.php:445 -#: ../../../../inc/display.php:335 ../../../../inc/display.php:440 -#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 -#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 -#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 -msgid "Ban & Delete" +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " msgstr "" -#: ../../../../inc/display.php:347 ../../../../inc/display.php:449 -#: ../../../../inc/display.php:339 ../../../../inc/display.php:444 -#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 -#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 -#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 -msgid "Delete file" -msgstr "" +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "Lentos" -#: ../../../../inc/display.php:347 ../../../../inc/display.php:449 -#: ../../../../inc/display.php:339 ../../../../inc/display.php:444 -#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 -#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 -#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 -msgid "Are you sure you want to delete this file?" -msgstr "" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "modifikuoti" -#: ../../../../inc/display.php:429 ../../../../inc/display.php:424 -#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 -#: ../../../../inc/display.php:486 -msgid "Are you sure you want to delete this?" -msgstr "" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "Sukūrti naują lentą" -#: ../../../../inc/display.php:433 ../../../../inc/display.php:428 -#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 -msgid "Delete all posts by IP" -msgstr "" +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "Pranešimai" -#: ../../../../inc/display.php:433 ../../../../inc/display.php:428 -#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 -msgid "Are you sure you want to delete all posts by this IP address?" -msgstr "" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "Žiūrėti visas pranešimų lentos įvestis" -#: ../../../../inc/display.php:437 ../../../../inc/display.php:432 -#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 -msgid "Delete all posts by IP across all boards" -msgstr "" +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "Administracija" -#: ../../../../inc/display.php:437 ../../../../inc/display.php:432 -#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 -msgid "" -"Are you sure you want to delete all posts by this IP address, across all " -"boards?" -msgstr "" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "Pakeisti slaptažodį" -#: ../../../../inc/display.php:454 ../../../../inc/display.php:453 -#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 -#: ../../../../inc/display.php:515 -msgid "Make thread not sticky" -msgstr "" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Configuration" +msgstr "Konfiguracija" -#: ../../../../inc/display.php:456 ../../../../inc/display.php:455 -#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 -#: ../../../../inc/display.php:517 -msgid "Make thread sticky" +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" msgstr "" -#: ../../../../inc/display.php:460 ../../../../inc/display.php:459 -#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 -#: ../../../../inc/display.php:521 -msgid "Allow thread to be bumped" -msgstr "" +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "Derinimas" -#: ../../../../inc/display.php:462 ../../../../inc/display.php:461 -#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 -#: ../../../../inc/display.php:523 -msgid "Prevent thread from being bumped" -msgstr "" +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "Anti-spamas" -#: ../../../../inc/display.php:467 ../../../../inc/display.php:466 -#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 -#: ../../../../inc/display.php:528 -msgid "Unlock thread" -msgstr "" +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "Neseni pranešimai" -#: ../../../../inc/display.php:469 ../../../../inc/display.php:468 -#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 -#: ../../../../inc/display.php:530 -msgid "Lock thread" -msgstr "" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "SQL" -#: ../../../../inc/display.php:472 ../../../../inc/display.php:471 -#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 -#: ../../../../inc/display.php:533 -msgid "Move thread to another board" -msgstr "" +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "Naudotojo paskyra" -#. How long before Tinyboard forgets about a mute? -#. 2 weeks -#. If you want to alter the algorithm a bit. Default value is 2. -#. (n^x where x is the number of previous mutes) -#: ../../../../inc/config.php:342 ../../../../inc/config.php:343 -#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 -msgid "You have been muted for unoriginal content." -msgstr "" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +msgid "Logout" +msgstr "Atsijungti" -#. The names on the post buttons. (On most imageboards, these are both just "Post"). -#: ../../../../inc/config.php:641 ../../../../inc/config.php:672 -#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 -#: ../../../../inc/config.php:772 -msgid "New Topic" -msgstr "" +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 +msgid "New post" +msgstr "Naujas komentaras" -#: ../../../../inc/config.php:642 ../../../../inc/config.php:673 -#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 -#: ../../../../inc/config.php:773 -msgid "New Reply" -msgstr "" +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "Kūnas" -#. Additional lines added to the footer of all pages. -#: ../../../../inc/config.php:653 ../../../../inc/config.php:684 -#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 -#: ../../../../inc/config.php:784 -msgid "" -"All trademarks, copyrights, comments, and images on this page are owned by " -"and are the responsibility of their respective parties." -msgstr "" +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "Patalptinti į pranešimų lentą" -#. 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:1019 ../../../../inc/config.php:1081 -#: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 -#: ../../../../inc/config.php:1180 -msgid "USER WAS BANNED FOR THIS POST" -msgstr "" +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 +msgid "delete" +msgstr "ištrinti" -#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 -msgid "There are no boards to search!" -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 "ištrinta?" -#. $results now contains the search results -#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 -msgid "Search results" -msgstr "" +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "Patalpinti naujienų įvęstį" -#. Print error -#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 -msgid "Database error: " -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 +#: ../../../../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 "Administracija" -#: ../../../../banned.php:4 -msgid "Banned?" -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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "Pastaba" -#: ../../../../banned.php:5 -msgid "You are not banned." -msgstr "" +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "Data" -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:35 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 -msgid "Posts" -msgstr "" +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "Veiksmai" -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:46 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 -msgid "IP address notes" -msgstr "" +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "pašalinti" + +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "Nauja pastaba" + +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "Statusas" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "Pasibaigė" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "Aktyvus" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "jokios priežasties" + +#. 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 +#: ../../../../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 "Lenta" + +#. 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 "visos lentos" -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:59 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 -msgid "Bans" -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 +#: ../../../../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 "Nustatyti" -#. line 18 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:85 -#: ../../../../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 "" +#. 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 +#: ../../../../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 "Pasibaigs" -#. line 118 -#. line 124 -#. line 127 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:330 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:345 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 -msgid "Other" -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 "niekada" -#. line 140 #. line 142 #. line 14 #. line 57 @@ -2184,37 +1866,61 @@ msgstr "" #. line 142 #. line 14 #. line 57 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:356 +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 #: ../../../../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/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:364 #: ../../../../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/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:370 #: ../../../../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 181 +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "Pašalinti draudimą" + #. line 183 #. line 5 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:457 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 #: ../../../../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 183 #. line 185 #. line 89 #. line 185 @@ -2222,199 +1928,91 @@ msgstr "" #. line 185 #. line 7 #. line 89 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:465 +#. line 185 +#. line 89 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 185 #: ../../../../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/e5/22/4711dd22e4c786b4de405db7a449.php:36 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 -msgid "You were banned! ;_;" -msgstr "" - -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:42 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 -msgid "You are banned! ;_;" -msgstr "" - -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:53 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 -msgid "You were banned from" -msgstr "" - -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:59 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 -msgid "You have been banned from" -msgstr "" - -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:83 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 -msgid "for the following reason:" -msgstr "" - -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:89 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 -msgid "for an unspecified reason." -msgstr "" - -#. line 32 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:111 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 -msgid "Your ban was filed on" -msgstr "" - -#. line 51 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:124 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:157 -#: ../../../../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/e5/22/4711dd22e4c786b4de405db7a449.php:130 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 -msgid "expires" -msgstr "" - -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:134 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 -msgid "from now, which is on" -msgstr "" - -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:184 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 -msgid "will not expire" -msgstr "" - -#. line 78 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:193 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 -msgid "Your IP address is" -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 "" - -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 -#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 -msgid "(No news to show.)" -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] "" - -#: ../../../../search.php:5 -msgid "Post search is disabled" -msgstr "" - -#: ../../../../search.php:25 ../../../../search.php:31 -msgid "Wait a while before searching again, please." -msgstr "" - -#: ../../../../search.php:131 -msgid "Query too broad." -msgstr "" - -#: ../../../../search.php:152 -#, php-format -msgid "%d result in" -msgid_plural "%d results in" -msgstr[0] "" -msgstr[1] "" - -#: ../../../../search.php:163 -msgid "No results." -msgstr "" - -#: ../../../../inc/display.php:343 ../../../../inc/display.php:448 -#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 -#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 -#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 -msgid "Spoiler File" -msgstr "" - -#: ../../../../inc/display.php:343 ../../../../inc/display.php:448 -#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 -#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 -#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 -msgid "Are you sure you want to spoiler this file?" -msgstr "" - -#: ../../../../inc/display.php:347 ../../../../inc/display.php:384 -#: ../../../../inc/display.php:401 ../../../../inc/display.php:404 -msgid "Move reply to another board" -msgstr "" - -#: ../../../../inc/mod/pages.php:1094 ../../../../inc/mod/pages.php:1105 -#: ../../../../inc/mod/pages.php:1165 -msgid "Move reply" -msgstr "" +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "(arba potinklis)" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:542 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:544 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:509 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:520 -msgid "View All" -msgstr "" +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "paslėpta" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:559 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:561 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:526 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:537 -msgid "Last 1 Post" -msgid_plural "Last %count% Posts" -msgstr[0] "" -msgstr[1] "" +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "Pranešimas" -#. line 90 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 -msgid "Or URL" -msgstr "" +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "vieša; prisegta prie komentaro" -#: ../../../../inc/mod/pages.php:939 -msgid "Ban appeal not found!" -msgstr "" +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "Ilgis" -#: ../../../../inc/mod/pages.php:989 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 -msgid "Ban appeals" -msgstr "" +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "Naujas draudimas" -#: ../../../../inc/mod/pages.php:1833 -msgid "New user" +#. 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 "Frazė:" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" msgstr "" -#: ../../../../inc/mod/pages.php:1888 -msgid "Impossible to promote/demote user." +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" msgstr "" -#: ../../../../inc/mod/pages.php:2612 -msgid "Debug: APC" +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" msgstr "" -#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#. line 18 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:88 msgid "" -"Your code contained PHP syntax errors. Please go back and correct them. PHP " -"says: " +"(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 @@ -2422,12 +2020,20 @@ msgid "There are no active bans." msgstr "" #. 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 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:55 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:153 msgid "Duration" msgstr "" @@ -2436,6 +2042,25 @@ msgstr "" msgid "Unban selected" msgstr "" +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Slapyvardis" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Toliau" + #. line 80 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 msgid "Appeal time" @@ -2446,6 +2071,10 @@ msgstr "" msgid "Appeal reason" msgstr "" +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "Nėra pranešimų." + #: ../../../../post.php:802 ../../../../post.php:811 msgid "That ban doesn't exist or is not for you." msgstr "" @@ -2471,10 +2100,63 @@ msgid "Failed to redraw image!" msgstr "" #: ../../../../inc/image.php:324 ../../../../inc/image.php:343 -#: ../../../../inc/image.php:368 +#: ../../../../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" @@ -2489,6 +2171,14 @@ msgstr "" 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 @@ -2509,6 +2199,14 @@ msgid "" "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 @@ -2518,6 +2216,14 @@ msgstr "" 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 @@ -2537,18 +2243,61 @@ 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 #: ../../../../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 "ID" + +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "Tipas" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "Paskutinis veiksmas" + #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 msgid "Unknown" msgstr "" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 +msgid "none" +msgstr "joks" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 +msgid "Promote" +msgstr "Paaukštinti" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 +msgid "Demote" +msgstr "Pažeminti" + #: ../../../../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 "Žurnalas" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 +msgid "PM" +msgstr "Privatus pranešimas" + #. line 6 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 msgid "Thread ID" @@ -2598,6 +2347,109 @@ 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." +"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 "Pranešimo data" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "Pranešta " + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "Pašalinti išnaudojimo pranešimą" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "Pašalinti visus šio IP adreso išnaudojimo pranešimus." + +#. 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 "" diff --git a/inc/locale/pl_PL/LC_MESSAGES/javascript.js b/inc/locale/pl_PL/LC_MESSAGES/javascript.js index cc9f4e69..2a748d09 100644 --- a/inc/locale/pl_PL/LC_MESSAGES/javascript.js +++ b/inc/locale/pl_PL/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Submit":"Wy\u015blij","Quick reply":"Szybka odpowied\u017a","Posting mode: Replying to >>{0}<\/small>":"Tryb postowania: Odpowied\u017a na >>{0}<\/small>","Return":"Powr\u00f3t","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","Mon":"pon","Tue":"wto","Wed":"\u015bro","Thu":"czw","Fri":"pi\u0105","Sat":"sob","Sun":"nie","Show locked threads":"Poka\u017c zablokowane tematy","Hide locked threads":"Schowaj zablokowane tematy","Forced anonymity":"Wymuszona anonimowo\u015b\u0107","enabled":"w\u0142\u0105czona","disabled":"wy\u0142\u0105czona","Password":"Has\u0142o","Delete file only":"Usu\u0144 tylko plik","File":"Plik","Delete":"Usu\u0144","Reason":"Pow\u00f3d","Report":"Zg\u0142oszenie","hide":"ukryj","show":"poka\u017c","hidden":"ukryte","Show images":"Poka\u017c obrazki","Hide images":"Ukryj obrazki","Style: ":"Styl: ","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...","URL":"URL","Select":"Wybierz","Remote":"Zdalny","Embed":"Osad\u017a","Oekaki":"Oekaki","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","Catalog":"Katalog","Expand all images":"Rozwi\u0144 wszystkie obrazki","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","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"}; \ 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 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"}; \ 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 09dd14a1..838345aa 100644 --- a/inc/locale/pl_PL/LC_MESSAGES/javascript.po +++ b/inc/locale/pl_PL/LC_MESSAGES/javascript.po @@ -1,91 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# czaks , 2014 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-23 19:40+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pl_PL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl_PL\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../../../../js/quick-reply.js:20 ../../../../js/quick-reply.js:21 -#: ../../../../js/quick-reply-old.js:21 ../../../../js/quick-reply-old.js:23 -msgid "Submit" -msgstr "Wyślij" - -#: ../../../../js/quick-reply.js:30 ../../../../js/quick-reply.js:31 -#: ../../../../js/quick-reply-old.js:31 ../../../../js/quick-reply-old.js:33 -msgid "Quick reply" -msgstr "Szybka odpowiedź" - -#: ../../../../js/quick-reply.js:32 ../../../../js/quick-reply.js:33 -#: ../../../../js/quick-reply-old.js:33 ../../../../js/quick-reply-old.js:35 -#, python-brace-format -msgid "Posting mode: Replying to >>{0}" -msgstr "Tryb postowania: Odpowiedź na >>{0}" - -#: ../../../../js/quick-reply.js:32 ../../../../js/quick-reply.js:33 -#: ../../../../js/quick-reply-old.js:33 ../../../../js/quick-reply-old.js:35 -msgid "Return" -msgstr "Powrót" - -#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 -msgid "Click reply to view." -msgstr "Kliknij Odpowiedź aby zobaczyć." - -#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 -msgid "Click to expand" -msgstr "Kliknij aby rozwinąć" - -#: ../../../../js/expand.js:41 ../../../../js/expand.js:45 -#: ../../../../js/expand.js:43 ../../../../js/expand.js:44 -#: ../../../../js/expand.js:46 -msgid "Hide expanded replies" -msgstr "Schowaj rozwinięte odpowiedzi" - -#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 -#: ../../../../js/local-time.js:30 -msgid "Mon" -msgstr "pon" - -#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 -#: ../../../../js/local-time.js:30 -msgid "Tue" -msgstr "wto" - -#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 -#: ../../../../js/local-time.js:30 -msgid "Wed" -msgstr "śro" - -#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 -#: ../../../../js/local-time.js:30 -msgid "Thu" -msgstr "czw" +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "Styl: " -#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 -#: ../../../../js/local-time.js:30 -msgid "Fri" -msgstr "pią" +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "Plik" -#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 -#: ../../../../js/local-time.js:30 -msgid "Sat" -msgstr "sob" +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "ukryj" -#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 -#: ../../../../js/local-time.js:30 -msgid "Sun" -msgstr "nie" +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "pokaż" #: ../../../../js/toggle-locked-threads.js:39 #: ../../../../js/toggle-locked-threads.js:54 @@ -105,25 +55,39 @@ msgstr "Pokaż zablokowane tematy" msgid "Hide locked threads" msgstr "Schowaj zablokowane tematy" -#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 -#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 -#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 -#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 -#: ../../../../js/forced-anon.js:71 -msgid "Forced anonymity" -msgstr "Wymuszona anonimowość" +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "URL" -#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 -#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 -#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 -msgid "enabled" -msgstr "włączona" +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "Wybierz" -#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 -#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 -#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 -msgid "disabled" -msgstr "wyłączona" +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "Zdalny" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "Osadź" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "Oekaki" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "ukryte" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "Pokaż obrazki" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "Ukryj obrazki" #: ../../../../js/quick-post-controls.js:27 #: ../../../../js/quick-post-controls.js:29 @@ -135,13 +99,6 @@ msgstr "Hasło" msgid "Delete file only" msgstr "Usuń tylko plik" -#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:50 -#: ../../../../js/upload-selection.js:51 ../../../../js/hide-images.js:51 -#: ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 -msgid "File" -msgstr "Plik" - #: ../../../../js/quick-post-controls.js:31 #: ../../../../js/quick-post-controls.js:33 msgid "Delete" @@ -157,84 +114,17 @@ msgstr "Powód" msgid "Report" msgstr "Zgłoszenie" -#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 -msgid "hide" -msgstr "ukryj" - -#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 -msgid "show" -msgstr "pokaż" - -#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 -msgid "hidden" -msgstr "ukryte" - -#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 -#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 -msgid "Show images" -msgstr "Pokaż obrazki" - -#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 -#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 -msgid "Hide images" -msgstr "Ukryj obrazki" - -#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 -msgid "Style: " -msgstr "Styl: " - -#: ../../../../templates/main.js:6 -msgid "Hello!" -msgstr "Witaj!" - -#: ../../../../templates/main.js:18 -#, python-brace-format -msgid "{0} users" -msgstr "{0} użytkowników" - -#: ../../../../templates/themes/ukko/ukko.js:28 -#: ../../../../templates/themes/ukko/ukko.js:39 -#: ../../../../templates/themes/ukko/ukko.js:29 -#: ../../../../templates/themes/ukko/ukko.js:40 -msgid "(hide threads from this board)" -msgstr "(schowaj wątki z tego boardu)" - -#: ../../../../templates/themes/ukko/ukko.js:32 -#: ../../../../templates/themes/ukko/ukko.js:44 -#: ../../../../templates/themes/ukko/ukko.js:33 -#: ../../../../templates/themes/ukko/ukko.js:45 -msgid "(show threads from this board)" -msgstr "(pokaż wątki z tego boardu)" - -#: ../../../../templates/themes/ukko/ukko.js:57 -#: ../../../../templates/themes/ukko/ukko.js:58 -msgid "No more threads to display" -msgstr "Nie ma więcej wątków do wyświetlenia" - -#: ../../../../templates/themes/ukko/ukko.js:79 -#: ../../../../templates/themes/ukko/ukko.js:80 -msgid "Loading..." -msgstr "Ładowanie..." - -#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 -msgid "URL" -msgstr "URL" - -#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 -msgid "Select" -msgstr "Wybierz" - -#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 -msgid "Remote" -msgstr "Zdalny" +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "Kliknij Odpowiedź aby zobaczyć." -#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 -msgid "Embed" -msgstr "Osadź" +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "Kliknij aby rozwinąć" -#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 -msgid "Oekaki" -msgstr "Oekaki" +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "Schowaj rozwinięte odpowiedzi" #: ../../../../js/oekaki.js:10 msgid "Brush size" @@ -284,18 +174,127 @@ msgstr "Podaj jakiś tekst" msgid "Enter font or leave empty" msgstr "Podaj czcionkę, bądź pozostaw puste" +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "Wymuszona anonimowość" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "włączona" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "wyłączona" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "nie" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "pon" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "wto" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "śro" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "czw" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "pią" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "sob" + #: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 #: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 #: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 msgid "Catalog" msgstr "Katalog" +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "Wyślij" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "Szybka odpowiedź" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "Tryb postowania: Odpowiedź na >>{0}" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "Powrót" + #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 msgid "Expand all images" msgstr "Rozwiń wszystkie obrazki" +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "Witaj!" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "{0} użytkowników" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "(schowaj wątki z tego boardu)" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "(pokaż wątki z tego boardu)" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "Nie ma więcej wątków do wyświetlenia" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "Ładowanie..." + #: ../../../../js/download-original.js:32 #: ../../../../js/download-original.js:33 msgid "Save as original filename" @@ -334,19 +333,23 @@ msgid "Posting..." msgstr "Postowanie..." #: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 msgid "Upload URL" msgstr "Wyślij URL" #: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 msgid "Spoiler Image" msgstr "Schowaj obrazek" #: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 msgid "Comment" msgstr "Komentarz" #: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 #: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 msgid "Quick Reply" msgstr "Szybka odpowiedź" @@ -396,9 +399,7 @@ msgstr "Obserwuj ten board" #: ../../../../js/wpaint.js:113 msgid "Click on any image on this site to load it into oekaki applet" -msgstr "" -"Kliknij w jakikolwiek obrazek na tej stronie aby załadować go do apletu " -"oekaki" +msgstr "Kliknij w jakikolwiek obrazek na tej stronie aby załadować go do apletu oekaki" #: ../../../../js/local-time.js:29 msgid "Sunday" @@ -535,3 +536,31 @@ msgstr "am" #: ../../../../js/local-time.js:36 msgid "pm" msgstr "pm" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "Twoja przeglądarka nie obsługuje wideo HTML5." + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "[puść raz]" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "[zapętl]" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "Ustawienia WebM" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "Rozwiń wideo w miejscu" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "Puszczaj wideo po najechaniu" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "Domyślna głośność" diff --git a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.mo b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.mo index ac618535..0c996585 100644 Binary files a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.mo and b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po index 3a1449e4..5fb3d3e5 100644 --- a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po +++ b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po @@ -1,1058 +1,868 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# Translators: +# czaks , 2014 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-23 19:40+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pl_PL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl_PL\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "sekunda" +msgstr[1] "sekundy" +msgstr[2] "sekund" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "minuta" +msgstr[1] "minuty" +msgstr[2] "minut" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "godzina" +msgstr[1] "godziny" +msgstr[2] "godzin" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "dzień" +msgstr[1] "dni" +msgstr[2] "dni" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "tydzień" +msgstr[1] "tygodnie" +msgstr[2] "tygodni" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "rok" +msgstr[1] "lata" +msgstr[2] "lat" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "Zbanowany!" + #. There is no previous page. -#: /var/www/html/Tinyboard/inc/functions.php:958 -#: /var/www/html/Tinyboard/inc/functions.php:972 -#: ../../../../inc/functions.php:1041 ../../../../inc/functions.php:1055 -#: ../../../../inc/functions.php:1039 ../../../../inc/functions.php:1053 -#: ../../../../inc/functions.php:1068 ../../../../inc/functions.php:1082 -#: ../../../../inc/functions.php:1079 ../../../../inc/functions.php:1093 -#: ../../../../inc/functions.php:1122 ../../../../inc/functions.php:1136 -#: ../../../../inc/functions.php:1124 ../../../../inc/functions.php:1138 #: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 #: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 #: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 #: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 msgid "Previous" msgstr "Wstecz" #. There is no next page. -#: /var/www/html/Tinyboard/inc/functions.php:977 -#: /var/www/html/Tinyboard/inc/functions.php:986 -#: ../../../../inc/functions.php:1060 ../../../../inc/functions.php:1069 -#: ../../../../inc/functions.php:1058 ../../../../inc/functions.php:1067 -#: ../../../../inc/functions.php:1087 ../../../../inc/functions.php:1096 -#: ../../../../inc/functions.php:1098 ../../../../inc/functions.php:1107 -#: ../../../../inc/functions.php:1141 ../../../../inc/functions.php:1150 -#: ../../../../inc/functions.php:1143 ../../../../inc/functions.php:1152 #: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 #: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 #: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 #: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 msgid "Next" msgstr "Dalej" -#: /var/www/html/Tinyboard/inc/image.php:21 ../../../../inc/image.php:24 -#: ../../../../inc/image.php:62 -msgid "Unsupported file format: " -msgstr "Niewspierany format pliku: " +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "Błąd" -#: /var/www/html/Tinyboard/inc/mod.php:129 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:74 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:79 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:94 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 -msgid "Create new board" -msgstr "Stwórz nowy board" +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "Wystąpił błąd." -#. line 71 -#: /var/www/html/Tinyboard/inc/mod.php:138 -#: /var/www/html/Tinyboard/mod.php:1833 /var/www/html/Tinyboard/mod.php:3036 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:291 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:75 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:150 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:207 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:155 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:312 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:74 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:166 -#: ../../../../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 -msgid "all boards" -msgstr "wszystkie boardy" +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 +msgid "Login" +msgstr "Logowanie" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "Post za długi. Kliknij tutaj, aby zobaczyć jego pełną treść." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "Ban" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "Usuń i zbanuj" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "Usuń plik" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "Czy jesteś pewien, że chcesz usunąć ten plik?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "Schowaj plik" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "Czy jesteś pewien, że chcesz schować ten obrazek?" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "Przenieś odpowiedź na inny board" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "Edytuj post" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "Usuń" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "Czy jesteś pewien, że chcesz to usunąć?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "Usuń wszystkie posty z tego adresu IP" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "Czy na pewno chcesz usunąć wszystkie posty z tego adresu IP?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "Usuń wszystkie posty z tego IP ze wszystkich boardów" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "Czy jesteś pewien, że chcesz usunąć wszystkie posty z tego adresu IP, ze wszystkich boardów?" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "Odklej wątek" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "Przyklej wątek" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "Zezwól wątkowi na bumpowanie" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "Zabroń wątkowi na bumpowanie" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "Odblokuj wątek" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "Zablokuj wątek" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "Przenieś wątek na inny board" #. How long before Tinyboard forgets about a mute? #. 2 weeks #. If you want to alter the algorithm a bit. Default value is 2. #. (n^x where x is the number of previous mutes) -#: /var/www/html/Tinyboard/inc/config.php:305 ../../../../inc/config.php:330 -#: ../../../../inc/config.php:334 ../../../../inc/config.php:342 -#: ../../../../inc/config.php:343 ../../../../inc/config.php:346 -#: ../../../../inc/config.php:473 +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 msgid "You have been muted for unoriginal content." msgstr "Zostałeś wyciszony za nieoryginalną treść." -#: /var/www/html/Tinyboard/inc/config.php:447 -msgid "Anonymous" -msgstr "Anonimowy" - -#. The names on the post buttons. (On most imageboards, these are both "Post") -#. The names on the post buttons. (On most imageboards, these are both just "Post"). -#: /var/www/html/Tinyboard/inc/config.php:481 ../../../../inc/config.php:552 -#: ../../../../inc/config.php:641 ../../../../inc/config.php:672 +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 -#: ../../../../inc/config.php:772 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 msgid "New Topic" msgstr "Nowy wątek" -#: /var/www/html/Tinyboard/inc/config.php:482 ../../../../inc/config.php:553 -#: ../../../../inc/config.php:642 ../../../../inc/config.php:673 #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 -#: ../../../../inc/config.php:773 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 msgid "New Reply" msgstr "Odpowiedz" -#: /var/www/html/Tinyboard/inc/config.php:483 -msgid "Quick Reply" -msgstr "Szybka odpowiedź" +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "Wszystkie znaki towarowe, prawa autorskie, komentarze oraz obrazki na tej stronie są własnością i odpowiedzialność za nie spoczywa na ich odpowiednich właścicielach." -#. #. * ==================== #. * Error messages #. * ==================== -#. #. Error messages -#: /var/www/html/Tinyboard/inc/config.php:600 ../../../../inc/config.php:638 -#: ../../../../inc/config.php:692 ../../../../inc/config.php:698 -#: ../../../../inc/config.php:695 ../../../../inc/config.php:701 -#: ../../../../inc/config.php:803 ../../../../inc/config.php:861 #: ../../../../inc/config.php:866 msgid "Lurk some more before posting." msgstr "Nie postuj pierwszego dnia." -#. #. * ==================== #. * Error messages #. * ==================== -#. #. Error messages -#: /var/www/html/Tinyboard/inc/config.php:601 ../../../../inc/config.php:639 -#: ../../../../inc/config.php:693 ../../../../inc/config.php:699 -#: ../../../../inc/config.php:696 ../../../../inc/config.php:702 -#: ../../../../inc/config.php:804 ../../../../inc/config.php:862 +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 -#: ../../../../inc/config.php:963 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 msgid "You look like a bot." msgstr "Wyglądasz jak bot." -#: /var/www/html/Tinyboard/inc/config.php:602 ../../../../inc/config.php:640 -#: ../../../../inc/config.php:694 ../../../../inc/config.php:700 -#: ../../../../inc/config.php:697 ../../../../inc/config.php:703 -#: ../../../../inc/config.php:805 ../../../../inc/config.php:863 #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 -#: ../../../../inc/config.php:964 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 msgid "Your browser sent an invalid or no HTTP referer." -msgstr "" -"Twoja przeglądarka przesłała niepoprawny, bądź nie przesłała informacji o " -"odsyłaczu w nagłówku" +msgstr "Twoja przeglądarka przesłała niepoprawny, bądź nie przesłała informacji o odsyłaczu w nagłówku" -#: /var/www/html/Tinyboard/inc/config.php:603 ../../../../inc/config.php:641 -#: ../../../../inc/config.php:695 ../../../../inc/config.php:701 -#: ../../../../inc/config.php:698 ../../../../inc/config.php:704 -#: ../../../../inc/config.php:806 ../../../../inc/config.php:864 #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 -#: ../../../../inc/config.php:965 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 #, php-format msgid "The %s field was too long." msgstr "Pole %s jest za długie" -#: /var/www/html/Tinyboard/inc/config.php:604 ../../../../inc/config.php:642 -#: ../../../../inc/config.php:696 ../../../../inc/config.php:702 -#: ../../../../inc/config.php:699 ../../../../inc/config.php:705 -#: ../../../../inc/config.php:807 ../../../../inc/config.php:865 #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 -#: ../../../../inc/config.php:966 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 msgid "The body was too long." msgstr "Zawartość jest za długa." -#: /var/www/html/Tinyboard/inc/config.php:605 ../../../../inc/config.php:643 -#: ../../../../inc/config.php:697 ../../../../inc/config.php:703 -#: ../../../../inc/config.php:700 ../../../../inc/config.php:706 -#: ../../../../inc/config.php:808 ../../../../inc/config.php:866 #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 -#: ../../../../inc/config.php:967 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 msgid "The body was too short or empty." msgstr "Zawartość jest za krótka, bądź pusta." -#: /var/www/html/Tinyboard/inc/config.php:606 ../../../../inc/config.php:644 -#: ../../../../inc/config.php:698 ../../../../inc/config.php:704 -#: ../../../../inc/config.php:701 ../../../../inc/config.php:707 -#: ../../../../inc/config.php:809 ../../../../inc/config.php:867 #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 -#: ../../../../inc/config.php:968 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 msgid "You must upload an image." msgstr "Musisz wysłać obrazek." -#: /var/www/html/Tinyboard/inc/config.php:607 ../../../../inc/config.php:645 -#: ../../../../inc/config.php:699 ../../../../inc/config.php:705 -#: ../../../../inc/config.php:702 ../../../../inc/config.php:708 -#: ../../../../inc/config.php:810 ../../../../inc/config.php:868 #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 -#: ../../../../inc/config.php:969 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 msgid "The server failed to handle your upload." msgstr "Nie udało się obsłużyć twojego pliku." -#: /var/www/html/Tinyboard/inc/config.php:608 ../../../../inc/config.php:646 -#: ../../../../inc/config.php:700 ../../../../inc/config.php:706 -#: ../../../../inc/config.php:703 ../../../../inc/config.php:709 -#: ../../../../inc/config.php:811 ../../../../inc/config.php:869 #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 -#: ../../../../inc/config.php:970 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 msgid "Unsupported image format." msgstr "Niewspierany format obrazka." -#: /var/www/html/Tinyboard/inc/config.php:609 ../../../../inc/config.php:647 -#: ../../../../inc/config.php:701 ../../../../inc/config.php:707 -#: ../../../../inc/config.php:704 ../../../../inc/config.php:710 -#: ../../../../inc/config.php:812 ../../../../inc/config.php:870 #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 -#: ../../../../inc/config.php:971 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 msgid "Invalid board!" msgstr "Niepoprawny board!" -#: /var/www/html/Tinyboard/inc/config.php:610 ../../../../inc/config.php:648 -#: ../../../../inc/config.php:702 ../../../../inc/config.php:708 -#: ../../../../inc/config.php:705 ../../../../inc/config.php:711 -#: ../../../../inc/config.php:813 ../../../../inc/config.php:871 #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 -#: ../../../../inc/config.php:972 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 msgid "Thread specified does not exist." msgstr "Wybrany wątek nie istnieje." -#: /var/www/html/Tinyboard/inc/config.php:611 ../../../../inc/config.php:649 -#: ../../../../inc/config.php:703 ../../../../inc/config.php:709 -#: ../../../../inc/config.php:706 ../../../../inc/config.php:712 -#: ../../../../inc/config.php:814 ../../../../inc/config.php:872 #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 -#: ../../../../inc/config.php:973 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 msgid "Thread locked. You may not reply at this time." msgstr "Wątek jest zablokowany. Nie możesz w nim teraz postować." -#: /var/www/html/Tinyboard/inc/config.php:612 ../../../../inc/config.php:650 -#: ../../../../inc/config.php:706 ../../../../inc/config.php:712 -#: ../../../../inc/config.php:709 ../../../../inc/config.php:715 -#: ../../../../inc/config.php:817 ../../../../inc/config.php:875 +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "Ten temat osiągnął swój maksymalny limit odpowiedzi." + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "Ten temat osiągnął swój maksymalny limit obrazków." + #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 -#: ../../../../inc/config.php:976 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 msgid "You didn't make a post." msgstr "Nie zrobiłeś posta." -#: /var/www/html/Tinyboard/inc/config.php:613 ../../../../inc/config.php:651 -#: ../../../../inc/config.php:707 ../../../../inc/config.php:713 -#: ../../../../inc/config.php:710 ../../../../inc/config.php:716 -#: ../../../../inc/config.php:818 ../../../../inc/config.php:876 #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 -#: ../../../../inc/config.php:977 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 msgid "Flood detected; Post discarded." msgstr "Wykryto flood; Post odrzucony." -#: /var/www/html/Tinyboard/inc/config.php:614 ../../../../inc/config.php:652 -#: ../../../../inc/config.php:708 ../../../../inc/config.php:714 -#: ../../../../inc/config.php:711 ../../../../inc/config.php:717 -#: ../../../../inc/config.php:819 ../../../../inc/config.php:877 #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 -#: ../../../../inc/config.php:978 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 msgid "Your request looks automated; Post discarded." msgstr "Twoje żądanie wygląda na zautomatyzowane; Post odrzucony." -#: /var/www/html/Tinyboard/inc/config.php:615 ../../../../inc/config.php:653 -#: ../../../../inc/config.php:709 ../../../../inc/config.php:715 -#: ../../../../inc/config.php:712 ../../../../inc/config.php:718 -#: ../../../../inc/config.php:820 ../../../../inc/config.php:878 #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 -#: ../../../../inc/config.php:979 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 msgid "Unoriginal content!" msgstr "Nieoryginalna treść!" -#: /var/www/html/Tinyboard/inc/config.php:616 ../../../../inc/config.php:654 -#: ../../../../inc/config.php:710 ../../../../inc/config.php:716 -#: ../../../../inc/config.php:713 ../../../../inc/config.php:719 -#: ../../../../inc/config.php:821 ../../../../inc/config.php:879 #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 -#: ../../../../inc/config.php:980 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Nieoryginalna treść! Zostałeś wyciszony na %d sekund." -#: /var/www/html/Tinyboard/inc/config.php:617 ../../../../inc/config.php:655 -#: ../../../../inc/config.php:711 ../../../../inc/config.php:717 -#: ../../../../inc/config.php:714 ../../../../inc/config.php:720 -#: ../../../../inc/config.php:822 ../../../../inc/config.php:880 #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 -#: ../../../../inc/config.php:981 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Jesteś wyciszony! Wygasa w ciągu %d sekund." -#: /var/www/html/Tinyboard/inc/config.php:618 ../../../../inc/config.php:656 -#: ../../../../inc/config.php:712 ../../../../inc/config.php:718 -#: ../../../../inc/config.php:715 ../../../../inc/config.php:721 -#: ../../../../inc/config.php:823 ../../../../inc/config.php:881 #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 -#: ../../../../inc/config.php:982 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 #, php-format msgid "Your IP address is listed in %s." msgstr "Twój adres IP jest na liście %s." -#: /var/www/html/Tinyboard/inc/config.php:619 ../../../../inc/config.php:657 -#: ../../../../inc/config.php:713 ../../../../inc/config.php:719 -#: ../../../../inc/config.php:716 ../../../../inc/config.php:722 -#: ../../../../inc/config.php:824 ../../../../inc/config.php:882 #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 -#: ../../../../inc/config.php:983 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 msgid "Too many links; flood detected." msgstr "Zbyt dużo linków; wykryto flood." -#: /var/www/html/Tinyboard/inc/config.php:620 ../../../../inc/config.php:658 -#: ../../../../inc/config.php:714 ../../../../inc/config.php:720 -#: ../../../../inc/config.php:717 ../../../../inc/config.php:723 -#: ../../../../inc/config.php:825 ../../../../inc/config.php:883 #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 -#: ../../../../inc/config.php:984 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 msgid "Too many cites; post discarded." msgstr "Zbyt dużo cytatów; post odrzucony." -#: /var/www/html/Tinyboard/inc/config.php:621 ../../../../inc/config.php:659 -#: ../../../../inc/config.php:715 ../../../../inc/config.php:721 -#: ../../../../inc/config.php:718 ../../../../inc/config.php:724 -#: ../../../../inc/config.php:826 ../../../../inc/config.php:884 #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 -#: ../../../../inc/config.php:985 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 msgid "Too many cross-board links; post discarded." msgstr "Zbyt dużo linków między boardami; post odrzucony." -#: /var/www/html/Tinyboard/inc/config.php:622 ../../../../inc/config.php:660 -#: ../../../../inc/config.php:716 ../../../../inc/config.php:722 -#: ../../../../inc/config.php:719 ../../../../inc/config.php:725 -#: ../../../../inc/config.php:827 ../../../../inc/config.php:885 #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 -#: ../../../../inc/config.php:986 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 msgid "You didn't select anything to delete." msgstr "Nie wybrano nic do usunięcia." -#: /var/www/html/Tinyboard/inc/config.php:623 ../../../../inc/config.php:661 -#: ../../../../inc/config.php:717 ../../../../inc/config.php:723 -#: ../../../../inc/config.php:720 ../../../../inc/config.php:726 -#: ../../../../inc/config.php:828 ../../../../inc/config.php:886 #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 -#: ../../../../inc/config.php:987 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 msgid "You didn't select anything to report." msgstr "Nie wybrano nic do zgłoszenia." -#: /var/www/html/Tinyboard/inc/config.php:624 ../../../../inc/config.php:662 -#: ../../../../inc/config.php:718 ../../../../inc/config.php:724 -#: ../../../../inc/config.php:721 ../../../../inc/config.php:727 -#: ../../../../inc/config.php:829 ../../../../inc/config.php:887 #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 -#: ../../../../inc/config.php:988 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 msgid "You can't report that many posts at once." msgstr "Nie możesz raportować tyle postów na raz." -#: /var/www/html/Tinyboard/inc/config.php:625 ../../../../inc/config.php:663 -#: ../../../../inc/config.php:719 ../../../../inc/config.php:725 -#: ../../../../inc/config.php:722 ../../../../inc/config.php:728 -#: ../../../../inc/config.php:830 ../../../../inc/config.php:888 #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 -#: ../../../../inc/config.php:989 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 msgid "Wrong password…" msgstr "Niepoprawne hasło" -#: /var/www/html/Tinyboard/inc/config.php:626 ../../../../inc/config.php:664 -#: ../../../../inc/config.php:720 ../../../../inc/config.php:726 -#: ../../../../inc/config.php:723 ../../../../inc/config.php:729 -#: ../../../../inc/config.php:831 ../../../../inc/config.php:889 #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 -#: ../../../../inc/config.php:990 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 msgid "Invalid image." msgstr "Niepoprawny obrazek." -#: /var/www/html/Tinyboard/inc/config.php:627 ../../../../inc/config.php:665 -#: ../../../../inc/config.php:721 ../../../../inc/config.php:727 -#: ../../../../inc/config.php:724 ../../../../inc/config.php:730 -#: ../../../../inc/config.php:832 ../../../../inc/config.php:890 #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 -#: ../../../../inc/config.php:991 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 msgid "Unknown file extension." msgstr "Nieznane rozszerzenie pliku." -#: /var/www/html/Tinyboard/inc/config.php:628 ../../../../inc/config.php:666 -#: ../../../../inc/config.php:722 ../../../../inc/config.php:728 -#: ../../../../inc/config.php:725 ../../../../inc/config.php:731 -#: ../../../../inc/config.php:833 ../../../../inc/config.php:891 #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 -#: ../../../../inc/config.php:992 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" -msgstr "" -"Maksymalny rozmiar pliku: %maxsz% bajtów
Rozmiar twojego pliku: %filesz% " -"bajtów" +msgstr "Maksymalny rozmiar pliku: %maxsz% bajtów
Rozmiar twojego pliku: %filesz% bajtów" -#: /var/www/html/Tinyboard/inc/config.php:629 ../../../../inc/config.php:667 -#: ../../../../inc/config.php:723 ../../../../inc/config.php:729 -#: ../../../../inc/config.php:726 ../../../../inc/config.php:732 -#: ../../../../inc/config.php:834 ../../../../inc/config.php:892 #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 -#: ../../../../inc/config.php:993 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 msgid "The file was too big." msgstr "Plik jest za duży." -#: /var/www/html/Tinyboard/inc/config.php:630 ../../../../inc/config.php:668 -#: ../../../../inc/config.php:724 ../../../../inc/config.php:730 -#: ../../../../inc/config.php:727 ../../../../inc/config.php:733 -#: ../../../../inc/config.php:835 -msgid "Invalid archive!" -msgstr "Niepoprawne archiwum!" - -#: /var/www/html/Tinyboard/inc/config.php:631 ../../../../inc/config.php:669 -#: ../../../../inc/config.php:725 ../../../../inc/config.php:731 -#: ../../../../inc/config.php:728 ../../../../inc/config.php:734 -#: ../../../../inc/config.php:836 ../../../../inc/config.php:893 #: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 -#: ../../../../inc/config.php:994 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 #, php-format msgid "That file already exists!" msgstr "Ten plik już istnieje!" -#: /var/www/html/Tinyboard/inc/config.php:632 ../../../../inc/config.php:670 -#: ../../../../inc/config.php:727 ../../../../inc/config.php:733 -#: ../../../../inc/config.php:730 ../../../../inc/config.php:736 -#: ../../../../inc/config.php:838 ../../../../inc/config.php:895 +#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 +#, php-format +msgid "That file already exists in this thread!" +msgstr "Ten plik już istnieje w tym temacie!" + #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 -#: ../../../../inc/config.php:996 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Musisz poczekać kolejne %s przed usunięciem tego." -#: /var/www/html/Tinyboard/inc/config.php:633 ../../../../inc/config.php:671 -#: ../../../../inc/config.php:728 ../../../../inc/config.php:734 -#: ../../../../inc/config.php:731 ../../../../inc/config.php:737 -#: ../../../../inc/config.php:839 ../../../../inc/config.php:896 #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 -#: ../../../../inc/config.php:997 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 msgid "MIME type detection XSS exploit (IE) detected; post discarded." -msgstr "" -"Wykryto próbę wykorzystania luki wykrywania typu MIME (XSS w IE); post " -"odrzucony" +msgstr "Wykryto próbę wykorzystania luki wykrywania typu MIME (XSS w IE); post odrzucony" -#: /var/www/html/Tinyboard/inc/config.php:634 ../../../../inc/config.php:672 -#: ../../../../inc/config.php:729 ../../../../inc/config.php:735 -#: ../../../../inc/config.php:732 ../../../../inc/config.php:738 -#: ../../../../inc/config.php:840 ../../../../inc/config.php:897 #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 -#: ../../../../inc/config.php:998 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 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ć." -#: /var/www/html/Tinyboard/inc/config.php:635 ../../../../inc/config.php:673 -#: ../../../../inc/config.php:730 ../../../../inc/config.php:736 -#: ../../../../inc/config.php:733 ../../../../inc/config.php:739 -#: ../../../../inc/config.php:841 ../../../../inc/config.php:898 #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 -#: ../../../../inc/config.php:999 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 msgid "You seem to have mistyped the verification." msgstr "Wygląda na to, że przepisano źle weryfikację." -#: /var/www/html/Tinyboard/inc/config.php:638 ../../../../inc/config.php:676 -#: ../../../../inc/config.php:734 ../../../../inc/config.php:740 -#: ../../../../inc/config.php:737 ../../../../inc/config.php:743 -#: ../../../../inc/config.php:845 ../../../../inc/config.php:902 +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "Możesz odbanować tylko %s użytkowników na raz. Próbowałeś odbanować %u users." + #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 -#: ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 msgid "Invalid username and/or password." msgstr "Błędna nazwa użytkownika, bądź hasło" -#: /var/www/html/Tinyboard/inc/config.php:639 ../../../../inc/config.php:677 -#: ../../../../inc/config.php:735 ../../../../inc/config.php:741 -#: ../../../../inc/config.php:738 ../../../../inc/config.php:744 -#: ../../../../inc/config.php:846 ../../../../inc/config.php:903 #: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 -#: ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 msgid "You are not a mod…" msgstr "Nie jesteś moderatorem" -#: /var/www/html/Tinyboard/inc/config.php:640 ../../../../inc/config.php:678 -#: ../../../../inc/config.php:736 ../../../../inc/config.php:742 -#: ../../../../inc/config.php:739 ../../../../inc/config.php:745 -#: ../../../../inc/config.php:847 ../../../../inc/config.php:904 #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 -#: ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 msgid "" -"Invalid username and/or password. Your user may have been deleted or changed." -msgstr "" -"Niepoprawna nazwa użytkownika, bądź hasło. Twoje konto mogło zostać usunięte " -"albo zmienione." +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "Niepoprawna nazwa użytkownika, bądź hasło. Twoje konto mogło zostać usunięte albo zmienione." -#: /var/www/html/Tinyboard/inc/config.php:641 ../../../../inc/config.php:679 -#: ../../../../inc/config.php:737 ../../../../inc/config.php:743 -#: ../../../../inc/config.php:740 ../../../../inc/config.php:746 -#: ../../../../inc/config.php:848 ../../../../inc/config.php:905 #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 -#: ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 msgid "Invalid/malformed cookies." msgstr "Niepoprawne/zmodyfikowane pliki cookie." -#: /var/www/html/Tinyboard/inc/config.php:642 ../../../../inc/config.php:680 -#: ../../../../inc/config.php:738 ../../../../inc/config.php:744 -#: ../../../../inc/config.php:741 ../../../../inc/config.php:747 -#: ../../../../inc/config.php:849 ../../../../inc/config.php:906 #: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 -#: ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 msgid "Your browser didn't submit an input when it should have." msgstr "Twoja przeglądarka nie wysłała pola, kiedy powinna." -#: /var/www/html/Tinyboard/inc/config.php:643 ../../../../inc/config.php:681 -#: ../../../../inc/config.php:739 ../../../../inc/config.php:745 -#: ../../../../inc/config.php:742 ../../../../inc/config.php:748 -#: ../../../../inc/config.php:850 ../../../../inc/config.php:907 #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 -#: ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 #, php-format msgid "The %s field is required." msgstr "Pole %s jest wymagane." -#: /var/www/html/Tinyboard/inc/config.php:644 ../../../../inc/config.php:682 -#: ../../../../inc/config.php:740 ../../../../inc/config.php:746 -#: ../../../../inc/config.php:743 ../../../../inc/config.php:749 -#: ../../../../inc/config.php:851 ../../../../inc/config.php:908 #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 -#: ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 #, php-format msgid "The %s field was invalid." msgstr "Pole %s jest niepoprawne." -#: /var/www/html/Tinyboard/inc/config.php:645 ../../../../inc/config.php:683 -#: ../../../../inc/config.php:741 ../../../../inc/config.php:747 -#: ../../../../inc/config.php:744 ../../../../inc/config.php:750 -#: ../../../../inc/config.php:852 ../../../../inc/config.php:909 #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 -#: ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 #, php-format msgid "There is already a %s board." msgstr "Już istnieje board %s" -#: /var/www/html/Tinyboard/inc/config.php:646 ../../../../inc/config.php:684 -#: ../../../../inc/config.php:742 ../../../../inc/config.php:748 -#: ../../../../inc/config.php:745 ../../../../inc/config.php:751 -#: ../../../../inc/config.php:853 ../../../../inc/config.php:910 #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 -#: ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 msgid "You don't have permission to do that." msgstr "Nie masz uprawnień do wykonania tej czynności." -#: /var/www/html/Tinyboard/inc/config.php:647 ../../../../inc/config.php:685 -#: ../../../../inc/config.php:743 ../../../../inc/config.php:749 -#: ../../../../inc/config.php:746 ../../../../inc/config.php:752 -#: ../../../../inc/config.php:854 ../../../../inc/config.php:911 #: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 -#: ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 msgid "That post doesn't exist…" msgstr "Ten post nie istnieje..." -#: /var/www/html/Tinyboard/inc/config.php:648 ../../../../inc/config.php:686 -#: ../../../../inc/config.php:744 ../../../../inc/config.php:750 -#: ../../../../inc/config.php:747 ../../../../inc/config.php:753 -#: ../../../../inc/config.php:855 ../../../../inc/config.php:912 #: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 -#: ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 msgid "Page not found." msgstr "Strona nie znaleziona." -#: /var/www/html/Tinyboard/inc/config.php:649 ../../../../inc/config.php:687 -#: ../../../../inc/config.php:745 ../../../../inc/config.php:751 -#: ../../../../inc/config.php:748 ../../../../inc/config.php:754 -#: ../../../../inc/config.php:856 ../../../../inc/config.php:913 #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 -#: ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 #, php-format msgid "That mod already exists!" msgstr "Ten moderator już istnieje!" -#: /var/www/html/Tinyboard/inc/config.php:650 ../../../../inc/config.php:688 -#: ../../../../inc/config.php:746 ../../../../inc/config.php:752 -#: ../../../../inc/config.php:749 ../../../../inc/config.php:755 -#: ../../../../inc/config.php:857 ../../../../inc/config.php:914 #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 -#: ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 msgid "That theme doesn't exist!" msgstr "Ten dodatek nie istnieje!" -#: /var/www/html/Tinyboard/inc/config.php:741 -msgid "[Sticky]" -msgstr "[Przyklej]" +#: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 +msgid "Invalid security token! Please go back and try again." +msgstr "Niepoprawny token bezpieczeństwa! Proszę cofnąć i spróbować ponownie." -#: /var/www/html/Tinyboard/inc/config.php:742 -msgid "[-Sticky]" -msgstr "[-Przyklej]" +#. 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 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "UŻYTKOWNIK ZOSTAŁ ZBANOWANY ZA TEGO POSTA" -#: /var/www/html/Tinyboard/inc/config.php:743 -msgid "[Lock]" -msgstr "[Blok]" +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 +msgid "Confirm action" +msgstr "Potwierdź akcję" -#: /var/www/html/Tinyboard/inc/config.php:744 -msgid "[-Lock]" -msgstr "[-Blok]" +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 +msgid "Could not find current version! (Check .installed)" +msgstr "Nie można znaleźć obecnej wersji! (Sprawdź .installed)" -#: /var/www/html/Tinyboard/inc/config.php:745 -msgid "[Sage]" -msgstr "[Sage]" +#: ../../../../inc/mod/pages.php:162 +msgid "Dashboard" +msgstr "Tablica" -#: /var/www/html/Tinyboard/inc/config.php:746 -msgid "[-Sage]" -msgstr "[-Sage]" +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 +msgid "There are no boards to search!" +msgstr "Nie ma boardów do przeszukania!" -#: /var/www/html/Tinyboard/inc/config.php:747 -msgid "[Edit]" -msgstr "[Edytuj]" +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "Wyniki wyszukiwania" -#: /var/www/html/Tinyboard/inc/config.php:748 -msgid "[Move]" -msgstr "[Przenieś]" +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 +msgid "Edit board" +msgstr "Edytuj board" -#. 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). -#: /var/www/html/Tinyboard/inc/config.php:801 ../../../../inc/config.php:911 -#: ../../../../inc/config.php:917 ../../../../inc/config.php:1019 -#: ../../../../inc/config.php:1081 ../../../../inc/config.php:1086 -#: ../../../../inc/config.php:1189 ../../../../inc/config.php:1180 -msgid "USER WAS BANNED FOR THIS POST" -msgstr "UŻYTKOWNIK ZOSTAŁ ZBANOWANY ZA TEGO POSTA" +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 +msgid "Couldn't open board after creation." +msgstr "Nie można otworzyć boardu po utworzeniu." -#: /var/www/html/Tinyboard/inc/config.php:807 -#, php-format -msgid "Moved to %s." -msgstr "Przeniesiono do %s." +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 +msgid "New board" +msgstr "Nowy board" -#: /var/www/html/Tinyboard/inc/display.php:80 ../../../../inc/display.php:75 -#: ../../../../inc/display.php:79 ../../../../inc/display.php:83 -#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 -#: ../../../../inc/display.php:108 -msgid "Error" -msgstr "Błąd" +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 +msgid "Noticeboard" +msgstr "Tablica ogłoszeń" -#: /var/www/html/Tinyboard/inc/display.php:81 ../../../../inc/display.php:76 -#: ../../../../inc/display.php:80 ../../../../inc/display.php:84 -#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 -#: ../../../../inc/display.php:109 -msgid "An error has occured." -msgstr "Wystąpił błąd." +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 +msgid "News" +msgstr "Aktualności" -#. line 6 -#: /var/www/html/Tinyboard/inc/display.php:87 ../../../../inc/display.php:82 -#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 -#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 -msgid "Go back" -msgstr "Wróć" +#: ../../../../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 "Log moderacji" -#: /var/www/html/Tinyboard/inc/display.php:97 ../../../../inc/display.php:91 -#: ../../../../inc/mod/pages.php:59 ../../../../inc/mod/pages.php:62 -#: ../../../../inc/display.php:92 ../../../../inc/display.php:96 -#: ../../../../inc/display.php:100 ../../../../inc/display.php:110 -#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 -#: ../../../../inc/display.php:125 -msgid "Login" -msgstr "Logowanie" +#. 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 +#: ../../../../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 "adres IP" -#: /var/www/html/Tinyboard/inc/display.php:208 -#, php-format -msgid "" -"Post too long. Click here to view the full text." -msgstr "" -"Post za długi. Kliknij tutaj aby zobaczyć pełnego posta." +#. 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 +msgid "New ban" +msgstr "Nowy ban" -#. line 5 -#: /var/www/html/Tinyboard/inc/display.php:272 -#: /var/www/html/Tinyboard/inc/display.php:365 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:27 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:27 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:27 -#: ../../../../inc/display.php:423 ../../../../inc/display.php:429 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 -#: ../../../../inc/display.php:424 ../../../../inc/display.php:461 -#: ../../../../inc/display.php:483 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 -#: ../../../../inc/display.php:486 -msgid "Delete" -msgstr "Usuń" +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 +msgid "Ban list" +msgstr "Lista banów" -#: /var/www/html/Tinyboard/inc/display.php:272 -#: /var/www/html/Tinyboard/inc/display.php:365 ../../../../inc/display.php:423 -#: ../../../../inc/display.php:429 ../../../../inc/display.php:424 -#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 -#: ../../../../inc/display.php:486 -msgid "Are you sure you want to delete this?" -msgstr "Czy jesteś pewien, że chcesz to usunąć?" +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "Przenieś odpowiedź" -#: /var/www/html/Tinyboard/inc/display.php:276 -#: /var/www/html/Tinyboard/inc/display.php:369 ../../../../inc/display.php:427 -#: ../../../../inc/display.php:433 ../../../../inc/display.php:428 -#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 -msgid "Delete all posts by IP" -msgstr "Usuń wszystkie posty z tego adresu IP" +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +msgid "Target and source board are the same." +msgstr "Docelowy i źródłowy board są takie same." -#: /var/www/html/Tinyboard/inc/display.php:276 -#: /var/www/html/Tinyboard/inc/display.php:369 ../../../../inc/display.php:427 -#: ../../../../inc/display.php:433 ../../../../inc/display.php:428 -#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 -msgid "Are you sure you want to delete all posts by this IP address?" -msgstr "Czy na pewno chcesz usunąć wszystkie posty z tego adresu IP?" +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +msgid "Impossible to move thread; there is only one board." +msgstr "Nie można przenieść wątku; istnieje tylko jeden board." -#: /var/www/html/Tinyboard/inc/display.php:280 -#: /var/www/html/Tinyboard/inc/display.php:373 ../../../../inc/display.php:334 -#: ../../../../inc/display.php:435 ../../../../inc/display.php:339 -#: ../../../../inc/display.php:441 ../../../../inc/display.php:331 -#: ../../../../inc/display.php:436 ../../../../inc/display.php:368 -#: ../../../../inc/display.php:473 ../../../../inc/display.php:385 -#: ../../../../inc/display.php:495 ../../../../inc/display.php:388 -#: ../../../../inc/display.php:498 -msgid "Ban" -msgstr "Ban" +#. line 39 +#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +msgid "Move thread" +msgstr "Przenieś wątek" -#: /var/www/html/Tinyboard/inc/display.php:284 -#: /var/www/html/Tinyboard/inc/display.php:377 ../../../../inc/display.php:338 -#: ../../../../inc/display.php:439 ../../../../inc/display.php:343 -#: ../../../../inc/display.php:445 ../../../../inc/display.php:335 -#: ../../../../inc/display.php:440 ../../../../inc/display.php:372 -#: ../../../../inc/display.php:477 ../../../../inc/display.php:389 -#: ../../../../inc/display.php:499 ../../../../inc/display.php:392 -#: ../../../../inc/display.php:502 -msgid "Ban & Delete" -msgstr "Usuń i zbanuj" +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +msgid "Edit user" +msgstr "Edytuj użytkownika" -#: /var/www/html/Tinyboard/inc/display.php:288 -#: /var/www/html/Tinyboard/inc/display.php:381 -msgid "Remove file" -msgstr "Usuń plik" +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +msgid "Manage users" +msgstr "Zarządzaj użytkownikami" -#: /var/www/html/Tinyboard/inc/display.php:292 -#: /var/www/html/Tinyboard/inc/display.php:408 -#: ../../../../inc/mod/pages.php:1080 ../../../../inc/mod/pages.php:1105 -#: ../../../../inc/mod/pages.php:1239 ../../../../inc/mod/pages.php:1242 -#: ../../../../inc/display.php:346 ../../../../inc/display.php:470 -#: ../../../../inc/mod/pages.php:1314 ../../../../inc/display.php:351 -#: ../../../../inc/display.php:476 ../../../../inc/mod/pages.php:1320 -#: ../../../../inc/display.php:475 ../../../../inc/mod/pages.php:1414 -#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 -#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 -#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 -#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 -msgid "Edit post" -msgstr "Edytuj post" +#. deleted? +#: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 +#: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +msgid "New PM for" +msgstr "Nowe PW dla" -#: /var/www/html/Tinyboard/inc/display.php:386 ../../../../inc/display.php:448 -#: ../../../../inc/display.php:454 ../../../../inc/display.php:453 -#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 -#: ../../../../inc/display.php:515 -msgid "Make thread not sticky" -msgstr "Odklej wątek" +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +msgid "Private message" +msgstr "Prywatna wiadomość" -#: /var/www/html/Tinyboard/inc/display.php:388 ../../../../inc/display.php:450 -#: ../../../../inc/display.php:456 ../../../../inc/display.php:455 -#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 -#: ../../../../inc/display.php:517 -msgid "Make thread sticky" -msgstr "Przyklej wątek" +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +msgid "PM inbox" +msgstr "Odebrane PW" -#: /var/www/html/Tinyboard/inc/display.php:392 ../../../../inc/display.php:454 -#: ../../../../inc/display.php:460 ../../../../inc/display.php:459 -#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 -#: ../../../../inc/display.php:521 -msgid "Allow thread to be bumped" -msgstr "Zezwól wątkowi na bumpowanie" +#: ../../../../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 +msgid "Rebuild" +msgstr "Przebuduj" -#: /var/www/html/Tinyboard/inc/display.php:394 ../../../../inc/display.php:456 -#: ../../../../inc/display.php:462 ../../../../inc/display.php:461 -#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 -#: ../../../../inc/display.php:523 -msgid "Prevent thread from being bumped" -msgstr "Zabroń wątkowi na bumpowanie" +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +msgid "Report queue" +msgstr "Kolejka zgłoszeń" -#: /var/www/html/Tinyboard/inc/display.php:399 ../../../../inc/display.php:461 -#: ../../../../inc/display.php:467 ../../../../inc/display.php:466 -#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 -#: ../../../../inc/display.php:528 -msgid "Unlock thread" -msgstr "Odblokuj wątek" +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +msgid "Config editor" +msgstr "Edytor konfiguracji" -#: /var/www/html/Tinyboard/inc/display.php:401 ../../../../inc/display.php:463 -#: ../../../../inc/display.php:469 ../../../../inc/display.php:468 -#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 -#: ../../../../inc/display.php:530 -msgid "Lock thread" -msgstr "Zablokuj wątek" +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "Katalog dodatków (themes) nie istnieje!" -#: /var/www/html/Tinyboard/inc/display.php:404 ../../../../inc/display.php:466 -#: ../../../../inc/display.php:472 ../../../../inc/display.php:471 -#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 -#: ../../../../inc/display.php:533 -msgid "Move thread to another board" -msgstr "Przenieś wątek na inny board" +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +msgid "Cannot open themes directory; check permissions." +msgstr "Nie można otworzyć katalogu dodatków (themes); sprawdź uprawnienia." -#. line 11 -#. line 7 -#. line 11 -#. line 7 -#. line 14 -#. line 7 -#. line 14 -#. line 7 -#. line 14 -#. line 8 -#. line 14 -#. line 7 -#. line 8 -#. line 14 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:48 -#: /var/www/html/Tinyboard/mod.php:667 /var/www/html/Tinyboard/mod.php:750 -#: /var/www/html/Tinyboard/mod.php:833 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:55 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:55 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:31 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:36 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:33 -#: ../../../../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 -msgid "Name" -msgstr "Nazwa" +#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +msgid "Manage themes" +msgstr "Zarządzaj dodatkami" -#. line 21 -#. line 15 -#. line 24 -#. line 15 -#. line 24 -#. line 15 -#. line 24 -#. line 15 -#. line 24 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:62 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:76 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:76 -#: ../../../../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" +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "Zainstalowano dodatek: %s" -#. line 34 -#. line 23 -#. line 34 -#. line 23 -#. line 37 -#. line 46 -#. line 23 -#. line 46 -#. line 23 -#. line 46 -#. line 12 -#. line 24 -#. line 46 -#. line 23 -#. line 12 -#. line 46 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:96 -#: /var/www/html/Tinyboard/mod.php:753 /var/www/html/Tinyboard/mod.php:839 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:95 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:116 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:63 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:130 -#: ../../../../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 "Temat" +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "Konfigurowanie dodatku: %s" -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:110 -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:119 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:112 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:117 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:119 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:100 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:133 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:172 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:115 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:113 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:148 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:189 -#: ../../../../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 -msgid "Spoiler Image" -msgstr "Schowaj obrazek" +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "Przebudowano dodatek: %s" -#. line 45 -#. line 32 -#. line 48 -#. line 57 -#. line 32 -#. line 57 -#. line 32 -#. line 57 -#. line 32 -#. line 57 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:119 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:121 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:145 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:161 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 -#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:79 -msgid "Comment" -msgstr "Komentarz" +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "Debug: Antyspam" -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 64 -#. line 73 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:133 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:142 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:191 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:217 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:209 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 -msgid "Verification" -msgstr "Weryfikacja" +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "Debug: Ostatnie posty" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +msgid "Debug: SQL" +msgstr "Debug: SQL" + +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "Błąd bazy danych: " + +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "Zbanowany?" + +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "Nie jesteś zbanowany." + +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "Wróć" + +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "Informacje o błędzie" + +#. line 2 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Usuń post" -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 72 -#. line 3 -#. line 72 -#. line 3 -#. line 72 -#. line 3 -#. line 75 #. line 3 #. line 84 #. line 3 @@ -1074,2020 +884,489 @@ msgstr "Weryfikacja" #. line 3 #. line 84 #. line 3 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:149 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:22 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:165 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:22 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:214 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:233 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 msgid "File" msgstr "Plik" -#. line 97 -#. line 82 -#. line 85 -#. line 100 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:163 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:183 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:268 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:232 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:252 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 -msgid "Embed" -msgstr "Osadź" - -#. line 109 -#. line 94 -#. line 97 -#. line 112 -#. line 111 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:179 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:206 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:291 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:255 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:276 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 -msgid "Flags" -msgstr "Flagi" +#. 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 +#: ../../../../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 +msgid "Password" +msgstr "Hasło" -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 98 -#. line 99 -#. line 98 -#. line 99 -#. line 98 -#. line 99 -#. line 101 -#. line 102 -#. line 116 -#. line 117 -#. 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 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:188 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:191 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:215 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:218 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:300 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:303 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:264 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:267 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:286 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:290 -#: ../../../../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 -msgid "Sticky" -msgstr "Przyklejony" - -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 102 -#. line 103 -#. line 102 -#. line 103 -#. line 102 -#. line 103 -#. line 105 -#. line 106 -#. line 120 -#. line 121 -#. 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 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:200 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:203 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:227 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:230 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:312 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:315 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:276 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:279 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:300 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:304 -#: ../../../../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 -msgid "Lock" -msgstr "Zablokowany" - -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 106 -#. line 107 -#. line 106 -#. line 107 -#. line 106 -#. line 107 -#. line 109 -#. line 110 -#. line 124 -#. line 125 -#. 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 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:212 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:215 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:239 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:242 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:324 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:327 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:288 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:291 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:314 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:318 -#: ../../../../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 -msgid "Raw HTML" -msgstr "Czysty HTML" - -#. line 129 -#. line 14 -#. line 129 -#. line 114 -#. line 117 -#. line 14 -#. line 132 -#. line 14 -#. line 132 -#. line 14 -#. line 131 -#. line 14 -#. line 131 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:230 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:23 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:257 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:23 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:23 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:342 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:41 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:45 -#: ../../../../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 -msgid "Password" -msgstr "Hasło" - -#. line 134 -#. line 119 -#. line 122 -#. line 137 -#. line 136 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:236 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:266 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:351 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:315 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:374 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:377 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:373 -msgid "(For file deletion.)" -msgstr "(do usuwania postów)" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:107 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:105 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:107 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 -msgid "File:" -msgstr "Plik:" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:422 -msgid "Expand" -msgstr "Rozwiń" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:432 -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:468 -msgid "Quick" -msgstr "Szybka" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:459 -msgid "Refresh" -msgstr "Odśwież" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:478 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:415 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:461 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:472 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:506 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:503 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:528 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:530 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:495 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:506 -msgid "Reply" -msgstr "Odpowiedź" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:511 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:442 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:488 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:499 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:533 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:531 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:596 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:598 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:574 -msgid "1 post" -msgid_plural "%count% posts" -msgstr[0] "1 post" -msgstr[1] "%count% posty" -msgstr[2] "%count% postów" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:517 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:448 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:494 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:505 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:114 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:539 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:117 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:537 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:602 -#: ../../../../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 -msgid "and" -msgstr "oraz" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:528 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:459 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:505 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:516 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:550 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:549 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:614 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:616 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:581 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:592 -msgid "1 image reply" -msgid_plural "%count% image replies" -msgstr[0] "1 obrazek" -msgstr[1] "%count% obrazki" -msgstr[2] "%count% obrazków" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:533 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:464 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:510 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:521 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:555 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:554 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:619 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:621 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:586 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:597 -msgid "omitted. Click reply to view." -msgstr "pominięte. Kliknij Odpowiedź aby zobaczyć." - -#: /var/www/html/Tinyboard/templates/cache/c9/45/de4b7a1b91ef4b1ce35c7a930347.php:82 -#: /var/www/html/Tinyboard/templates/cache/56/25/feb68d2e52b15e0d38ae0093f0f4.php:158 -#: /var/www/html/Tinyboard/templates/cache/0b/22/d0c24fb343dd5fe77600d77dcc1b.php:159 -#: ../../../../templates/cache/82/20/1c3352a2eb8f4503c0f7634bca15.php:169 -#: ../../../../templates/cache/7a/d3/9236b821893e6bc57b16919988fd.php:169 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:121 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:98 -#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:62 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:131 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:115 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:132 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:116 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:135 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:119 -#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:65 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:149 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:134 -#: ../../../../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 -msgid "Return to dashboard" -msgstr "Powróć na tablicę" - -#. line 27 -#. line 31 -#. line 32 -#. line 39 -#. line 33 -#: /var/www/html/Tinyboard/templates/cache/0b/22/d0c24fb343dd5fe77600d77dcc1b.php:165 -#: ../../../../templates/cache/82/20/1c3352a2eb8f4503c0f7634bca15.php:177 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:106 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:123 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:124 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:128 -#: ../../../../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 "Tryb postowania: Odpowiedź" - -#: /var/www/html/Tinyboard/templates/cache/0b/22/d0c24fb343dd5fe77600d77dcc1b.php:168 -#: /var/www/html/Tinyboard/templates/cache/0b/22/d0c24fb343dd5fe77600d77dcc1b.php:210 -#: ../../../../templates/cache/82/20/1c3352a2eb8f4503c0f7634bca15.php:180 -#: ../../../../templates/cache/82/20/1c3352a2eb8f4503c0f7634bca15.php:222 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:109 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:155 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:126 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:172 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:127 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:173 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:174 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:132 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:180 -#: ../../../../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 "Powrót" - -#. line 2 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:19 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:19 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:19 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 -msgid "Delete Post" -msgstr "Usuń post" - -#. line 8 -#. line 106 -#. line 8 -#. line 32 -#. line 48 -#. line 106 -#. line 8 -#. line 32 -#. line 106 -#. line 8 -#. line 32 -#. line 8 -#. line 106 -#. line 8 -#. line 32 -#. line 8 -#. line 5 -#. 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 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:32 -#: /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:32 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:32 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:256 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:90 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:128 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:274 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:96 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:34 -#: ../../../../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 -msgid "Reason" -msgstr "Powód" - -#. line 10 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:36 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:36 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:36 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 -msgid "Report" -msgstr "Zgłoszenie" - -#: /var/www/html/Tinyboard/mod.php:104 /var/www/html/Tinyboard/mod.php:776 -#: /var/www/html/Tinyboard/mod.php:862 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:120 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:125 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:89 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:128 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:85 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:143 -#: ../../../../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 "brak tematu" - -#: /var/www/html/Tinyboard/mod.php:121 -msgid "View all entries" -msgstr "Zobacz wszystkie wpisy" - -#: /var/www/html/Tinyboard/mod.php:129 /var/www/html/Tinyboard/mod.php:923 -msgid "PM Inbox" -msgstr "Wiadomości prywatne" - -#: /var/www/html/Tinyboard/mod.php:136 /var/www/html/Tinyboard/mod.php:874 -#: ../../../../inc/mod/pages.php:376 ../../../../inc/mod/pages.php:393 -#: ../../../../inc/mod/pages.php:406 ../../../../inc/mod/pages.php:540 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:166 -#: ../../../../inc/mod/pages.php:604 ../../../../inc/mod/pages.php:609 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:176 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:191 -#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 -msgid "News" -msgstr "Aktualności" - -#: /var/www/html/Tinyboard/mod.php:141 /var/www/html/Tinyboard/mod.php:1614 -#: ../../../../inc/mod/pages.php:1557 ../../../../inc/mod/pages.php:1657 -#: ../../../../inc/mod/pages.php:1682 ../../../../inc/mod/pages.php:1816 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:207 -#: ../../../../inc/mod/pages.php:1831 ../../../../inc/mod/pages.php:1904 -#: ../../../../inc/mod/pages.php:1910 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:220 -#: ../../../../inc/mod/pages.php:2032 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:235 -#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 -msgid "Report queue" -msgstr "Kolejka zgłoszeń" - -#: /var/www/html/Tinyboard/mod.php:144 /var/www/html/Tinyboard/mod.php:1882 -#: ../../../../inc/mod/pages.php:664 ../../../../inc/mod/pages.php:705 -#: ../../../../inc/mod/pages.php:721 ../../../../inc/mod/pages.php:855 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:224 -#: ../../../../inc/mod/pages.php:918 ../../../../inc/mod/pages.php:925 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:238 -#: ../../../../inc/mod/pages.php:923 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:253 -#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 -msgid "Ban list" -msgstr "Lista banów" - -#: /var/www/html/Tinyboard/mod.php:147 /var/www/html/Tinyboard/mod.php:1288 -#: ../../../../inc/mod/pages.php:1271 ../../../../inc/mod/pages.php:1369 -#: ../../../../inc/mod/pages.php:1394 ../../../../inc/mod/pages.php:1528 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:232 -#: ../../../../inc/mod/pages.php:1543 ../../../../inc/mod/pages.php:1615 -#: ../../../../inc/mod/pages.php:1621 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:247 -#: ../../../../inc/mod/pages.php:1753 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:262 -#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 -msgid "Manage users" -msgstr "Zarządzaj użytkownikami" - -#: /var/www/html/Tinyboard/mod.php:149 -msgid "Change own password" -msgstr "Zmień swoje hasło" - -#: /var/www/html/Tinyboard/mod.php:152 /var/www/html/Tinyboard/mod.php:477 -#: ../../../../inc/mod/pages.php:416 ../../../../inc/mod/pages.php:443 -#: ../../../../inc/mod/pages.php:433 ../../../../inc/mod/pages.php:460 -#: ../../../../inc/mod/pages.php:446 ../../../../inc/mod/pages.php:473 -#: ../../../../inc/mod/pages.php:580 ../../../../inc/mod/pages.php:607 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:65 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:255 -#: ../../../../inc/mod/pages.php:644 ../../../../inc/mod/pages.php:671 -#: ../../../../inc/mod/pages.php:649 ../../../../inc/mod/pages.php:676 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:72 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:273 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:288 -#: ../../../../inc/mod/pages.php:654 ../../../../inc/mod/pages.php:681 -#: ../../../../inc/mod/pages.php:698 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:300 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:75 -msgid "Moderation log" -msgstr "Log moderacji" - -#: /var/www/html/Tinyboard/mod.php:155 -msgid "Rebuild static files" -msgstr "Przebuduj pliki statyczne" - -#: /var/www/html/Tinyboard/mod.php:158 -msgid "Clear cache" -msgstr "Wyczyść pamięć podręczną" - -#: /var/www/html/Tinyboard/mod.php:161 -msgid "Show configuration" -msgstr "Pokaż konfigurację" - -#: /var/www/html/Tinyboard/mod.php:165 /var/www/html/Tinyboard/mod.php:709 -#: ../../../../inc/mod/pages.php:1739 ../../../../inc/mod/pages.php:1805 -#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1964 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:247 -#: ../../../../inc/mod/pages.php:1979 ../../../../inc/mod/pages.php:2052 -#: ../../../../inc/mod/pages.php:2109 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:264 -#: ../../../../inc/mod/pages.php:2231 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:279 -#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 -msgid "Manage themes" -msgstr "Zarządzaj dodatkami" - -#. line 2 -#. line 5 -#. line 2 -#. line 5 -#. line 2 -#. line 5 -#. line 2 -#. line 5 -#. line 2 -#. line 5 -#. line 2 -#. line 5 -#: /var/www/html/Tinyboard/mod.php:170 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:19 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:24 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:22 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 -#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 -msgid "Phrase:" -msgstr "Wyrażenie:" - -#. line 16 -#. line 2 -#. line 106 -#. line 2 -#. line 16 -#. line 106 -#. line 16 -#. line 106 -#. line 16 -#. line 112 -#. 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 115 -#. line 16 -#. line 2 -#. line 13 -#: /var/www/html/Tinyboard/mod.php:172 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:72 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:19 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:286 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:19 -#: ../../../../search.php:165 ../../../../search.php:168 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:80 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:307 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:322 -#: ../../../../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 -msgid "Search" -msgstr "Szukaj" - -#: /var/www/html/Tinyboard/mod.php:174 -msgid "" -"(Search is case-insensitive, and based on keywords. To match exact phrases, " -"use \"quotes\". Use an asterisk (*) for wildcard.)" -msgstr "" -"(Szukanie jest niezależne od wielkości znaków i jest bazowane na słowach " -"kluczowych. Aby dopasować dokładne frazy użyj \"cudzysłowi\". Używaj " -"gwiazdki (*) jako znak wieloznaczny." - -#: /var/www/html/Tinyboard/mod.php:180 ../../../../inc/mod/pages.php:106 -#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 -msgid "Could not find current version! (Check .installed)" -msgstr "Nie można znaleźć obecnej wersji! (Sprawdź .installed)" - -#. line 146 -#. line 158 -#. line 164 -#: /var/www/html/Tinyboard/mod.php:233 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:364 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:397 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:425 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:440 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 -msgid "Logout" -msgstr "Wyloguj" - -#: /var/www/html/Tinyboard/mod.php:245 ../../../../inc/mod/pages.php:147 -#: ../../../../inc/mod/pages.php:162 -msgid "Dashboard" -msgstr "Tablica" - -#: /var/www/html/Tinyboard/mod.php:402 -msgid "User" -msgstr "Użytkownik" - -#. line 16 -#. line 134 -#. line 4 -#: /var/www/html/Tinyboard/mod.php:403 /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:48 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:349 -#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:30 -msgid "IP address" -msgstr "Adres IP" - -#: /var/www/html/Tinyboard/mod.php:404 -msgid "Ago" -msgstr "temu" - -#. line 116 -#. line 182 -#. line 65 -#. line 49 -#. line 136 -#. line 116 -#. line 182 -#. line 65 -#. line 116 -#. line 182 -#. line 65 -#. line 116 -#. line 182 -#. line 65 -#. line 3 -#. 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 -#: /var/www/html/Tinyboard/mod.php:405 /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:278 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:427 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:142 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:131 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:355 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:147 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:298 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:461 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:157 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:23 -#: ../../../../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 -msgid "Board" -msgstr "Board" - -#. line 183 -#. line 137 -#. line 183 -#. line 185 -#. line 89 -#. line 185 -#. line 89 -#. line 185 -#. line 7 -#. line 89 -#: /var/www/html/Tinyboard/mod.php:406 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:430 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:358 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:465 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 -#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 -msgid "Action" -msgstr "Akcja" - -#: /var/www/html/Tinyboard/mod.php:528 ../../../../inc/mod/pages.php:1723 -#: ../../../../inc/mod/pages.php:1789 ../../../../inc/mod/pages.php:1814 -#: ../../../../inc/mod/pages.php:1948 ../../../../inc/mod/pages.php:1963 -#: ../../../../inc/mod/pages.php:2036 ../../../../inc/mod/pages.php:2093 -#: ../../../../inc/mod/pages.php:2215 ../../../../inc/mod/pages.php:2226 -#: ../../../../inc/mod/pages.php:2367 -msgid "Themes directory doesn't exist!" -msgstr "Katalog dodatków (themes) nie istnieje!" - -#: /var/www/html/Tinyboard/mod.php:530 ../../../../inc/mod/pages.php:1725 -#: ../../../../inc/mod/pages.php:1791 ../../../../inc/mod/pages.php:1816 -#: ../../../../inc/mod/pages.php:1950 ../../../../inc/mod/pages.php:1965 -#: ../../../../inc/mod/pages.php:2038 ../../../../inc/mod/pages.php:2095 -#: ../../../../inc/mod/pages.php:2217 ../../../../inc/mod/pages.php:2228 -#: ../../../../inc/mod/pages.php:2369 -msgid "Cannot open themes directory; check permissions." -msgstr "Nie można otworzyć katalogu dodatków (themes); sprawdź uprawnienia." - -#. line 11 -#: /var/www/html/Tinyboard/mod.php:671 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:42 -msgid "Version" -msgstr "Wersja" - -#. line 15 -#: /var/www/html/Tinyboard/mod.php:675 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:51 -msgid "Description" -msgstr "Opis" - -#. line 19 -#: /var/www/html/Tinyboard/mod.php:679 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:60 -msgid "Thumbnail" -msgstr "Miniatura" - -#. line 25 -#: /var/www/html/Tinyboard/mod.php:687 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:86 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:77 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:93 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 -msgid "Actions" -msgstr "Akcje" - -#. line 27 -#: /var/www/html/Tinyboard/mod.php:689 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:81 -msgid "Use theme" -msgstr "Użyj dodatku" - -#: /var/www/html/Tinyboard/mod.php:690 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:87 -msgid "Reconfigure" -msgstr "Rekonfiguruj" - -#: /var/www/html/Tinyboard/mod.php:690 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:88 -msgid "Install" -msgstr "Instaluj" - -#: /var/www/html/Tinyboard/mod.php:693 ../../../../inc/mod/pages.php:1467 -#: ../../../../inc/mod/pages.php:1471 ../../../../inc/mod/pages.php:1567 -#: ../../../../inc/mod/pages.php:1571 ../../../../inc/mod/pages.php:1592 -#: ../../../../inc/mod/pages.php:1596 ../../../../inc/mod/pages.php:1726 -#: ../../../../inc/mod/pages.php:1730 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:263 -#: ../../../../inc/mod/pages.php:1741 ../../../../inc/mod/pages.php:1745 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:98 -#: ../../../../inc/mod/pages.php:1814 ../../../../inc/mod/pages.php:1818 -#: ../../../../inc/mod/pages.php:1820 ../../../../inc/mod/pages.php:1824 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:282 -#: ../../../../inc/mod/pages.php:1952 ../../../../inc/mod/pages.php:1956 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:297 -#: ../../../../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 -msgid "Rebuild" -msgstr "Przebuduj" - -#: /var/www/html/Tinyboard/mod.php:694 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:103 -msgid "Uninstall" -msgstr "Odinstaluj" - -#: /var/www/html/Tinyboard/mod.php:705 -msgid "Uninstall all themes." -msgstr "Odinstaluj wszystkie dodatki" - -#. line 27 -#. line 16 -#. line 28 -#. line 16 -#: /var/www/html/Tinyboard/mod.php:756 /var/www/html/Tinyboard/mod.php:842 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:69 -#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 -#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 -msgid "Body" -msgstr "Zawartość" - -#. line 21 -#: /var/www/html/Tinyboard/mod.php:759 -#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 -msgid "Post to noticeboard" -msgstr "Postuj na tablicy ogłoszeń" - -#. line 31 -#. line 37 -#: /var/www/html/Tinyboard/mod.php:792 ../../../../inc/mod/pages.php:316 -#: ../../../../inc/mod/pages.php:333 ../../../../inc/mod/pages.php:346 -#: ../../../../inc/mod/pages.php:480 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:96 -#: ../../../../inc/mod/pages.php:543 ../../../../inc/mod/pages.php:548 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:103 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:118 -#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 -msgid "Noticeboard" -msgstr "Tablica ogłoszeń" - -#: /var/www/html/Tinyboard/mod.php:845 -msgid "Post to news" -msgstr "Postuj do aktualności" - -#: /var/www/html/Tinyboard/mod.php:893 -msgid "No private messages for you." -msgstr "Brak prywatnych wiadomości dla ciebie." - -#: /var/www/html/Tinyboard/mod.php:923 -msgid "empty" -msgstr "puste" - -#: /var/www/html/Tinyboard/mod.php:923 -msgid "unread" -msgstr "nieprzeczytane" - -#. line 3 -#: /var/www/html/Tinyboard/mod.php:1221 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 -msgid "ID" -msgstr "ID" - -#. line 6 -#. line 4 -#: /var/www/html/Tinyboard/mod.php:1221 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:28 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:31 -#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 -msgid "Username" -msgstr "Nazwa użytkownika" - -#. line 5 -#: /var/www/html/Tinyboard/mod.php:1221 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 -msgid "Type" -msgstr "Typ" - -#. line 2 -#. line 6 -#. line 2 -#: /var/www/html/Tinyboard/mod.php:1221 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:19 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:22 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 -msgid "Boards" -msgstr "Boardy" - -#: /var/www/html/Tinyboard/mod.php:1221 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 -msgid "Last action" -msgstr "Ostatnia akcja" - -#: /var/www/html/Tinyboard/mod.php:1281 -msgid "Create new user" -msgstr "Stwórz nowego użytkownika" - -#: /var/www/html/Tinyboard/mod.php:1462 -msgid "Could not re-login after changing password. (?)" -msgstr "Nie można się ponownie zalogować po zmianie hasła. (?)" - -#. line 126 -#. line 50 -#. line 126 -#. line 128 -#. line 11 -#. line 43 -#. line 128 -#. line 43 -#. line 128 -#. line 11 -#. line 43 -#: /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:300 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:134 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:322 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 -msgid "Set" -msgstr "Ustawione" - -#. line 130 -#. line 52 -#. line 130 -#. line 132 -#. line 13 -#. line 47 -#. line 132 -#. line 47 -#. line 132 -#. line 13 -#. line 47 -#: /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:309 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:140 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:332 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 -msgid "Expires" -msgstr "Wygasa" - -#. line 24 -#. line 62 -#. line 150 -#. line 180 -#. line 17 -#. line 54 -#. line 133 -#. line 24 -#. line 62 -#. line 150 -#. line 180 -#. line 24 -#. line 62 -#. line 150 -#. line 180 -#. line 24 -#. line 62 -#. line 150 -#. line 180 -#. 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 -#: /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:74 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:169 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:352 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:421 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:51 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:146 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:346 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:78 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:179 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:380 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:453 -#: ../../../../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 -msgid "Staff" -msgstr "Ekipa" - -#: /var/www/html/Tinyboard/mod.php:1889 -msgid "Cache is not enabled." -msgstr "Cache jest wyłączone." - -#: /var/www/html/Tinyboard/mod.php:1966 /var/www/html/Tinyboard/mod.php:2057 -#: /var/www/html/Tinyboard/mod.php:2106 /var/www/html/Tinyboard/mod.php:2110 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:271 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:291 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:306 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 -msgid "Configuration" -msgstr "Konfiguracja" - -#: /var/www/html/Tinyboard/mod.php:2174 ../../../../inc/mod/pages.php:255 -#: ../../../../inc/mod/pages.php:272 ../../../../inc/mod/pages.php:285 -#: ../../../../inc/mod/pages.php:419 ../../../../inc/mod/pages.php:481 -#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 -msgid "Couldn't open board after creation." -msgstr "Nie można otworzyć boardu po utworzeniu." - -#: /var/www/html/Tinyboard/mod.php:2678 ../../../../inc/mod/pages.php:759 -#: ../../../../inc/mod/pages.php:800 ../../../../inc/mod/pages.php:823 -#: ../../../../inc/mod/pages.php:957 ../../../../inc/mod/pages.php:1020 -#: ../../../../inc/mod/pages.php:1027 ../../../../inc/mod/pages.php:1120 -#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 -msgid "Target and source board are the same." -msgstr "Docelowy i źródłowy board są takie same." - -#: /var/www/html/Tinyboard/mod.php:2795 -msgid "No board to move to; there is only one." -msgstr "Nie ma boardu na który można to przenieść; istnieje tylko jeden." - -#: ../../../../inc/config.php:689 ../../../../inc/config.php:747 -#: ../../../../inc/config.php:753 ../../../../inc/config.php:750 -#: ../../../../inc/config.php:756 ../../../../inc/config.php:858 -#: ../../../../inc/config.php:915 ../../../../inc/config.php:920 -#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1016 -msgid "Invalid security token! Please go back and try again." -msgstr "Niepoprawny token bezpieczeństwa! Proszę cofnąć i spróbować ponownie." - -#: ../../../../inc/mod/pages.php:63 ../../../../inc/mod/pages.php:66 -#: ../../../../inc/mod/pages.php:64 -msgid "Confirm action" -msgstr "Potwierdź akcję" - -#: ../../../../inc/mod/pages.php:222 ../../../../inc/mod/pages.php:239 -#: ../../../../inc/mod/pages.php:252 ../../../../inc/mod/pages.php:386 -#: ../../../../inc/mod/pages.php:431 ../../../../inc/mod/pages.php:436 -#: ../../../../inc/mod/pages.php:438 -msgid "Edit board" -msgstr "Edytuj board" - -#: ../../../../inc/mod/pages.php:270 ../../../../inc/mod/pages.php:287 -#: ../../../../inc/mod/pages.php:300 ../../../../inc/mod/pages.php:434 -#: ../../../../inc/mod/pages.php:496 ../../../../inc/mod/pages.php:501 -#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 -msgid "New board" -msgstr "Nowy board" - -#. line 102 -#. line 20 -#. line 102 -#. line 20 -#. line 102 -#. line 20 -#. line 102 -#. line 20 -#. line 104 -#. line 20 -#. line 18 -#. line 104 -#. line 20 -#. line 18 -#. line 104 -#. line 20 -#. line 18 -#: ../../../../inc/mod/pages.php:586 ../../../../inc/mod/pages.php:612 -#: ../../../../inc/mod/pages.php:628 ../../../../inc/mod/pages.php:762 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:247 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:65 -#: ../../../../inc/mod/pages.php:825 ../../../../inc/mod/pages.php:832 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:264 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:68 -#: ../../../../inc/mod/pages.php:830 ../../../../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 "adres IP" - -#. line 169 -#. line 171 -#: ../../../../inc/mod/pages.php:596 ../../../../inc/mod/pages.php:985 -#: ../../../../inc/mod/pages.php:622 ../../../../inc/mod/pages.php:1028 -#: ../../../../inc/mod/pages.php:638 ../../../../inc/mod/pages.php:1053 -#: ../../../../inc/mod/pages.php:772 ../../../../inc/mod/pages.php:1187 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:398 -#: ../../../../inc/mod/pages.php:1190 ../../../../inc/mod/pages.php:835 -#: ../../../../inc/mod/pages.php:1255 ../../../../inc/mod/pages.php:842 -#: ../../../../inc/mod/pages.php:1262 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:429 -#: ../../../../inc/mod/pages.php:840 ../../../../inc/mod/pages.php:1356 -#: ../../../../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 -msgid "New ban" -msgstr "Nowy ban" - -#: ../../../../inc/mod/pages.php:919 ../../../../inc/mod/pages.php:962 -#: ../../../../inc/mod/pages.php:987 ../../../../inc/mod/pages.php:1121 -#: ../../../../inc/mod/pages.php:1184 ../../../../inc/mod/pages.php:1191 -#: ../../../../inc/mod/pages.php:1285 ../../../../inc/mod/pages.php:1296 -#: ../../../../inc/mod/pages.php:1357 -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:923 ../../../../inc/mod/pages.php:966 -#: ../../../../inc/mod/pages.php:991 ../../../../inc/mod/pages.php:1125 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:106 -#: ../../../../inc/mod/pages.php:1188 ../../../../inc/mod/pages.php:1195 -#: ../../../../inc/mod/pages.php:1289 ../../../../inc/mod/pages.php:1300 -#: ../../../../inc/mod/pages.php:1361 -#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 -msgid "Move thread" -msgstr "Przenieś wątek" - -#: ../../../../inc/mod/pages.php:1209 ../../../../inc/mod/pages.php:1258 -#: ../../../../inc/mod/pages.php:1307 ../../../../inc/mod/pages.php:1356 -#: ../../../../inc/mod/pages.php:1332 ../../../../inc/mod/pages.php:1381 -#: ../../../../inc/mod/pages.php:1466 ../../../../inc/mod/pages.php:1515 -#: ../../../../inc/mod/pages.php:1477 ../../../../inc/mod/pages.php:1530 -#: ../../../../inc/mod/pages.php:1549 ../../../../inc/mod/pages.php:1602 -#: ../../../../inc/mod/pages.php:1555 ../../../../inc/mod/pages.php:1608 -#: ../../../../inc/mod/pages.php:1687 ../../../../inc/mod/pages.php:1740 -#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 -msgid "Edit user" -msgstr "Edytuj użytkownika" - -#. deleted? -#: ../../../../inc/mod/pages.php:1333 ../../../../inc/mod/pages.php:1405 -#: ../../../../inc/mod/pages.php:1431 ../../../../inc/mod/pages.php:1503 -#: ../../../../inc/mod/pages.php:1456 ../../../../inc/mod/pages.php:1528 -#: ../../../../inc/mod/pages.php:1590 ../../../../inc/mod/pages.php:1662 -#: ../../../../inc/mod/pages.php:1605 ../../../../inc/mod/pages.php:1677 -#: ../../../../inc/mod/pages.php:1750 ../../../../inc/mod/pages.php:1683 -#: ../../../../inc/mod/pages.php:1756 ../../../../inc/mod/pages.php:1815 -#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1826 -#: ../../../../inc/mod/pages.php:1899 ../../../../inc/mod/pages.php:1945 -#: ../../../../inc/mod/pages.php:2021 -msgid "New PM for" -msgstr "Nowe PW dla" - -#: ../../../../inc/mod/pages.php:1337 ../../../../inc/mod/pages.php:1435 -#: ../../../../inc/mod/pages.php:1460 ../../../../inc/mod/pages.php:1594 -#: ../../../../inc/mod/pages.php:1609 ../../../../inc/mod/pages.php:1681 -#: ../../../../inc/mod/pages.php:1687 ../../../../inc/mod/pages.php:1819 -#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 -msgid "Private message" -msgstr "Prywatna wiadomość" - -#. line 62 -#. line 68 -#: ../../../../inc/mod/pages.php:1358 ../../../../inc/mod/pages.php:1456 -#: ../../../../inc/mod/pages.php:1481 ../../../../inc/mod/pages.php:1615 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:171 -#: ../../../../inc/mod/pages.php:1630 ../../../../inc/mod/pages.php:1702 -#: ../../../../inc/mod/pages.php:1708 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:182 -#: ../../../../inc/mod/pages.php:1840 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:197 -#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 -msgid "PM inbox" -msgstr "Odebrane PW" - -#: ../../../../inc/mod/pages.php:1679 ../../../../inc/mod/pages.php:1779 -#: ../../../../inc/mod/pages.php:1804 ../../../../inc/mod/pages.php:1938 -#: ../../../../inc/mod/pages.php:1953 ../../../../inc/mod/pages.php:2026 -#: ../../../../inc/mod/pages.php:1978 ../../../../inc/mod/pages.php:2077 -#: ../../../../inc/mod/pages.php:2100 ../../../../inc/mod/pages.php:2199 -#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 -#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 -msgid "Config editor" -msgstr "Edytor konfiguracji" - -#: ../../../../inc/mod/pages.php:1713 ../../../../inc/mod/pages.php:1945 -#: ../../../../inc/mod/pages.php:1970 ../../../../inc/mod/pages.php:2104 -#: ../../../../inc/mod/pages.php:2119 ../../../../inc/mod/pages.php:2192 -#: ../../../../inc/mod/pages.php:2249 ../../../../inc/mod/pages.php:2371 -#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 -msgid "Debug: Anti-spam" -msgstr "Debug: Antyspam" - -#: ../../../../inc/mod/pages.php:1801 ../../../../inc/mod/pages.php:1867 -#: ../../../../inc/mod/pages.php:1892 ../../../../inc/mod/pages.php:2026 -#: ../../../../inc/mod/pages.php:2041 ../../../../inc/mod/pages.php:2114 -#: ../../../../inc/mod/pages.php:2171 ../../../../inc/mod/pages.php:2293 -#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 -#, php-format -msgid "Installed theme: %s" -msgstr "Zainstalowano dodatek: %s" - -#: ../../../../inc/mod/pages.php:1811 ../../../../inc/mod/pages.php:1878 -#: ../../../../inc/mod/pages.php:1903 ../../../../inc/mod/pages.php:2037 -#: ../../../../inc/mod/pages.php:2052 ../../../../inc/mod/pages.php:2125 -#: ../../../../inc/mod/pages.php:2182 ../../../../inc/mod/pages.php:2304 -#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 -#, php-format -msgid "Configuring theme: %s" -msgstr "Konfigurowanie dodatku: %s" - -#: ../../../../inc/mod/pages.php:1839 ../../../../inc/mod/pages.php:1906 -#: ../../../../inc/mod/pages.php:1931 ../../../../inc/mod/pages.php:2065 -#: ../../../../inc/mod/pages.php:2080 ../../../../inc/mod/pages.php:2153 -#: ../../../../inc/mod/pages.php:2210 ../../../../inc/mod/pages.php:2332 -#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 -#, php-format -msgid "Rebuilt theme: %s" -msgstr "Przebudowano dodatek: %s" - -#: ../../../../inc/lib/gettext/examples/pigs_dropin.php:77 -msgid "" -"This is how the story goes.\n" -"\n" -msgstr "" - -#: ../../../../inc/config.php:704 ../../../../inc/config.php:710 -#: ../../../../inc/config.php:707 ../../../../inc/config.php:713 -#: ../../../../inc/config.php:815 ../../../../inc/config.php:873 -#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 -#: ../../../../inc/config.php:974 -msgid "Thread has reached its maximum reply limit." -msgstr "Ten temat osiągnął swój maksymalny limit odpowiedzi." - -#: ../../../../inc/config.php:705 ../../../../inc/config.php:711 -#: ../../../../inc/config.php:708 ../../../../inc/config.php:714 -#: ../../../../inc/config.php:816 ../../../../inc/config.php:874 -#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 -#: ../../../../inc/config.php:975 -msgid "Thread has reached its maximum image limit." -msgstr "Ten temat osiągnął swój maksymalny limit obrazków." - -#: ../../../../inc/config.php:726 ../../../../inc/config.php:732 -#: ../../../../inc/config.php:729 ../../../../inc/config.php:735 -#: ../../../../inc/config.php:837 ../../../../inc/config.php:894 -#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 -#: ../../../../inc/config.php:995 -#, php-format -msgid "That file already exists in this thread!" -msgstr "Ten plik już istnieje w tym temacie!" - -#. Moderator errors -#: ../../../../inc/config.php:733 ../../../../inc/config.php:739 -#: ../../../../inc/config.php:736 ../../../../inc/config.php:742 -#: ../../../../inc/config.php:844 ../../../../inc/config.php:901 -#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 -#: ../../../../inc/config.php:1002 -#, php-format -msgid "" -"You are only allowed to unban %s users at a time. You tried to unban %u " -"users." -msgstr "" -"Możesz odbanować tylko %s użytkowników na raz. Próbowałeś odbanować %u users." - -#: ../../../../inc/mod/pages.php:1969 ../../../../inc/mod/pages.php:1994 -#: ../../../../inc/mod/pages.php:2128 ../../../../inc/mod/pages.php:2143 -#: ../../../../inc/mod/pages.php:2216 ../../../../inc/mod/pages.php:2273 -#: ../../../../inc/mod/pages.php:2395 ../../../../inc/mod/pages.php:2409 -#: ../../../../inc/mod/pages.php:2566 -msgid "Debug: Recent posts" -msgstr "Debug: Ostatnie posty" - -#: ../../../../inc/mod/pages.php:1993 ../../../../inc/mod/pages.php:2018 -#: ../../../../inc/mod/pages.php:2152 ../../../../inc/mod/pages.php:2167 -#: ../../../../inc/mod/pages.php:2240 ../../../../inc/mod/pages.php:2297 -#: ../../../../inc/mod/pages.php:2419 ../../../../inc/mod/pages.php:2433 -#: ../../../../inc/mod/pages.php:2590 -msgid "Debug: SQL" -msgstr "Debug: SQL" - -#. line 28 -#. line 26 -#: ../../../../templates/cache/4b/3e/915cc5ac5fe144c331207c656528.php:104 -#: ../../../../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] "1 odpowiedź" -msgstr[1] "%count% odpowiedzi" -msgstr[2] "%count% odpowiedzi" - -#. $results now contains the search results -#: ../../../../inc/mod/pages.php:290 ../../../../inc/mod/pages.php:335 -#: ../../../../inc/mod/pages.php:334 -msgid "Search results" -msgstr "Wyniki wyszukiwania" - -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:31 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:35 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 -msgid "Posts" -msgstr "Posty" - -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:41 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:46 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 -msgid "IP address notes" -msgstr "Notatki adresu IP" - -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:53 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:59 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 -msgid "Bans" -msgstr "Bany" - -#. line 18 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:76 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:85 -#: ../../../../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 "" -"(Wyszukiwanie jest niezależne od wielkości znaków i bazowane na słowach " -"kluczowych. Aby dopasować pełne frazy, użyj \"cudzysłowi\". Użyj gwiazdki " -"(*) jako symbolu wieloznacznego.)" - -#. line 8 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:32 -#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 -msgid "Select board" -msgstr "Wybierz board" - -#. line 17 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:61 -#: ../../../../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 "" -"Wyszukiwanie jest niezależne od wielkości znaków i bazowane na słowach " -"kluczowych. Aby dopasować pełne frazy, użyj \"cudzysłowi\". Użyj gwiazdki " -"(*) jako symbolu wieloznacznego.

Możesz zastosować poniższe filtry do swojego wyszukiwania: id, thread, subject, i name. Aby wykorzystać filtr, po prostu dodaj do swojego zapytania, na " -"przykład: name:Anonymous albo subject:\"Jakiś temat\". " -"Symbole wieloznaczne nie mogą być wykorzystane w filtrach." - -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:57 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:61 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:76 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 -#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 -msgid "edit" -msgstr "edytuj" - -#. line 26 -#. line 32 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:84 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:90 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:105 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 -msgid "Messages" -msgstr "Wiadomości" - -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:161 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:170 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:185 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 -msgid "View all noticeboard entries" -msgstr "Pokaż wszystkie wpisy na tablicy ogłoszeń" - -#. line 70 -#. line 76 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:192 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:204 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:219 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 -msgid "Administration" -msgstr "Administracja" - -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:239 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:255 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:270 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 -msgid "Change password" -msgstr "Zmień hasło" - -#. line 118 -#. line 130 -#. line 136 -#. line 139 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:308 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:341 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:364 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:379 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 -msgid "Debug" -msgstr "Debug" - -#. line 120 -#. line 132 -#. line 138 -#. line 141 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:312 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:345 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:369 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:384 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 -msgid "Anti-spam" -msgstr "Antyspam" - -#. line 121 -#. line 133 -#. line 139 -#. line 142 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:315 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:348 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:373 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:388 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 -msgid "Recent posts" -msgstr "Ostatnie posty" - -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:321 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:354 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:380 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:395 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 -msgid "SQL" -msgstr "SQL" - -#. line 143 -#. line 155 -#. line 161 -#. line 164 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:359 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:392 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:419 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:434 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 -msgid "User account" -msgstr "Konto użytkownika" - -#. line 25 -#. line 67 -#. line 18 -#. line 25 -#. line 67 -#. line 25 -#. line 67 -#. line 25 -#. line 67 -#. line 25 -#. line 68 -#. line 25 -#. line 68 -#. line 25 -#. line 68 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:77 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:179 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:54 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:82 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:190 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 -msgid "Note" -msgstr "Notka" - -#. line 26 -#. line 19 -#. line 26 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:80 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:57 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:86 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 -msgid "Date" -msgstr "Data" - -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:112 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:365 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:457 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:88 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:321 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:385 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:120 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:394 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:493 -#: ../../../../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 -msgid "deleted?" -msgstr "usunięty?" - -#. line 49 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:142 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:151 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 -msgid "remove" -msgstr "usuń" - -#. line 75 -#. line 76 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:189 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:201 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 -msgid "New note" -msgstr "Nowa notka" - -#. line 92 -#. line 94 -#. line 7 -#. line 94 -#. line 7 -#. line 94 -#. line 7 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:226 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:240 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 -msgid "Status" -msgstr "Status" - -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:233 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:248 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 -msgid "Expired" -msgstr "Wygasły" +#. 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 +#: ../../../../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 +msgid "Reason" +msgstr "Powód" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:238 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:254 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 -msgid "Active" -msgstr "Aktywny" +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Zgłoszenie" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:269 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:288 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 -msgid "no reason" -msgstr "brak powodu" +#: ../../../../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 +msgid "Return to dashboard" +msgstr "Powróć na tablicę" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:322 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:246 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:346 -#: ../../../../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 -msgid "never" -msgstr "nigdy" +#. 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 "Tryb postowania: Odpowiedź" -#. line 140 -#. line 53 -#. line 140 -#. line 142 -#. line 14 -#. line 57 -#. line 142 -#. line 57 -#. line 142 -#. line 14 -#. line 57 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:331 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:143 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:356 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 -msgid "Seen" -msgstr "Widziano" +#: ../../../../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 "Powrót" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:338 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:273 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:364 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:375 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:201 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:167 -msgid "Yes" -msgstr "Tak" +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "(Nie ma newsów do wyświetlenia.)" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:343 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:278 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:370 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:381 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:207 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:173 -msgid "No" -msgstr "Nie" +#: ../../../../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 "brak tematu" -#. line 161 -#. line 163 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:378 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:408 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 -msgid "Remove ban" -msgstr "Usuń ban" +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#: ../../../../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 "przez" -#. line 181 -#. line 135 -#. line 181 -#. line 183 -#. line 5 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:424 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:352 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:457 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 -#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 -msgid "Time" -msgstr "Czas" +#. 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 "dnia" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:41 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:36 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 -msgid "You were banned! ;_;" -msgstr "Byłeś zbanowany! ;_;" +#. 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] "1 odpowiedź" +msgstr[1] "%count% odpowiedzi" +msgstr[2] "%count% odpowiedzi" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:46 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:42 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 -msgid "You are banned! ;_;" -msgstr "Jesteś zbanowany! ;_;" +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "Plik:" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:56 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:53 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 -msgid "You were banned from" -msgstr "Byłeś zbanowany na" +#: ../../../../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 +msgid "Spoiler Image" +msgstr "Schowaj obrazek" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:61 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:59 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 -msgid "You have been banned from" -msgstr "Zostałeś zbanowany na" +#: ../../../../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 +msgid "Reply" +msgstr "Odpowiedź" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:83 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 -msgid "for the following reason:" -msgstr "z następującego powodu:" +#: ../../../../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 +msgid "View All" +msgstr "Zobacz wszystko" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:88 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:89 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 -msgid "for an unspecified reason." -msgstr "z nieokreślonego powodu." +#: ../../../../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 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "Ostatni 1 post" +msgstr[1] "Ostatnie %count% posty" +msgstr[2] "Ostatnie %count% postów" -#. line 32 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:109 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:111 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 -msgid "Your ban was filed on" -msgstr "Twój ban został nałożony" +#: ../../../../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 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "1 post" +msgstr[1] "%count% posty" +msgstr[2] "%count% postów" -#. line 51 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:120 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:150 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:124 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:157 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:123 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:156 -msgid "has since expired. Refresh the page to continue." -msgstr "już wygasł. Odśwież stronę, aby kontynuować." +#: ../../../../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 +msgid "and" +msgstr "oraz" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:125 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:130 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 -msgid "expires" -msgstr "wygasa" +#: ../../../../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 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "1 obrazek" +msgstr[1] "%count% obrazki" +msgstr[2] "%count% obrazków" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:128 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:134 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 -msgid "from now, which is on" -msgstr "od teraz, czyli" +#: ../../../../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 +msgid "omitted. Click reply to view." +msgstr "pominięte. Kliknij Odpowiedź aby zobaczyć." -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:176 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:184 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 -msgid "will not expire" -msgstr "nie wygaśnie" +#. 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 +#: ../../../../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 "Nazwa" -#. line 78 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:184 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:193 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 -msgid "Your IP address is" -msgstr "Twój adres IP to" +#. 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 "E-mail" #. line 23 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:52 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:57 -#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 -msgid "Continue" -msgstr "Kontynuuj" +#. 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 +#: ../../../../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 "Temat" -#. line 6 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:30 -#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 -msgid "Thread ID" -msgstr "ID wątku" +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "Aktualizacja" -#. line 14 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:44 -#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 -msgid "Leave shadow thread" -msgstr "Pozostaw wątek-cień" +#. 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 "Komentarz" -#. line 18 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:50 -#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 -msgid "locks thread; replies to it with a link." -msgstr "blokuje wątek; umieszcza link do nowego." +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "Obecnie edytujesz czysty HTML" -#. line 22 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:56 -#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 -msgid "Target board" -msgstr "Board docelowy" +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "Edytować zamiast tego znaczniki?" -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:66 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:70 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 -msgid "(or subnet)" -msgstr "(lub podsieć)" +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "Edytować zamiast tego czysty HTML?" -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:80 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:85 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 -msgid "hidden" -msgstr "ukryty" +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "Weryfikacja" -#. line 41 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:107 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:114 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 -msgid "Message" -msgstr "Wiadomość" +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "Lub URL" -#. line 46 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:117 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:122 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:130 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 -msgid "public; attached to post" -msgstr "publiczny; dołączony do posta" +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "Osadź" -#. line 58 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:133 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:138 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:147 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 -msgid "Length" -msgstr "Długość" +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +msgid "Flags" +msgstr "Flagi" -#. line 88 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:192 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:197 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:209 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 -msgid "New Ban" -msgstr "Nowy ban" +#. 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 +#: ../../../../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 +msgid "Sticky" +msgstr "Przyklejony" + +#. 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 +#: ../../../../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 +msgid "Lock" +msgstr "Zablokowany" -#. line 47 -#. line 8 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:125 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:39 -msgid "IP address/mask" -msgstr "Adres IP lub maska" +#. 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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "Czysty HTML" -#. line 51 -#. line 12 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:137 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:55 -msgid "Duration" -msgstr "Czas trwania" +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "(do usuwania postów)" #: ../../../../search.php:5 msgid "Post search is disabled" @@ -3097,11 +1376,11 @@ msgstr "Wyszukiwanie postów jest wyłączone" msgid "Wait a while before searching again, please." msgstr "Proszę poczekać chwilę przed ponownym szukaniem." -#: ../../../../search.php:128 ../../../../search.php:131 +#: ../../../../search.php:131 msgid "Query too broad." msgstr "Zapytanie zbyt szerokie." -#: ../../../../search.php:149 ../../../../search.php:152 +#: ../../../../search.php:152 #, php-format msgid "%d result in" msgid_plural "%d results in" @@ -3109,372 +1388,680 @@ msgstr[0] "%d wynik na" msgstr[1] "%d wyniki na" msgstr[2] "%d wyników na" -#: ../../../../search.php:160 ../../../../search.php:163 +#: ../../../../search.php:163 msgid "No results." msgstr "Brak wyników." -#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:603 -#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:628 -#: ../../../../inc/functions.php:670 ../../../../inc/functions.php:699 -msgid "Banned!" -msgstr "Zbanowany!" +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Szukaj" -#: ../../../../banned.php:4 -msgid "Banned?" -msgstr "Zbanowany?" +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "Apelacja nie znaleziona!" -#: ../../../../banned.php:5 -msgid "You are not banned." -msgstr "Nie jesteś zbanowany." +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "Apelacje o zdjęcie banów" -#: ../../../../inc/functions.php:549 ../../../../inc/functions.php:566 -#: ../../../../inc/functions.php:558 ../../../../inc/functions.php:575 -#: ../../../../inc/functions.php:578 ../../../../inc/functions.php:595 -#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 -#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 -#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 -msgid "second" -msgid_plural "seconds" -msgstr[0] "sekunda" -msgstr[1] "sekundy" -msgstr[2] "sekund" +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "Nowy użytkownik" -#: ../../../../inc/functions.php:551 ../../../../inc/functions.php:568 -#: ../../../../inc/functions.php:560 ../../../../inc/functions.php:577 -#: ../../../../inc/functions.php:580 ../../../../inc/functions.php:597 -#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 -#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 -#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 -msgid "minute" -msgid_plural "minutes" -msgstr[0] "minuta" -msgstr[1] "minuty" -msgstr[2] "minut" +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "Nie można zmienić poziomu uprawnień użytkownika." -#: ../../../../inc/functions.php:553 ../../../../inc/functions.php:570 -#: ../../../../inc/functions.php:562 ../../../../inc/functions.php:579 -#: ../../../../inc/functions.php:582 ../../../../inc/functions.php:599 -#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 -#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 -#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 -msgid "hour" -msgid_plural "hours" -msgstr[0] "godzina" -msgstr[1] "godziny" -msgstr[2] "godzin" +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "Debug: APC" -#: ../../../../inc/functions.php:555 ../../../../inc/functions.php:572 -#: ../../../../inc/functions.php:564 ../../../../inc/functions.php:581 -#: ../../../../inc/functions.php:584 ../../../../inc/functions.php:601 -#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 -#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 -#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 -msgid "day" -msgid_plural "days" -msgstr[0] "dzień" -msgstr[1] "dni" -msgstr[2] "dni" +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " +msgstr "Twój kod zawierał błędy składni PHP. Wciśnij wstecz i popraw je. PHP zwróciło: " -#: ../../../../inc/functions.php:557 ../../../../inc/functions.php:574 -#: ../../../../inc/functions.php:566 ../../../../inc/functions.php:583 -#: ../../../../inc/functions.php:586 ../../../../inc/functions.php:603 -#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 -#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 -#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 -msgid "week" -msgid_plural "weeks" -msgstr[0] "tydzień" -msgstr[1] "tygodnie" -msgstr[2] "tygodni" +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "Boardy" -#: ../../../../inc/functions.php:560 ../../../../inc/functions.php:577 -#: ../../../../inc/functions.php:569 ../../../../inc/functions.php:586 -#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 -#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 -#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 -#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 -msgid "year" -msgid_plural "years" -msgstr[0] "rok" -msgstr[1] "lata" -msgstr[2] "lat" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "edytuj" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "Stwórz nowy board" + +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "Wiadomości" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "Pokaż wszystkie wpisy na tablicy ogłoszeń" + +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "Administracja" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "Zmień hasło" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Configuration" +msgstr "Konfiguracja" -#. line 118 -#. line 124 #. line 127 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:308 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:330 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:345 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 msgid "Other" msgstr "Inne" -#: ../../../../templates/cache/b7/7d/de31d12a1684acbc7c0d7ee71653.php:30 -msgid "Successfully installed and built theme." -msgstr "Pomyślnie zainstalowano i zbudowano dodatek." +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "Debug" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "Antyspam" -#. line 9 -#: ../../../../templates/cache/b7/7d/de31d12a1684acbc7c0d7ee71653.php:37 -msgid "Go back to themes" -msgstr "Wróć do dodatków" +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "Ostatnie posty" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "SQL" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "Konto użytkownika" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +msgid "Logout" +msgstr "Wyloguj" #. line 3 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:21 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 msgid "New post" msgstr "Nowy post" -#. line 32 -#. line 33 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:76 -#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 -msgid "Post news entry" -msgstr "Zapostuj newsa" +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "Zawartość" + +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "Postuj na tablicy ogłoszeń" -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:100 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 msgid "delete" msgstr "usuń" -#. line 55 -#. line 44 -#. line 56 -#. line 44 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:133 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:94 -#: ../../../../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 "przez" - -#. line 50 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:136 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:97 -#: ../../../../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 "dnia" +#: ../../../../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 "usunięty?" -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:66 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 -#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 -msgid "(No news to show.)" -msgstr "(Nie ma newsów do wyświetlenia.)" +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "Zapostuj newsa" -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:19 -msgid "There are no themes available." -msgstr "Nie ma dostępnych dodatków." +#. 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 +#: ../../../../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 "Ekipa" #. line 25 -#: ../../../../templates/cache/d1/99/467985632043e204070d354b8290.php:91 -msgid "Install theme" -msgstr "Zainstaluj dodatek" - -#: ../../../../inc/display.php:211 ../../../../inc/display.php:215 -#: ../../../../inc/display.php:219 ../../../../inc/display.php:229 -#: ../../../../inc/display.php:241 ../../../../inc/display.php:244 -#, php-format -msgid "Post too long. Click here to view the full text." -msgstr "" -"Post za długi. Kliknij tutaj, aby zobaczyć jego pełną " -"treść." +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "Notka" -#: ../../../../inc/display.php:342 ../../../../inc/display.php:443 -#: ../../../../inc/display.php:347 ../../../../inc/display.php:449 -#: ../../../../inc/display.php:339 ../../../../inc/display.php:444 -#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 -#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 -#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 -msgid "Delete file" -msgstr "Usuń plik" +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "Data" -#: ../../../../inc/display.php:342 ../../../../inc/display.php:443 -#: ../../../../inc/display.php:347 ../../../../inc/display.php:449 -#: ../../../../inc/display.php:339 ../../../../inc/display.php:444 -#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 -#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 -#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 -msgid "Are you sure you want to delete this file?" -msgstr "Czy jesteś pewien, że chcesz usunąć ten plik?" +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "Akcje" -#: ../../../../inc/display.php:431 ../../../../inc/display.php:437 -#: ../../../../inc/display.php:432 ../../../../inc/display.php:469 -#: ../../../../inc/display.php:491 ../../../../inc/display.php:494 -msgid "Delete all posts by IP across all boards" -msgstr "Usuń wszystkie posty z tego IP ze wszystkich boardów" +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "usuń" -#: ../../../../inc/display.php:431 ../../../../inc/display.php:437 -#: ../../../../inc/display.php:432 ../../../../inc/display.php:469 -#: ../../../../inc/display.php:491 ../../../../inc/display.php:494 -msgid "" -"Are you sure you want to delete all posts by this IP address, across all " -"boards?" -msgstr "" -"Czy jesteś pewien, że chcesz usunąć wszystkie posty z tego adresu IP, ze " -"wszystkich boardów?" +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "Nowa notka" -#. Page footer -#. Additional lines added to the footer of all pages. -#: ../../../../inc/config.php:564 ../../../../inc/config.php:653 -#: ../../../../inc/config.php:684 ../../../../inc/config.php:689 -#: ../../../../inc/config.php:793 ../../../../inc/config.php:784 -msgid "" -"All trademarks, copyrights, comments, and images on this page are owned by " -"and are the responsibility of their respective parties." -msgstr "" -"Wszystkie znaki towarowe, prawa autorskie, komentarze oraz obrazki na tej " -"stronie są własnością i odpowiedzialność za nie spoczywa na ich odpowiednich " -"właścicielach." +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "Status" -#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 -msgid "There are no boards to search!" -msgstr "Nie ma boardów do przeszukania!" +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "Wygasły" -#. Print error -#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 -msgid "Database error: " -msgstr "Błąd bazy danych: " +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "Aktywny" -#. line 13 -#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 -#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 -msgid "Error information" -msgstr "Informacje o błędzie" +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "brak powodu" -#. line 27 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 -#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 -msgid "Update" -msgstr "Aktualizacja" +#. 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 +#: ../../../../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 "Board" -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 -#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 -msgid "Currently editing raw HTML." -msgstr "Obecnie edytujesz czysty HTML" +#. 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 "wszystkie boardy" -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 -#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 -msgid "Edit markup instead?" -msgstr "Edytować zamiast tego znaczniki?" +#. 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 +#: ../../../../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 "Ustawione" -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 -#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 -msgid "Edit raw HTML instead?" -msgstr "Edytować zamiast tego czysty HTML?" +#. 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 +#: ../../../../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 "Wygasa" -#: ../../../../inc/display.php:343 ../../../../inc/display.php:448 -#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 -#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 -#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 -msgid "Spoiler File" -msgstr "Schowaj plik" +#: ../../../../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 "nigdy" -#: ../../../../inc/display.php:343 ../../../../inc/display.php:448 -#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 -#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 -#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 -msgid "Are you sure you want to spoiler this file?" -msgstr "Czy jesteś pewien, że chcesz schować ten obrazek?" +#. 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 +#: ../../../../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 "Widziano" -#: ../../../../inc/display.php:347 ../../../../inc/display.php:384 -#: ../../../../inc/display.php:401 ../../../../inc/display.php:404 -msgid "Move reply to another board" -msgstr "Przenieś odpowiedź na inny board" +#: ../../../../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 "Tak" -#: ../../../../inc/mod/pages.php:1094 ../../../../inc/mod/pages.php:1105 -#: ../../../../inc/mod/pages.php:1165 -msgid "Move reply" -msgstr "Przenieś odpowiedź" +#: ../../../../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 "Nie" -#: ../../../../templates/cache/72/55/0d64283f30702de83ecfcb71f86a.php:28 -#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 -msgid "There are no reports." -msgstr "Nie ma żadnych raportów." +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "Usuń ban" -#. line 7 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:41 -msgid "Report date" -msgstr "Data raportu" +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#: ../../../../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 "Czas" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:51 -msgid "Reported by" -msgstr "Raportowane przez" +#. 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 +#: ../../../../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 "Akcja" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:70 -msgid "Discard abuse report" -msgstr "Odrzuć raport" +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "(lub podsieć)" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:88 -msgid "Discard all abuse reports by this IP address" -msgstr "Odrzuć wszystkie raporty z tego adresu IP" +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "ukryty" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:542 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:544 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:509 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:520 -msgid "View All" -msgstr "Zobacz wszystko" +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "Wiadomość" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:559 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:561 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:526 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:537 -msgid "Last 1 Post" -msgid_plural "Last %count% Posts" -msgstr[0] "Ostatni 1 post" -msgstr[1] "Ostatnie %count% posty" -msgstr[2] "Ostatnie %count% postów" +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "publiczny; dołączony do posta" -#. line 90 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 -msgid "Or URL" -msgstr "Lub URL" +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "Długość" -#: ../../../../inc/mod/pages.php:939 -msgid "Ban appeal not found!" -msgstr "Apelacja nie znaleziona!" +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "Nowy ban" -#: ../../../../inc/mod/pages.php:989 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 -msgid "Ban appeals" -msgstr "Apelacje o zdjęcie banów" +#. 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 "Wyrażenie:" -#: ../../../../inc/mod/pages.php:1833 -msgid "New user" -msgstr "Nowy użytkownik" +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "Posty" -#: ../../../../inc/mod/pages.php:1888 -msgid "Impossible to promote/demote user." -msgstr "Nie można zmienić poziomu uprawnień użytkownika." +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "Notatki adresu IP" -#: ../../../../inc/mod/pages.php:2612 -msgid "Debug: APC" -msgstr "Debug: APC" +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "Bany" -#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#. line 18 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:88 msgid "" -"Your code contained PHP syntax errors. Please go back and correct them. PHP " -"says: " -msgstr "" -"Twój kod zawierał błędy składni PHP. Wciśnij wstecz i popraw je. PHP " -"zwróciło: " +"(Search is case-insensitive and based on keywords. To match exact phrases, " +"use \"quotes\". Use an asterisk (*) for wildcard.)" +msgstr "(Wyszukiwanie jest niezależne od wielkości znaków i bazowane na słowach kluczowych. Aby dopasować pełne frazy, użyj \"cudzysłowi\". Użyj gwiazdki (*) jako symbolu wieloznacznego.)" #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 msgid "There are no active bans." msgstr "Nie ma aktywnych banów." +#. 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 "Adres IP lub maska" + +#. 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 "Czas trwania" + #. line 92 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 msgid "Unban selected" msgstr "Odbanuj zaznaczone" +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Nazwa użytkownika" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Kontynuuj" + #. line 80 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 msgid "Appeal time" @@ -3485,6 +2072,10 @@ msgstr "Czas apelacji" msgid "Appeal reason" msgstr "Powód apelacji" +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "Nie ma żadnych raportów." + #: ../../../../post.php:802 ../../../../post.php:811 msgid "That ban doesn't exist or is not for you." msgstr "Ten ban nie istnieje, lub nie należy do Ciebie." @@ -3501,6 +2092,10 @@ msgstr "Nie możesz ponownie apelować o zdjęcie tego bana." msgid "There is already a pending appeal for this ban." msgstr "W tej chwili oczekuje apelacja o zdjęcie tego bana." +#: ../../../../inc/image.php:24 ../../../../inc/image.php:62 +msgid "Unsupported file format: " +msgstr "Niewspierany format pliku: " + #: ../../../../inc/image.php:282 ../../../../inc/image.php:288 msgid "Failed to redraw image!" msgstr "Nie udało się przerysować obrazka!" @@ -3511,6 +2106,58 @@ msgstr "Nie udało się przerysować obrazka!" msgid "Failed to resize image!" msgstr "Nie udało się zmienić rozmiaru obrazka!" +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "Byłeś zbanowany! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "Jesteś zbanowany! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "Byłeś zbanowany na" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "Zostałeś zbanowany na" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "z następującego powodu:" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +msgstr "z nieokreślonego powodu." + +#. line 32 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 +msgid "Your ban was filed on" +msgstr "Twój ban został nałożony" + +#. 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 "już wygasł. Odśwież stronę, aby kontynuować." + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "wygasa" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "od teraz, czyli" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "nie wygaśnie" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "Twój adres IP to" + #. line 86 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 msgid "You were banned for the following post on" @@ -3525,6 +2172,14 @@ msgstr "Przesłałeś apelacje" msgid "It is still pending" msgstr "Apelacja wciąż oczekuje na rozpatrzenie" +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #. line 101 #. line 112 #. line 101 @@ -3537,17 +2192,22 @@ msgstr "Wysłano apelacje o zdjęcie tego bana" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 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." +msgstr "i została ona odrzucona. Nie mozesz apelować o zdjęcie tego bana ponownie." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." -msgstr "" -"Wysłałeś maksymalną możliwą ilość apelacji. Nie możesz apelować o zdjęcie " -"tego bana ponownie." +msgstr "Wysłałeś maksymalną możliwą ilość apelacji. Nie możesz apelować o zdjęcie tego bana ponownie." +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #. line 114 #. line 121 #. line 114 @@ -3557,6 +2217,14 @@ msgstr "" msgid "and it was denied." msgstr "i została ona odrzucona." +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #. line 116 #. line 123 #. line 116 @@ -3564,8 +2232,7 @@ msgstr "i została ona odrzucona." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 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." +msgstr "Możesz apelować o zdjęcie tego bana ponownie. Wpisz poniżej swoje powody." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 @@ -3576,6 +2243,34 @@ msgstr "Ostatnio apelowano o zdjęcie tego bana" 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 +#: ../../../../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 "Adres IP" + +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "ID" + +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "Typ" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "Ostatnia akcja" + #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 msgid "Unknown" msgstr "Nieznany" @@ -3604,6 +2299,43 @@ msgstr "dziennik" msgid "PM" msgstr "PW" +#. line 6 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 +msgid "Thread ID" +msgstr "ID wątku" + +#. line 14 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 +msgid "Leave shadow thread" +msgstr "Pozostaw wątek-cień" + +#. line 18 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 +msgid "locks thread; replies to it with a link." +msgstr "blokuje wątek; umieszcza link do nowego." + +#. line 22 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +msgid "Target board" +msgstr "Board docelowy" + +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "Wybierz board" + +#. 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 "Wyszukiwanie jest niezależne od wielkości znaków i bazowane na słowach kluczowych. Aby dopasować pełne frazy, użyj \"cudzysłowi\". Użyj gwiazdki (*) jako symbolu wieloznacznego.

Możesz zastosować poniższe filtry do swojego wyszukiwania: id, thread, subject, i name. Aby wykorzystać filtr, po prostu dodaj do swojego zapytania, na przykład: name:Anonymous albo subject:\"Jakiś temat\". Symbole wieloznaczne nie mogą być wykorzystane w filtrach." + #. line 2 #: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 msgid "Are you sure you want to do that?" @@ -3616,8 +2348,109 @@ msgstr "Kliknij aby kontynuować do" #. 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 "" -"Prawdopodobnie widzisz tą wadomość, ponieważ masz wyłączony Javascript. To " -"jest wymagana procedura bezpieczeństwa aby zapobiec atakom typu CSRF." +"You are probably seeing this message because Javascript being disabled. This" +" is a necessary security measure to prevent CSRF attacks." +msgstr "Prawdopodobnie widzisz tą wadomość, ponieważ masz wyłączony Javascript. To jest wymagana procedura bezpieczeństwa aby zapobiec atakom typu CSRF." + +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "Data raportu" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "Raportowane przez" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "Odrzuć raport" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "Odrzuć wszystkie raporty z tego adresu IP" + +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "Od" + +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "Usuń na zawsze" + +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "Odpowiedz z cytatem" + +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "Wyślij wiadomość" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "Nie ma dostępnych dodatków." + +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 +msgid "Version" +msgstr "Wersja" + +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 +msgid "Description" +msgstr "Opis" + +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 +msgid "Thumbnail" +msgstr "Miniatura" + +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "Użyj dodatku" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 +msgid "Reconfigure" +msgstr "Rekonfiguruj" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 +msgid "Install" +msgstr "Instaluj" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "Odinstaluj" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "nowe; opcjonalne" + +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "Grupa" + +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "Wszystkie boardy" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "Stwórz użytkownika" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "Zachowaj zmiany" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" +msgstr "Usuń użytkownika" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 +msgid "View more logs for this user." +msgstr "Zobacz więcej logów tego użytkownika" diff --git a/inc/locale/pt_BR/LC_MESSAGES/javascript.js b/inc/locale/pt_BR/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..ad133f08 --- /dev/null +++ b/inc/locale/pt_BR/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = {"Style: ":"Estilo:","File":"Arquivo","hide":"esconder","show":"mostrar","Show locked threads":"Mostrar threads fechadas","Hide locked threads":"Esconder threads fechadas","URL":"URL","Select":"Selecionar","Remote":"Remoto","Embed":"Embutir","Oekaki":"Oekaki","hidden":"escondido","Show images":"Mostrar imagens","Hide images":"Esconder imagens","Password":"Senha","Delete file only":"Deletar somente o arquivo","Delete":"Deletar","Reason":"Raz\u00e3o","Report":"Reportar","Click reply to view.":"Clique para ver a resposta.","Click to expand":"Clique para expandir","Hide expanded replies":"Ocultar respostas expandidas","Brush size":"Tamanho do pincel","Set text":"Definir texto","Clear":"Limpar","Save":"Salvar","Load":"Carregar","Toggle eraser":"Alternar apagador","Get color":"Obter cor","Fill":"Preencher","Use oekaki instead of file?":"Use oekaki em vez de arquivo?","Edit in oekaki":"Editar no oekaki","Enter some text":"Digite algum texto","Enter font or leave empty":"Digite o tipo de letra ou deixe em branco","Forced anonymity":"Anonimato for\u00e7ado","enabled":"habilitado","disabled":"desabilitado","Sun":"Domingo","Mon":"Seg","Tue":"Ter","Wed":"Qua","Thu":"Qui","Fri":"Sex","Sat":"Sab","Catalog":"Cat\u00e1logo","Submit":"Enviar","Quick reply":"Resposta r\u00e1pida","Posting mode: Replying to >>{0}<\/small>":"Modo de mensagem: Respondendo a >>{0}<\/small>","Return":"Voltar","Expand all images":"Expandir todas as imagens","Hello!":"Ol\u00e1!","{0} users":"{0} usu\u00e1rios","(hide threads from this board)":"(esconder threads desta board)","(show threads from this board)":"(mostrar threads desta board)","No more threads to display":"Sem mais threads para mostrar","Loading...":"Carregando...","Save as original filename":"Salvar com nome de arquivo original","Reported post(s).":"Post(s) reportado(s)","An unknown error occured!":"Ocorreu um erro desconhecido!","Something went wrong... An unknown error occured!":"Algo deu errado ... Ocorreu um erro desconhecido!","Working...":"Trabalhando...","Posting... (#%)":"Postando... (#%)","Posted...":"Postado...","An unknown error occured when posting!":"Ocorreu um erro desconhecido ao postar!","Posting...":"Postando...","Upload URL":"URL de upload","Spoiler Image":"Spoiler imagem","Comment":"Coment\u00e1rio","Quick Reply":"Resposta r\u00e1pida","Stop watching this thread":"Parar de assistir esta thread","Watch this thread":"Assistir esta thread","Unpin this board":"Desafixar esta board","Pin this board":"Fixar esta board","Stop watching this board":"Parar de assistir esta board","Watch this board":"Assistir esta board","Click on any image on this site to load it into oekaki applet":"Clique em qualquer imagem neste site para carreg\u00e1-lo no miniaplicativo oekaki","Sunday":"Domingo","Monday":"Segunda","Tuesday":"Ter\u00e7a","Wednesday":"Quarta","Thursday":"Quinta","Friday":"Sexta","Saturday":"Sabado","January":"Janeiro","February":"Fevereiro","March":"Mar\u00e7o","April":"Abril","May":"Maio","June":"Junho","July":"Julho","August":"Agosto","September":"Setembro","October":"Outubro","November":"Novembro","December":"Dezembro","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Abr","Jun":"Jun","Jul":"Jul","Aug":"Ago","Sep":"Set","Oct":"Out","Nov":"Nov","Dec":"Dez","AM":"Manh\u00e3","PM":"Noite","am":"manh\u00e3","pm":"noite","Your browser does not support HTML5 video.":"Seu browser n\u00e3o suporta HTML5 video.","[play once]":"[ver uma vez]","[loop]":"[vez repetidamente]","WebM Settings":"Configura\u00e7\u00f5es WebM","Expand videos inline":"Expandir v\u00eddeos no lugar da miniatura","Play videos on hover":"Reproduz v\u00eddeos em foco","Default volume":"Volume padr\u00e3o"}; \ No newline at end of file diff --git a/inc/locale/pt_BR/LC_MESSAGES/javascript.po b/inc/locale/pt_BR/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..bfe29bd9 --- /dev/null +++ b/inc/locale/pt_BR/LC_MESSAGES/javascript.po @@ -0,0 +1,566 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# anaodev , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 21:48+0000\n" +"Last-Translator: anaodev \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "Estilo:" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "Arquivo" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "esconder" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "mostrar" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "Mostrar threads fechadas" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "Esconder threads fechadas" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "URL" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "Selecionar" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "Remoto" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "Embutir" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "Oekaki" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "escondido" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "Mostrar imagens" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "Esconder imagens" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "Senha" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "Deletar somente o arquivo" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "Deletar" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "Razão" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "Reportar" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "Clique para ver a resposta." + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "Clique para expandir" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "Ocultar respostas expandidas" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "Tamanho do pincel" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "Definir texto" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "Limpar" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "Salvar" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "Carregar" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "Alternar apagador" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "Obter cor" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "Preencher" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "Use oekaki em vez de arquivo?" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "Editar no oekaki" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "Digite algum texto" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "Digite o tipo de letra ou deixe em branco" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "Anonimato forçado" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "habilitado" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "desabilitado" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "Domingo" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "Seg" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "Ter" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "Qua" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "Qui" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "Sex" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "Sab" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "Catálogo" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "Enviar" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "Resposta rápida" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "Modo de mensagem: Respondendo a >>{0}" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "Voltar" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "Expandir todas as imagens" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "Olá!" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "{0} usuários" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "(esconder threads desta board)" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "(mostrar threads desta board)" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "Sem mais threads para mostrar" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "Carregando..." + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "Salvar com nome de arquivo original" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "Post(s) reportado(s)" + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "Ocorreu um erro desconhecido!" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "Algo deu errado ... Ocorreu um erro desconhecido!" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "Trabalhando..." + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "Postando... (#%)" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "Postado..." + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "Ocorreu um erro desconhecido ao postar!" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "Postando..." + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "URL de upload" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "Spoiler imagem" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "Comentário" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "Resposta rápida" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "Parar de assistir esta thread" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "Assistir esta thread" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "Desafixar esta board" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "Fixar esta board" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "Parar de assistir esta board" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "Assistir esta board" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "Clique em qualquer imagem neste site para carregá-lo no miniaplicativo oekaki" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "Domingo" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "Segunda" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "Terça" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "Quarta" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "Quinta" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "Sexta" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "Sabado" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "Janeiro" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "Fevereiro" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "Março" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "Abril" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "Maio" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "Junho" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "Julho" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "Agosto" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "Setembro" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "Outubro" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "Novembro" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "Dezembro" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "Jan" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "Fev" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "Mar" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "Abr" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "Jun" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "Jul" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "Ago" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "Set" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "Out" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "Nov" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "Dez" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "Manhã" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "Noite" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "manhã" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "noite" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "Seu browser não suporta HTML5 video." + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "[ver uma vez]" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "[vez repetidamente]" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "Configurações WebM" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "Expandir vídeos no lugar da miniatura" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "Reproduz vídeos em foco" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "Volume padrão" diff --git a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo index 3bb6778b..8a16571f 100644 Binary files a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo and b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po index c2ad38a2..aa8e0a14 100644 --- a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po +++ b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po @@ -1,844 +1,2446 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# Translators: +# anaodev , 2014 +# hitmonkey , 2014 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-21 11:29-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 21:49+0000\n" +"Last-Translator: hitmonkey \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural==(n != 1);n" - -#: ../../inc/lib/gettext/examples/pigs_dropin.php:77 -msgid "" -"This is how the story goes.\n" -"\n" -msgstr "Era uma vez\n\n" - -#: ../../inc/functions.php:1046 ../../inc/functions.php:1060 +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "segundos" +msgstr[1] "segundos" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "segundos" +msgstr[1] "minutos" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "hora" +msgstr[1] "horas" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "dia" +msgstr[1] "dias" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "semana" +msgstr[1] "semanas" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "ano" +msgstr[1] "anos" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "banido!" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 msgid "Previous" msgstr "Anterior" -#: ../../inc/functions.php:1065 ../../inc/functions.php:1074 +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 msgid "Next" msgstr "Proximo" -#: ../../inc/display.php:91 ../../inc/mod/pages.php:62 +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "Erro" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "Ocorreu algum erro." + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 msgid "Login" msgstr "Login" -#: ../../inc/config.php:687 +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "Mensagem muito longa. Clique aqui para ver o texto completo." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "Banir" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "Banir & Deletar" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "Deletar arquivo" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "Tem certeza que quer deletar esse arquivo?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "Arquivo Spoiler" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "Você tem certeza de que quer tornar o arquivo spoiler?" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "Mover resposta para outra board" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "Editar mensagem" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "Deletar" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "Você tem certeza que deseja deletar isto?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "Deletar todos os posts por IP" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "Você tem certeza que deseja deletar todos os posts deste IP?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "Deletar todos os posts deste IP em todas as boards" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "Tem certeza que quer deletar todos os posts deste IP em todas as boards?" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "Despinar tópico" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "Pinar tópico" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "Retirar limite de bump." + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "Adicionar limite de bump" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "Desbloquear thread" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "Trancar tópico" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "Mover tópico para outra board" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "Você foi silenciado por conteúdo repetido." + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "Novo tópico" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "Responder" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "Todas as marcas, registros de copyright, comentários e imagens nesta pagina pertencem e são responsabilidade de seus respectivos donos." + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 msgid "Lurk some more before posting." msgstr "Lurke mais antes de postar." -#: ../../inc/config.php:688 +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 msgid "You look like a bot." msgstr "Você não parece humano." -#: ../../inc/config.php:689 +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Seu browser enviou um referial HTTP inválido ou não enviou o referencial." -#: ../../inc/config.php:690 +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 #, php-format msgid "The %s field was too long." msgstr "O campo %s é longo demais." -#: ../../inc/config.php:691 +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 msgid "The body was too long." msgstr "O corpo do texto é longo demais." -#: ../../inc/config.php:692 +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 msgid "The body was too short or empty." msgstr "O corpo do texto é pequeno demais ou inexistente." -#: ../../inc/config.php:693 +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 msgid "You must upload an image." msgstr "Você deve fazer upload de uma imagem." -#: ../../inc/config.php:694 +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 msgid "The server failed to handle your upload." msgstr "O servidor não conseguiu lidar com seu upload." -#: ../../inc/config.php:695 +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 msgid "Unsupported image format." msgstr "Tipo de imagem não aceito." -#: ../../inc/config.php:696 +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 msgid "Invalid board!" msgstr "Board inválida!" -#: ../../inc/config.php:697 +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 msgid "Thread specified does not exist." msgstr "O tópico especificado não existe.." -#: ../../inc/config.php:698 +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 msgid "Thread locked. You may not reply at this time." msgstr "Tópico trancado, você não pode postar." -#: ../../inc/config.php:699 +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "O tópico atingiu o limite de respostas." + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "O tópico alcançou o limite máximo de imagens" + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 msgid "You didn't make a post." msgstr "Você não escreveu uma mensagem." -#: ../../inc/config.php:700 +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 msgid "Flood detected; Post discarded." msgstr "Flood detectado; Sua mensagem foi descartada." -#: ../../inc/config.php:701 +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 msgid "Your request looks automated; Post discarded." msgstr "Sua requisição parece automatizada; Mensagem descartada." -#: ../../inc/config.php:702 +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 msgid "Unoriginal content!" msgstr "Conteudo não original!" -#: ../../inc/config.php:703 +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Conteudo não original! Você está impedido de postar por %d segundos." -#: ../../inc/config.php:704 +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Você está impedido de postar! Expira em %d segundos." -#: ../../inc/config.php:705 +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 #, php-format msgid "Your IP address is listed in %s." msgstr "Seu IP está listado em %s." -#: ../../inc/config.php:706 +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 msgid "Too many links; flood detected." msgstr "Links demais; Flood detectado." -#: ../../inc/config.php:707 +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 msgid "Too many cites; post discarded." msgstr "Citações demais; Post descartado." -#: ../../inc/config.php:708 +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 msgid "Too many cross-board links; post discarded." msgstr "Links entre boards demais; Post descartado." -#: ../../inc/config.php:709 +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 msgid "You didn't select anything to delete." msgstr "Você não selecionou nada para deletar." -#: ../../inc/config.php:710 +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 msgid "You didn't select anything to report." msgstr "Você não selecionou nada para denunciar." -#: ../../inc/config.php:711 +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 msgid "You can't report that many posts at once." msgstr "Você não pode denunciar tantas mensagens ao mesmo tempo." -#: ../../inc/config.php:712 +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 msgid "Wrong password…" msgstr "Senha incorreta…" -#: ../../inc/config.php:713 +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 msgid "Invalid image." msgstr "Imagem inválida." -#: ../../inc/config.php:714 +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 msgid "Unknown file extension." msgstr "Extenção de arquivo desconhecida." -#: ../../inc/config.php:715 +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Tamanho maximo de arquivos: %maxsz% bytes
O tamanho do seu arquivo: %filesz% bytes" -#: ../../inc/config.php:716 +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 msgid "The file was too big." msgstr "Seu arquivo é grande demais." -#: ../../inc/config.php:717 -msgid "Invalid archive!" -msgstr "Arquivo inválido!" - -#: ../../inc/config.php:718 +#: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 #, php-format msgid "That file already exists!" msgstr "O arquivo já existe!" -#: ../../inc/config.php:719 +#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 #, php-format msgid "That file already exists in this thread!" msgstr "O arquivo já existe neste tópico!" -#: ../../inc/config.php:720 +#: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Você terá que esperar %s segundos antes de deletar isso." -#: ../../inc/config.php:721 +#: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 msgid "MIME type detection XSS exploit (IE) detected; post discarded." msgstr "Exploit XSS do tipo MIME (IE) detectado; mensagem descartada." -#: ../../inc/config.php:722 +#: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 msgid "Couldn't make sense of the URL of the video you tried to embed." msgstr "Não consegui processar a URL do video que você tentou integrar" -#: ../../inc/config.php:723 +#: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 msgid "You seem to have mistyped the verification." msgstr "Você errou o codigo de verificação." -#: ../../inc/config.php:726 +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "Você só tem permissão de desbanir %s usuários por vez, e você tentou desbanir %u usuários." + +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 msgid "Invalid username and/or password." msgstr "Login e/ou senha inválido(s)." -#: ../../inc/config.php:727 +#: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 msgid "You are not a mod…" msgstr "Você não é mod…" -#: ../../inc/config.php:728 +#: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 msgid "" -"Invalid username and/or password. Your user may have been deleted or changed." +"Invalid username and/or password. Your user may have been deleted or " +"changed." msgstr "Login e/ou senha inválido(s). Seu login deve ter sido mudado ou removido." -#: ../../inc/config.php:729 +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 msgid "Invalid/malformed cookies." msgstr "Cookies inválidos ou mal formados." -#: ../../inc/config.php:730 +#: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 msgid "Your browser didn't submit an input when it should have." msgstr "Seu browser não enviou uma entrada quando ele deveria." -#: ../../inc/config.php:731 +#: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 #, php-format msgid "The %s field is required." msgstr "O campo %s é necessário." -#: ../../inc/config.php:732 +#: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 #, php-format msgid "The %s field was invalid." msgstr "O campo %s é inválido." -#: ../../inc/config.php:733 +#: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 #, php-format msgid "There is already a %s board." msgstr "A board %s já existe." -#: ../../inc/config.php:734 +#: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 msgid "You don't have permission to do that." msgstr "Você não tem permissão para fazer isso." -#: ../../inc/config.php:735 +#: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 msgid "That post doesn't exist…" msgstr "Este post já existe…" -#: ../../inc/config.php:736 +#: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 msgid "Page not found." msgstr "Pagina não encontrada." -#: ../../inc/config.php:737 +#: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 #, php-format msgid "That mod already exists!" msgstr "Este mod já existe!" -#: ../../inc/config.php:738 +#: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 msgid "That theme doesn't exist!" msgstr "Este tema não existe!" -#: ../../inc/config.php:739 +#: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 msgid "Invalid security token! Please go back and try again." msgstr "Token de segurança inválido! Retorne e tente de novo." -#: ../../inc/mod/pages.php:66 +#. 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 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "O USUÁRIO FOI BANIDO POR ESTA MENSAGEM" + +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 msgid "Confirm action" msgstr "Confirmar ação" -#: ../../inc/mod/pages.php:110 +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 msgid "Could not find current version! (Check .installed)" msgstr "Não foi possivel encontrar a versão atual! (Cheque o .installed)" -#: ../../inc/mod/pages.php:151 +#: ../../../../inc/mod/pages.php:162 msgid "Dashboard" msgstr "Dashboard" -#: ../../inc/mod/pages.php:228 +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 +msgid "There are no boards to search!" +msgstr "Não tenho boards para procurar!" + +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "Resultados da pesquisa" + +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 msgid "Edit board" msgstr "Editar board" -#: ../../inc/mod/pages.php:261 +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 msgid "Couldn't open board after creation." msgstr "Não foi possivel abrir a board após a criação." -#: ../../inc/mod/pages.php:276 +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 msgid "New board" msgstr "Nova board" -#: ../../inc/mod/pages.php:322 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:96 +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 msgid "Noticeboard" msgstr "Quadro de noticias" -#: ../../inc/mod/pages.php:382 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:166 +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 msgid "News" msgstr "Noticias" -#: ../../inc/mod/pages.php:422 ../../inc/mod/pages.php:449 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:255 +#: ../../../../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 "Log da moderação" -#: ../../inc/mod/pages.php:592 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:247 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:65 +#. 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 +#: ../../../../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" -#: ../../inc/mod/pages.php:602 ../../inc/mod/pages.php:993 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:377 +#. 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 msgid "New ban" msgstr "Nova expulsão" -#: ../../inc/mod/pages.php:670 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:224 +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 msgid "Ban list" msgstr "Lista de expulsões" -#: ../../inc/mod/pages.php:765 +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "Mover resposta" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 msgid "Target and source board are the same." msgstr "Board alvo e fonte são as mesmas." -#: ../../inc/mod/pages.php:927 +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 msgid "Impossible to move thread; there is only one board." msgstr "Impossivel de mover o tópico; Só existe uma board." -#: ../../inc/mod/pages.php:931 +#. line 39 +#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 msgid "Move thread" msgstr "Mover tópico" -#: ../../inc/mod/pages.php:1045 -msgid "Edit post" -msgstr "Editar mensagem" - -#: ../../inc/mod/pages.php:1271 ../../inc/mod/pages.php:1320 +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 msgid "Edit user" msgstr "Editar usuário" -#: ../../inc/mod/pages.php:1333 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:232 +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 msgid "Manage users" msgstr "Administrar usuários" -#: ../../inc/mod/pages.php:1395 ../../inc/mod/pages.php:1467 +#. deleted? +#: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 +#: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 msgid "New PM for" msgstr "Nova MP para" -#: ../../inc/mod/pages.php:1399 +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 msgid "Private message" msgstr "Mensagem pessoal" -#: ../../inc/mod/pages.php:1420 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:171 +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 msgid "PM inbox" msgstr "Entrada de MP" -#: ../../inc/mod/pages.php:1531 ../../inc/mod/pages.php:1535 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:263 +#: ../../../../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 msgid "Rebuild" msgstr "Reconstruir" -#: ../../inc/mod/pages.php:1621 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:207 +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 msgid "Report queue" msgstr "Fila de denuncias" -#: ../../inc/mod/pages.php:1743 +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 msgid "Config editor" msgstr "Editor de configurações" -#: ../../inc/mod/pages.php:1753 +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 msgid "Themes directory doesn't exist!" msgstr "Diretório de temas não existe!" -#: ../../inc/mod/pages.php:1755 +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 msgid "Cannot open themes directory; check permissions." msgstr "Não é possivel abrir diretorio de temas; reveja suas permissões." -#: ../../inc/mod/pages.php:1769 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:247 +#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 msgid "Manage themes" msgstr "Administrar temas" -#: ../../inc/mod/pages.php:1831 +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 #, php-format msgid "Installed theme: %s" msgstr "Tema instalado: %s" -#: ../../inc/mod/pages.php:1841 +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 #, php-format msgid "Configuring theme: %s" msgstr "Configurando tema: %s" -#: ../../inc/mod/pages.php:1869 +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 #, php-format msgid "Rebuilt theme: %s" msgstr "Reconstruir tema: %s" -#: ../../inc/mod/pages.php:1908 +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 msgid "Debug: Anti-spam" msgstr "Debug: Anti-spam" -#: ../../inc/mod/pages.php:1932 +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 msgid "Debug: Recent posts" msgstr "Debug: Mensagens recentes" -#: ../../inc/mod/pages.php:1956 +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 msgid "Debug: SQL" -msgstr "" +msgstr "Debug: SQL" + +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "Erro no banco de dados:" + +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "Banido?" + +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "Você não está banido." + +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "Voltar" + +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "Informações do erro" + +#. line 2 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Deletar Mensagem" + +#. 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 +#: ../../../../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 +msgid "File" +msgstr "Arquivo" + +#. 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 +#: ../../../../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 +msgid "Password" +msgstr "Senha" + +#. 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 +#: ../../../../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 +msgid "Reason" +msgstr "Razão" + +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Denunciar" + +#: ../../../../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 +msgid "Return to dashboard" +msgstr "Voltar à dashboard" + +#. 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 "Modo de postagem: Resposta" + +#: ../../../../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 "Voltar" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "(Sem noticias para mostrar.)" + +#: ../../../../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 "sem assunto" + +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#: ../../../../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 "por" + +#. 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 "em" + +#. 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] "1 resposta" +msgstr[1] "%count% respostas" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "Arquivo:" + +#: ../../../../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 +msgid "Spoiler Image" +msgstr "Imagem Spoiler" + +#: ../../../../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 +msgid "Reply" +msgstr "Responder" + +#: ../../../../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 +msgid "View All" +msgstr "Ver todos" + +#: ../../../../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 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "Ultima mensagem" +msgstr[1] "Últimas %count% Mensagens" + +#: ../../../../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 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "1 mensagem" +msgstr[1] "%count% mensagens" + +#: ../../../../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 +msgid "and" +msgstr "e" + +#: ../../../../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 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "1 resposta com imagem" +msgstr[1] "%count% respostas com imagem" + +#: ../../../../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 +msgid "omitted. Click reply to view." +msgstr "omitidas. Clique em responder para visualizar." + +#. 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 +#: ../../../../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 "Nome" + +#. 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 "E-mail" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:19 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:29 +#. 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 +#: ../../../../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 "Assunto" + +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "Atualizar" + +#. 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 "Comentar" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "Editando em HTML puro." + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "Editar markup em vez disso?" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "Editar em HTML puro em vez disso?" + +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "Verification" + +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "Ou URL" + +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "Inserir" + +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +msgid "Flags" +msgstr "Sinalizações" + +#. 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 +#: ../../../../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 +msgid "Sticky" +msgstr "Fixar" + +#. 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 +#: ../../../../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 +msgid "Lock" +msgstr "Trancar" + +#. 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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "HTML Puro" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "(Para excluir arquivos)" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "A pesquisa de mensagens está desativada." + +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "Aguarde um momento antes de pesquisar novamente, por favor." + +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "Pesquisa pouco especifica." + +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "%d resultado em" +msgstr[1] "%d resultados em" + +#: ../../../../search.php:163 +msgid "No results." +msgstr "Sem resultados." + +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Procurar" + +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "Apelo de expulsão não encontrado!" + +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "Apelos a expulsões" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "Novo usuário" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "Impossível promover/rebaixar usuário." + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "Debug: APC" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " +msgstr "Seu código contém erros de sintaxe PHP. Por favor volte e corrija-os. PHP diz:" + +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 msgid "Boards" msgstr "Boards" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:57 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:183 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 msgid "edit" msgstr "editar" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:74 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 msgid "Create new board" msgstr "Criar nova board" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:84 +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 msgid "Messages" msgstr "Mensagens" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:120 -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:98 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:125 -msgid "no subject" -msgstr "sem assunto" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:161 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 msgid "View all noticeboard entries" msgstr "Ver todas as noticias do quadro de noticias" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:192 +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 msgid "Administration" msgstr "Administração" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:239 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 msgid "Change password" msgstr "Mudar senha" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:271 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 msgid "Configuration" msgstr "Configuração" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:282 -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:293 -msgid "Search" -msgstr "Procurar" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:289 -msgid "Phrase:" -msgstr "Frase:" - -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:297 -msgid "" -"(Search is case-insensitive, and based on keywords. To match exact phrases, " -"use \"quotes\". Use an asterisk (*) for wildcard.)" -msgstr "" -"(A procura não diferencia maiúsculas de minusculas, e baseia-se em palavras chave. para procurar por frases exatas, " -"use \"quotes\". Utilize um asterisco (*) como coringa.)" +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "Outro" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:309 +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 msgid "Debug" msgstr "Debug" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:313 +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 msgid "Anti-spam" msgstr "Anti-spam" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:316 +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 msgid "Recent posts" msgstr "Mensagens recentes" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:322 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 msgid "SQL" msgstr "SQL" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:360 +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 msgid "User account" msgstr "Conta de usuário" -#: ../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:365 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 msgid "Logout" msgstr "Sair" -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:21 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:21 +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 msgid "New post" msgstr "Nova mensagem" -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:27 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:31 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:36 -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:27 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:55 -msgid "Name" -msgstr "Nome" - -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:36 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:63 -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:53 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:98 -msgid "Subject" -msgstr "Assunto" - -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:42 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:69 +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" msgstr "Mensagem" -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:49 +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 msgid "Post to noticeboard" msgstr "Postar no quadro de notícias" -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:73 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:100 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 msgid "delete" msgstr "deletar" -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:106 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:133 -msgid "by" -msgstr "por" - -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:118 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:112 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:344 +#: ../../../../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 "deletado?" -#: ../../templates/cache/26/6f/05ca0da8ac09e2c2216cba2b6f95.php:125 -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:136 -msgid "at" -msgstr "em" +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "Postar nova notícia" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:74 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:169 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:331 +#. 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 +#: ../../../../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 "Equipe" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:77 -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:179 +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 msgid "Note" msgstr "Nota" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:80 +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 msgid "Date" msgstr "Data" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:86 +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 msgid "Actions" msgstr "Ações" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:142 +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 msgid "remove" msgstr "remover" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:189 +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 msgid "New note" msgstr "Nova nota" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:226 +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" msgstr "Situação" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:233 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 msgid "Expired" msgstr "Expirado" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:238 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 msgid "Active" msgstr "Ativo" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:256 -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:32 -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:30 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:90 -msgid "Reason" -msgstr "Razão" - -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:269 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 msgid "no reason" msgstr "sem razão especificada" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:278 -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:20 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:142 +#. 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 +#: ../../../../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 "Board" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:291 -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:150 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:83 +#. 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 "todas as boards" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:300 +#. 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 +#: ../../../../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 "Configurar" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:309 +#. 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 +#: ../../../../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 "Expira em" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:322 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:137 +#: ../../../../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 "nunca" -#: ../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:357 +#. 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 +#: ../../../../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 "Visto" + +#: ../../../../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 "Sim" + +#: ../../../../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 "Não" + +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 msgid "Remove ban" msgstr "Remover expulsão" -#: ../../templates/cache/72/55/0d64283f30702de83ecfcb71f86a.php:25 -msgid "There are no reports." -msgstr "Não há denúncias no momento." - -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:19 -msgid "Delete Post" -msgstr "Deletar Mensagem" - -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:218 -msgid "File" -msgstr "Arquivo" - -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:23 -#: ../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:41 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:310 -msgid "Password" -msgstr "Senha" - -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:27 -msgid "Delete" -msgstr "Deletar" - -#: ../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:36 -msgid "Report" -msgstr "Denunciar" - -#: ../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:28 -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:23 -msgid "Username" -msgstr "Usuário" - -#: ../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:52 -msgid "Continue" -msgstr "Prosseguir" - -#: ../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:94 -#: ../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:175 -#: ../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:63 -msgid "Return to dashboard" -msgstr "Voltar à dashboard" - -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:36 -msgid "Report date" -msgstr "Data da denúncia" - -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:45 -msgid "Reported by" -msgstr "Denunciado por" - -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:63 -msgid "Discard abuse report" -msgstr "Descartar denúncia desnecessária" - -#: ../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:80 -msgid "Discard all abuse reports by this IP address" -msgstr "Descartar todas denúncias desnecessárias deste IP" - -#: ../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:183 -msgid "Posting mode: Reply" -msgstr "Modo de postagem: Resposta" - -#: ../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:186 -#: ../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:232 -msgid "Return" -msgstr "Voltar" - -#: ../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:76 -msgid "Post news entry" -msgstr "Postar nova notícia" - -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:66 +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#: ../../../../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 "Tempo" + +#. 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 +#: ../../../../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 "Ação" + +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 msgid "(or subnet)" msgstr "(ou subnet)" -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:80 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 msgid "hidden" msgstr "oculto" -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:107 +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 msgid "Message" msgstr "Mensagem" -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:117 +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 msgid "public; attached to post" msgstr "público; anexado à mensagem" -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:133 +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 msgid "Length" msgstr "Tamanho" -#: ../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:192 +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 msgid "New Ban" msgstr "Nova Expulsão" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:20 +#. 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 "Frase:" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "Mensagens" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "Notas de IP" + +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "Expulsões" + +#. 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 "(A pesquisa não diferencia maiúsculas de minusculas, é baseado em palavras chave. Use \"aspas\" para procurar frases exatas e Use asterisco (*) como coringa.)" + +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 +msgid "There are no active bans." +msgstr "Não existem expulsões ativas." + +#. 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 "Endereço de IP/mascara" + +#. 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 "Duração" + +#. line 92 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 +msgid "Unban selected" +msgstr "Remover expulsões selecionadas" + +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Usuário" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Prosseguir" + +#. line 80 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 +msgid "Appeal time" +msgstr "Tempo de apelo" + +#. line 84 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 +msgid "Appeal reason" +msgstr "Motivo de apelo" + +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "Não há denúncias no momento." + +#: ../../../../post.php:802 ../../../../post.php:811 +msgid "That ban doesn't exist or is not for you." +msgstr "Esta expulsão não existe, ou não é pra você." + +#: ../../../../post.php:806 ../../../../post.php:815 +msgid "You cannot appeal a ban of this length." +msgstr "Você não pode apelar um expulsão desta duração." + +#: ../../../../post.php:813 ../../../../post.php:822 +msgid "You cannot appeal this ban again." +msgstr "Você não pode apelar mais de uma vez." + +#: ../../../../post.php:818 ../../../../post.php:827 +msgid "There is already a pending appeal for this ban." +msgstr "Já existe um apelo pendente a esta expulsão." + +#: ../../../../inc/image.php:24 ../../../../inc/image.php:62 +msgid "Unsupported file format: " +msgstr "Formato de arquivo não aceito:" + +#: ../../../../inc/image.php:282 ../../../../inc/image.php:288 +msgid "Failed to redraw image!" +msgstr "Falha ao redesenhar a imagem!" + +#: ../../../../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 "Falha ao redimensionar a imagem!" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "Você foi expuso! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "Você está expulso! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "Você foi banido da" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "Você foi banido de" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "pelo seguinte motivo:" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +msgstr "por um motivo não especificado." + +#. line 32 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 +msgid "Your ban was filed on" +msgstr "Sua expulsão foi feita as" + +#. 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 "expirou desde então. recarregue a pagina para continuar." + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "expira" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "por hora, que é" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "não vai expirar" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "Seu endereço de IP é" + +#. line 86 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 +msgid "You were banned for the following post on" +msgstr "Você foi banido para a seguinte mensagem as" + +#. line 95 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +msgid "You submitted an appeal for this ban on" +msgstr "Você enviou um apelo para que este banimento no" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +msgid "It is still pending" +msgstr "Ele ainda está pendente" + +#. 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 +msgid "You appealed this ban on" +msgstr "Você apelou sua expulsão no" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +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 +msgid "" +"You have submitted the maximum number of ban appeals allowed. You may not " +"appeal this ban again." +msgstr "Você excedeu o limite de apelos. Você não pode apelar por esta expulsão novamente." + +#. 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 +msgid "and it was denied." +msgstr "e foi negado." + +#. 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 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "Você ainda pode apelar por esta expulsão. Digite abaixo suas razões para recorrer." + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "Seu ultimo apelo deste banimento foi no" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +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 +#: ../../../../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 "Endereço de IP" + +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 msgid "ID" msgstr "ID" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:26 +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 msgid "Type" msgstr "Tipo" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:35 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 msgid "Last action" msgstr "Ultima ação" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:61 -msgid "Janitor" -msgstr "Faxineiro" - -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:64 -msgid "Mod" -msgstr "Moderador" - -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:67 -msgid "Admin" -msgstr "Administrador" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "Desconhecido" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:78 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 msgid "none" msgstr "nenhum" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:153 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 msgid "Promote" msgstr "Promover" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:163 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 msgid "Demote" msgstr "Rebaixar" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:173 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 +msgid "Are you sure you want to demote yourself?" +msgstr "Tem certeza que quer se rebaixar?" + +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 msgid "log" msgstr "registro" -#: ../../templates/cache/c5/a7/fac83da087ee6e24edaf09e01122.php:193 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 msgid "PM" msgstr "MP" -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:105 -msgid "File:" -msgstr "Arquivo:" - -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:117 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:129 -msgid "Spoiler Image" -msgstr "Imagem Spoiler" - -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:463 -msgid "Reply" -msgstr "Responder" - -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:490 -msgid "1 post" -msgid_plural "%count% posts" -msgstr[0] "1 mensagem" -msgstr[1] "%count% mensagens" - -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:496 -msgid "and" -msgstr "e" - -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:507 -msgid "1 image reply" -msgid_plural "%count% image replies" -msgstr[0] "1 resposta com imagem" -msgstr[1] "%count% respostas com imagem" - -#: ../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:512 -msgid "omitted. Click reply to view." -msgstr "omitidas. Clique em responder para visualizar." - -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:40 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:76 -msgid "Email" -msgstr "E-mail" - -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:62 -msgid "Update" -msgstr "Atualizar" - -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:69 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:138 -msgid "Comment" -msgstr "Comentar" - -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:89 -msgid "Currently editing raw HTML." -msgstr "Editando em HTML puro." - -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:96 -msgid "Edit markup instead?" -msgstr "Editar markup em vez disso?" - -#: ../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 -msgid "Edit raw HTML instead?" -msgstr "Editar em HTML puro em vez disso?" - -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:111 -msgid "Submit" -msgstr "Enviar" - -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:159 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:185 -msgid "Verification" -msgstr "Verification" - -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:236 -msgid "Embed" -msgstr "Inserir" +#. line 6 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 +msgid "Thread ID" +msgstr "Thread ID" + +#. line 14 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 +msgid "Leave shadow thread" +msgstr "Deixar um tópico cópia" + +#. line 18 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 +msgid "locks thread; replies to it with a link." +msgstr "Thread fechada; Responder somento pelo link" + +#. line 22 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +msgid "Target board" +msgstr "Board alvo" + +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "Selecionar board" + +#. 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 "A pesquisa diferencia maiúsculas de minúsculas e com base palavras-chave. Para buscar as frases exatas, use \"aspas\". Use um asterisco (*) para curinga

Você pode aplicar as seguintes filtros para suas pesquisas:. ID , linha , sujeito , e nome . Para aplicar um filtro, basta adicionar a sua consulta, por exemplo, nome: Anônimo ou assunto : \"Alguns Tópicos\" . Caracteres especiais não podem ser utilizados em filtros." + +#. line 2 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 +msgid "Are you sure you want to do that?" +msgstr "Tem certeza de que quer fazer isso?" + +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 +msgid "Click to proceed to" +msgstr "Clique para prosseguir à" + +#. 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 "Você provavelmente está vendo esta mensagem porque Javascript desativado. Esta é uma medida de segurança necessária para evitar ataques CSRF." -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:259 -msgid "Flags" -msgstr "Sinalizações" +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "Data da denúncia" -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:268 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:271 -msgid "Sticky" -msgstr "Fixar" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "Denunciado por" -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:280 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:283 -msgid "Lock" -msgstr "Trancar" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "Descartar denúncia desnecessária" -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:292 -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:295 -msgid "Raw HTML" -msgstr "HTML Puro" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "Descartar todas denúncias desnecessárias deste IP" -#: ../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:319 -msgid "(For file deletion.)" -msgstr "(Para excluir arquivos)" +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "De" + +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "Deletar permanentemente" + +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "Responde com quote" + +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "Enviar mensagem" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "Não há temas disponíveis." + +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 +msgid "Version" +msgstr "Versão" + +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 +msgid "Description" +msgstr "Descrição" + +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 +msgid "Thumbnail" +msgstr "Miniatura" + +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "Usar tema" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 +msgid "Reconfigure" +msgstr "Reconfigurar" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 +msgid "Install" +msgstr "Instalar" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "Desinstalar" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "Novo; opcional" + +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "Grupo" + +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "Todas as boards" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "Criar usuário" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "Salvar alterações" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" +msgstr "Deletar usuário" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 +msgid "View more logs for this user." +msgstr "Ver mais logs deste usuário." diff --git a/inc/locale/ru_RU/LC_MESSAGES/javascript.js b/inc/locale/ru_RU/LC_MESSAGES/javascript.js new file mode 100644 index 00000000..e4e2cd8e --- /dev/null +++ b/inc/locale/ru_RU/LC_MESSAGES/javascript.js @@ -0,0 +1 @@ +l10n = []; \ No newline at end of file diff --git a/inc/locale/ru_RU/LC_MESSAGES/javascript.po b/inc/locale/ru_RU/LC_MESSAGES/javascript.po new file mode 100644 index 00000000..062dd3bf --- /dev/null +++ b/inc/locale/ru_RU/LC_MESSAGES/javascript.po @@ -0,0 +1,565 @@ +# 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-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru_RU\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Show locked threads" +msgstr "" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 +#: ../../../../js/toggle-locked-threads.js:41 +#: ../../../../js/toggle-locked-threads.js:56 +msgid "Hide locked threads" +msgstr "" + +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "" + +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "" + +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "" + +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "" + +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "" + +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "" + +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "" + +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "" + +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "" + +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "" + +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "" + +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "" + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sun" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Mon" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Tue" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Wed" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Thu" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Fri" +msgstr "" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 +msgid "Sat" +msgstr "" + +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "" + +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 +#: ../../../../js/quick-reply-old.js:23 +msgid "Submit" +msgstr "" + +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 +#: ../../../../js/quick-reply-old.js:33 +msgid "Quick reply" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +#, python-brace-format +msgid "Posting mode: Replying to >>{0}" +msgstr "" + +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 +#: ../../../../js/quick-reply-old.js:35 +msgid "Return" +msgstr "" + +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "" + +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "" + +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "" + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:43 +msgid "Reported post(s)." +msgstr "" + +#: ../../../../js/ajax-post-controls.js:53 +msgid "An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:60 +msgid "Something went wrong... An unknown error occured!" +msgstr "" + +#: ../../../../js/ajax-post-controls.js:68 +msgid "Working..." +msgstr "" + +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 +msgid "Posting... (#%)" +msgstr "" + +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 +msgid "Posted..." +msgstr "" + +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 +msgid "An unknown error occured when posting!" +msgstr "" + +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 +msgid "Posting..." +msgstr "" + +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "" + +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "" + +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "" + +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "" + +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "" + +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "" + +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "" + +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "" diff --git a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo index dc0b5d3e..876aa602 100644 Binary files a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo and b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po index bb8a75c5..e5ce521f 100644 --- a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po +++ b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po @@ -1,86 +1,2457 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Codegroove.net +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "Project-Id-Version: Tinyboard i18n\n" - "Report-Msgid-Bugs-To: savetheinternet@tinyboard.org\n" - "POT-Creation-Date: 2010-05-28 06:18-0500\n" - "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" - "Last-Translator: Tinyboard \n" - "Language-Team: Tinyboard \n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" +# Translators: +# Assada , 2014 +# cookiezeater , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru_RU\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "секунда" +msgstr[1] "секунды" +msgstr[2] "секунд" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "минута" +msgstr[1] "минуты" +msgstr[2] "минут" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "час" +msgstr[1] "часов" +msgstr[2] "часа" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "день" +msgstr[1] "дня" +msgstr[2] "дней" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "неделя" +msgstr[1] "недели" +msgstr[2] "недель" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "год" +msgstr[1] "года" +msgstr[2] "лет" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "Забанен!" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +msgid "Previous" +msgstr "Предыдущий" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 +msgid "Next" +msgstr "Следующий" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 +msgid "Error" +msgstr "Ошибка" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 +msgid "An error has occured." +msgstr "Произошла ошибка." + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 +msgid "Login" +msgstr "Войти" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "Пост слишком длинный. Нажмите вот сюда чтобы просмотреть полностью." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "Забанить" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "Забанить и удалить" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "Удалить файл" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "Вы точно хотите удалить этот файл?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "*** Заспойлерить файл" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "Вы точно хотите поместить этот файл под спойлер?" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "*** Переместить ответ на другую доску" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "Редактировать пост" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 +msgid "Delete" +msgstr "Удалить" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 +msgid "Are you sure you want to delete this?" +msgstr "Вы точно хотите это удалить?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Delete all posts by IP" +msgstr "Удалить все посты с этого IP" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "Вы точно хотите удалить все посты с этого IP адреса?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "Удалить все посты с данного IP со всех борд" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 +msgid "Make thread not sticky" +msgstr "Открепить тред" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 +msgid "Make thread sticky" +msgstr "Прикрепить тред" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 +msgid "Allow thread to be bumped" +msgstr "" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 +msgid "Prevent thread from being bumped" +msgstr "" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 +msgid "Unlock thread" +msgstr "Открыть тред" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 +msgid "Lock thread" +msgstr "Закрыть тред" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 +msgid "Move thread to another board" +msgstr "Переместить тред в другую доску" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "" + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "Новый тред" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "Новый ответ" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "" + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 +msgid "You look like a bot." +msgstr "Ты похож на бота." + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "Твой браузер послал ошибочный HTTP referer. Ну или совсем его не отправил." + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 +#, php-format +msgid "The %s field was too long." +msgstr "Поле %s слишком длинное." + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 +msgid "The body was too long." +msgstr "" + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 +msgid "The body was too short or empty." +msgstr "" + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 +msgid "You must upload an image." +msgstr "Ты должен загрузить изображение." + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 +msgid "The server failed to handle your upload." +msgstr "" + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 +msgid "Unsupported image format." +msgstr "" + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 +msgid "Invalid board!" +msgstr "Неверная доска." + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 +msgid "Thread specified does not exist." +msgstr "" + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 +msgid "Thread locked. You may not reply at this time." +msgstr "Тред закрыт. Ты не можешь писать сюда." + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "Тред достиг максимального количества ответов." + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "Тред достиг максимального количества изображений." + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 +msgid "You didn't make a post." +msgstr "Ты не можешь создать тред." + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 +msgid "Flood detected; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 +msgid "Your request looks automated; Post discarded." +msgstr "" + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 +msgid "Unoriginal content!" +msgstr "" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "" + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "" + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "" + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 +msgid "Too many links; flood detected." +msgstr "Слишком много ссылок. Обнаружен флуд." + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 +msgid "Too many cites; post discarded." +msgstr "" + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 +msgid "Too many cross-board links; post discarded." +msgstr "Слишком много отсылок на доски. Отклонено." + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 +msgid "You didn't select anything to delete." +msgstr "Ты не выбрал ничего для удаления." + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 +msgid "You didn't select anything to report." +msgstr "" + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 +msgid "You can't report that many posts at once." +msgstr "" + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 +msgid "Wrong password…" +msgstr "Ошибка пароля. " + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 +msgid "Invalid image." +msgstr "Неверное изображение" + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 +msgid "Unknown file extension." +msgstr "Неизвестное расширение файла." + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "Максимальный размер файла: %maxsz% байт
А твой файл: %filesz% байт." + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 +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 +#, 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 +#, 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 +#, 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 +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 +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 +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 +#, 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 +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 +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 +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 +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 +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 +#, 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 +#, 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 +#, 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 +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 +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 +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 +#, 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 +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 +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 +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 +#: ../../../../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 +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 "Банлист" + +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "Переместить ответ" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +msgid "Target and source board are the same." +msgstr "Целевая и текущая доска одинаковы." + +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +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 +msgid "Move thread" +msgstr "Переместить тред" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +msgid "Edit user" +msgstr "Изменить пользователя" + +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +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 +msgid "New PM for" +msgstr "Новое ЛС для" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +msgid "Private message" +msgstr "Личное сообщение" + +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +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 +msgid "Rebuild" +msgstr "Ребилд" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +msgid "Report queue" +msgstr "" + +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +msgid "Config editor" +msgstr "Редактор настроек" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +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 +msgid "Manage themes" +msgstr "" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +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 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +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 +#: ../../../../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 +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 +#: ../../../../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 +msgid "Password" +msgstr "Пaроль" + +#. 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 +#: ../../../../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 +msgid "Reason" +msgstr "Причина" + +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +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 +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 +#: ../../../../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] "" +msgstr[2] "" + +#: ../../../../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 +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 +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 +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 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../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 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../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 +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 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../../../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 +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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 "Подтверждение" -msgid "File" -msgstr "Файл" +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "Или URL" +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 msgid "Embed" msgstr "Вставить медиа" +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 msgid "Flags" msgstr "Флаги" -msgid "Password" -msgstr "Пaроль" +#. 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 +#: ../../../../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 +msgid "Sticky" +msgstr "Sticky" + +#. 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 +#: ../../../../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 +msgid "Lock" +msgstr "Lock" +#. 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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "Сырой HTML" + +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 msgid "(For file deletion.)" msgstr "(Для удаления файлов.)" -msgid "Spoiler Image" -msgstr "Картинка-спойлер" +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "" -msgid "Return" -msgstr "Назад" +#: ../../../../search.php:25 ../../../../search.php:31 +msgid "Wait a while before searching again, please." +msgstr "" -msgid "Posting mode: Reply" -msgstr "Ответ" +#: ../../../../search.php:131 +msgid "Query too broad." +msgstr "" -msgid "Reply" -msgstr "Ответить" +#: ../../../../search.php:152 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -msgid "Sticky" -msgstr "Sticky" +#: ../../../../search.php:163 +msgid "No results." +msgstr "" -msgid "Lock" -msgstr "Lock" +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Поиск" -msgid "Raw HTML" -msgstr "Сырой HTML" +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "" -msgid "Delete Post" -msgstr "удалить пост" +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "" -msgid "Delete" +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "Новый пользователь" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "" + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +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 +#: ../../../../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 +msgid "Configuration" +msgstr "Настройки" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "Другое" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "Анти-спам" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "Новые посты" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "SQL" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +#: ../../../../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 +msgid "That ban doesn't exist or is not for you." +msgstr "" + +#: ../../../../post.php:806 ../../../../post.php:815 +msgid "You cannot appeal a ban of this length." +msgstr "" + +#: ../../../../post.php:813 ../../../../post.php:822 +msgid "You cannot appeal this ban again." +msgstr "" + +#: ../../../../post.php:818 ../../../../post.php:827 +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 +msgid "You submitted an appeal for this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +msgid "You appealed this ban on" +msgstr "" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +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 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +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 +#: ../../../../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 "ID Треда" + +#. 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 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +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 "Удалить" -msgid "Reason" -msgstr "Причина" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "" -msgid "Report" -msgstr "Пожаловаться" +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "Группа" -msgid "Previous" -msgstr "Предыдущий" +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "Все доски" -msgid "Next" -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 "" diff --git a/inc/locale/sk_SK/LC_MESSAGES/javascript.js b/inc/locale/sk_SK/LC_MESSAGES/javascript.js index 827af051..cd450cda 100644 --- a/inc/locale/sk_SK/LC_MESSAGES/javascript.js +++ b/inc/locale/sk_SK/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Show locked threads":"Zobrazi\u0165 zamknut\u00e9 vl\u00e1kna","Hide locked threads":"Skry\u0165 zamknut\u00e9 vl\u00e1kna","File":"S\u00fabor","hide":"skry\u0165","show":"uk\u00e1za\u0165","Stop watching this thread":"Zastavi\u0165 sledovanie tohto vl\u00e1kna","Watch this thread":"Sledova\u0165 toto vl\u00e1kno","Unpin this board":"Odopn\u00fa\u0165 t\u00fato dosku","Pin this board":"Pripn\u00fa\u0165 t\u00fato dosku","Stop watching this board":"Zastavi\u0165 sledovanie tejto dosky","Watch this board":"Sledova\u0165 t\u00fato dosku","Upload URL":"Adresa s\u00faboru","Spoiler Image":"Skryt\u00fd obr\u00e1zok","Comment":"Koment\u00e1r","Quick Reply":"R\u00fdchla odpove\u010f","Style: ":"\u0160t\u00fdl:","Sun":"Ne","Mon":"Po","Tue":"Ut","Wed":"St","Thu":"\u0160t","Fri":"Pi","Sat":"So","Forced anonymity":"Vyn\u00faten\u00e1 anonymita","enabled":"zapnut\u00e1","disabled":"vypnut\u00e1","Submit":"Odosla\u0165","Quick reply":"R\u00fdchla odpove\u010f","Posting mode: Replying to >>{0}<\/small>":"Re\u017eim prispievania: Odpove\u010f na >>{0}<\/small>","Return":"N\u00e1vrat","Click reply to view.":"Klikni na Odpove\u010f pre ich zobrazenie.","Click to expand":"Klikni sem pre zobrazenie","Hide expanded replies":"Skry\u0165 zobrazen\u00e9 odpovede","Reported post(s).":"Pr\u00edspevok nahl\u00e1sen\u00fd.","An unknown error occured!":"Nastala nezn\u00e1ma chyba!","Something went wrong... An unknown error occured!":"Stalo sa nie\u010do zl\u00e9... Nastala nezn\u00e1ma chyba!","Working...":"Pracujem...","Posting... (#%)":"Odosielam... (#%)","Posted...":"Odoslan\u00e9...","An unknown error occured when posting!":"Pri odosielan\u00ed nastala nezn\u00e1ma chyba!","Posting...":"Odosielam...","Password":"Heslo","Delete file only":"Odstr\u00e1ni\u0165 iba s\u00fabor","Delete":"Odstr\u00e1ni\u0165","Reason":"D\u00f4vod","Report":"Nahl\u00e1si\u0165","Catalog":"Katal\u00f3g","URL":"Adresa","Select":"Vybra\u0165","Remote":"Vzdialen\u00fd","Embed":"Vlo\u017ei\u0165","Oekaki":"Oekaki","hidden":"skryt\u00fd","Show images":"Zobrazi\u0165 obr\u00e1zky","Hide images":"Skry\u0165 obr\u00e1zky","Expand all images":"Otvori\u0165 v\u0161etky obr\u00e1zky","Save as original filename":"Ulo\u017ei\u0165 s p\u00f4vodn\u00fdm n\u00e1zvom","(hide threads from this board)":"(skry\u0165 vl\u00e1kna z tejto dosky)","(show threads from this board)":"(zobrazi\u0165 vl\u00e1kna z tejto dosky)","No more threads to display":"\u017diadne \u010fal\u0161ie vl\u00e1kna na zobrazenie","Loading...":"Na\u010d\u00edtanie...","Hello!":"Ahoj!","{0} users":"{0} u\u017e\u00edvate\u013eov","Sunday":"Nede\u013ea","Monday":"Pondelok","Tuesday":"Utorok","Wednesday":"Streda","Thursday":"\u0160tvrtok","Friday":"Piatok","Saturday":"Sobota","January":"Janu\u00e1r","February":"Febru\u00e1r","March":"Marec","April":"Apr\u00edl","May":"M\u00e1j","June":"J\u00fan","July":"J\u00fal","August":"August","September":"September","October":"Okt\u00f3ber","November":"November","December":"December","Jan":"Jan","Feb":"Feb","Mar":"Mar","Apr":"Apr","Jun":"J\u00fan","Jul":"J\u00fal","Aug":"Aug","Sep":"Sep","Oct":"Okt","Nov":"Nov","Dec":"Dec","AM":"Doobeda","PM":"Poobede","am":"doobeda","pm":"poobede"}; \ No newline at end of file +l10n = {"Style: ":"\u0160t\u00fdl:","File":"S\u00fabor","hide":"skry\u0165","show":"uk\u00e1za\u0165","Show locked threads":"Zobrazi\u0165 zamknut\u00e9 vl\u00e1kna","Hide locked threads":"Skry\u0165 zamknut\u00e9 vl\u00e1kna","URL":"Adresa","Select":"Vybra\u0165","Remote":"Vzdialen\u00fd","Embed":"Vlo\u017ei\u0165","Oekaki":"Oekaki","hidden":"skryt\u00fd","Show images":"Zobrazi\u0165 obr\u00e1zky","Hide images":"Skry\u0165 obr\u00e1zky","Password":"Heslo","Delete file only":"Odstr\u00e1ni\u0165 iba s\u00fabor","Delete":"Odstr\u00e1ni\u0165","Reason":"D\u00f4vod","Report":"Nahl\u00e1si\u0165","Click reply to view.":"Klikni na Odpove\u010f pre ich zobrazenie.","Click to expand":"Klikni sem pre zobrazenie","Hide expanded replies":"Skry\u0165 zobrazen\u00e9 odpovede","Brush size":"Ve\u013ekos\u0165 \u0161tetca","Set text":"Nastavi\u0165 text","Clear":"Vy\u010disti\u0165","Save":"Ulo\u017ei\u0165","Load":"Na\u010d\u00edta\u0165","Toggle eraser":"Zmeni\u0165 gumu","Get color":"Vybra\u0165 farbu","Fill":"Vyplni\u0165","Use oekaki instead of file?":"Pou\u017ei\u0165 miesto s\u00faboru oekaki?","Edit in oekaki":"Upravi\u0165 v oekaki","Enter some text":"Nap\u00ed\u0161 nejak\u00fd text","Enter font or leave empty":"Vlo\u017e p\u00edsmo alebo nechaj pr\u00e1zdne","Forced anonymity":"Vyn\u00faten\u00e1 anonymita","enabled":"zapnut\u00e1","disabled":"vypnut\u00e1","Sun":"Ne","Mon":"Po","Tue":"Ut","Wed":"St","Thu":"\u0160t","Fri":"Pi","Sat":"So","Catalog":"Katal\u00f3g","Submit":"Odosla\u0165","Quick reply":"R\u00fdchla odpove\u010f","Posting mode: Replying to >>{0}<\/small>":"Re\u017eim prispievania: Odpove\u010f na >>{0}<\/small>","Return":"N\u00e1vrat","Expand all images":"Otvori\u0165 v\u0161etky obr\u00e1zky","Hello!":"Ahoj!","{0} users":"{0} u\u017e\u00edvate\u013eov","(hide threads from this board)":"(skry\u0165 vl\u00e1kna z tejto dosky)","(show threads from this board)":"(zobrazi\u0165 vl\u00e1kna z tejto dosky)","No more threads to display":"\u017diadne \u010fal\u0161ie vl\u00e1kna na zobrazenie","Loading...":"Na\u010d\u00edtanie...","Save as original filename":"Ulo\u017ei\u0165 s p\u00f4vodn\u00fdm n\u00e1zvom","Reported post(s).":"Pr\u00edspevok nahl\u00e1sen\u00fd.","An unknown error occured!":"Nastala nezn\u00e1ma chyba!","Something went wrong... An unknown error occured!":"Stalo sa nie\u010do zl\u00e9... Nastala nezn\u00e1ma chyba!","Working...":"Pracujem...","Posting... (#%)":"Odosielam... (#%)","Posted...":"Odoslan\u00e9...","An unknown error occured when posting!":"Pri odosielan\u00ed nastala nezn\u00e1ma chyba!","Posting...":"Odosielam...","Upload URL":"Adresa s\u00faboru","Spoiler Image":"Skryt\u00fd obr\u00e1zok","Comment":"Koment\u00e1r","Quick Reply":"R\u00fdchla odpove\u010f","Stop watching this thread":"Zastavi\u0165 sledovanie tohto vl\u00e1kna","Watch this thread":"Sledova\u0165 toto vl\u00e1kno","Unpin this board":"Odopn\u00fa\u0165 t\u00fato dosku","Pin this board":"Pripn\u00fa\u0165 t\u00fato dosku","Stop watching this board":"Zastavi\u0165 sledovanie tejto dosky","Watch this board":"Sledova\u0165 t\u00fato dosku","Click on any image on this site to load it into oekaki applet":"Klikni na ak\u00fdko\u013evek obr\u00e1zok na tejto str\u00e1nke pre jeho na\u010d\u00edtanie do Oekaki","Sunday":"Nede\u013ea","Monday":"Pondelok","Tuesday":"Utorok","Wednesday":"Streda","Thursday":"\u0160tvrtok","Friday":"Piatok","Saturday":"Sobota","January":"Janu\u00e1r","February":"Febru\u00e1r","March":"Marec","April":"Apr\u00edl","May":"M\u00e1j","June":"J\u00fan","July":"J\u00fal","August":"August","September":"September","October":"Okt\u00f3ber","November":"November","December":"December","Jan":"Jan","Feb":"Feb","Mar":"Mar","Apr":"Apr","Jun":"J\u00fan","Jul":"J\u00fal","Aug":"Aug","Sep":"Sep","Oct":"Okt","Nov":"Nov","Dec":"Dec","AM":"Doobeda","PM":"Poobede","am":"doobeda","pm":"poobede","Your browser does not support HTML5 video.":"Tvoj prehliada\u010d nepodporuje HTML5 vide\u00e1.","[play once]":"[hra\u0165 raz]","[loop]":"[slu\u010dka]","WebM Settings":"Nastavenia WebM","Expand videos inline":"Otvori\u0165 vide\u00e1 v riadku","Play videos on hover":"Spusti\u0165 vide\u00e1 pri uk\u00e1zan\u00ed na ne","Default volume":"P\u00f4vodn\u00e1 hlasitos\u0165"}; \ No newline at end of file diff --git a/inc/locale/sk_SK/LC_MESSAGES/javascript.po b/inc/locale/sk_SK/LC_MESSAGES/javascript.po index 6f356389..94b33a8a 100644 --- a/inc/locale/sk_SK/LC_MESSAGES/javascript.po +++ b/inc/locale/sk_SK/LC_MESSAGES/javascript.po @@ -1,169 +1,304 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# dubcheck , 2014 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-23 18:52+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: dubcheck \n" -"Language-Team: LANGUAGE \n" -"Language: sk_SK\n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sk_SK\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 +msgid "Style: " +msgstr "Štýl:" +#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 +#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 +#: ../../../../js/quick-post-controls.js:32 +#: ../../../../js/upload-selection.js:61 +msgid "File" +msgstr "Súbor" + +#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 +msgid "hide" +msgstr "skryť" + +#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 +msgid "show" +msgstr "ukázať" + +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 #: ../../../../js/toggle-locked-threads.js:41 #: ../../../../js/toggle-locked-threads.js:56 msgid "Show locked threads" msgstr "Zobraziť zamknuté vlákna" +#: ../../../../js/toggle-locked-threads.js:39 +#: ../../../../js/toggle-locked-threads.js:54 +#: ../../../../js/toggle-locked-threads.js:40 +#: ../../../../js/toggle-locked-threads.js:55 #: ../../../../js/toggle-locked-threads.js:41 #: ../../../../js/toggle-locked-threads.js:56 msgid "Hide locked threads" msgstr "Skryť zamknuté vlákna" -#: ../../../../js/hide-images.js:51 ../../../../js/quick-post-controls.js:32 -#: ../../../../js/upload-selection.js:61 -msgid "File" -msgstr "Súbor" +#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 +msgid "URL" +msgstr "Adresa" -#: ../../../../js/hide-images.js:51 -msgid "hide" -msgstr "skryť" +#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 +msgid "Select" +msgstr "Vybrať" -#: ../../../../js/hide-images.js:57 -msgid "show" -msgstr "ukázať" +#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 +msgid "Remote" +msgstr "Vzdialený" -#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 -msgid "Stop watching this thread" -msgstr "Zastaviť sledovanie tohto vlákna" +#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 +msgid "Embed" +msgstr "Vložiť" -#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 -msgid "Watch this thread" -msgstr "Sledovať toto vlákno" +#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 +msgid "Oekaki" +msgstr "Oekaki" -#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 -#: ../../../../js/watch.js:350 -msgid "Unpin this board" -msgstr "Odopnúť túto dosku" +#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 +msgid "hidden" +msgstr "skrytý" -#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 -#: ../../../../js/watch.js:350 -msgid "Pin this board" -msgstr "Pripnúť túto dosku" +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Show images" +msgstr "Zobraziť obrázky" -#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 -#: ../../../../js/watch.js:349 -msgid "Stop watching this board" -msgstr "Zastaviť sledovanie tejto dosky" +#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 +#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 +msgid "Hide images" +msgstr "Skryť obrázky" -#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 -#: ../../../../js/watch.js:349 -msgid "Watch this board" -msgstr "Sledovať túto dosku" +#: ../../../../js/quick-post-controls.js:27 +#: ../../../../js/quick-post-controls.js:29 +msgid "Password" +msgstr "Heslo" -#: ../../../../js/quick-reply.js:224 -msgid "Upload URL" -msgstr "Adresa súboru" +#: ../../../../js/quick-post-controls.js:29 +#: ../../../../js/quick-post-controls.js:31 +msgid "Delete file only" +msgstr "Odstrániť iba súbor" -#: ../../../../js/quick-reply.js:267 -msgid "Spoiler Image" -msgstr "Skrytý obrázok" +#: ../../../../js/quick-post-controls.js:31 +#: ../../../../js/quick-post-controls.js:33 +msgid "Delete" +msgstr "Odstrániť" -#: ../../../../js/quick-reply.js:278 -msgid "Comment" -msgstr "Komentár" +#: ../../../../js/quick-post-controls.js:35 +#: ../../../../js/quick-post-controls.js:37 +msgid "Reason" +msgstr "Dôvod" -#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 -msgid "Quick Reply" -msgstr "Rýchla odpoveď" +#: ../../../../js/quick-post-controls.js:37 +#: ../../../../js/quick-post-controls.js:39 +msgid "Report" +msgstr "Nahlásiť" -#: ../../../../js/style-select.js:41 -msgid "Style: " -msgstr "Štýl:" +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click reply to view." +msgstr "Klikni na Odpoveď pre ich zobrazenie." + +#: ../../../../js/expand.js:20 ../../../../js/expand.js:22 +msgid "Click to expand" +msgstr "Klikni sem pre zobrazenie" + +#: ../../../../js/expand.js:44 ../../../../js/expand.js:46 +msgid "Hide expanded replies" +msgstr "Skryť zobrazené odpovede" + +#: ../../../../js/oekaki.js:10 +msgid "Brush size" +msgstr "Veľkosť štetca" + +#: ../../../../js/oekaki.js:10 +msgid "Set text" +msgstr "Nastaviť text" + +#: ../../../../js/oekaki.js:10 +msgid "Clear" +msgstr "Vyčistiť" + +#: ../../../../js/oekaki.js:10 +msgid "Save" +msgstr "Uložiť" + +#: ../../../../js/oekaki.js:10 +msgid "Load" +msgstr "Načítať" + +#: ../../../../js/oekaki.js:11 +msgid "Toggle eraser" +msgstr "Zmeniť gumu" + +#: ../../../../js/oekaki.js:11 +msgid "Get color" +msgstr "Vybrať farbu" + +#: ../../../../js/oekaki.js:11 +msgid "Fill" +msgstr "Vyplniť" + +#: ../../../../js/oekaki.js:12 +msgid "Use oekaki instead of file?" +msgstr "Použiť miesto súboru oekaki?" + +#: ../../../../js/oekaki.js:21 +msgid "Edit in oekaki" +msgstr "Upraviť v oekaki" + +#: ../../../../js/oekaki.js:152 +msgid "Enter some text" +msgstr "Napíš nejaký text" + +#: ../../../../js/oekaki.js:153 +msgid "Enter font or leave empty" +msgstr "Vlož písmo alebo nechaj prázdne" -#: ../../../../js/local-time.js:41 ../../../../js/local-time.js:30 -#: ../../../../js/local-time.js:40 +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 +#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +#: ../../../../js/forced-anon.js:71 +msgid "Forced anonymity" +msgstr "Vynútená anonymita" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 +msgid "enabled" +msgstr "zapnutá" + +#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 +#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 +#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 +msgid "disabled" +msgstr "vypnutá" + +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Sun" msgstr "Ne" -#: ../../../../js/local-time.js:41 ../../../../js/local-time.js:30 -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Mon" msgstr "Po" -#: ../../../../js/local-time.js:41 ../../../../js/local-time.js:30 -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Tue" msgstr "Ut" -#: ../../../../js/local-time.js:41 ../../../../js/local-time.js:30 -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Wed" msgstr "St" -#: ../../../../js/local-time.js:41 ../../../../js/local-time.js:30 -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Thu" msgstr "Št" -#: ../../../../js/local-time.js:41 ../../../../js/local-time.js:30 -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Fri" msgstr "Pi" -#: ../../../../js/local-time.js:41 ../../../../js/local-time.js:30 -#: ../../../../js/local-time.js:40 +#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Sat" msgstr "So" -#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 -#: ../../../../js/forced-anon.js:71 -msgid "Forced anonymity" -msgstr "Vynútená anonymita" - -#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 -msgid "enabled" -msgstr "zapnutá" - -#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 -msgid "disabled" -msgstr "vypnutá" +#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32 +#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33 +#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52 +msgid "Catalog" +msgstr "Katalóg" +#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 #: ../../../../js/quick-reply-old.js:23 msgid "Submit" msgstr "Odoslať" +#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 #: ../../../../js/quick-reply-old.js:33 msgid "Quick reply" msgstr "Rýchla odpoveď" +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 #: ../../../../js/quick-reply-old.js:35 #, python-brace-format msgid "Posting mode: Replying to >>{0}" msgstr "Režim prispievania: Odpoveď na >>{0}" +#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 #: ../../../../js/quick-reply-old.js:35 msgid "Return" msgstr "Návrat" -#: ../../../../js/expand.js:22 -msgid "Click reply to view." -msgstr "Klikni na Odpoveď pre ich zobrazenie." +#: ../../../../js/expand-all-images.js:20 +#: ../../../../js/expand-all-images.js:21 +#: ../../../../js/expand-all-images.js:22 +msgid "Expand all images" +msgstr "Otvoriť všetky obrázky" -#: ../../../../js/expand.js:22 -msgid "Click to expand" -msgstr "Klikni sem pre zobrazenie" +#: ../../../../templates/main.js:6 +msgid "Hello!" +msgstr "Ahoj!" -#: ../../../../js/expand.js:46 -msgid "Hide expanded replies" -msgstr "Skryť zobrazené odpovede" +#: ../../../../templates/main.js:18 +#, python-brace-format +msgid "{0} users" +msgstr "{0} užívateľov" + +#: ../../../../templates/themes/ukko/ukko.js:28 +#: ../../../../templates/themes/ukko/ukko.js:39 +#: ../../../../templates/themes/ukko/ukko.js:29 +#: ../../../../templates/themes/ukko/ukko.js:40 +msgid "(hide threads from this board)" +msgstr "(skryť vlákna z tejto dosky)" + +#: ../../../../templates/themes/ukko/ukko.js:32 +#: ../../../../templates/themes/ukko/ukko.js:44 +#: ../../../../templates/themes/ukko/ukko.js:33 +#: ../../../../templates/themes/ukko/ukko.js:45 +msgid "(show threads from this board)" +msgstr "(zobraziť vlákna z tejto dosky)" + +#: ../../../../templates/themes/ukko/ukko.js:57 +#: ../../../../templates/themes/ukko/ukko.js:58 +msgid "No more threads to display" +msgstr "Žiadne ďalšie vlákna na zobrazenie" + +#: ../../../../templates/themes/ukko/ukko.js:79 +#: ../../../../templates/themes/ukko/ukko.js:80 +msgid "Loading..." +msgstr "Načítanie..." + +#: ../../../../js/download-original.js:32 +#: ../../../../js/download-original.js:33 +msgid "Save as original filename" +msgstr "Uložiť s pôvodným názvom" #: ../../../../js/ajax-post-controls.js:43 msgid "Reported post(s)." @@ -181,118 +316,90 @@ msgstr "Stalo sa niečo zlé... Nastala neznáma chyba!" msgid "Working..." msgstr "Pracujem..." -#: ../../../../js/ajax.js:45 +#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 msgid "Posting... (#%)" msgstr "Odosielam... (#%)" -#: ../../../../js/ajax.js:109 +#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 msgid "Posted..." msgstr "Odoslané..." -#: ../../../../js/ajax.js:111 +#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 msgid "An unknown error occured when posting!" msgstr "Pri odosielaní nastala neznáma chyba!" -#: ../../../../js/ajax.js:135 +#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 msgid "Posting..." msgstr "Odosielam..." -#: ../../../../js/wpaint.js:113 -msgid "Click on any image on this site to load it into oekaki applet" -msgstr "" -"Klikni na akýkoľvek obrázok na tejto stránke pre jeho načítanie do Oekaki" - -#: ../../../../js/quick-post-controls.js:29 -msgid "Password" -msgstr "Heslo" - -#: ../../../../js/quick-post-controls.js:31 -msgid "Delete file only" -msgstr "Odstrániť iba súbor" - -#: ../../../../js/quick-post-controls.js:33 -msgid "Delete" -msgstr "Odstrániť" - -#: ../../../../js/quick-post-controls.js:37 -msgid "Reason" -msgstr "Dôvod" - -#: ../../../../js/quick-post-controls.js:39 -msgid "Report" -msgstr "Nahlásiť" - -#: ../../../../js/catalog-link.js:33 ../../../../js/catalog-link.js:44 -#: ../../../../js/catalog-link.js:52 -msgid "Catalog" -msgstr "Katalóg" - -#: ../../../../js/upload-selection.js:45 -msgid "URL" -msgstr "Adresa" - -#: ../../../../js/upload-selection.js:60 -msgid "Select" -msgstr "Vybrať" - -#: ../../../../js/upload-selection.js:63 -msgid "Remote" -msgstr "Vzdialený" - -#: ../../../../js/upload-selection.js:66 -msgid "Embed" -msgstr "Vložiť" - -#: ../../../../js/upload-selection.js:69 -msgid "Oekaki" -msgstr "Oekaki" - -#: ../../../../js/toggle-images.js:42 -msgid "hidden" -msgstr "skrytý" +#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 +msgid "Upload URL" +msgstr "Adresa súboru" -#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 -msgid "Show images" -msgstr "Zobraziť obrázky" +#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 +msgid "Spoiler Image" +msgstr "Skrytý obrázok" -#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 -msgid "Hide images" -msgstr "Skryť obrázky" +#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 +msgid "Comment" +msgstr "Komentár" -#: ../../../../js/expand-all-images.js:22 -msgid "Expand all images" -msgstr "Otvoriť všetky obrázky" +#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 +#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 +msgid "Quick Reply" +msgstr "Rýchla odpoveď" -#: ../../../../js/download-original.js:33 -msgid "Save as original filename" -msgstr "Uložiť s pôvodným názvom" +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Stop watching this thread" +msgstr "Zastaviť sledovanie tohto vlákna" -#: ../../../../templates/themes/ukko/ukko.js:29 -#: ../../../../templates/themes/ukko/ukko.js:40 -msgid "(hide threads from this board)" -msgstr "(skryť vlákna z tejto dosky)" +#: ../../../../js/watch.js:249 ../../../../js/watch.js:250 +#: ../../../../js/watch.js:288 ../../../../js/watch.js:289 +#: ../../../../js/watch.js:330 ../../../../js/watch.js:331 +msgid "Watch this thread" +msgstr "Sledovať toto vlákno" -#: ../../../../templates/themes/ukko/ukko.js:33 -#: ../../../../templates/themes/ukko/ukko.js:45 -msgid "(show threads from this board)" -msgstr "(zobraziť vlákna z tejto dosky)" +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Unpin this board" +msgstr "Odopnúť túto dosku" -#: ../../../../templates/themes/ukko/ukko.js:58 -msgid "No more threads to display" -msgstr "Žiadne ďalšie vlákna na zobrazenie" +#: ../../../../js/watch.js:260 ../../../../js/watch.js:261 +#: ../../../../js/watch.js:269 ../../../../js/watch.js:299 +#: ../../../../js/watch.js:300 ../../../../js/watch.js:308 +#: ../../../../js/watch.js:341 ../../../../js/watch.js:342 +#: ../../../../js/watch.js:350 +msgid "Pin this board" +msgstr "Pripnúť túto dosku" -#: ../../../../templates/themes/ukko/ukko.js:80 -msgid "Loading..." -msgstr "Načítanie..." +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Stop watching this board" +msgstr "Zastaviť sledovanie tejto dosky" -#: ../../../../templates/main.js:6 -msgid "Hello!" -msgstr "Ahoj!" +#: ../../../../js/watch.js:262 ../../../../js/watch.js:267 +#: ../../../../js/watch.js:268 ../../../../js/watch.js:301 +#: ../../../../js/watch.js:306 ../../../../js/watch.js:307 +#: ../../../../js/watch.js:343 ../../../../js/watch.js:348 +#: ../../../../js/watch.js:349 +msgid "Watch this board" +msgstr "Sledovať túto dosku" -#: ../../../../templates/main.js:18 -#, python-brace-format -msgid "{0} users" -msgstr "{0} užívateľov" +#: ../../../../js/wpaint.js:113 +msgid "Click on any image on this site to load it into oekaki applet" +msgstr "Klikni na akýkoľvek obrázok na tejto stránke pre jeho načítanie do Oekaki" #: ../../../../js/local-time.js:29 msgid "Sunday" @@ -429,3 +536,31 @@ msgstr "doobeda" #: ../../../../js/local-time.js:36 msgid "pm" msgstr "poobede" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "Tvoj prehliadač nepodporuje HTML5 videá." + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "[hrať raz]" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "[slučka]" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "Nastavenia WebM" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "Otvoriť videá v riadku" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "Spustiť videá pri ukázaní na ne" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "Pôvodná hlasitosť" diff --git a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo index 5d9c569b..7adfd76e 100644 Binary files a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo and b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po index 717ec3ed..266e3eba 100644 --- a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po +++ b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po @@ -1,2366 +1,1372 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# Translators: +# dubcheck , 2014 msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-23 18:52+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: dubcheck \n" -"Language-Team: LANGUAGE \n" -"Language: sk_SK\n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Language: sk_SK\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. Additional lines added to the footer of all pages. -#: ../../../../inc/config.php:783 -msgid "" -"All trademarks, copyrights, comments, and images on this page are owned by " -"and are the responsibility of their respective parties." -msgstr "" -"Všetky obchodné značky, autorské práva, komentáre a multimediálny obsah na " -"tejto stránke sú vlastníctvom a zodpovednosťou ich príslušných strán." +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +msgid "second" +msgid_plural "seconds" +msgstr[0] "sekunda" +msgstr[1] "sekundy" +msgstr[2] "sekúnd" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "minúta" +msgstr[1] "minúty" +msgstr[2] "minút" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +msgid "hour" +msgid_plural "hours" +msgstr[0] "hodina" +msgstr[1] "hodiny" +msgstr[2] "hodín" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +msgid "day" +msgid_plural "days" +msgstr[0] "deň" +msgstr[1] "dni" +msgstr[2] "dní" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +msgid "week" +msgid_plural "weeks" +msgstr[0] "týždeň" +msgstr[1] "týždne" +msgstr[2] "týždňov" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +msgid "year" +msgid_plural "years" +msgstr[0] "rok" +msgstr[1] "roky" +msgstr[2] "rokov" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 +msgid "Banned!" +msgstr "Zabanovaný!" #. There is no previous page. -#: /var/www/html/Tinyboard/inc/functions.php:958 -#: /var/www/html/Tinyboard/inc/functions.php:972 -#: ../../../../inc/functions.php:1041 ../../../../inc/functions.php:1055 -#: ../../../../inc/functions.php:1039 ../../../../inc/functions.php:1053 -#: ../../../../inc/functions.php:1068 ../../../../inc/functions.php:1082 -#: ../../../../inc/functions.php:1079 ../../../../inc/functions.php:1093 -#: ../../../../inc/functions.php:1122 ../../../../inc/functions.php:1136 -#: ../../../../inc/functions.php:1124 ../../../../inc/functions.php:1138 #: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 #: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 #: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 msgid "Previous" msgstr "Späť" #. There is no next page. -#: /var/www/html/Tinyboard/inc/functions.php:977 -#: /var/www/html/Tinyboard/inc/functions.php:986 -#: ../../../../inc/functions.php:1060 ../../../../inc/functions.php:1069 -#: ../../../../inc/functions.php:1058 ../../../../inc/functions.php:1067 -#: ../../../../inc/functions.php:1087 ../../../../inc/functions.php:1096 -#: ../../../../inc/functions.php:1098 ../../../../inc/functions.php:1107 -#: ../../../../inc/functions.php:1141 ../../../../inc/functions.php:1150 -#: ../../../../inc/functions.php:1143 ../../../../inc/functions.php:1152 #: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 #: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 #: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 msgid "Next" msgstr "Ďalej" -#: /var/www/html/Tinyboard/inc/image.php:21 ../../../../inc/image.php:24 -#: ../../../../inc/image.php:62 -msgid "Unsupported file format: " -msgstr "Nepodporovaný formát súboru:" - -#: /var/www/html/Tinyboard/inc/mod.php:129 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:74 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:79 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:94 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 -msgid "Create new board" -msgstr "Vytvoriť novú dosku" - -#. line 71 -#: /var/www/html/Tinyboard/inc/mod.php:138 -#: /var/www/html/Tinyboard/mod.php:1833 /var/www/html/Tinyboard/mod.php:3036 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:291 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:75 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:150 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:207 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:155 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:312 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:74 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:166 -#: ../../../../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 -msgid "all boards" -msgstr "všetky dosky" - -#: /var/www/html/Tinyboard/inc/display.php:80 ../../../../inc/display.php:75 -#: ../../../../inc/display.php:79 ../../../../inc/display.php:83 #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 msgid "Error" msgstr "Chyba" -#: /var/www/html/Tinyboard/inc/display.php:81 ../../../../inc/display.php:76 -#: ../../../../inc/display.php:80 ../../../../inc/display.php:84 #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 msgid "An error has occured." msgstr "Nastala chyba." -#. line 6 -#: /var/www/html/Tinyboard/inc/display.php:87 ../../../../inc/display.php:82 -#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 -#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 -msgid "Go back" -msgstr "Návrat" - -#: /var/www/html/Tinyboard/inc/display.php:97 ../../../../inc/display.php:91 -#: ../../../../inc/mod/pages.php:59 ../../../../inc/mod/pages.php:62 -#: ../../../../inc/display.php:92 ../../../../inc/display.php:96 -#: ../../../../inc/display.php:100 ../../../../inc/display.php:110 +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 msgid "Login" msgstr "Prihlásenie" -#: /var/www/html/Tinyboard/inc/display.php:208 +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 #, php-format -msgid "" -"Post too long. Click here to view the full text." -msgstr "" -"Príliš dlhý príspevok. Klikni sem pre zobrazenie celého " -"textu." +msgid "Post too long. Click here to view the full text." +msgstr "Príliš dlhý príspevok. Klikni sem pre zobrazenie celého textu." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +msgid "Ban" +msgstr "Zabanovať" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban & Delete" +msgstr "Zabanovať a odstrániť" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Delete file" +msgstr "Odstrániť súbor" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Are you sure you want to delete this file?" +msgstr "Naozaj chceš odstrániť tento súbor?" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Spoiler File" +msgstr "Skrytý súbor" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to spoiler this file?" +msgstr "Naozaj chceš skryť tento súbor?" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 +msgid "Move reply to another board" +msgstr "Presunúť odpoveď do inej dosky" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +msgid "Edit post" +msgstr "Upraviť príspevok" #. line 5 -#: /var/www/html/Tinyboard/inc/display.php:272 -#: /var/www/html/Tinyboard/inc/display.php:365 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:27 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:27 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:27 -#: ../../../../inc/display.php:423 ../../../../inc/display.php:429 +#: ../../../../inc/display.php:461 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 -#: ../../../../inc/display.php:424 ../../../../inc/display.php:461 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 msgid "Delete" msgstr "Odstrániť" -#: /var/www/html/Tinyboard/inc/display.php:272 -#: /var/www/html/Tinyboard/inc/display.php:365 ../../../../inc/display.php:423 -#: ../../../../inc/display.php:429 ../../../../inc/display.php:424 #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 msgid "Are you sure you want to delete this?" msgstr "Naozaj to chceš odstrániť?" -#: /var/www/html/Tinyboard/inc/display.php:276 -#: /var/www/html/Tinyboard/inc/display.php:369 ../../../../inc/display.php:427 -#: ../../../../inc/display.php:433 ../../../../inc/display.php:428 #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 msgid "Delete all posts by IP" msgstr "Odstrániť všetky príspevky od IP adresy" -#: /var/www/html/Tinyboard/inc/display.php:276 -#: /var/www/html/Tinyboard/inc/display.php:369 ../../../../inc/display.php:427 -#: ../../../../inc/display.php:433 ../../../../inc/display.php:428 #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Naozaj chceš odstrániť všetky príspevky tejto IP adresy?" -#: /var/www/html/Tinyboard/inc/display.php:280 -#: /var/www/html/Tinyboard/inc/display.php:373 ../../../../inc/display.php:334 -#: ../../../../inc/display.php:435 ../../../../inc/display.php:339 -#: ../../../../inc/display.php:441 ../../../../inc/display.php:331 -#: ../../../../inc/display.php:436 ../../../../inc/display.php:368 -#: ../../../../inc/display.php:473 ../../../../inc/display.php:385 -#: ../../../../inc/display.php:495 ../../../../inc/display.php:388 -#: ../../../../inc/display.php:498 -msgid "Ban" -msgstr "Zabanovať" - -#: /var/www/html/Tinyboard/inc/display.php:284 -#: /var/www/html/Tinyboard/inc/display.php:377 ../../../../inc/display.php:338 -#: ../../../../inc/display.php:439 ../../../../inc/display.php:343 -#: ../../../../inc/display.php:445 ../../../../inc/display.php:335 -#: ../../../../inc/display.php:440 ../../../../inc/display.php:372 -#: ../../../../inc/display.php:477 ../../../../inc/display.php:389 -#: ../../../../inc/display.php:499 ../../../../inc/display.php:392 -#: ../../../../inc/display.php:502 -msgid "Ban & Delete" -msgstr "Zabanovať a odstrániť" - -#: /var/www/html/Tinyboard/inc/display.php:288 -#: /var/www/html/Tinyboard/inc/display.php:381 -msgid "Remove file" -msgstr "Odstrániť súbor" +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "Delete all posts by IP across all boards" +msgstr "Odstrániť všetky príspevky IP adresy na všetkých doskách" -#: /var/www/html/Tinyboard/inc/display.php:292 -#: /var/www/html/Tinyboard/inc/display.php:408 -#: ../../../../inc/mod/pages.php:1080 ../../../../inc/mod/pages.php:1105 -#: ../../../../inc/mod/pages.php:1239 ../../../../inc/mod/pages.php:1242 -#: ../../../../inc/display.php:346 ../../../../inc/display.php:470 -#: ../../../../inc/mod/pages.php:1314 ../../../../inc/display.php:351 -#: ../../../../inc/display.php:476 ../../../../inc/mod/pages.php:1320 -#: ../../../../inc/display.php:475 ../../../../inc/mod/pages.php:1414 -#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 -#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 -#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 -#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 -#: ../../../../inc/mod/pages.php:1491 -msgid "Edit post" -msgstr "Upraviť príspevok" +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "Naozaj chceš odstrániť všetky príspevky tejto IP adresy na všetkých doskách?" -#: /var/www/html/Tinyboard/inc/display.php:386 ../../../../inc/display.php:448 -#: ../../../../inc/display.php:454 ../../../../inc/display.php:453 #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 msgid "Make thread not sticky" msgstr "Odopnúť vlákno" -#: /var/www/html/Tinyboard/inc/display.php:388 ../../../../inc/display.php:450 -#: ../../../../inc/display.php:456 ../../../../inc/display.php:455 #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 msgid "Make thread sticky" msgstr "Pripnúť vlákno" -#: /var/www/html/Tinyboard/inc/display.php:392 ../../../../inc/display.php:454 -#: ../../../../inc/display.php:460 ../../../../inc/display.php:459 #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 msgid "Allow thread to be bumped" msgstr "Povoliť bumpovanie vlákna" -#: /var/www/html/Tinyboard/inc/display.php:394 ../../../../inc/display.php:456 -#: ../../../../inc/display.php:462 ../../../../inc/display.php:461 #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 msgid "Prevent thread from being bumped" msgstr "Zakázať bumpovanie vlákna" -#: /var/www/html/Tinyboard/inc/display.php:399 ../../../../inc/display.php:461 -#: ../../../../inc/display.php:467 ../../../../inc/display.php:466 #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 msgid "Unlock thread" msgstr "Odomknúť vlákno" -#: /var/www/html/Tinyboard/inc/display.php:401 ../../../../inc/display.php:463 -#: ../../../../inc/display.php:469 ../../../../inc/display.php:468 #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 msgid "Lock thread" msgstr "Zamknúť vlákno" -#: /var/www/html/Tinyboard/inc/display.php:404 ../../../../inc/display.php:466 -#: ../../../../inc/display.php:472 ../../../../inc/display.php:471 #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 msgid "Move thread to another board" msgstr "Presunúť vlákno na inú dosku" -#. line 11 -#. line 7 -#. line 11 -#. line 7 -#. line 14 -#. line 7 -#. line 14 -#. line 7 -#. line 14 -#. line 8 -#. line 14 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:48 -#: /var/www/html/Tinyboard/mod.php:667 /var/www/html/Tinyboard/mod.php:750 -#: /var/www/html/Tinyboard/mod.php:833 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:55 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:55 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:31 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:36 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:33 -#: ../../../../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 -msgid "Name" -msgstr "Meno" +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 +msgid "You have been muted for unoriginal content." +msgstr "Bol si zablokovaný pre neoriginálny obsah." -#. line 21 -#. line 15 -#. line 24 -#. line 15 -#. line 24 -#. line 15 -#. line 24 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:62 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:76 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:76 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 -msgid "Email" -msgstr "E-mail" +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 +msgid "New Topic" +msgstr "Nové vlákno" -#. line 34 -#. line 23 -#. line 34 -#. line 23 -#. line 37 -#. line 46 -#. line 23 -#. line 46 -#. line 23 -#. line 46 -#. line 12 -#. line 24 -#. line 46 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:96 -#: /var/www/html/Tinyboard/mod.php:753 /var/www/html/Tinyboard/mod.php:839 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:95 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:116 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:63 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:130 -#: ../../../../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 -msgid "Subject" -msgstr "Predmet" +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 +msgid "New Reply" +msgstr "Odpoveď" -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:110 -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:119 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:112 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:117 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:119 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:100 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:133 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:172 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:115 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:113 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:148 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:189 -#: ../../../../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 -msgid "Spoiler Image" -msgstr "Skrytý obrázok" +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "Všetky obchodné značky, autorské práva, komentáre a multimediálny obsah na tejto stránke sú vlastníctvom a zodpovednosťou ich príslušných strán." -#. line 45 -#. line 32 -#. line 48 -#. line 57 -#. line 32 -#. line 57 -#. line 32 -#. line 57 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:119 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:121 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:145 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:161 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 -msgid "Comment" -msgstr "Komentár" +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "Ešte tu chvíľu slieď predtým, než budeš prispievať." -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 73 -#. line 61 -#. line 64 -#. line 73 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:133 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:142 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:191 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:217 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:209 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 -msgid "Verification" -msgstr "Verifikácia" - -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 87 -#. line 3 -#. line 72 -#. line 3 -#. line 72 -#. line 3 -#. line 72 -#. line 3 -#. line 75 -#. line 3 -#. line 84 -#. line 3 -#. line 84 -#. line 3 -#. line 84 -#. line 3 -#. line 84 -#. line 3 -#. line 84 -#. line 3 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:149 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:22 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:165 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:22 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:214 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:233 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 -msgid "File" -msgstr "Súbor" - -#. line 97 -#. line 82 -#. line 85 -#. line 100 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:163 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:183 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:268 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:232 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:252 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 -msgid "Embed" -msgstr "Vlož" - -#. line 109 -#. line 94 -#. line 97 -#. line 112 -#. line 111 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:179 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:206 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:291 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:255 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:276 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 -msgid "Flags" -msgstr "Vlajky" - -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 113 -#. line 114 -#. line 98 -#. line 99 -#. line 98 -#. line 99 -#. line 98 -#. line 99 -#. line 101 -#. line 102 -#. line 116 -#. line 117 -#. line 116 -#. line 117 -#. line 116 -#. line 117 -#. line 116 -#. line 117 -#. line 116 -#. line 117 -#. line 115 -#. line 116 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:188 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:191 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:215 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:218 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:300 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:303 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:264 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:267 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:286 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:290 -#: ../../../../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 -msgid "Sticky" -msgstr "Pripnuté" - -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 117 -#. line 118 -#. line 102 -#. line 103 -#. line 102 -#. line 103 -#. line 102 -#. line 103 -#. line 105 -#. line 106 -#. line 120 -#. line 121 -#. line 120 -#. line 121 -#. line 120 -#. line 121 -#. line 120 -#. line 121 -#. line 120 -#. line 121 -#. line 119 -#. line 120 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:200 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:203 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:227 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:230 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:312 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:315 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:276 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:279 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:300 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:304 -#: ../../../../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 -msgid "Lock" -msgstr "Zamknuté" - -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 121 -#. line 122 -#. line 106 -#. line 107 -#. line 106 -#. line 107 -#. line 106 -#. line 107 -#. line 109 -#. line 110 -#. line 124 -#. line 125 -#. line 124 -#. line 125 -#. line 124 -#. line 125 -#. line 124 -#. line 125 -#. line 124 -#. line 125 -#. line 123 -#. line 124 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:212 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:215 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:239 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:242 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:324 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:327 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:288 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:291 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:314 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:318 -#: ../../../../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 -msgid "Raw HTML" -msgstr "Čisté HTML" - -#. line 129 -#. line 14 -#. line 129 -#. line 114 -#. line 117 -#. line 14 -#. line 132 -#. line 14 -#. line 132 -#. line 14 -#. line 131 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:230 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:23 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:257 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:23 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:23 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:342 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:41 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:45 -#: ../../../../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 -msgid "Password" -msgstr "Heslo" - -#. line 134 -#. line 119 -#. line 122 -#. line 137 -#. line 136 -#: /var/www/html/Tinyboard/templates/cache/1d/5e/91ec2bc929b77377b8b877d82db4.php:236 -#: ../../../../templates/cache/d1/2d/eda9403e966240c642b13ca43eb6.php:266 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:351 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:315 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:374 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:377 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:373 -msgid "(For file deletion.)" -msgstr "(Pre odstránenie príspevku.)" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:107 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:105 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:107 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 -msgid "File:" -msgstr "Súbor:" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:422 -msgid "Expand" -msgstr "Otvoriť" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:432 -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:468 -msgid "Quick" -msgstr "Rýchla" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:459 -msgid "Refresh" -msgstr "Obnoviť" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:478 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:415 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:461 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:472 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:506 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:503 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:528 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:530 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:495 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:506 -msgid "Reply" -msgstr "Odpoveď" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:511 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:442 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:488 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:499 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:533 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:531 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:596 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:598 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:574 -msgid "1 post" -msgid_plural "%count% posts" -msgstr[0] "1 príspevok" -msgstr[1] "%count% príspevky" -msgstr[2] "%count% príspevkov" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:517 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:448 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:494 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:505 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:114 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:539 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:117 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:537 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:602 -#: ../../../../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 -msgid "and" -msgstr "a" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:528 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:459 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:505 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:516 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:550 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:549 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:614 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:616 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:581 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:592 -msgid "1 image reply" -msgid_plural "%count% image replies" -msgstr[0] "1 príspevok s obrázkom" -msgstr[1] "%count% príspevky s obrázkom" -msgstr[2] "%count% príspevkov s obrázkom" - -#: /var/www/html/Tinyboard/templates/cache/96/13/d13c7abb8d82989e547dc9be1787.php:533 -#: ../../../../templates/cache/cf/0c/61af144f478f5c035cb3a2799e48.php:464 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:510 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:521 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:555 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:554 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:619 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:621 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:586 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:597 -msgid "omitted. Click reply to view." -msgstr "skrytých. Klikni na Odpoveď pre ich zobrazenie." - -#: /var/www/html/Tinyboard/templates/cache/c9/45/de4b7a1b91ef4b1ce35c7a930347.php:82 -#: /var/www/html/Tinyboard/templates/cache/56/25/feb68d2e52b15e0d38ae0093f0f4.php:158 -#: /var/www/html/Tinyboard/templates/cache/0b/22/d0c24fb343dd5fe77600d77dcc1b.php:159 -#: ../../../../templates/cache/82/20/1c3352a2eb8f4503c0f7634bca15.php:169 -#: ../../../../templates/cache/7a/d3/9236b821893e6bc57b16919988fd.php:169 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:121 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:98 -#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:62 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:131 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:115 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:132 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:116 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:135 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:119 -#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:65 -#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:149 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:134 -#: ../../../../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 -msgid "Return to dashboard" -msgstr "Návrat na panel administrácie" - -#. line 27 -#. line 31 -#. line 32 -#. line 39 -#. line 33 -#: /var/www/html/Tinyboard/templates/cache/0b/22/d0c24fb343dd5fe77600d77dcc1b.php:165 -#: ../../../../templates/cache/82/20/1c3352a2eb8f4503c0f7634bca15.php:177 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:106 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:123 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:124 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:128 -#: ../../../../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 "Režim prispievania: Odpoveď" - -#: /var/www/html/Tinyboard/templates/cache/0b/22/d0c24fb343dd5fe77600d77dcc1b.php:168 -#: /var/www/html/Tinyboard/templates/cache/0b/22/d0c24fb343dd5fe77600d77dcc1b.php:210 -#: ../../../../templates/cache/82/20/1c3352a2eb8f4503c0f7634bca15.php:180 -#: ../../../../templates/cache/82/20/1c3352a2eb8f4503c0f7634bca15.php:222 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:109 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:155 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:126 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:172 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:127 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:173 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:174 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:132 -#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:180 -#: ../../../../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 "Návrat" - -#. line 2 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:19 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:19 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:19 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 -msgid "Delete Post" -msgstr "Odstrániť príspevok" - -#. line 8 -#. line 106 -#. line 8 -#. line 32 -#. line 48 -#. line 106 -#. line 8 -#. line 32 -#. line 106 -#. line 8 -#. line 32 -#. line 8 -#. line 106 -#. line 8 -#. line 32 -#. line 8 -#. line 5 -#. line 8 -#. line 108 -#. line 32 -#. line 9 -#. line 23 -#. line 8 -#. line 108 -#. line 32 -#. line 8 -#. line 32 -#. line 23 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:32 -#: /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:32 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:32 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:256 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:90 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:128 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:274 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:96 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:34 -#: ../../../../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 -msgid "Reason" -msgstr "Dôvod" +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 +msgid "You look like a bot." +msgstr "Vyzeráš ako bot." -#. line 10 -#: /var/www/html/Tinyboard/templates/cache/dd/1a/77e08f0c1b4ecf707c5a3e5a70be.php:36 -#: ../../../../templates/cache/a8/a6/1022091d3402e085395b12e6279a.php:36 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:36 -#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 -#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 -msgid "Report" -msgstr "Nahlásiť" +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "Tvoj prehliadač odoslal vadný alebo žiadny HTTP referer." -#: /var/www/html/Tinyboard/mod.php:104 /var/www/html/Tinyboard/mod.php:776 -#: /var/www/html/Tinyboard/mod.php:862 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:120 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:125 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:89 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:128 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:85 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:143 -#: ../../../../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 "žiadny predmet" +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 +#, php-format +msgid "The %s field was too long." +msgstr "Pole %s bolo príliš dlhé." -#: /var/www/html/Tinyboard/mod.php:121 -msgid "View all entries" -msgstr "Zobraziť všetky položky" +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 +msgid "The body was too long." +msgstr "Telo správy bolo príliš dlhé." -#: /var/www/html/Tinyboard/mod.php:129 /var/www/html/Tinyboard/mod.php:923 -msgid "PM Inbox" -msgstr "Schránka SS" +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 +msgid "The body was too short or empty." +msgstr "Telo správy bolo prikrátke alebo prázdne." -#: /var/www/html/Tinyboard/mod.php:136 /var/www/html/Tinyboard/mod.php:874 -#: ../../../../inc/mod/pages.php:376 ../../../../inc/mod/pages.php:393 -#: ../../../../inc/mod/pages.php:406 ../../../../inc/mod/pages.php:540 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:166 -#: ../../../../inc/mod/pages.php:604 ../../../../inc/mod/pages.php:609 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:176 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:191 -#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 -msgid "News" -msgstr "Novinky" +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 +msgid "You must upload an image." +msgstr "Musíš odoslať obrázok." -#: /var/www/html/Tinyboard/mod.php:141 /var/www/html/Tinyboard/mod.php:1614 -#: ../../../../inc/mod/pages.php:1557 ../../../../inc/mod/pages.php:1657 -#: ../../../../inc/mod/pages.php:1682 ../../../../inc/mod/pages.php:1816 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:207 -#: ../../../../inc/mod/pages.php:1831 ../../../../inc/mod/pages.php:1904 -#: ../../../../inc/mod/pages.php:1910 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:220 -#: ../../../../inc/mod/pages.php:2032 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:235 -#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 -#: ../../../../inc/mod/pages.php:2176 -msgid "Report queue" -msgstr "Front nahlásení" +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 +msgid "The server failed to handle your upload." +msgstr "Serveru sa nepodarilo poradiť si s Tvojím uploadom." -#: /var/www/html/Tinyboard/mod.php:144 /var/www/html/Tinyboard/mod.php:1882 -#: ../../../../inc/mod/pages.php:664 ../../../../inc/mod/pages.php:705 -#: ../../../../inc/mod/pages.php:721 ../../../../inc/mod/pages.php:855 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:224 -#: ../../../../inc/mod/pages.php:918 ../../../../inc/mod/pages.php:925 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:238 -#: ../../../../inc/mod/pages.php:923 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:253 -#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 -#: ../../../../inc/mod/pages.php:911 -msgid "Ban list" -msgstr "Zoznam banov" +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 +msgid "Unsupported image format." +msgstr "Nepodporovaný formát súboru." -#: /var/www/html/Tinyboard/mod.php:147 /var/www/html/Tinyboard/mod.php:1288 -#: ../../../../inc/mod/pages.php:1271 ../../../../inc/mod/pages.php:1369 -#: ../../../../inc/mod/pages.php:1394 ../../../../inc/mod/pages.php:1528 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:232 -#: ../../../../inc/mod/pages.php:1543 ../../../../inc/mod/pages.php:1615 -#: ../../../../inc/mod/pages.php:1621 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:247 -#: ../../../../inc/mod/pages.php:1753 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:262 -#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 -#: ../../../../inc/mod/pages.php:1852 -msgid "Manage users" -msgstr "Spravovať užívateľov" +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 +msgid "Invalid board!" +msgstr "Nesprávna doska!" -#: /var/www/html/Tinyboard/mod.php:149 -msgid "Change own password" -msgstr "Zmeniť vlastné heslo" - -#: /var/www/html/Tinyboard/mod.php:152 /var/www/html/Tinyboard/mod.php:477 -#: ../../../../inc/mod/pages.php:416 ../../../../inc/mod/pages.php:443 -#: ../../../../inc/mod/pages.php:433 ../../../../inc/mod/pages.php:460 -#: ../../../../inc/mod/pages.php:446 ../../../../inc/mod/pages.php:473 -#: ../../../../inc/mod/pages.php:580 ../../../../inc/mod/pages.php:607 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:65 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:255 -#: ../../../../inc/mod/pages.php:644 ../../../../inc/mod/pages.php:671 -#: ../../../../inc/mod/pages.php:649 ../../../../inc/mod/pages.php:676 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:72 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:273 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:288 -#: ../../../../inc/mod/pages.php:654 ../../../../inc/mod/pages.php:681 -#: ../../../../inc/mod/pages.php:698 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:300 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:75 -msgid "Moderation log" -msgstr "Log moderácie" +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 +msgid "Thread specified does not exist." +msgstr "Špecifikované vlákno neexistuje." -#: /var/www/html/Tinyboard/mod.php:155 -msgid "Rebuild static files" -msgstr "Prestavať statické súbory" - -#: /var/www/html/Tinyboard/mod.php:158 -msgid "Clear cache" -msgstr "Vyčistiť cache" - -#: /var/www/html/Tinyboard/mod.php:161 -msgid "Show configuration" -msgstr "Zobraziť konfiguráciu" - -#: /var/www/html/Tinyboard/mod.php:165 /var/www/html/Tinyboard/mod.php:709 -#: ../../../../inc/mod/pages.php:1739 ../../../../inc/mod/pages.php:1805 -#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1964 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:247 -#: ../../../../inc/mod/pages.php:1979 ../../../../inc/mod/pages.php:2052 -#: ../../../../inc/mod/pages.php:2109 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:264 -#: ../../../../inc/mod/pages.php:2231 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:279 -#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 -#: ../../../../inc/mod/pages.php:2385 -msgid "Manage themes" -msgstr "Spravovať témy" +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 +msgid "Thread locked. You may not reply at this time." +msgstr "Zamknuté vlákno. Teraz nie je možné naň odpovedať." -#. line 2 -#. line 5 -#. line 2 -#: /var/www/html/Tinyboard/mod.php:170 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:19 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:24 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:22 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 -msgid "Phrase:" -msgstr "Fráza:" +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 +msgid "Thread has reached its maximum reply limit." +msgstr "Vlákno dosiahlo svoj maximálny limit pre odpovede." -#. line 16 -#. line 2 -#. line 106 -#. line 2 -#. line 16 -#. line 106 -#. line 16 -#. line 106 -#. line 16 -#. line 112 -#. line 115 -#. line 16 -#. line 115 -#. line 16 -#. line 115 -#. line 16 -#: /var/www/html/Tinyboard/mod.php:172 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:72 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:19 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:286 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:19 -#: ../../../../search.php:165 ../../../../search.php:168 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:80 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:307 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:322 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 -msgid "Search" -msgstr "Hľadať" +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 +msgid "Thread has reached its maximum image limit." +msgstr "Vlákno dosiahlo svoj maximálny limit pre obrázky." -#: /var/www/html/Tinyboard/mod.php:174 -msgid "" -"(Search is case-insensitive, and based on keywords. To match exact phrases, " -"use \"quotes\". Use an asterisk (*) for wildcard.)" -msgstr "" -"(Vyhľadávanie nezáleží od veľkosti znakov a je založené na kľúčových " -"slovách. Pre vyhľadávanie presnej frázy použi \"úvodzovky\". Použi " -"hviezdičku (*) ako ľubovoľný znak.)" +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 +msgid "You didn't make a post." +msgstr "Príspevok nebol vytvorený." -#: /var/www/html/Tinyboard/mod.php:180 ../../../../inc/mod/pages.php:106 -#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 -msgid "Could not find current version! (Check .installed)" -msgstr "Nebolo možné nájsť momentálnu verziu! (Skontroluj .installed)" +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 +msgid "Flood detected; Post discarded." +msgstr "Detekovaný flood; Príspevok zrušený." -#. line 146 -#. line 158 -#. line 164 -#: /var/www/html/Tinyboard/mod.php:233 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:364 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:397 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:425 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:440 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 -msgid "Logout" -msgstr "Odhlásiť" +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 +msgid "Your request looks automated; Post discarded." +msgstr "Požiadavka vyzerá byť automatizovaná; Príspevok zrušený." -#: /var/www/html/Tinyboard/mod.php:245 ../../../../inc/mod/pages.php:147 -#: ../../../../inc/mod/pages.php:162 -msgid "Dashboard" -msgstr "Panel administrácie" +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 +msgid "Unoriginal content!" +msgstr "Neoriginálny obsah!" -#: /var/www/html/Tinyboard/mod.php:402 -msgid "User" -msgstr "Užívateľ" +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "Neoriginálny obsah! Bol si zablokovaný na %d sekúnd." -#. line 16 -#. line 134 -#: /var/www/html/Tinyboard/mod.php:403 /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:48 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:349 -msgid "IP address" -msgstr "IP adresa" +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "Si zablokovaný! Vyprší za %d sekúnd." -#: /var/www/html/Tinyboard/mod.php:404 -msgid "Ago" -msgstr "späť" +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "Tvoja IP je spomínaná v %s." -#. line 116 -#. line 182 -#. line 65 -#. line 49 -#. line 136 -#. line 116 -#. line 182 -#. line 65 -#. line 116 -#. line 182 -#. line 65 -#. line 116 -#. line 182 -#. line 65 -#. line 3 -#. line 118 -#. line 184 -#. line 65 -#. line 10 -#. line 33 -#. line 118 -#. line 184 -#. line 65 -#. line 33 -#: /var/www/html/Tinyboard/mod.php:405 /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:278 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:427 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:142 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:131 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:355 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:147 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:298 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:461 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:157 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:23 -#: ../../../../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 -msgid "Board" -msgstr "Doska" +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 +msgid "Too many links; flood detected." +msgstr "Priveľa odkazov; Flood detekovaný." -#. line 183 -#. line 137 -#. line 183 -#. line 185 -#. line 89 -#. line 185 -#. line 89 -#: /var/www/html/Tinyboard/mod.php:406 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:430 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:358 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:465 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 -msgid "Action" -msgstr "Akcia" +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 +msgid "Too many cites; post discarded." +msgstr "Priveľa citátov; Príspevok zrušený." -#: /var/www/html/Tinyboard/mod.php:528 ../../../../inc/mod/pages.php:1723 -#: ../../../../inc/mod/pages.php:1789 ../../../../inc/mod/pages.php:1814 -#: ../../../../inc/mod/pages.php:1948 ../../../../inc/mod/pages.php:1963 -#: ../../../../inc/mod/pages.php:2036 ../../../../inc/mod/pages.php:2093 -#: ../../../../inc/mod/pages.php:2215 ../../../../inc/mod/pages.php:2226 -#: ../../../../inc/mod/pages.php:2367 ../../../../inc/mod/pages.php:2364 -msgid "Themes directory doesn't exist!" -msgstr "Adresár \"themes\" neexistuje!" +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 +msgid "Too many cross-board links; post discarded." +msgstr "Priveľa medzidoskových odkazov; Príspevok zrušený." -#: /var/www/html/Tinyboard/mod.php:530 ../../../../inc/mod/pages.php:1725 -#: ../../../../inc/mod/pages.php:1791 ../../../../inc/mod/pages.php:1816 -#: ../../../../inc/mod/pages.php:1950 ../../../../inc/mod/pages.php:1965 -#: ../../../../inc/mod/pages.php:2038 ../../../../inc/mod/pages.php:2095 -#: ../../../../inc/mod/pages.php:2217 ../../../../inc/mod/pages.php:2228 -#: ../../../../inc/mod/pages.php:2369 ../../../../inc/mod/pages.php:2366 -msgid "Cannot open themes directory; check permissions." -msgstr "Nebolo možné otvoriť adresár \"themes\"; skontroluj oprávnenia." +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 +msgid "You didn't select anything to delete." +msgstr "Nevybral si nič pre odstránenie." -#. line 11 -#: /var/www/html/Tinyboard/mod.php:671 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:42 -msgid "Version" -msgstr "Verzia" +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 +msgid "You didn't select anything to report." +msgstr "Nevybral si nič pre nahlásenie." -#. line 15 -#: /var/www/html/Tinyboard/mod.php:675 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:51 -msgid "Description" -msgstr "Popis" +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 +msgid "You can't report that many posts at once." +msgstr "Nie je možné nahlásiť tak veľa príspevkov naraz." -#. line 19 -#: /var/www/html/Tinyboard/mod.php:679 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:60 -msgid "Thumbnail" -msgstr "Miniatúra" +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 +msgid "Wrong password…" +msgstr "Neplatné heslo…" -#. line 25 -#: /var/www/html/Tinyboard/mod.php:687 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:86 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:77 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:93 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 -msgid "Actions" -msgstr "Akcie" +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 +msgid "Invalid image." +msgstr "Neplatný obrázok." -#. line 27 -#: /var/www/html/Tinyboard/mod.php:689 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:81 -msgid "Use theme" -msgstr "Použiť tému" +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 +msgid "Unknown file extension." +msgstr "Neznámy formát súboru." -#: /var/www/html/Tinyboard/mod.php:690 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:87 -msgid "Reconfigure" -msgstr "Prekonfigurovať" +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "Maximálna veľkosť súboru: %maxsz% bajtov
Veľkosť Tvojho súboru: %filesz% bajtov." -#: /var/www/html/Tinyboard/mod.php:690 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:88 -msgid "Install" -msgstr "Inštalovať" +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 +msgid "The file was too big." +msgstr "Súbor bol príliš veľký." -#: /var/www/html/Tinyboard/mod.php:693 ../../../../inc/mod/pages.php:1467 -#: ../../../../inc/mod/pages.php:1471 ../../../../inc/mod/pages.php:1567 -#: ../../../../inc/mod/pages.php:1571 ../../../../inc/mod/pages.php:1592 -#: ../../../../inc/mod/pages.php:1596 ../../../../inc/mod/pages.php:1726 -#: ../../../../inc/mod/pages.php:1730 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:263 -#: ../../../../inc/mod/pages.php:1741 ../../../../inc/mod/pages.php:1745 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:98 -#: ../../../../inc/mod/pages.php:1814 ../../../../inc/mod/pages.php:1818 -#: ../../../../inc/mod/pages.php:1820 ../../../../inc/mod/pages.php:1824 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:282 -#: ../../../../inc/mod/pages.php:1952 ../../../../inc/mod/pages.php:1956 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:297 -#: ../../../../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 -#: ../../../../inc/mod/pages.php:2087 ../../../../inc/mod/pages.php:2091 -msgid "Rebuild" -msgstr "Prestavať" +#: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 +#, php-format +msgid "That file already exists!" +msgstr "Súbor už existuje!" -#: /var/www/html/Tinyboard/mod.php:694 -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:103 -msgid "Uninstall" -msgstr "Odinštalovať" +#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 +#, php-format +msgid "That file already exists in this thread!" +msgstr "Tento súbor už existuje v tomto vlákne!" -#: /var/www/html/Tinyboard/mod.php:705 -msgid "Uninstall all themes." -msgstr "Odinštalovať všetky témy." +#: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 +#, php-format +msgid "You'll have to wait another %s before deleting that." +msgstr "Budeš musieť čakať ešte %s než to odstrániš." -#. line 27 -#. line 16 -#. line 28 -#: /var/www/html/Tinyboard/mod.php:756 /var/www/html/Tinyboard/mod.php:842 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:69 -#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 -#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 -msgid "Body" -msgstr "Telo" +#: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 +msgid "MIME type detection XSS exploit (IE) detected; post discarded." +msgstr "XSS exploit detekcie MIME typu (IE) detekovaný; Post zrušený." -#. line 21 -#: /var/www/html/Tinyboard/mod.php:759 -#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 -msgid "Post to noticeboard" -msgstr "Prispieť na nástenku" +#: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 +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." -#. line 31 -#. line 37 -#: /var/www/html/Tinyboard/mod.php:792 ../../../../inc/mod/pages.php:316 -#: ../../../../inc/mod/pages.php:333 ../../../../inc/mod/pages.php:346 -#: ../../../../inc/mod/pages.php:480 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:96 -#: ../../../../inc/mod/pages.php:543 ../../../../inc/mod/pages.php:548 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:103 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:118 -#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 -msgid "Noticeboard" -msgstr "Nástenka" +#: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 +msgid "You seem to have mistyped the verification." +msgstr "Vyzerá to, že bola zle opísaná verifikácia." -#: /var/www/html/Tinyboard/mod.php:845 -msgid "Post to news" -msgstr "Prispieť do noviniek" +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "Môžeš naraz odbanovať iba %s užívateľov. Snažil si sa odbanovať %u užívateľov." + +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 +msgid "Invalid username and/or password." +msgstr "Neplatné užívateľské meno a/alebo heslo." -#: /var/www/html/Tinyboard/mod.php:893 -msgid "No private messages for you." -msgstr "Žiadne súkromné správy pre Teba." +#: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 +msgid "You are not a mod…" +msgstr "Niesi moderátor…" -#: /var/www/html/Tinyboard/mod.php:923 -msgid "empty" -msgstr "prázdne" +#: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 +msgid "" +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "Neplatné užívateľské meno a/alebo heslo. Tvoj účet mohol byť zmenený alebo odstránený." -#: /var/www/html/Tinyboard/mod.php:923 -msgid "unread" -msgstr "neprečítané" +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 +msgid "Invalid/malformed cookies." +msgstr "Neplatné/modifikované cookies." -#: /var/www/html/Tinyboard/mod.php:1221 -msgid "ID" -msgstr "ID" +#: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 +msgid "Your browser didn't submit an input when it should have." +msgstr "Tvoj prehliadač neodovzdal vstup vtedy, kedy mal." -#. line 6 -#: /var/www/html/Tinyboard/mod.php:1221 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:28 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:31 -#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 -msgid "Username" -msgstr "Užívateľské meno" +#: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 +#, php-format +msgid "The %s field is required." +msgstr "Pole %s je povinné." -#: /var/www/html/Tinyboard/mod.php:1221 -msgid "Type" -msgstr "Typ" +#: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 +#, php-format +msgid "The %s field was invalid." +msgstr "Pole %s je neplatné." -#. line 2 -#: /var/www/html/Tinyboard/mod.php:1221 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:19 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:22 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 -msgid "Boards" -msgstr "Dosky" +#: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 +#, php-format +msgid "There is already a %s board." +msgstr "Doska %s už existuje." -#: /var/www/html/Tinyboard/mod.php:1221 -msgid "Last action" -msgstr "Posledná akcia" +#: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 +msgid "You don't have permission to do that." +msgstr "Nemáš na to povolenie." -#: /var/www/html/Tinyboard/mod.php:1281 -msgid "Create new user" -msgstr "Vytvoriť nového užívateľa" +#: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 +msgid "That post doesn't exist…" +msgstr "Príspevok neexistuje…" -#: /var/www/html/Tinyboard/mod.php:1462 -msgid "Could not re-login after changing password. (?)" -msgstr "Nebolo možné sa prihlásiť po zmene hesla. (?)" +#: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 +msgid "Page not found." +msgstr "Stránka nebola nájdená." -#. line 126 -#. line 50 -#. line 126 -#. line 128 -#. line 11 -#. line 43 -#. line 128 -#. line 43 -#: /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:300 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:134 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:322 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 -msgid "Set" -msgstr "sada" +#: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 +#, php-format +msgid "That mod already exists!" +msgstr "Moderátor už existuje!" -#. line 130 -#. line 52 -#. line 130 -#. line 132 -#. line 13 -#. line 47 -#. line 132 -#. line 47 -#: /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:309 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:140 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:332 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 -msgid "Expires" -msgstr "Vyprší" +#: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 +msgid "That theme doesn't exist!" +msgstr "Zadaná téma neexistuje!" -#. line 24 -#. line 62 -#. line 150 -#. line 180 -#. line 17 -#. line 54 -#. line 133 -#. line 24 -#. line 62 -#. line 150 -#. line 180 -#. line 24 -#. line 62 -#. line 150 -#. line 180 -#. line 24 -#. line 62 -#. line 150 -#. line 180 -#. line 24 -#. line 63 -#. line 152 -#. line 182 -#. line 15 -#. line 67 -#. line 24 -#. line 63 -#. line 152 -#. line 182 -#. line 67 -#: /var/www/html/Tinyboard/mod.php:1801 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:74 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:169 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:352 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:421 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:51 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:146 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:346 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:78 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:179 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:380 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:453 -#: ../../../../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 -msgid "Staff" -msgstr "Tím" +#: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 +msgid "Invalid security token! Please go back and try again." +msgstr "Neplatný bezpečnostný token! Prosím, vráť sa a skús to znova." -#: /var/www/html/Tinyboard/mod.php:1889 -msgid "Cache is not enabled." -msgstr "Cache nieje povolená." +#. 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 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "UŽÍVATEĽ BOL ZA TENTO PRÍSPEVOK ZABANOVANÝ" -#: /var/www/html/Tinyboard/mod.php:1966 /var/www/html/Tinyboard/mod.php:2057 -#: /var/www/html/Tinyboard/mod.php:2106 /var/www/html/Tinyboard/mod.php:2110 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:271 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:291 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:306 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 -msgid "Configuration" -msgstr "Konfigurácia" +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 +msgid "Confirm action" +msgstr "Potvrdiť akciu" -#: /var/www/html/Tinyboard/mod.php:2174 ../../../../inc/mod/pages.php:255 -#: ../../../../inc/mod/pages.php:272 ../../../../inc/mod/pages.php:285 -#: ../../../../inc/mod/pages.php:419 ../../../../inc/mod/pages.php:481 -#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 -msgid "Couldn't open board after creation." -msgstr "Nebolo možné otvoriť dosku po jej vytvorení." +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 +msgid "Could not find current version! (Check .installed)" +msgstr "Nebolo možné nájsť momentálnu verziu! (Skontroluj .installed)" -#: /var/www/html/Tinyboard/mod.php:2678 ../../../../inc/mod/pages.php:759 -#: ../../../../inc/mod/pages.php:800 ../../../../inc/mod/pages.php:823 -#: ../../../../inc/mod/pages.php:957 ../../../../inc/mod/pages.php:1020 -#: ../../../../inc/mod/pages.php:1027 ../../../../inc/mod/pages.php:1120 -#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 -#: ../../../../inc/mod/pages.php:1188 -msgid "Target and source board are the same." -msgstr "Cieľová a zdrojová doska sú rovnaké." +#: ../../../../inc/mod/pages.php:162 +msgid "Dashboard" +msgstr "Panel administrácie" -#: /var/www/html/Tinyboard/mod.php:2795 -msgid "No board to move to; there is only one." -msgstr "Nieje kam presunúť; existuje iba jedna doska." +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 +msgid "There are no boards to search!" +msgstr "Neexistujú žiadne dosky, v ktorých by sa mohlo hľadať." -#: ../../../../inc/mod/pages.php:63 ../../../../inc/mod/pages.php:66 -#: ../../../../inc/mod/pages.php:64 -msgid "Confirm action" -msgstr "Potvrdiť akciu" +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "Výsledky vyhľadávania" -#: ../../../../inc/mod/pages.php:222 ../../../../inc/mod/pages.php:239 -#: ../../../../inc/mod/pages.php:252 ../../../../inc/mod/pages.php:386 -#: ../../../../inc/mod/pages.php:431 ../../../../inc/mod/pages.php:436 -#: ../../../../inc/mod/pages.php:438 +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 msgid "Edit board" msgstr "Upraviť dosku" -#: ../../../../inc/mod/pages.php:270 ../../../../inc/mod/pages.php:287 -#: ../../../../inc/mod/pages.php:300 ../../../../inc/mod/pages.php:434 -#: ../../../../inc/mod/pages.php:496 ../../../../inc/mod/pages.php:501 +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 +msgid "Couldn't open board after creation." +msgstr "Nebolo možné otvoriť dosku po jej vytvorení." + #: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 msgid "New board" msgstr "Nová doska" -#. line 102 +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 +msgid "Noticeboard" +msgstr "Nástenka" + +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 +msgid "News" +msgstr "Novinky" + +#: ../../../../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 "Log moderácie" + +#. line 104 #. line 20 -#. line 102 +#. line 18 +#. line 104 #. line 20 -#. line 102 +#. line 18 +#. line 104 #. line 20 -#. line 102 +#. line 18 +#. line 104 #. line 20 +#. line 18 #. line 104 #. line 20 #. line 18 #. line 104 #. line 20 #. line 18 -#: ../../../../inc/mod/pages.php:586 ../../../../inc/mod/pages.php:612 -#: ../../../../inc/mod/pages.php:628 ../../../../inc/mod/pages.php:762 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:247 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:65 -#: ../../../../inc/mod/pages.php:825 ../../../../inc/mod/pages.php:832 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:264 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:68 -#: ../../../../inc/mod/pages.php:830 ../../../../inc/mod/pages.php:838 -#: ../../../../inc/mod/pages.php:852 +#. line 104 +#. line 20 +#: ../../../../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 -#: ../../../../inc/mod/pages.php:849 msgid "IP" msgstr "IP adresa" -#. line 169 #. line 171 -#: ../../../../inc/mod/pages.php:596 ../../../../inc/mod/pages.php:985 -#: ../../../../inc/mod/pages.php:622 ../../../../inc/mod/pages.php:1028 -#: ../../../../inc/mod/pages.php:638 ../../../../inc/mod/pages.php:1053 -#: ../../../../inc/mod/pages.php:772 ../../../../inc/mod/pages.php:1187 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:398 -#: ../../../../inc/mod/pages.php:1190 ../../../../inc/mod/pages.php:835 -#: ../../../../inc/mod/pages.php:1255 ../../../../inc/mod/pages.php:842 -#: ../../../../inc/mod/pages.php:1262 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:429 -#: ../../../../inc/mod/pages.php:840 ../../../../inc/mod/pages.php:1356 #: ../../../../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:859 ../../../../inc/mod/pages.php:1429 msgid "New ban" msgstr "Nový ban" -#: ../../../../inc/mod/pages.php:919 ../../../../inc/mod/pages.php:962 -#: ../../../../inc/mod/pages.php:987 ../../../../inc/mod/pages.php:1121 -#: ../../../../inc/mod/pages.php:1184 ../../../../inc/mod/pages.php:1191 -#: ../../../../inc/mod/pages.php:1285 ../../../../inc/mod/pages.php:1296 -#: ../../../../inc/mod/pages.php:1357 ../../../../inc/mod/pages.php:1354 +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 +msgid "Ban list" +msgstr "Zoznam banov" + +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "Presunúť odpoveď" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +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 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:923 ../../../../inc/mod/pages.php:966 -#: ../../../../inc/mod/pages.php:991 ../../../../inc/mod/pages.php:1125 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:106 -#: ../../../../inc/mod/pages.php:1188 ../../../../inc/mod/pages.php:1195 -#: ../../../../inc/mod/pages.php:1289 ../../../../inc/mod/pages.php:1300 -#: ../../../../inc/mod/pages.php:1361 ../../../../inc/mod/pages.php:1358 +#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 msgid "Move thread" msgstr "Presunúť vlákno" -#: ../../../../inc/mod/pages.php:1209 ../../../../inc/mod/pages.php:1258 -#: ../../../../inc/mod/pages.php:1307 ../../../../inc/mod/pages.php:1356 -#: ../../../../inc/mod/pages.php:1332 ../../../../inc/mod/pages.php:1381 -#: ../../../../inc/mod/pages.php:1466 ../../../../inc/mod/pages.php:1515 -#: ../../../../inc/mod/pages.php:1477 ../../../../inc/mod/pages.php:1530 -#: ../../../../inc/mod/pages.php:1549 ../../../../inc/mod/pages.php:1602 -#: ../../../../inc/mod/pages.php:1555 ../../../../inc/mod/pages.php:1608 -#: ../../../../inc/mod/pages.php:1687 ../../../../inc/mod/pages.php:1740 #: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 -#: ../../../../inc/mod/pages.php:1775 ../../../../inc/mod/pages.php:1772 +#: ../../../../inc/mod/pages.php:1775 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 +msgid "Manage users" +msgstr "Spravovať užívateľov" + #. deleted? -#: ../../../../inc/mod/pages.php:1333 ../../../../inc/mod/pages.php:1405 -#: ../../../../inc/mod/pages.php:1431 ../../../../inc/mod/pages.php:1503 -#: ../../../../inc/mod/pages.php:1456 ../../../../inc/mod/pages.php:1528 -#: ../../../../inc/mod/pages.php:1590 ../../../../inc/mod/pages.php:1662 -#: ../../../../inc/mod/pages.php:1605 ../../../../inc/mod/pages.php:1677 -#: ../../../../inc/mod/pages.php:1750 ../../../../inc/mod/pages.php:1683 -#: ../../../../inc/mod/pages.php:1756 ../../../../inc/mod/pages.php:1815 -#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1826 -#: ../../../../inc/mod/pages.php:1899 ../../../../inc/mod/pages.php:1945 -#: ../../../../inc/mod/pages.php:2021 ../../../../inc/mod/pages.php:1942 -#: ../../../../inc/mod/pages.php:2018 +#: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 +#: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 msgid "New PM for" msgstr "Nová SS pre" -#: ../../../../inc/mod/pages.php:1337 ../../../../inc/mod/pages.php:1435 -#: ../../../../inc/mod/pages.php:1460 ../../../../inc/mod/pages.php:1594 -#: ../../../../inc/mod/pages.php:1609 ../../../../inc/mod/pages.php:1681 -#: ../../../../inc/mod/pages.php:1687 ../../../../inc/mod/pages.php:1819 #: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 -#: ../../../../inc/mod/pages.php:1949 msgid "Private message" msgstr "Súkromná správa" -#. line 62 #. line 68 -#: ../../../../inc/mod/pages.php:1358 ../../../../inc/mod/pages.php:1456 -#: ../../../../inc/mod/pages.php:1481 ../../../../inc/mod/pages.php:1615 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:171 -#: ../../../../inc/mod/pages.php:1630 ../../../../inc/mod/pages.php:1702 -#: ../../../../inc/mod/pages.php:1708 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:182 -#: ../../../../inc/mod/pages.php:1840 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:197 #: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 -#: ../../../../inc/mod/pages.php:1970 msgid "PM inbox" msgstr "Schránka SS" -#: ../../../../inc/mod/pages.php:1679 ../../../../inc/mod/pages.php:1779 -#: ../../../../inc/mod/pages.php:1804 ../../../../inc/mod/pages.php:1938 -#: ../../../../inc/mod/pages.php:1953 ../../../../inc/mod/pages.php:2026 -#: ../../../../inc/mod/pages.php:1978 ../../../../inc/mod/pages.php:2077 -#: ../../../../inc/mod/pages.php:2100 ../../../../inc/mod/pages.php:2199 +#: ../../../../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 +msgid "Rebuild" +msgstr "Prestavať" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +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:2253 ../../../../inc/mod/pages.php:2347 msgid "Config editor" msgstr "Editor konfigurácie" -#: ../../../../inc/mod/pages.php:1713 ../../../../inc/mod/pages.php:1945 -#: ../../../../inc/mod/pages.php:1970 ../../../../inc/mod/pages.php:2104 -#: ../../../../inc/mod/pages.php:2119 ../../../../inc/mod/pages.php:2192 -#: ../../../../inc/mod/pages.php:2249 ../../../../inc/mod/pages.php:2371 -#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 -#: ../../../../inc/mod/pages.php:2529 -msgid "Debug: Anti-spam" -msgstr "Debug: Antispam" +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "Adresár \"themes\" neexistuje!" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +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 +msgid "Manage themes" +msgstr "Spravovať témy" -#: ../../../../inc/mod/pages.php:1801 ../../../../inc/mod/pages.php:1867 -#: ../../../../inc/mod/pages.php:1892 ../../../../inc/mod/pages.php:2026 -#: ../../../../inc/mod/pages.php:2041 ../../../../inc/mod/pages.php:2114 -#: ../../../../inc/mod/pages.php:2171 ../../../../inc/mod/pages.php:2293 #: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 -#: ../../../../inc/mod/pages.php:2450 #, php-format msgid "Installed theme: %s" msgstr "Téma %s bola nainštalovaná" -#: ../../../../inc/mod/pages.php:1811 ../../../../inc/mod/pages.php:1878 -#: ../../../../inc/mod/pages.php:1903 ../../../../inc/mod/pages.php:2037 -#: ../../../../inc/mod/pages.php:2052 ../../../../inc/mod/pages.php:2125 -#: ../../../../inc/mod/pages.php:2182 ../../../../inc/mod/pages.php:2304 #: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 -#: ../../../../inc/mod/pages.php:2461 #, php-format msgid "Configuring theme: %s" msgstr "Konfigurovanie témy: %s" -#: ../../../../inc/mod/pages.php:1839 ../../../../inc/mod/pages.php:1906 -#: ../../../../inc/mod/pages.php:1931 ../../../../inc/mod/pages.php:2065 -#: ../../../../inc/mod/pages.php:2080 ../../../../inc/mod/pages.php:2153 -#: ../../../../inc/mod/pages.php:2210 ../../../../inc/mod/pages.php:2332 #: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 -#: ../../../../inc/mod/pages.php:2490 #, php-format msgid "Rebuilt theme: %s" -msgstr "Prestavaná téma: %s" - -#: ../../../../inc/lib/gettext/examples/pigs_dropin.php:77 -msgid "" -"This is how the story goes.\n" -"\n" -msgstr "" -"Takto ide príbeh.\n" -"\n" - -#: ../../../../inc/mod/pages.php:1969 ../../../../inc/mod/pages.php:1994 -#: ../../../../inc/mod/pages.php:2128 ../../../../inc/mod/pages.php:2143 -#: ../../../../inc/mod/pages.php:2216 ../../../../inc/mod/pages.php:2273 -#: ../../../../inc/mod/pages.php:2395 ../../../../inc/mod/pages.php:2409 -#: ../../../../inc/mod/pages.php:2566 ../../../../inc/mod/pages.php:2563 -msgid "Debug: Recent posts" -msgstr "Debug: Posledné príspevky" - -#: ../../../../inc/mod/pages.php:1993 ../../../../inc/mod/pages.php:2018 -#: ../../../../inc/mod/pages.php:2152 ../../../../inc/mod/pages.php:2167 -#: ../../../../inc/mod/pages.php:2240 ../../../../inc/mod/pages.php:2297 -#: ../../../../inc/mod/pages.php:2419 ../../../../inc/mod/pages.php:2433 -#: ../../../../inc/mod/pages.php:2590 ../../../../inc/mod/pages.php:2587 -msgid "Debug: SQL" -msgstr "Debug: SQL" - -#. line 28 -#. line 26 -#: ../../../../templates/cache/4b/3e/915cc5ac5fe144c331207c656528.php:104 -#: ../../../../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] "1 odpoveď" -msgstr[1] "%count% odpovede" -msgstr[2] "%count% odpovedí" - -#. $results now contains the search results -#: ../../../../inc/mod/pages.php:290 ../../../../inc/mod/pages.php:335 -#: ../../../../inc/mod/pages.php:334 -msgid "Search results" -msgstr "Výsledky vyhľadávania" - -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:31 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:35 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 -msgid "Posts" -msgstr "Príspevky" - -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:41 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:46 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 -msgid "IP address notes" -msgstr "Poznámky k IP adrese" - -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:53 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:59 -#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 -msgid "Bans" -msgstr "Bany" - -#. line 18 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:76 -#: ../../../../templates/cache/55/dd/8ffe738533bd12359200e5745905.php:85 -#: ../../../../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 "" -"(Vyhľadávanie nezáleží od veľkosti znakov a je založené na kľúčových " -"slovách. Pre vyhľadávanie presnej frázy použi \"úvodzovky\". Použi " -"hviezdičku (*) ako ľubovoľný znak.)" - -#. line 8 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:32 -msgid "Select board" -msgstr "Wybierz board" - -#. line 17 -#: ../../../../templates/cache/c3/de/6ff26042c5b94cc80055e6f209d2.php:61 -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 "" -"Vyhľadávanie nezáleží od veľkosti znakov a je založené na kľúčových slovách. " -"Pre vyhľadávanie presnej frázy použi \"úvodzovky\". Použi hviezdičku (*) ako " -"ľubovoľný znak.

Pri vyhľadávaní " -"môžeš použiť nasledovné filtre: id, thread, subject a name. Pre použitie " -"filtra jednoducho pridaj do svojej požiadavky napríklad: name:Anonymous alebo subject:\"Nejaké vlákno\". Hviezdičky vo filtroch nemôžu " -"byť použité." - -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:57 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:61 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:76 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 -msgid "edit" -msgstr "upraviť" - -#. line 26 -#. line 32 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:84 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:90 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:105 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 -msgid "Messages" -msgstr "Správy" - -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:161 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:170 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:185 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 -msgid "View all noticeboard entries" -msgstr "Zobraziť všetky položky na nástenke" - -#. line 70 -#. line 76 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:192 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:204 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:219 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 -msgid "Administration" -msgstr "Administrácia" - -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:239 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:255 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:270 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 -msgid "Change password" -msgstr "Zmeniť heslo" - -#. line 118 -#. line 130 -#. line 136 -#. line 139 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:308 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:341 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:364 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:379 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 -msgid "Debug" -msgstr "Debug" +msgstr "Prestavaná téma: %s" -#. line 120 -#. line 132 -#. line 138 -#. line 141 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:312 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:345 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:369 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:384 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 -msgid "Anti-spam" -msgstr "Antispam" +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "Debug: Antispam" -#. line 121 -#. line 133 -#. line 139 -#. line 142 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:315 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:348 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:373 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:388 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 -msgid "Recent posts" -msgstr "Posledné príspevky" +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "Debug: Posledné príspevky" -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:321 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:354 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:380 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:395 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 -msgid "SQL" -msgstr "SQL" +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +msgid "Debug: SQL" +msgstr "Debug: SQL" -#. line 143 -#. line 155 -#. line 161 -#. line 164 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:359 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:392 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:419 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:434 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 -msgid "User account" -msgstr "Účet užívateľa" +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "Chyba databázy: " -#. line 25 -#. line 67 -#. line 18 -#. line 25 -#. line 67 -#. line 25 -#. line 67 -#. line 25 -#. line 67 -#. line 25 -#. line 68 -#. line 25 -#. line 68 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:77 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:179 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:54 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:82 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:190 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 -msgid "Note" -msgstr "Poznámka" +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "Zabanovaný?" -#. line 26 -#. line 19 -#. line 26 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:80 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:57 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:86 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 -msgid "Date" -msgstr "Dátum" +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "Niesi zabanovaný." -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:112 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:365 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:457 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:88 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:321 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:385 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:120 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:394 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:493 -#: ../../../../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 -msgid "deleted?" -msgstr "odstránené?" +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "Návrat" -#. line 49 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:142 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:151 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 -msgid "remove" -msgstr "odstrániť" +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "Informácie o chybe" -#. line 75 -#. line 76 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:189 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:201 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 -msgid "New note" -msgstr "Nová poznámka" +#. line 2 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Odstrániť príspevok" -#. line 92 -#. line 94 -#. line 7 -#. line 94 -#. line 7 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:226 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:240 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 -msgid "Status" -msgstr "Stav" +#. 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 +#: ../../../../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 +msgid "File" +msgstr "Súbor" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:233 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:248 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 -msgid "Expired" -msgstr "Vypršané" +#. 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 +#: ../../../../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 +msgid "Password" +msgstr "Heslo" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:238 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:254 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 -msgid "Active" -msgstr "Aktívné" +#. 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 +#: ../../../../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 +msgid "Reason" +msgstr "Dôvod" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:269 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:288 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 -msgid "no reason" -msgstr "bez dôvodu" +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Nahlásiť" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:322 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:246 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:346 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:357 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:173 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:149 -msgid "never" -msgstr "nikdy" +#: ../../../../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 +msgid "Return to dashboard" +msgstr "Návrat na panel administrácie" -#. line 140 -#. line 53 -#. line 140 -#. line 142 -#. line 14 -#. line 57 -#. line 142 -#. line 57 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:331 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:143 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:356 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 -msgid "Seen" -msgstr "Videné" +#. 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 "Režim prispievania: Odpoveď" + +#: ../../../../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 "Návrat" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:338 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:273 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:364 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:375 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:201 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:167 -msgid "Yes" -msgstr "Áno" +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "(Žiadne novinky na zobrazenie.)" -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:343 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:278 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:370 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:381 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:207 -#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:173 -msgid "No" -msgstr "Nie" +#: ../../../../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 "žiadny predmet" -#. line 161 -#. line 163 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:378 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:408 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 -msgid "Remove ban" -msgstr "Odstrániť ban" +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#: ../../../../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 "od" -#. line 181 -#. line 135 -#. line 181 -#. line 183 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:424 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:352 -#: ../../../../templates/cache/24/a0/f1ddafed7a8f9625e747a5ca33f5.php:457 -#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 -msgid "Time" -msgstr "Čas" +#. 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 "dňa" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:41 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:36 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 -msgid "You were banned! ;_;" -msgstr "Bol si zabanovaný! ;_;" +#. 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] "1 odpoveď" +msgstr[1] "%count% odpovede" +msgstr[2] "%count% odpovedí" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:46 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:42 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 -msgid "You are banned! ;_;" -msgstr "Si zabanovaný! ;_;" +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "Súbor:" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:56 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:53 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 -msgid "You were banned from" -msgstr "Bol si zabanovaný z" +#: ../../../../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 +msgid "Spoiler Image" +msgstr "Skrytý obrázok" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:61 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:59 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 -msgid "You have been banned from" -msgstr "Bol si zabanovaný z" +#: ../../../../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 +msgid "Reply" +msgstr "Odpoveď" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:83 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 -msgid "for the following reason:" -msgstr "z nasledujúceho dôvodu:" +#: ../../../../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 +msgid "View All" +msgstr "Zobraziť všetko" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:88 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:89 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 -msgid "for an unspecified reason." -msgstr "z nešpecifikovaného dôvodu." +#: ../../../../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 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "Posledný 1 príspevok" +msgstr[1] "Posledné %count% príspevky" +msgstr[2] "Posledných %count% príspevkov" -#. line 32 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:109 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:111 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 -msgid "Your ban was filed on" -msgstr "Tvoj ban bol udelený" +#: ../../../../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 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "1 príspevok" +msgstr[1] "%count% príspevky" +msgstr[2] "%count% príspevkov" -#. line 51 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:120 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:150 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:124 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:157 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:123 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:156 -msgid "has since expired. Refresh the page to continue." -msgstr "už vypršal. Pre pokračovanie obnov stránku." +#: ../../../../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 +msgid "and" +msgstr "a" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:125 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:130 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 -msgid "expires" -msgstr "vyprší" +#: ../../../../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 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "1 príspevok s obrázkom" +msgstr[1] "%count% príspevky s obrázkom" +msgstr[2] "%count% príspevkov s obrázkom" -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:128 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:134 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 -msgid "from now, which is on" -msgstr "od teraz, čo je" +#: ../../../../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 +msgid "omitted. Click reply to view." +msgstr "skrytých. Klikni na Odpoveď pre ich zobrazenie." -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:176 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:184 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 -msgid "will not expire" -msgstr "nevyprší" +#. 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 +#: ../../../../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 "Meno" -#. line 78 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:184 -#: ../../../../templates/cache/e5/22/4711dd22e4c786b4de405db7a449.php:193 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 -msgid "Your IP address is" -msgstr "Tvoja IP adresa je" +#. 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 "E-mail" #. line 23 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:52 -#: ../../../../templates/cache/04/54/656aa217f895c90eae78024fa060.php:57 -#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 -msgid "Continue" -msgstr "Pokračovať" +#. 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 +#: ../../../../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 "Predmet" -#. line 6 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:30 -msgid "Thread ID" -msgstr "ID vlákna" +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "Aktualizácia" -#. line 14 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:44 -msgid "Leave shadow thread" -msgstr "Ponechať tieňové vlákno" +#. 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 "Komentár" -#. line 18 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:50 -msgid "locks thread; replies to it with a link." -msgstr "zamkne vlákno; odpovie naň odkazom." +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "Teraz upravuješ čisté HTML." + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "Upraviť miesto toho markup?" -#. line 22 -#: ../../../../templates/cache/dd/1a/7d548894242b9d7bff167de40716.php:56 -msgid "Target board" -msgstr "Cieľová doska" +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "Upraviť miesto toho čisté HTML?" -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:66 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:70 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 -msgid "(or subnet)" -msgstr "(alebo podsieť)" +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "Verifikácia" -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:80 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:85 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 -msgid "hidden" -msgstr "skryté" +#. line 90 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +msgid "Or URL" +msgstr "Alebo adresa" -#. line 41 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:107 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:114 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 -msgid "Message" -msgstr "Správa" +#. line 100 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +msgid "Embed" +msgstr "Vlož" -#. line 46 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:117 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:122 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:130 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 -msgid "public; attached to post" -msgstr "verejný; pripojený ku príspevku" +#. line 112 +#. line 111 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +msgid "Flags" +msgstr "Vlajky" -#. line 58 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:133 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:138 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:147 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 -msgid "Length" -msgstr "Dĺžka" +#. 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 +#: ../../../../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 +msgid "Sticky" +msgstr "Pripnuté" -#. line 88 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:192 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:197 -#: ../../../../templates/cache/18/9c/c365d711719f494c684aab98a4ae.php:209 -#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 -msgid "New Ban" -msgstr "Nový ban" +#. 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 +#: ../../../../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 +msgid "Lock" +msgstr "Zamknuté" -#. line 47 -#. line 8 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:125 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:39 -msgid "IP address/mask" -msgstr "IP adresa/maska" +#. 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 +#: ../../../../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 +msgid "Raw HTML" +msgstr "Čisté HTML" -#. line 51 -#. line 12 -#: ../../../../templates/cache/4c/fb/a3bf13b0badfc09442bd42da1cce.php:137 -#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:55 -msgid "Duration" -msgstr "Trvanie" +#. line 137 +#. line 136 +#. line 141 +#: ../../../../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 +msgid "(For file deletion.)" +msgstr "(Pre odstránenie príspevku.)" #: ../../../../search.php:5 msgid "Post search is disabled" @@ -2370,11 +1376,11 @@ msgstr "Vyhľadávanie príspevkov je vypnuté" msgid "Wait a while before searching again, please." msgstr "Prosím, chvíľu počkaj pred ďalším vyhľadávaním." -#: ../../../../search.php:128 ../../../../search.php:131 +#: ../../../../search.php:131 msgid "Query too broad." msgstr "Príliš všeobecný dotaz." -#: ../../../../search.php:149 ../../../../search.php:152 +#: ../../../../search.php:152 #, php-format msgid "%d result in" msgid_plural "%d results in" @@ -2382,340 +1388,680 @@ msgstr[0] "%d výsledok v" msgstr[1] "%d výsledky v" msgstr[2] "%d výsledkov v" -#: ../../../../search.php:160 ../../../../search.php:163 +#: ../../../../search.php:163 msgid "No results." msgstr "Žiadne výsledky." -#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:603 -#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:628 -#: ../../../../inc/functions.php:670 -msgid "Banned!" -msgstr "Zabanovaný!" +#. 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 +#: ../../../../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 +msgid "Search" +msgstr "Hľadať" -#: ../../../../banned.php:4 -msgid "Banned?" -msgstr "Zabanovaný?" +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "Odvolanie sa na ban nebolo nájdené!" -#: ../../../../banned.php:5 -msgid "You are not banned." -msgstr "Niesi zabanovaný." +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "Odvolania sa na ban" -#: ../../../../inc/functions.php:549 ../../../../inc/functions.php:566 -#: ../../../../inc/functions.php:558 ../../../../inc/functions.php:575 -#: ../../../../inc/functions.php:578 ../../../../inc/functions.php:595 -#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 -#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 -msgid "second" -msgid_plural "seconds" -msgstr[0] "sekunda" -msgstr[1] "sekundy" -msgstr[2] "sekúnd" +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "Nový užívateľ" -#: ../../../../inc/functions.php:551 ../../../../inc/functions.php:568 -#: ../../../../inc/functions.php:560 ../../../../inc/functions.php:577 -#: ../../../../inc/functions.php:580 ../../../../inc/functions.php:597 -#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 -#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 -msgid "minute" -msgid_plural "minutes" -msgstr[0] "minúta" -msgstr[1] "minúty" -msgstr[2] "minút" +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "Nie je možné povýšiť/degradovať užívateľa." + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "Debug: APC" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " +msgstr "PHP kód obsahuje chyby syntaxu. Oprav ich, prosím. PHP hovorí: " + +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "Dosky" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "upraviť" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "Vytvoriť novú dosku" + +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "Správy" -#: ../../../../inc/functions.php:553 ../../../../inc/functions.php:570 -#: ../../../../inc/functions.php:562 ../../../../inc/functions.php:579 -#: ../../../../inc/functions.php:582 ../../../../inc/functions.php:599 -#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 -#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 -msgid "hour" -msgid_plural "hours" -msgstr[0] "hodina" -msgstr[1] "hodiny" -msgstr[2] "hodín" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "Zobraziť všetky položky na nástenke" -#: ../../../../inc/functions.php:555 ../../../../inc/functions.php:572 -#: ../../../../inc/functions.php:564 ../../../../inc/functions.php:581 -#: ../../../../inc/functions.php:584 ../../../../inc/functions.php:601 -#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 -#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 -msgid "day" -msgid_plural "days" -msgstr[0] "deň" -msgstr[1] "dni" -msgstr[2] "dní" +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "Administrácia" -#: ../../../../inc/functions.php:557 ../../../../inc/functions.php:574 -#: ../../../../inc/functions.php:566 ../../../../inc/functions.php:583 -#: ../../../../inc/functions.php:586 ../../../../inc/functions.php:603 -#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 -#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 -msgid "week" -msgid_plural "weeks" -msgstr[0] "týždeň" -msgstr[1] "týždne" -msgstr[2] "týždňov" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "Zmeniť heslo" -#: ../../../../inc/functions.php:560 ../../../../inc/functions.php:577 -#: ../../../../inc/functions.php:569 ../../../../inc/functions.php:586 -#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 -#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 -#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 -msgid "year" -msgid_plural "years" -msgstr[0] "rok" -msgstr[1] "roky" -msgstr[2] "rokov" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Configuration" +msgstr "Konfigurácia" -#. line 118 -#. line 124 #. line 127 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:308 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:330 -#: ../../../../templates/cache/3a/df/ab38a77244cb9c729b4c6f99759a.php:345 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 msgid "Other" msgstr "Iné" -#: ../../../../templates/cache/b7/7d/de31d12a1684acbc7c0d7ee71653.php:30 -msgid "Successfully installed and built theme." -msgstr "Téma bola úspešne nainštalovaná a zostavená." +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "Debug" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "Antispam" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "Posledné príspevky" -#. line 9 -#: ../../../../templates/cache/b7/7d/de31d12a1684acbc7c0d7ee71653.php:37 -msgid "Go back to themes" -msgstr "Návrat do tém" +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "SQL" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "Účet užívateľa" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +msgid "Logout" +msgstr "Odhlásiť" #. line 3 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:21 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 msgid "New post" msgstr "Nový príspevok" -#. line 32 -#. line 33 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:76 -#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 -msgid "Post news entry" -msgstr "Prispieť do noviniek" +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "Telo" + +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "Prispieť na nástenku" -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:100 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 msgid "delete" msgstr "odstrániť" -#. line 55 -#. line 44 -#. line 56 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:133 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:94 -#: ../../../../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 "od" - -#. line 50 -#: ../../../../templates/cache/c8/8b/242bf87b3b6a29a67cdd09a3afeb.php:136 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:97 -#: ../../../../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 "dňa" +#: ../../../../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 "odstránené?" -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:66 -#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 -#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 -msgid "(No news to show.)" -msgstr "(Žiadne novinky na zobrazenie.)" +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "Prispieť do noviniek" -#: ../../../../templates/cache/86/31/3f70fa8521e56d617b21133af4d8.php:19 -msgid "There are no themes available." -msgstr "Žiadne témy nie sú dostupné." +#. 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 +#: ../../../../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 "Tím" #. line 25 -#: ../../../../templates/cache/d1/99/467985632043e204070d354b8290.php:91 -msgid "Install theme" -msgstr "Nainštalovať tému" +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "Poznámka" -#: ../../../../inc/display.php:211 ../../../../inc/display.php:215 -#: ../../../../inc/display.php:219 ../../../../inc/display.php:229 -#: ../../../../inc/display.php:241 ../../../../inc/display.php:244 -#, php-format -msgid "Post too long. Click here to view the full text." -msgstr "" -"Príliš dlhý príspevok. Klikni sem pre zobrazenie celého " -"textu." +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "Dátum" -#: ../../../../inc/display.php:342 ../../../../inc/display.php:443 -#: ../../../../inc/display.php:347 ../../../../inc/display.php:449 -#: ../../../../inc/display.php:339 ../../../../inc/display.php:444 -#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 -#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 -#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 -msgid "Delete file" -msgstr "Odstrániť súbor" +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "Akcie" -#: ../../../../inc/display.php:342 ../../../../inc/display.php:443 -#: ../../../../inc/display.php:347 ../../../../inc/display.php:449 -#: ../../../../inc/display.php:339 ../../../../inc/display.php:444 -#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 -#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 -#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 -msgid "Are you sure you want to delete this file?" -msgstr "Naozaj chceš odstrániť tento súbor?" +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "odstrániť" -#: ../../../../inc/display.php:431 ../../../../inc/display.php:437 -#: ../../../../inc/display.php:432 ../../../../inc/display.php:469 -#: ../../../../inc/display.php:491 ../../../../inc/display.php:494 -msgid "Delete all posts by IP across all boards" -msgstr "Odstrániť všetky príspevky IP adresy na všetkých doskách" +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "Nová poznámka" + +#. 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 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "Stav" -#: ../../../../inc/display.php:431 ../../../../inc/display.php:437 -#: ../../../../inc/display.php:432 ../../../../inc/display.php:469 -#: ../../../../inc/display.php:491 ../../../../inc/display.php:494 -msgid "" -"Are you sure you want to delete all posts by this IP address, across all " -"boards?" -msgstr "" -"Naozaj chceš odstrániť všetky príspevky tejto IP adresy na všetkých doskách?" +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "Vypršané" -#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 -msgid "There are no boards to search!" -msgstr "Neexistujú žiadne dosky, v ktorých by sa mohlo hľadať." +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "Aktívné" -#. Print error -#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 -msgid "Database error: " -msgstr "Chyba databázy: " +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "bez dôvodu" -#. line 13 -#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 -#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 -msgid "Error information" -msgstr "Informácie o chybe" +#. 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 +#: ../../../../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 "Doska" -#. line 27 -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 -msgid "Update" -msgstr "Aktualizácia" +#. 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 "všetky dosky" -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 -msgid "Currently editing raw HTML." -msgstr "Teraz upravuješ čisté HTML." +#. 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 +#: ../../../../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 "sada" -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 -msgid "Edit markup instead?" -msgstr "Upraviť miesto toho markup?" +#. 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 +#: ../../../../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 "Vyprší" -#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 -msgid "Edit raw HTML instead?" -msgstr "Upraviť miesto toho čisté HTML?" +#: ../../../../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 "nikdy" -#: ../../../../inc/display.php:343 ../../../../inc/display.php:448 -#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 -#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 -#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 -msgid "Spoiler File" -msgstr "Skrytý súbor" +#. 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 +#: ../../../../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 "Videné" -#: ../../../../inc/display.php:343 ../../../../inc/display.php:448 -#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 -#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 -#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 -msgid "Are you sure you want to spoiler this file?" -msgstr "Naozaj chceš skryť tento súbor?" +#: ../../../../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 "Áno" -#: ../../../../inc/display.php:347 ../../../../inc/display.php:384 -#: ../../../../inc/display.php:401 ../../../../inc/display.php:404 -msgid "Move reply to another board" -msgstr "Presunúť odpoveď do inej dosky" +#: ../../../../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 "Nie" -#: ../../../../inc/mod/pages.php:1094 ../../../../inc/mod/pages.php:1105 -#: ../../../../inc/mod/pages.php:1165 ../../../../inc/mod/pages.php:1162 -msgid "Move reply" -msgstr "Presunúť odpoveď" +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "Odstrániť ban" -#: ../../../../templates/cache/72/55/0d64283f30702de83ecfcb71f86a.php:28 -#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 -msgid "There are no reports." -msgstr "Žiadne nahlásenia" +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#: ../../../../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 "Čas" +#. line 185 +#. line 89 +#. line 185 +#. line 89 +#. line 185 #. line 7 -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:41 -msgid "Report date" -msgstr "Dátum nahlásenia" +#. 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 +#: ../../../../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 "Akcia" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:51 -msgid "Reported by" -msgstr "Nahlásené od" +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "(alebo podsieť)" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:70 -msgid "Discard abuse report" -msgstr "Vyradiť nahlásenie" +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "skryté" -#: ../../../../templates/cache/9c/7b/891291bc84f8844c30cefdb949cf.php:88 -msgid "Discard all abuse reports by this IP address" -msgstr "Vyradiť všetky nahlásenia od tejto IP adresy" +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "Správa" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:542 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:544 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:509 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:520 -msgid "View All" -msgstr "Zobraziť všetko" +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "verejný; pripojený ku príspevku" -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:559 -#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:561 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:526 -#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:537 -msgid "Last 1 Post" -msgid_plural "Last %count% Posts" -msgstr[0] "Posledný 1 príspevok" -msgstr[1] "Posledné %count% príspevky" -msgstr[2] "Posledných %count% príspevkov" +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "Dĺžka" -#. line 90 -#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 -#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 -msgid "Or URL" -msgstr "Alebo adresa" +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "Nový ban" -#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936 -msgid "Ban appeal not found!" -msgstr "Odvolanie sa na ban nebolo nájdené!" +#. 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 "Fráza:" -#: ../../../../inc/mod/pages.php:989 -#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 -#: ../../../../inc/mod/pages.php:986 -msgid "Ban appeals" -msgstr "Odvolania sa na ban" +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "Príspevky" -#: ../../../../inc/mod/pages.php:1833 ../../../../inc/mod/pages.php:1830 -msgid "New user" -msgstr "Nový užívateľ" +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "Poznámky k IP adrese" -#: ../../../../inc/mod/pages.php:1888 ../../../../inc/mod/pages.php:1885 -msgid "Impossible to promote/demote user." -msgstr "Nie je možné povýšiť/degradovať užívateľa." +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "Bany" -#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2609 -msgid "Debug: APC" -msgstr "Debug: APC" +#. 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 "(Vyhľadávanie nezáleží od veľkosti znakov a je založené na kľúčových slovách. Pre vyhľadávanie presnej frázy použi \"úvodzovky\". Použi hviezdičku (*) ako ľubovoľný znak.)" #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 msgid "There are no active bans." msgstr "Žiadne aktívne bany." +#. 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 "IP adresa/maska" + +#. 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 "Trvanie" + #. line 92 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 msgid "Unban selected" msgstr "Odbanovať vybrané" +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Užívateľské meno" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Pokračovať" + #. line 80 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 msgid "Appeal time" @@ -2726,31 +2072,92 @@ msgstr "Čas odvolania sa" msgid "Appeal reason" msgstr "Dôvod odvolania sa" -#: ../../../../post.php:802 ../../../../post.php:812 +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "Žiadne nahlásenia" + +#: ../../../../post.php:802 ../../../../post.php:811 msgid "That ban doesn't exist or is not for you." msgstr "Ban neexistuje, alebo nie je pre Teba." -#: ../../../../post.php:806 ../../../../post.php:816 +#: ../../../../post.php:806 ../../../../post.php:815 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:823 +#: ../../../../post.php:813 ../../../../post.php:822 msgid "You cannot appeal this ban again." msgstr "Nie je možné sa znova odvolať na tento ban." -#: ../../../../post.php:818 ../../../../post.php:828 +#: ../../../../post.php:818 ../../../../post.php:827 msgid "There is already a pending appeal for this ban." msgstr "Čakajúce odvolanie sa na tento ban už existuje." +#: ../../../../inc/image.php:24 ../../../../inc/image.php:62 +msgid "Unsupported file format: " +msgstr "Nepodporovaný formát súboru:" + #: ../../../../inc/image.php:282 ../../../../inc/image.php:288 msgid "Failed to redraw image!" msgstr "Prekreslenie obrázka zlyhalo!" #: ../../../../inc/image.php:324 ../../../../inc/image.php:343 -#: ../../../../inc/image.php:368 +#: ../../../../inc/image.php:368 ../../../../inc/image.php:342 +#: ../../../../inc/image.php:366 msgid "Failed to resize image!" msgstr "Zmena veľkosti obrázka zlyhala!" +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "Bol si zabanovaný! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "Si zabanovaný! ;_;" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "Bol si zabanovaný z" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "Bol si zabanovaný z" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "z nasledujúceho dôvodu:" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +msgstr "z nešpecifikovaného dôvodu." + +#. line 32 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 +msgid "Your ban was filed on" +msgstr "Tvoj ban bol udelený" + +#. 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 "už vypršal. Pre pokračovanie obnov stránku." + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "vyprší" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "od teraz, čo je" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "nevyprší" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "Tvoja IP adresa je" + #. line 86 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 msgid "You were banned for the following post on" @@ -2765,6 +2172,16 @@ msgstr "Odoslal si odvolanie sa na tento ban" msgid "It is still pending" msgstr "Stále čaká na rozsudok" +#. 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 @@ -2775,302 +2192,265 @@ msgstr "Odvolal si sa na tento ban" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 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." +msgstr "a Tvoje odvolanie bolo odmietnuté. Nie je možné sa znova odvolať na tento ban." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." -msgstr "" -"Odoslal si maximálny počet odvolaní sa na ban. Nemôžeš sa znova odvolať na " -"tento ban." +msgstr "Odoslal si maximálny počet odvolaní sa na ban. Nemôžeš sa znova odvolať na tento ban." #. line 114 #. line 121 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 -msgid "and it was denied." -msgstr "a Tvoje odvolanie sa bolo odmietnuté" - -#. line 116 -#. line 123 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 -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 -msgid "You last appealed this ban on" -msgstr "Naposledy si sa odvolal na tento ban" - -#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 -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." - -#. How long before Tinyboard forgets about a mute? -#. 2 weeks -#. If you want to alter the algorithm a bit. Default value is 2. -#. (n^x where x is the number of previous mutes) -#: ../../../../inc/config.php:474 -msgid "You have been muted for unoriginal content." -msgstr "Bol si zablokovaný pre neoriginálny obsah." - -#. The names on the post buttons. (On most imageboards, these are both just "Post"). -#: ../../../../inc/config.php:771 -msgid "New Topic" -msgstr "Nové vlákno" - -#: ../../../../inc/config.php:772 -msgid "New Reply" -msgstr "Odpoveď" - -#. -#. * ==================== -#. * Error messages -#. * ==================== -#. -#. Error messages -#: ../../../../inc/config.php:962 -msgid "You look like a bot." -msgstr "Vyzeráš ako bot." - -#: ../../../../inc/config.php:963 -msgid "Your browser sent an invalid or no HTTP referer." -msgstr "Tvoj prehliadač odoslal vadný alebo žiadny HTTP referer." - -#: ../../../../inc/config.php:964 -#, php-format -msgid "The %s field was too long." -msgstr "Pole %s bolo príliš dlhé." - -#: ../../../../inc/config.php:965 -msgid "The body was too long." -msgstr "Telo správy bolo príliš dlhé." - -#: ../../../../inc/config.php:966 -msgid "The body was too short or empty." -msgstr "Telo správy bolo prikrátke alebo prázdne." - -#: ../../../../inc/config.php:967 -msgid "You must upload an image." -msgstr "Musíš odoslať obrázok." - -#: ../../../../inc/config.php:968 -msgid "The server failed to handle your upload." -msgstr "Serveru sa nepodarilo poradiť si s Tvojím uploadom." - -#: ../../../../inc/config.php:969 -msgid "Unsupported image format." -msgstr "Nepodporovaný formát súboru." - -#: ../../../../inc/config.php:970 -msgid "Invalid board!" -msgstr "Nesprávna doska!" +#. 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 +msgid "and it was denied." +msgstr "a Tvoje odvolanie sa bolo odmietnuté" -#: ../../../../inc/config.php:971 -msgid "Thread specified does not exist." -msgstr "Špecifikované vlákno neexistuje." +#. 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 +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." -#: ../../../../inc/config.php:972 -msgid "Thread locked. You may not reply at this time." -msgstr "Zamknuté vlákno. Teraz nie je možné naň odpovedať." +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "Naposledy si sa odvolal na tento ban" -#: ../../../../inc/config.php:973 -msgid "Thread has reached its maximum reply limit." -msgstr "Vlákno dosiahlo svoj maximálny limit pre odpovede." +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +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." -#: ../../../../inc/config.php:974 -msgid "Thread has reached its maximum image limit." -msgstr "Vlákno dosiahlo svoj maximálny limit pre obrázky." +#. 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 "IP adresa" -#: ../../../../inc/config.php:975 -msgid "You didn't make a post." -msgstr "Príspevok nebol vytvorený." +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "ID" -#: ../../../../inc/config.php:976 -msgid "Flood detected; Post discarded." -msgstr "Detekovaný flood; Príspevok zrušený." +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 +msgid "Type" +msgstr "Typ" -#: ../../../../inc/config.php:977 -msgid "Your request looks automated; Post discarded." -msgstr "Požiadavka vyzerá byť automatizovaná; Príspevok zrušený." +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 +msgid "Last action" +msgstr "Posledná akcia" -#: ../../../../inc/config.php:978 -msgid "Unoriginal content!" -msgstr "Neoriginálny obsah!" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "Neznámy" -#: ../../../../inc/config.php:979 -#, php-format -msgid "Unoriginal content! You have been muted for %d seconds." -msgstr "Neoriginálny obsah! Bol si zablokovaný na %d sekúnd." +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 +msgid "none" +msgstr "nedostatok" -#: ../../../../inc/config.php:980 -#, php-format -msgid "You are muted! Expires in %d seconds." -msgstr "Si zablokovaný! Vyprší za %d sekúnd." +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 +msgid "Promote" +msgstr "Povýšiť" -#: ../../../../inc/config.php:981 -#, php-format -msgid "Your IP address is listed in %s." -msgstr "Tvoja IP je spomínaná v %s." +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 +msgid "Demote" +msgstr "Degradovať" -#: ../../../../inc/config.php:982 -msgid "Too many links; flood detected." -msgstr "Priveľa odkazov; Flood detekovaný." +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 +msgid "Are you sure you want to demote yourself?" +msgstr "Si si istý, že chceš degradovať seba samého?" -#: ../../../../inc/config.php:983 -msgid "Too many cites; post discarded." -msgstr "Priveľa citátov; Príspevok zrušený." +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 +msgid "log" +msgstr "denník" -#: ../../../../inc/config.php:984 -msgid "Too many cross-board links; post discarded." -msgstr "Priveľa medzidoskových odkazov; Príspevok zrušený." +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 +msgid "PM" +msgstr "SS" -#: ../../../../inc/config.php:985 -msgid "You didn't select anything to delete." -msgstr "Nevybral si nič pre odstránenie." +#. line 6 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 +msgid "Thread ID" +msgstr "ID vlákna" -#: ../../../../inc/config.php:986 -msgid "You didn't select anything to report." -msgstr "Nevybral si nič pre nahlásenie." +#. line 14 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 +msgid "Leave shadow thread" +msgstr "Ponechať tieňové vlákno" -#: ../../../../inc/config.php:987 -msgid "You can't report that many posts at once." -msgstr "Nie je možné nahlásiť tak veľa príspevkov naraz." +#. line 18 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 +msgid "locks thread; replies to it with a link." +msgstr "zamkne vlákno; odpovie naň odkazom." -#: ../../../../inc/config.php:988 -msgid "Wrong password…" -msgstr "Neplatné heslo…" +#. line 22 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +msgid "Target board" +msgstr "Cieľová doska" -#: ../../../../inc/config.php:989 -msgid "Invalid image." -msgstr "Neplatný obrázok." +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "Wybierz board" -#: ../../../../inc/config.php:990 -msgid "Unknown file extension." -msgstr "Neznámy formát súboru." +#. 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 "Vyhľadávanie nezáleží od veľkosti znakov a je založené na kľúčových slovách. Pre vyhľadávanie presnej frázy použi \"úvodzovky\". Použi hviezdičku (*) ako ľubovoľný znak.

Pri vyhľadávaní môžeš použiť nasledovné filtre: id, thread, subject a name. Pre použitie filtra jednoducho pridaj do svojej požiadavky napríklad: name:Anonymous alebo subject:\"Nejaké vlákno\". Hviezdičky vo filtroch nemôžu byť použité." -#: ../../../../inc/config.php:991 -msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" -msgstr "Maximálna veľkosť súboru: %maxsz% bajtov
Veľkosť Tvojho súboru: %filesz% bajtov." +#. line 2 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 +msgid "Are you sure you want to do that?" +msgstr "Si si istý, že to chceš urobiť?" -#: ../../../../inc/config.php:992 -msgid "The file was too big." -msgstr "Súbor bol príliš veľký." +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 +msgid "Click to proceed to" +msgstr "Klikni pre pokračovanie na" -#: ../../../../inc/config.php:993 -#, php-format -msgid "That file already exists!" -msgstr "Súbor už existuje!" +#. 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 "Tento oznam vidíš pravdepodobne preto, lebo máš vypnutý Javascript. Je to nutná bezpečnostná procedúra aby sa zabránilo útokom typu CSRF." -#: ../../../../inc/config.php:994 -#, php-format -msgid "That file already exists in this thread!" -msgstr "Tento súbor už existuje v tomto vlákne!" +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "Dátum nahlásenia" -#: ../../../../inc/config.php:995 -#, php-format -msgid "You'll have to wait another %s before deleting that." -msgstr "Budeš musieť čakať ešte %s než to odstrániš." +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "Nahlásené od" -#: ../../../../inc/config.php:996 -msgid "MIME type detection XSS exploit (IE) detected; post discarded." -msgstr "XSS exploit detekcie MIME typu (IE) detekovaný; Post zrušený." +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "Vyradiť nahlásenie" -#: ../../../../inc/config.php:997 -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." +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "Vyradiť všetky nahlásenia od tejto IP adresy" -#: ../../../../inc/config.php:998 -msgid "You seem to have mistyped the verification." -msgstr "Vyzerá to, že bola zle opísaná verifikácia." +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "Od" -#. Moderator errors -#: ../../../../inc/config.php:1001 -#, php-format -msgid "" -"You are only allowed to unban %s users at a time. You tried to unban %u " -"users." -msgstr "Môžeš naraz odbanovať iba %s užívateľov. Snažil si sa odbanovať %u užívateľov." +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "Navždy odstrániť" -#: ../../../../inc/config.php:1002 -msgid "Invalid username and/or password." -msgstr "Neplatné užívateľské meno a/alebo heslo." +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "Odpovedať s citátom" -#: ../../../../inc/config.php:1003 -msgid "You are not a mod…" -msgstr "Niesi moderátor…" +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "Odoslať oznam" -#: ../../../../inc/config.php:1004 -msgid "" -"Invalid username and/or password. Your user may have been deleted or changed." -msgstr "Neplatné užívateľské meno a/alebo heslo. Tvoj účet mohol byť zmenený alebo odstránený." +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "Žiadne témy nie sú dostupné." -#: ../../../../inc/config.php:1005 -msgid "Invalid/malformed cookies." -msgstr "Neplatné/modifikované cookies." +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 +msgid "Version" +msgstr "Verzia" -#: ../../../../inc/config.php:1006 -msgid "Your browser didn't submit an input when it should have." -msgstr "Tvoj prehliadač neodovzdal vstup vtedy, kedy mal." +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 +msgid "Description" +msgstr "Popis" -#: ../../../../inc/config.php:1007 -#, php-format -msgid "The %s field is required." -msgstr "Pole %s je povinné." +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 +msgid "Thumbnail" +msgstr "Miniatúra" -#: ../../../../inc/config.php:1008 -#, php-format -msgid "The %s field was invalid." -msgstr "Pole %s je neplatné." +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "Použiť tému" -#: ../../../../inc/config.php:1009 -#, php-format -msgid "There is already a %s board." -msgstr "Doska %s už existuje." +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 +msgid "Reconfigure" +msgstr "Prekonfigurovať" -#: ../../../../inc/config.php:1010 -msgid "You don't have permission to do that." -msgstr "Nemáš na to povolenie." +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 +msgid "Install" +msgstr "Inštalovať" -#: ../../../../inc/config.php:1011 -msgid "That post doesn't exist…" -msgstr "Príspevok neexistuje…" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "Odinštalovať" -#: ../../../../inc/config.php:1012 -msgid "Page not found." -msgstr "Stránka nebola nájdená." +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "nové; voliteľné" -#: ../../../../inc/config.php:1013 -#, php-format -msgid "That mod already exists!" -msgstr "Moderátor už existuje!" +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "Skupina" -#: ../../../../inc/config.php:1014 -msgid "That theme doesn't exist!" -msgstr "Zadaná téma neexistuje!" +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "Všetky dosky" -#: ../../../../inc/config.php:1015 -msgid "Invalid security token! Please go back and try again." -msgstr "Neplatný bezpečnostný token! Prosím, vráť sa a skús to znova." +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "Vytvoriť užívateľa" -#: ../../../../inc/config.php:1016 -msgid "" -"Your code contained PHP syntax errors. Please go back and correct them. PHP " -"says: " -msgstr "PHP kód obsahuje chyby syntaxu. Oprav ich, prosím. PHP hovorí: " +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "Uložiť zmeny" -#. 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:1179 -msgid "USER WAS BANNED FOR THIS POST" -msgstr "UŽÍVATEĽ BOL ZA TENTO PRÍSPEVOK ZABANOVANÝ" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" +msgstr "Odstrániť užívateľa" -#: /var/www/html/Tinyboard/inc/config.php:807 -#, php-format -msgid "Moved to %s." -msgstr "Presunuté do %s." \ No newline at end of file +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 +msgid "View more logs for this user." +msgstr "Zobraziť viac záznamov tohto užívateľa" diff --git a/inc/locale/tr_TR/LC_MESSAGES/javascript.js b/inc/locale/tr_TR/LC_MESSAGES/javascript.js index a0afb44a..f054d1be 100644 --- a/inc/locale/tr_TR/LC_MESSAGES/javascript.js +++ b/inc/locale/tr_TR/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Style: ":"Stil: ","File":"Dosya","hide":"gizle","show":"g\u00f6ster","Show locked threads":"Kilitli konular\u0131 g\u00f6ster","Hide locked threads":"Gizli konular\u0131 kilitle","URL":"URL","Select":"Se\u00e7","Remote":"Uzak","Embed":"G\u00f6m","Oekaki":"Oekaki","hidden":"gizli","Show images":"Resimleri g\u00f6ster","Hide images":"Resimleri gizle","Password":"\u015eifre","Delete file only":"Sadece dosyay\u0131 sil","Delete":"Sil","Reason":"Sebep","Report":"\u015eikayet et","Click reply to view.":"G\u00f6rmek i\u00e7in cevaplaya bas\u0131n.","Click to expand":"Geni\u015fletmek i\u00e7in t\u0131klay\u0131n","Hide expanded replies":"Daralt","Brush size":"F\u0131r\u00e7a b\u00fcy\u00fckl\u00fc\u011f\u00fc","Set text":"Yaz\u0131y\u0131 ayarla","Clear":"Temizle","Save":"Kay\u0131t et","Load":"Y\u00fckle","Toggle eraser":"Silgi","Get color":"Rengi se\u00e7","Fill":"Doldur","Use oekaki instead of file?":"Dosya yerine oekaki kullan","Edit in oekaki":"oekaki'de d\u00fczenle","Enter some text":"Bir yaz\u0131 girin","Enter font or leave empty":"Font girin ya da bo\u015f b\u0131rak\u0131n","Forced anonymity":"Zorunlu anon","enabled":"etkin","disabled":"etkin de\u011fil","Sun":"Paz","Mon":"Pzt","Tue":"Sa","Wed":"\u00c7r\u015f","Thu":"Per","Fri":"Cu","Sat":"Cts","Catalog":"Katalog","Submit":"G\u00f6nder","Quick reply":"\u00c7abuk cevap","Posting mode: Replying to >>{0}<\/small>":"G\u00f6nderme modu: >>{0}<\/small> cevap veriyorsunuz","Return":"Geri d\u00f6n","Expand all images":"B\u00fct\u00fcn resimleri geni\u015flet","Hello!":"Merhaba!","{0} users":"{0} kullan\u0131c\u0131","(hide threads from this board)":"(bu tahtadan konular\u0131 gizle)","(show threads from this board)":"(bu tahtadan konular\u0131 g\u00f6ster)","No more threads to display":"G\u00f6sterecek ba\u015fka konu kalmad\u0131","Loading...":"Y\u00fckleniyor...","Save as original filename":"Dosya ad\u0131yla kaydet","Reported post(s).":"\u015eikayet edilen konu\/konular.","An unknown error occured!":"FATAL \u00d6R\u00d6R","Something went wrong... An unknown error occured!":"Bilemedi\u011fimiz \u00e7ok fena \u015feyler oldu!","Working...":"Yap\u0131yoruz...","Posting... (#%)":"G\u00f6nderiliyor... (#%)","Posted...":"G\u00f6nderildi...","An unknown error occured when posting!":"Hata... \u00e7ok... fena... ","Posting...":"G\u00f6nderiliyor...","Upload URL":"Y\u00fckleme linki","Spoiler Image":"Spoiler","Comment":"Yorum","Quick Reply":"\u00c7abuk Cevaplama","Stop watching this thread":"Bu konuyu takip etmeyi b\u0131rak","Watch this thread":"Bu konuyu takip et","Unpin this board":"Bu tahtan\u0131n i\u011fnesini kald\u0131r","Pin this board":"Bu tahtay\u0131 i\u011fnele","Stop watching this board":"Bu tahtay\u0131 izlemeyi b\u0131rak","Watch this board":"Bu tahtay\u0131 izle","Click on any image on this site to load it into oekaki applet":"Oekaki'ye atmak i\u00e7in website \u00fczerindeki herhangi bir resme t\u0131klay\u0131n"}; \ No newline at end of file +l10n = {"Style: ":"Stil: ","File":"Dosya","hide":"gizle","show":"g\u00f6ster","Show locked threads":"Kilitli konular\u0131 g\u00f6ster","Hide locked threads":"Gizli konular\u0131 kilitle","URL":"URL","Select":"Se\u00e7","Remote":"Uzak","Embed":"G\u00f6m","Oekaki":"Oekaki","hidden":"gizli","Show images":"Resimleri g\u00f6ster","Hide images":"Resimleri gizle","Password":"\u015eifre","Delete file only":"Sadece dosyay\u0131 sil","Delete":"Sil","Reason":"Sebep","Report":"\u015eikayet et","Click reply to view.":"G\u00f6rmek i\u00e7in cevaplaya bas\u0131n.","Click to expand":"Geni\u015fletmek i\u00e7in t\u0131klay\u0131n","Hide expanded replies":"Daralt","Brush size":"F\u0131r\u00e7a b\u00fcy\u00fckl\u00fc\u011f\u00fc","Set text":"Yaz\u0131y\u0131 ayarla","Clear":"Temizle","Save":"Kay\u0131t et","Load":"Y\u00fckle","Toggle eraser":"Silgi","Get color":"Rengi se\u00e7","Fill":"Doldur","Use oekaki instead of file?":"Dosya yerine oekaki kullan","Edit in oekaki":"oekaki'de d\u00fczenle","Enter some text":"Bir yaz\u0131 girin","Enter font or leave empty":"Font girin ya da bo\u015f b\u0131rak\u0131n","Forced anonymity":"Zorunlu anon","enabled":"etkin","disabled":"etkin de\u011fil","Sun":"Paz","Mon":"Pzt","Tue":"Sa","Wed":"\u00c7r\u015f","Thu":"Per","Fri":"Cu","Sat":"Cts","Catalog":"Katalog","Submit":"G\u00f6nder","Quick reply":"\u00c7abuk cevap","Posting mode: Replying to >>{0}<\/small>":"G\u00f6nderme modu: >>{0}<\/small> cevap veriyorsunuz","Return":"Geri d\u00f6n","Expand all images":"B\u00fct\u00fcn resimleri geni\u015flet","Hello!":"Merhaba!","{0} users":"{0} kullan\u0131c\u0131","(hide threads from this board)":"(bu tahtadan konular\u0131 gizle)","(show threads from this board)":"(bu tahtadan konular\u0131 g\u00f6ster)","No more threads to display":"G\u00f6sterecek ba\u015fka konu kalmad\u0131","Loading...":"Y\u00fckleniyor...","Save as original filename":"Dosya ad\u0131yla kaydet","Reported post(s).":"\u015eikayet edilen konu\/konular.","An unknown error occured!":"FATAL \u00d6R\u00d6R","Something went wrong... An unknown error occured!":"Bilemedi\u011fimiz \u00e7ok fena \u015feyler oldu!","Working...":"Yap\u0131yoruz...","Posting... (#%)":"G\u00f6nderiliyor... (#%)","Posted...":"G\u00f6nderildi...","An unknown error occured when posting!":"Hata... \u00e7ok... fena... ","Posting...":"G\u00f6nderiliyor...","Upload URL":"Y\u00fckleme linki","Spoiler Image":"Spoiler","Comment":"Yorum","Quick Reply":"\u00c7abuk Cevaplama","Stop watching this thread":"Bu konuyu takip etmeyi b\u0131rak","Watch this thread":"Bu konuyu takip et","Unpin this board":"Bu tahtan\u0131n i\u011fnesini kald\u0131r","Pin this board":"Bu tahtay\u0131 i\u011fnele","Stop watching this board":"Bu tahtay\u0131 izlemeyi b\u0131rak","Watch this board":"Bu tahtay\u0131 izle","Click on any image on this site to load it into oekaki applet":"Oekaki'ye atmak i\u00e7in website \u00fczerindeki herhangi bir resme t\u0131klay\u0131n","Sunday":"Pazar","Monday":"Pazartesi","Tuesday":"Sal","Wednesday":"\u00c7ar\u015famba","Thursday":"Per\u015fembe","Friday":"Cuma","Saturday":"Cumartesi","January":"Ocak","February":"\u015eubat","March":"Mart","April":"Nisan","May":"May\u0131s","June":"Haziran","July":"Temmuz","August":"A\u011fustos","September":"Eyl\u00fcl","October":"kim","November":"Kas\u0131m","December":"Aral\u0131k","Jan":"Oca","Feb":"\u015eub","Mar":"Mar","Apr":"Nis","Jun":"Haz","Jul":"Tem","Aug":"A\u011fu","Sep":"Eyl","Oct":"Eki","Nov":"Kas","Dec":"Ara","AM":"\u00d6\u00d6","PM":"\u00d6S","am":"\u00f6\u00f6","pm":"\u00f6s","Your browser does not support HTML5 video.":"Taray\u0131c\u0131n\u0131z HTML5 videolar\u0131 desteklemiyor","[play once]":"[bir kere oynat]","[loop]":"[devaml\u0131]","WebM Settings":"WebM Ayarlar\u0131","Expand videos inline":"Videolar\u0131 i\u00e7erde geni\u015flet","Play videos on hover":"Mouse \u00fcst\u00fcne gelince videolar oynas\u0131n","Default volume":"Ses"}; \ No newline at end of file diff --git a/inc/locale/tr_TR/LC_MESSAGES/javascript.po b/inc/locale/tr_TR/LC_MESSAGES/javascript.po index 97fc88fa..dcd0fe57 100644 --- a/inc/locale/tr_TR/LC_MESSAGES/javascript.po +++ b/inc/locale/tr_TR/LC_MESSAGES/javascript.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# Tunai , 2014 msgid "" msgstr "" -"Project-Id-Version: Tinyboard JS Çevirisi" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-20 20:19+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Tunay Uyar tunayuyar39@gmail.com" -"Language-Team: Türkçe" -"Language: TR" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 18:51+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/tr_TR/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 msgid "Style: " @@ -194,30 +195,37 @@ msgid "disabled" msgstr "etkin değil" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Sun" msgstr "Paz" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Mon" msgstr "Pzt" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Tue" msgstr "Sa" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Wed" msgstr "Çrş" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Thu" msgstr "Per" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Fri" msgstr "Cu" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 +#: ../../../../js/local-time.js:30 msgid "Sat" msgstr "Cts" @@ -325,19 +333,23 @@ msgid "Posting..." msgstr "Gönderiliyor..." #: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 +#: ../../../../js/quick-reply.js:225 msgid "Upload URL" msgstr "Yükleme linki" #: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 +#: ../../../../js/quick-reply.js:268 msgid "Spoiler Image" msgstr "Spoiler" #: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 +#: ../../../../js/quick-reply.js:279 msgid "Comment" msgstr "Yorum" #: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 #: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 +#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 msgid "Quick Reply" msgstr "Çabuk Cevaplama" @@ -388,3 +400,167 @@ msgstr "Bu tahtayı izle" #: ../../../../js/wpaint.js:113 msgid "Click on any image on this site to load it into oekaki applet" msgstr "Oekaki'ye atmak için website üzerindeki herhangi bir resme tıklayın" + +#: ../../../../js/local-time.js:29 +msgid "Sunday" +msgstr "Pazar" + +#: ../../../../js/local-time.js:29 +msgid "Monday" +msgstr "Pazartesi" + +#: ../../../../js/local-time.js:29 +msgid "Tuesday" +msgstr "Sal" + +#: ../../../../js/local-time.js:29 +msgid "Wednesday" +msgstr "Çarşamba" + +#: ../../../../js/local-time.js:29 +msgid "Thursday" +msgstr "Perşembe" + +#: ../../../../js/local-time.js:29 +msgid "Friday" +msgstr "Cuma" + +#: ../../../../js/local-time.js:29 +msgid "Saturday" +msgstr "Cumartesi" + +#: ../../../../js/local-time.js:31 +msgid "January" +msgstr "Ocak" + +#: ../../../../js/local-time.js:31 +msgid "February" +msgstr "Şubat" + +#: ../../../../js/local-time.js:31 +msgid "March" +msgstr "Mart" + +#: ../../../../js/local-time.js:31 +msgid "April" +msgstr "Nisan" + +#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 +msgid "May" +msgstr "Mayıs" + +#: ../../../../js/local-time.js:31 +msgid "June" +msgstr "Haziran" + +#: ../../../../js/local-time.js:31 +msgid "July" +msgstr "Temmuz" + +#: ../../../../js/local-time.js:31 +msgid "August" +msgstr "Ağustos" + +#: ../../../../js/local-time.js:31 +msgid "September" +msgstr "Eylül" + +#: ../../../../js/local-time.js:31 +msgid "October" +msgstr "kim" + +#: ../../../../js/local-time.js:31 +msgid "November" +msgstr "Kasım" + +#: ../../../../js/local-time.js:31 +msgid "December" +msgstr "Aralık" + +#: ../../../../js/local-time.js:32 +msgid "Jan" +msgstr "Oca" + +#: ../../../../js/local-time.js:32 +msgid "Feb" +msgstr "Şub" + +#: ../../../../js/local-time.js:32 +msgid "Mar" +msgstr "Mar" + +#: ../../../../js/local-time.js:32 +msgid "Apr" +msgstr "Nis" + +#: ../../../../js/local-time.js:32 +msgid "Jun" +msgstr "Haz" + +#: ../../../../js/local-time.js:32 +msgid "Jul" +msgstr "Tem" + +#: ../../../../js/local-time.js:32 +msgid "Aug" +msgstr "Ağu" + +#: ../../../../js/local-time.js:32 +msgid "Sep" +msgstr "Eyl" + +#: ../../../../js/local-time.js:32 +msgid "Oct" +msgstr "Eki" + +#: ../../../../js/local-time.js:32 +msgid "Nov" +msgstr "Kas" + +#: ../../../../js/local-time.js:32 +msgid "Dec" +msgstr "Ara" + +#: ../../../../js/local-time.js:33 +msgid "AM" +msgstr "ÖÖ" + +#: ../../../../js/local-time.js:34 +msgid "PM" +msgstr "ÖS" + +#: ../../../../js/local-time.js:35 +msgid "am" +msgstr "öö" + +#: ../../../../js/local-time.js:36 +msgid "pm" +msgstr "ös" + +#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 +msgid "Your browser does not support HTML5 video." +msgstr "Tarayıcınız HTML5 videoları desteklemiyor" + +#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 +msgid "[play once]" +msgstr "[bir kere oynat]" + +#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 +msgid "[loop]" +msgstr "[devamlı]" + +#: ../../../../js/webm-settings.js:42 +msgid "WebM Settings" +msgstr "WebM Ayarları" + +#: ../../../../js/webm-settings.js:44 +msgid "Expand videos inline" +msgstr "Videoları içerde genişlet" + +#: ../../../../js/webm-settings.js:45 +msgid "Play videos on hover" +msgstr "Mouse üstüne gelince videolar oynasın" + +#: ../../../../js/webm-settings.js:46 +msgid "Default volume" +msgstr "Ses" diff --git a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo index c38ac97d..174ee280 100644 Binary files a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo and b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po index eff567de..30c9cab2 100644 --- a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po +++ b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po @@ -1,74 +1,79 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# +# Translators: +# Tunai , 2014 msgid "" msgstr "" -"Project-Id-Version: Tinyboard Türkçe Çeviri\n" +"Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-20 20:19+0100\n" -"PO-Revision-Date: 2014-02-20 22:38+0200\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Tunay Uyar \n" +"POT-Creation-Date: 2014-04-18 19:24+0200\n" +"PO-Revision-Date: 2014-04-18 20:50+0000\n" +"Last-Translator: czaks \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Poedit 1.6.4\n" "Language: tr_TR\n" - -#: ../../../../inc/lib/gettext/examples/pigs_dropin.php:77 -msgid "" -"This is how the story goes.\n" -"\n" -msgstr "" -"Şimdi hikaye şöyle başlıyor.\n" -"\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 #: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 msgid "second" msgid_plural "seconds" msgstr[0] "saniye" -msgstr[1] "saniye" #: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 #: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 msgid "minute" msgid_plural "minutes" msgstr[0] "dakika" -msgstr[1] "dakika" #: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 #: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 msgid "hour" msgid_plural "hours" msgstr[0] "saat" -msgstr[1] "saat" #: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 #: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 msgid "day" msgid_plural "days" msgstr[0] "gün" -msgstr[1] "gün" #: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 #: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 msgid "week" msgid_plural "weeks" msgstr[0] "hafta" -msgstr[1] "hafta" #: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 #: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 msgid "year" msgid_plural "years" msgstr[0] "yıl" -msgstr[1] "yıl" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 msgid "Banned!" msgstr "Ban!" @@ -76,6 +81,9 @@ msgstr "Ban!" #: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 #: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 #: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 msgid "Previous" msgstr "Geri" @@ -83,6 +91,9 @@ msgstr "Geri" #: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 #: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 #: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 msgid "Next" msgstr "İleri" @@ -187,7 +198,9 @@ msgstr "Bu IP'nin bütün tahtalardaki gönderilerini sil" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 -msgid "Are you sure you want to delete all posts by this IP address, across all boards?" +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" msgstr "Bu IP'nin bütün tahtalardaki girdilerini silmek istediğinizden emin misiniz?" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 @@ -230,319 +243,389 @@ msgstr "Konuyu başka bir tahtaya taşı" #. If you want to alter the algorithm a bit. Default value is 2. #. (n^x where x is the number of previous mutes) #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 msgid "You have been muted for unoriginal content." msgstr "Özgün içerik koymamaktan susturuldunuz." -#. The names on the post buttons. (On most imageboards, these are both just "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). #: ../../../../inc/config.php:677 ../../../../inc/config.php:781 -#: ../../../../inc/config.php:772 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 msgid "New Topic" msgstr "Yeni Konu" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 -#: ../../../../inc/config.php:773 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 msgid "New Reply" msgstr "Cevapla" #. Additional lines added to the footer of all pages. #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 -#: ../../../../inc/config.php:784 -msgid "All trademarks, copyrights, comments, and images on this page are owned by and are the responsibility of their respective parties." +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." msgstr "Bütün hakları saklıdır." -#. #. * ==================== #. * Error messages #. * ==================== -#. #. Error messages #: ../../../../inc/config.php:866 msgid "Lurk some more before posting." msgstr "Katılmadan önce biraz daha dolaşın bakalım." -#. #. * ==================== #. * Error messages #. * ==================== -#. +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== #. Error messages #: ../../../../inc/config.php:867 ../../../../inc/config.php:972 -#: ../../../../inc/config.php:963 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 msgid "You look like a bot." msgstr "Bot gibi duruyorsunuz burdan." #: ../../../../inc/config.php:868 ../../../../inc/config.php:973 -#: ../../../../inc/config.php:964 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 msgid "Your browser sent an invalid or no HTTP referer." msgstr "Tarayıcınız geçersiz bir HTTP referansı yolladı." #: ../../../../inc/config.php:869 ../../../../inc/config.php:974 -#: ../../../../inc/config.php:965 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 #, php-format msgid "The %s field was too long." msgstr "%s çok uzun." #: ../../../../inc/config.php:870 ../../../../inc/config.php:975 -#: ../../../../inc/config.php:966 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 msgid "The body was too long." msgstr "İçerik çok uzun." #: ../../../../inc/config.php:871 ../../../../inc/config.php:976 -#: ../../../../inc/config.php:967 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 msgid "The body was too short or empty." msgstr "İçerik çok kısa ya da bış" #: ../../../../inc/config.php:872 ../../../../inc/config.php:977 -#: ../../../../inc/config.php:968 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 msgid "You must upload an image." msgstr "Bir resim yüklemelisiniz." #: ../../../../inc/config.php:873 ../../../../inc/config.php:978 -#: ../../../../inc/config.php:969 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 msgid "The server failed to handle your upload." msgstr "Sunucumuz yüklemenizi kaldıramadı." #: ../../../../inc/config.php:874 ../../../../inc/config.php:979 -#: ../../../../inc/config.php:970 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 msgid "Unsupported image format." msgstr "Desteklenmeyen resim formatı." #: ../../../../inc/config.php:875 ../../../../inc/config.php:980 -#: ../../../../inc/config.php:971 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 msgid "Invalid board!" msgstr "Geçersiz tahta!" #: ../../../../inc/config.php:876 ../../../../inc/config.php:981 -#: ../../../../inc/config.php:972 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 msgid "Thread specified does not exist." msgstr "Böyle bir konu yok." #: ../../../../inc/config.php:877 ../../../../inc/config.php:982 -#: ../../../../inc/config.php:973 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 msgid "Thread locked. You may not reply at this time." msgstr "Konu kilitlendi. Şu an cevaplayamassınız." #: ../../../../inc/config.php:878 ../../../../inc/config.php:983 -#: ../../../../inc/config.php:974 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 msgid "Thread has reached its maximum reply limit." msgstr "Konu azami cevap sayısına ulaştı." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 -#: ../../../../inc/config.php:975 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 msgid "Thread has reached its maximum image limit." msgstr "Konu azami resim limitine ulaştı." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 -#: ../../../../inc/config.php:976 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 msgid "You didn't make a post." msgstr "Bi'şey yapmadınız." #: ../../../../inc/config.php:881 ../../../../inc/config.php:986 -#: ../../../../inc/config.php:977 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 msgid "Flood detected; Post discarded." msgstr "Floodcu pezevenk." #: ../../../../inc/config.php:882 ../../../../inc/config.php:987 -#: ../../../../inc/config.php:978 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 msgid "Your request looks automated; Post discarded." msgstr "Robot gibi görünüyorsunuz." #: ../../../../inc/config.php:883 ../../../../inc/config.php:988 -#: ../../../../inc/config.php:979 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 msgid "Unoriginal content!" msgstr "Özgün olmayan içerik!" #: ../../../../inc/config.php:884 ../../../../inc/config.php:989 -#: ../../../../inc/config.php:980 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." msgstr "Özgün olmayan içerik! %d saniye susturuldunuz." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 -#: ../../../../inc/config.php:981 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 #, php-format msgid "You are muted! Expires in %d seconds." msgstr "Susturuldunuz! %d saniyeye geçer." #: ../../../../inc/config.php:886 ../../../../inc/config.php:991 -#: ../../../../inc/config.php:982 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 #, php-format msgid "Your IP address is listed in %s." msgstr "IP adresiniz %s listesinde." #: ../../../../inc/config.php:887 ../../../../inc/config.php:992 -#: ../../../../inc/config.php:983 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 msgid "Too many links; flood detected." msgstr "Çok fazla link var, flood gibi." #: ../../../../inc/config.php:888 ../../../../inc/config.php:993 -#: ../../../../inc/config.php:984 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 msgid "Too many cites; post discarded." msgstr "Çok fazla alıntı var." #: ../../../../inc/config.php:889 ../../../../inc/config.php:994 -#: ../../../../inc/config.php:985 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 msgid "Too many cross-board links; post discarded." msgstr "Çok fazla çapraz tahta linki." #: ../../../../inc/config.php:890 ../../../../inc/config.php:995 -#: ../../../../inc/config.php:986 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 msgid "You didn't select anything to delete." msgstr "Silmek için bir şey seçmediniz." #: ../../../../inc/config.php:891 ../../../../inc/config.php:996 -#: ../../../../inc/config.php:987 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 msgid "You didn't select anything to report." msgstr "Şikayet edecek bir şey seçmediniz." #: ../../../../inc/config.php:892 ../../../../inc/config.php:997 -#: ../../../../inc/config.php:988 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 msgid "You can't report that many posts at once." msgstr "Bu kadar çok girdiyi bir kerede şikayet edemezsiniz." #: ../../../../inc/config.php:893 ../../../../inc/config.php:998 -#: ../../../../inc/config.php:989 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 msgid "Wrong password…" msgstr "Yanlış şifre..." #: ../../../../inc/config.php:894 ../../../../inc/config.php:999 -#: ../../../../inc/config.php:990 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 msgid "Invalid image." msgstr "Geçersiz resim." #: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 -#: ../../../../inc/config.php:991 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 msgid "Unknown file extension." msgstr "Bilinmeyen dosya uzantısı." #: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 -#: ../../../../inc/config.php:992 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" msgstr "Azami dosya boyutu: %maxsz% byte
Dosyanızın boyutu %filesz% byte" #: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 -#: ../../../../inc/config.php:993 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 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:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 #, php-format msgid "That file already exists!" msgstr " Bu dosya zaten var.!" #: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 -#: ../../../../inc/config.php:995 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 #, php-format msgid "That file already exists in this thread!" msgstr " Bu dosya bu konuda zaten var!" #: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 -#: ../../../../inc/config.php:996 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 #, php-format msgid "You'll have to wait another %s before deleting that." msgstr "Silmeden önce %s kadar beklemelisiniz." #: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 -#: ../../../../inc/config.php:997 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 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:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 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:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 msgid "You seem to have mistyped the verification." msgstr "Doğrulamayı yanlış girmiş gibisin." #. Moderator errors #: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 -#: ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 #, php-format -msgid "You are only allowed to unban %s users at a time. You tried to unban %u users." +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." msgstr "Bir seferde sadece %s kullanıcının banını kaldırabilirsiniz. Siz %u kullanıcı denediniz." #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 -#: ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 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:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 msgid "You are not a mod…" msgstr "Mod değilsiniz ki..." #: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 -#: ../../../../inc/config.php:1005 -msgid "Invalid username and/or password. Your user may have been deleted or changed." +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 +msgid "" +"Invalid username and/or password. Your user may have been deleted or " +"changed." msgstr "Geçersiz kullanıcı adı ve/veya şifre. Kullanıcı hesabınız silinmiş ya da değiştirilmiş olabilir." #: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 -#: ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 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:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 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:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 #, php-format msgid "The %s field is required." msgstr "%s gerekli." #: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 -#: ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 #, php-format msgid "The %s field was invalid." msgstr "%s geçersiz." #: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 -#: ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 #, php-format msgid "There is already a %s board." msgstr "Zaten %s böyle bir tahta var." #: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 -#: ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 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:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 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:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 msgid "Page not found." msgstr "Sayfa bulunamadı." #: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 -#: ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 #, php-format msgid "That mod already exists!" msgstr "Böyle bir mod! zaten var!" #: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 -#: ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 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:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 msgid "Invalid security token! Please go back and try again." msgstr "Güvenlik kodu yanlış! Lütfen tekrar deneyin." -#. Default public ban message. In public ban messages, %length% is replaced with "for x days" or +#. 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:1180 ../../../../inc/config.php:1185 +#: ../../../../inc/config.php:1187 msgid "USER WAS BANNED FOR THIS POST" msgstr "KULLANICI BU GİRDİ SEBEBİYLE BANLANDI" @@ -606,6 +689,17 @@ msgstr "Moderasyon logları" #. 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 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -672,6 +766,7 @@ msgstr "ÖM Kutusu" #: ../../../../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 msgid "Rebuild" msgstr "Yeniden yapılandır" @@ -756,6 +851,16 @@ msgstr "Hata hakkında bilgiler" msgid "Delete Post" msgstr "Girdiyi sil" +#. 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 @@ -780,12 +885,22 @@ msgstr "Dosya" #. line 14 #. line 131 #. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 21 +#. line 14 +#. line 131 +#. 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 msgid "Password" msgstr "Şifre" @@ -805,12 +920,39 @@ msgstr "Şifre" #. 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 #: ../../../../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 msgid "Reason" msgstr "Sebep" @@ -865,6 +1007,7 @@ msgstr "konu yok" #. line 44 #. line 56 #. line 44 +#. line 56 #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 @@ -887,8 +1030,7 @@ msgstr "." #: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 msgid "1 reply" msgid_plural "%count% replies" -msgstr[0] "1 cevap" -msgstr[1] "%count% cevap" +msgstr[0] "%count% cevap" #: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 @@ -903,55 +1045,74 @@ msgstr "Dosya:" #: ../../../../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 msgid "Spoiler Image" msgstr "Spoiler" #: ../../../../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 msgid "Reply" msgstr "Cevapla" #: ../../../../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 msgid "View All" msgstr "Hepsini Gör" #: ../../../../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 msgid "Last 1 Post" msgid_plural "Last %count% Posts" -msgstr[0] "Son 1 Gönderi" -msgstr[1] "Son %count% Gönderi" +msgstr[0] "Son %count% gönderi" #: ../../../../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 msgid "1 post" msgid_plural "%count% posts" -msgstr[0] "1 cevap" -msgstr[1] "%count% cevap" +msgstr[0] "%count% gönderi" #: ../../../../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 msgid "and" msgstr "ve" #: ../../../../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 msgid "1 image reply" msgid_plural "%count% image replies" -msgstr[0] "1 resimli cevap" -msgstr[1] "%count% resimli cevap" +msgstr[0] "%count% imaj" #: ../../../../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 msgid "omitted. Click reply to view." msgstr "gizlendi. Görmek için cevaplaya basın." @@ -964,6 +1125,14 @@ msgstr "gizlendi. Görmek için cevaplaya basın." #. line 7 #. line 8 #. line 14 +#. line 8 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 7 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -971,6 +1140,7 @@ msgstr "gizlendi. Görmek için cevaplaya basın." #: ../../../../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 "İsim" @@ -980,6 +1150,8 @@ msgstr "İsim" #. 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 @@ -997,6 +1169,14 @@ msgstr "E-posta" #. line 23 #. line 12 #. line 46 +#. line 12 +#. line 46 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 24 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1018,6 +1198,8 @@ msgstr "Güncelle" #. 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 @@ -1078,6 +1260,16 @@ msgstr "Bayrak" #. 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 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1098,6 +1290,16 @@ msgstr "Yapışkan" #. 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 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1118,6 +1320,16 @@ msgstr "Kilitli" #. 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 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1128,9 +1340,11 @@ msgstr "Sadece HTML" #. line 137 #. line 136 +#. line 141 #: ../../../../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 msgid "(For file deletion.)" msgstr "(Dosya silmek için.)" @@ -1151,7 +1365,6 @@ msgstr "Çok geniş arama." msgid "%d result in" msgid_plural "%d results in" msgstr[0] "%d sonuç" -msgstr[1] "%d sonuç" #: ../../../../search.php:163 msgid "No results." @@ -1167,11 +1380,34 @@ msgstr "Sonuç yok." #. 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 #: ../../../../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 msgid "Search" msgstr "Arama" @@ -1197,13 +1433,23 @@ msgid "Debug: APC" msgstr "Debug: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 -msgid "Your code contained PHP syntax errors. Please go back and correct them. PHP says: " +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " msgstr "Kodunuz PHP hataları içeriyor. Lütfen geri dönüp düzeltin. PHP:" #. line 2 #. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 msgid "Boards" msgstr "Tahtalar" @@ -1280,6 +1526,7 @@ msgstr "Yeni gönderi" #. line 16 #. line 28 #. line 16 +#. line 28 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" @@ -1302,6 +1549,11 @@ msgstr "sil" #: ../../../../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 "silindi?" @@ -1328,6 +1580,36 @@ msgstr "Haber gönder" #. 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 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1335,6 +1617,9 @@ msgstr "Haber gönder" #: ../../../../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 "Yönetim" @@ -1344,17 +1629,38 @@ msgstr "Yönetim" #. 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 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 msgid "Note" msgstr "Not" +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 #. line 26 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 msgid "Date" msgstr "Tarih" +#. line 25 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 msgid "Actions" msgstr "Hareketler" @@ -1374,6 +1680,13 @@ msgstr "Yeni not" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1409,12 +1722,45 @@ msgstr "sebepsizce" #. 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 #: ../../../../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 "Tahta" @@ -1425,6 +1771,7 @@ msgstr "Tahta" #: ../../../../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 "tüm tahtalar" @@ -1436,9 +1783,22 @@ msgstr "tüm tahtalar" #. 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 #: ../../../../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 "Ayarla" @@ -1450,9 +1810,22 @@ msgstr "Ayarla" #. 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 #: ../../../../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 "Süresi bitecek" @@ -1460,6 +1833,7 @@ msgstr "Süresi bitecek" #: ../../../../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 "hiç bir zaman" @@ -1471,21 +1845,36 @@ msgstr "hiç bir zaman" #. 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 #: ../../../../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 "Görüldü" #: ../../../../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 "Evet" #: ../../../../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 "Hayır" @@ -1496,8 +1885,18 @@ msgstr "Banı kaldır" #. line 183 #. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 #: ../../../../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 "Zaman" @@ -1508,9 +1907,23 @@ msgstr "Zaman" #. 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 #: ../../../../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 "Hareket" @@ -1522,8 +1935,11 @@ msgstr "(ya da alt ağ)" msgid "hidden" msgstr "gizli" +#. line 41 +#. line 27 #. line 41 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 msgid "Message" msgstr "Mesaj" @@ -1542,6 +1958,16 @@ msgstr "Uzunluk" msgid "New Ban" msgstr "Yeni Ban" +#. 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 @@ -1563,7 +1989,9 @@ msgstr "Banlar" #. 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.)" +msgid "" +"(Search is case-insensitive and based on keywords. To match exact phrases, " +"use \"quotes\". Use an asterisk (*) for wildcard.)" msgstr "Arama büyük-küçük harf duyarlı değildir. Tam bir ifade araması yapmak istiyorsanız \"ifade\" şekinde arama yapabilirsiniz." #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 @@ -1571,12 +1999,20 @@ msgid "There are no active bans." msgstr "Aktif ban yok." #. 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 "IP adresi/mask" #. 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 "Süresi" @@ -1587,8 +2023,15 @@ msgstr "Banı kaldır" #. line 6 #. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 msgid "Username" msgstr "Kullanıcı adı" @@ -1636,7 +2079,8 @@ msgid "Failed to redraw image!" msgstr "Resmi işlerken, işleyemedik!" #: ../../../../inc/image.php:324 ../../../../inc/image.php:343 -#: ../../../../inc/image.php:368 +#: ../../../../inc/image.php:368 ../../../../inc/image.php:342 +#: ../../../../inc/image.php:366 msgid "Failed to resize image!" msgstr "Resmi yeniden boyutlandıramadık!" @@ -1706,6 +2150,14 @@ msgstr "Bu banı kaldırmak için müracaat ettiniz tarih" msgid "It is still pending" msgstr "Hala bekliyor" +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 #. line 101 #. line 112 #. line 101 @@ -1721,9 +2173,19 @@ 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 -msgid "You have submitted the maximum number of ban appeals allowed. You may not appeal this ban again." +msgid "" +"You have submitted the maximum number of ban appeals allowed. You may not " +"appeal this ban again." msgstr "Müracaat sınırını aştınız ulan." +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 #. line 114 #. line 121 #. line 114 @@ -1733,6 +2195,14 @@ msgstr "Müracaat sınırını aştınız ulan." msgid "and it was denied." msgstr "ve geri çevrildi." +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 #. line 116 #. line 123 #. line 116 @@ -1752,7 +2222,16 @@ 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 #: ../../../../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 "IP adresi" @@ -1825,7 +2304,14 @@ msgstr "Tahtayı seçin" #. 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." +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 "Arama büyük-küçük harf duyarlı değildir." #. line 2 @@ -1839,6 +2325,110 @@ msgstr "Devam etmek için tıklayın" #. 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." +msgid "" +"You are probably seeing this message because Javascript being disabled. This" +" is a necessary security measure to prevent CSRF attacks." msgstr "Bu mesajı görüyorsanız büyük ihtimalle Javascript kapalı olduğu içindir. Bu önlemi saldırıları önlemek için aldık." +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "Şikayet zamanı" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "Şikayet eden:" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "Suistimal raporunu çöpe at" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "Bu IP adresinden gelen bütün şikayetleri çöpe at" + +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "Şurdan" + +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "Sil" + +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "Alıntı yaparak yanıtla" + +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "Mesaj gönder" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "Kullanılabilir tema bulunmuyor." + +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 +msgid "Version" +msgstr "Versiyon" + +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 +msgid "Description" +msgstr "Tanım" + +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 +msgid "Thumbnail" +msgstr "Önizleme" + +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "Temayı kullan" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 +msgid "Reconfigure" +msgstr "Yeniden ayarla" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 +msgid "Install" +msgstr "Yükle" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "Kaldır" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "yeni; opsiyonel" + +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "Grup" + +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "Tüm tahtalar" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "Kullanıcı oluştur" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "Değişiklikleri kaydet" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" +msgstr "Kullanıcıyı sil" + +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 +msgid "View more logs for this user." +msgstr "Bu kullanıcı için daha fazla log görüntüle" diff --git a/install.php b/install.php index 761bdfed..5a4a9ef8 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ vichan-devel-4.4.95'); +define('VERSION', '4.4.98-pre'); require 'inc/functions.php'; @@ -241,7 +241,6 @@ if (file_exists($config['has_installed'])) { query("ALTER TABLE `bans` ADD `seen` BOOLEAN NOT NULL") or error(db_error()); case 'v0.9.6-dev-8': case 'v0.9.6-dev-8 + vichan-devel-4.0.1': - query("CREATE TABLE IF NOT EXISTS `search_queries` ( `ip` varchar(39) NOT NULL, `time` int(11) NOT NULL, `query` text NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;") or error(db_error()); case 'v0.9.6-dev-8 + vichan-devel-4.0.2': query("ALTER TABLE `mods` CHANGE `password` `password` CHAR( 64 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'SHA256'") or error(db_error()); query("ALTER TABLE `mods` ADD `salt` CHAR( 32 ) NOT NULL AFTER `password`") or error(db_error()); @@ -503,7 +502,26 @@ if (file_exists($config['has_installed'])) { case 'v0.9.6-dev-22 + vichan-devel-4.4.92': case 'v0.9.6-dev-22 + vichan-devel-4.4.93': case 'v0.9.6-dev-22 + vichan-devel-4.4.94': + case 'v0.9.6-dev-22 + vichan-devel-4.4.95': + case 'v0.9.6-dev-22 + vichan-devel-4.4.96': + case 'v0.9.6-dev-22 + vichan-devel-4.4.97': + case '4.4.97': + if (!isset($_GET['confirm'])) { + $page['title'] = 'License Change'; + $page['body'] = '

You are upgrading to a version which uses an amended license. The licenses included with vichan distributions prior to this version (4.4.98) are still valid for those versions, but no longer apply to this and newer versions.

' . + ' +

+ I have read and understood the agreement. Proceed to upgrading. +

'; + + file_write($config['has_installed'], '4.4.97'); + + break; + } case false: + // TODO: enhance Tinyboard -> vichan upgrade path. + query("CREATE TABLE IF NOT EXISTS ``search_queries`` ( `ip` varchar(39) NOT NULL, `time` int(11) NOT NULL, `query` text NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;") or error(db_error()); + // Update version number file_write($config['has_installed'], VERSION); @@ -512,11 +530,11 @@ if (file_exists($config['has_installed'])) { break; default: $page['title'] = 'Unknown version'; - $page['body'] = '

Tinyboard was unable to determine what version is currently installed.

'; + $page['body'] = '

vichan was unable to determine what version is currently installed.

'; break; case VERSION: $page['title'] = 'Already installed'; - $page['body'] = '

It appears that Tinyboard is already installed (' . $version . ') and there is nothing to upgrade! Delete ' . $config['has_installed'] . ' to reinstall.

'; + $page['body'] = '

It appears that vichan is already installed (' . $version . ') and there is nothing to upgrade! Delete ' . $config['has_installed'] . ' to reinstall.

'; break; } @@ -567,19 +585,12 @@ if ($step == 0) { ); $tests = array( - array( - 'category' => 'PHP', - 'name' => 'PHP ≥ 5.2.5', - 'result' => PHP_VERSION_ID >= 50205, - 'required' => true, - 'message' => 'Tinyboard requires PHP 5.2.5 or better.', - ), array( 'category' => 'PHP', 'name' => 'PHP ≥ 5.3', 'result' => PHP_VERSION_ID >= 50300, - 'required' => false, - 'message' => 'PHP ≥ 5.3, though not required, is recommended to make the most out of Tinyboard configuration files.', + 'required' => true, + 'message' => 'vichan requires PHP 5.3 or better.', ), array( 'category' => 'PHP', @@ -670,21 +681,21 @@ if ($step == 0) { 'name' => getcwd(), 'result' => is_writable('.'), 'required' => true, - 'message' => 'Tinyboard does not have permission to create directories (boards) here. You will need to chmod (or operating system equivalent) appropriately.' + 'message' => 'vichan does not have permission to create directories (boards) here. You will need to chmod (or operating system equivalent) appropriately.' ), array( 'category' => 'File permissions', 'name' => getcwd() . '/templates/cache', 'result' => is_writable('templates') && (!is_dir('templates/cache') || is_writable('templates/cache')), 'required' => true, - 'message' => 'You must give Tinyboard permission to create (and write to) the templates/cache directory or performance will be drastically reduced.' + 'message' => 'You must give vichan permission to create (and write to) the templates/cache directory or performance will be drastically reduced.' ), array( 'category' => 'File permissions', 'name' => getcwd() . '/inc/instance-config.php', 'result' => is_writable('inc/instance-config.php'), 'required' => false, - 'message' => 'Tinyboard does not have permission to make changes to inc/instance-config.php. To complete the installation, you will be asked to manually copy and paste code into the file instead.' + 'message' => 'vichan does not have permission to make changes to inc/instance-config.php. To complete the installation, you will be asked to manually copy and paste code into the file instead.' ), array( 'category' => 'Misc', @@ -696,10 +707,10 @@ if ($step == 0) { ), array( 'category' => 'Misc', - 'name' => 'Tinyboard installed using git', + 'name' => 'vichan installed using git', 'result' => is_dir('.git'), 'required' => false, - 'message' => 'Tinyboard is still beta software and it\'s not going to come out of beta any time soon. As there are often many months between releases yet changes and bug fixes are very frequent, it\'s recommended to use the git repository to maintain your Tinyboard installation. Using git makes upgrading much easier.' + 'message' => 'vichan is still beta software and it\'s not going to come out of beta any time soon. As there are often many months between releases yet changes and bug fixes are very frequent, it\'s recommended to use the git repository to maintain your vichan installation. Using git makes upgrading much easier.' ) ); @@ -807,10 +818,10 @@ if ($step == 0) { } $page['title'] = 'Installation complete'; - $page['body'] = '

Thank you for using Tinyboard. Please remember to report any bugs you discover. How do I edit the config files?

'; + $page['body'] = '

Thank you for using vichan. Please remember to report any bugs you discover. How do I edit the config files?

'; if (!empty($sql_errors)) { - $page['body'] .= '

SQL errors

SQL errors were encountered when trying to install the database. This may be the result of using a database which is already occupied with a Tinyboard installation; if so, you can probably ignore this.

The errors encountered were:

    ' . $sql_errors . '

Ignore errors and complete installation.

'; + $page['body'] .= '

SQL errors

SQL errors were encountered when trying to install the database. This may be the result of using a database which is already occupied with a vichan installation; if so, you can probably ignore this.

The errors encountered were:

    ' . $sql_errors . '

Ignore errors and complete installation.

'; } else { $boards = listBoards(); foreach ($boards as &$_board) { @@ -827,7 +838,7 @@ if ($step == 0) { echo Element('page.html', $page); } elseif ($step == 5) { $page['title'] = 'Installation complete'; - $page['body'] = '

Thank you for using Tinyboard. Please remember to report any bugs you discover.

'; + $page['body'] = '

Thank you for using vichan. Please remember to report any bugs you discover.

'; $boards = listBoards(); foreach ($boards as &$_board) { diff --git a/js/attention-bar.js b/js/attention-bar.js index a84cadff..40073081 100644 --- a/js/attention-bar.js +++ b/js/attention-bar.js @@ -2,7 +2,7 @@ $(document).ready(function(){ $("#attention_bar").click(function(eO){ $("#attention_bar").css("display","none"); $("#attention_bar_form").css("display","block"); }); $.get(configRoot + "attentionbar.txt", function(data) { - $("#attention_bar").text(data); - $("#attention_bar_input").val(data); + $("#attention_bar").html(data); + $("#attention_bar_input").val($("#attention_bar").text()); }); }); diff --git a/js/expand-video.js b/js/expand-video.js new file mode 100644 index 00000000..84a9108f --- /dev/null +++ b/js/expand-video.js @@ -0,0 +1,242 @@ +/* This file is dedicated to the public domain; you may do as you wish with it. */ +/* Note: This code expects the global variable configRoot to be set. */ + +if (typeof _ == 'undefined') { + var _ = function(a) { return a; }; +} + +function setupVideo(thumb, url) { + if (thumb.videoAlreadySetUp) return; + thumb.videoAlreadySetUp = true; + + var video = null; + var videoContainer, videoHide; + var expanded = false; + var hovering = false; + var loop = true; + var loopControls = [document.createElement("span"), document.createElement("span")]; + var fileInfo = thumb.parentNode.querySelector(".fileinfo"); + var mouseDown = false; + + function unexpand() { + if (expanded) { + expanded = false; + if (video.pause) video.pause(); + videoContainer.style.display = "none"; + thumb.style.display = "inline"; + video.style.maxWidth = "inherit"; + video.style.maxHeight = "inherit"; + } + } + + function unhover() { + if (hovering) { + hovering = false; + if (video.pause) video.pause(); + videoContainer.style.display = "none"; + video.style.maxWidth = "inherit"; + video.style.maxHeight = "inherit"; + } + } + + // Create video element if does not exist yet + function getVideo() { + if (video == null) { + video = document.createElement("video"); + video.src = url; + video.loop = loop; + video.innerText = _("Your browser does not support HTML5 video."); + + videoHide = document.createElement("img"); + videoHide.src = configRoot + "static/collapse.gif"; + videoHide.alt = "[ - ]"; + videoHide.title = "Collapse video"; + videoHide.style.marginLeft = "-15px"; + videoHide.style.cssFloat = "left"; + videoHide.addEventListener("click", unexpand, false); + + videoContainer = document.createElement("div"); + videoContainer.style.paddingLeft = "15px"; + videoContainer.style.display = "none"; + videoContainer.appendChild(videoHide); + videoContainer.appendChild(video); + thumb.parentNode.insertBefore(videoContainer, thumb.nextSibling); + + // Dragging to the left collapses the video + video.addEventListener("mousedown", function(e) { + if (e.button == 0) mouseDown = true; + }, false); + video.addEventListener("mouseup", function(e) { + if (e.button == 0) mouseDown = false; + }, false); + video.addEventListener("mouseenter", function(e) { + mouseDown = false; + }, false); + video.addEventListener("mouseout", function(e) { + if (mouseDown && e.clientX - video.getBoundingClientRect().left <= 0) { + unexpand(); + } + mouseDown = false; + }, false); + } + } + + // Clicking on thumbnail expands video + thumb.addEventListener("click", function(e) { + if (setting("videoexpand") && !e.shiftKey && !e.ctrlKey && !e.altKey && !e.metaKey) { + getVideo(); + expanded = true; + hovering = false; + + video.style.position = "static"; + video.style.pointerEvents = "inherit"; + video.style.display = "inline"; + videoHide.style.display = "inline"; + videoContainer.style.display = "block"; + videoContainer.style.position = "static"; + thumb.style.display = "none"; + + video.muted = (setting("videovolume") == 0); + video.volume = setting("videovolume"); + video.controls = true; + if (video.readyState == 0) { + video.addEventListener("loadedmetadata", expand2, false); + } else { + setTimeout(expand2, 0); + } + video.play(); + e.preventDefault(); + } + }, false); + + function expand2() { + video.style.maxWidth = "100%"; + video.style.maxHeight = window.innerHeight + "px"; + var bottom = video.getBoundingClientRect().bottom; + if (bottom > window.innerHeight) { + window.scrollBy(0, bottom - window.innerHeight); + } + // work around Firefox volume control bug + video.volume = Math.max(setting("videovolume") - 0.001, 0); + video.volume = setting("videovolume"); + } + + // Hovering over thumbnail displays video + thumb.addEventListener("mouseover", function(e) { + if (setting("videohover")) { + getVideo(); + expanded = false; + hovering = true; + + var docRight = document.documentElement.getBoundingClientRect().right; + var thumbRight = thumb.querySelector("img, video").getBoundingClientRect().right; + var maxWidth = docRight - thumbRight - 20; + if (maxWidth < 250) maxWidth = 250; + + video.style.position = "fixed"; + video.style.right = "0px"; + video.style.top = "0px"; + var docRight = document.documentElement.getBoundingClientRect().right; + var thumbRight = thumb.querySelector("img, video").getBoundingClientRect().right; + video.style.maxWidth = maxWidth + "px"; + video.style.maxHeight = "100%"; + video.style.pointerEvents = "none"; + + video.style.display = "inline"; + videoHide.style.display = "none"; + videoContainer.style.display = "inline"; + videoContainer.style.position = "fixed"; + + video.muted = (setting("videovolume") == 0); + video.volume = setting("videovolume"); + video.controls = false; + video.play(); + } + }, false); + + thumb.addEventListener("mouseout", unhover, false); + + // Scroll wheel on thumbnail adjusts default volume + thumb.addEventListener("wheel", function(e) { + if (setting("videohover")) { + var volume = setting("videovolume"); + if (e.deltaY > 0) volume -= 0.1; + if (e.deltaY < 0) volume += 0.1; + if (volume < 0) volume = 0; + if (volume > 1) volume = 1; + if (video != null) { + video.muted = (volume == 0); + video.volume = volume; + } + changeSetting("videovolume", volume); + e.preventDefault(); + } + }, false); + + // [play once] vs [loop] controls + function setupLoopControl(i) { + loopControls[i].addEventListener("click", function(e) { + loop = (i != 0); + thumb.href = thumb.href.replace(/([\?&])loop=\d+/, "$1loop=" + i); + if (video != null) { + video.loop = loop; + if (loop && video.currentTime >= video.duration) { + video.currentTime = 0; + } + } + loopControls[i].style.fontWeight = "bold"; + loopControls[1-i].style.fontWeight = "inherit"; + }, false); + } + + loopControls[0].textContent = _("[play once]"); + loopControls[1].textContent = _("[loop]"); + loopControls[1].style.fontWeight = "bold"; + for (var i = 0; i < 2; i++) { + setupLoopControl(i); + loopControls[i].style.whiteSpace = "nowrap"; + fileInfo.appendChild(document.createTextNode(" ")); + fileInfo.appendChild(loopControls[i]); + } +} + +function setupVideosIn(element) { + var thumbs = element.querySelectorAll("a.file"); + for (var i = 0; i < thumbs.length; i++) { + if (/\.webm$/.test(thumbs[i].pathname)) { + setupVideo(thumbs[i], thumbs[i].href); + } else { + var m = thumbs[i].search.match(/\bv=([^&]*)/); + if (m != null) { + var url = decodeURIComponent(m[1]); + if (/\.webm$/.test(url)) setupVideo(thumbs[i], url); + } + } + } +} + +onready(function(){ + // Insert menu from settings.js + if (typeof settingsMenu != "undefined") document.body.insertBefore(settingsMenu, document.getElementsByTagName("hr")[0]); + + // Setup Javascript events for videos in document now + setupVideosIn(document); + + // Setup Javascript events for videos added by updater + if (window.MutationObserver) { + var observer = new MutationObserver(function(mutations) { + for (var i = 0; i < mutations.length; i++) { + var additions = mutations[i].addedNodes; + if (additions == null) continue; + for (var j = 0; j < additions.length; j++) { + var node = additions[j]; + if (node.nodeType == 1) { + setupVideosIn(node); + } + } + } + }); + observer.observe(document.body, {childList: true, subtree: true}); + } +}); + diff --git a/js/hide-threads.js b/js/hide-threads.js index 750d06a2..b26feca3 100644 --- a/js/hide-threads.js +++ b/js/hide-threads.js @@ -35,6 +35,8 @@ $(document).ready(function(){ } } } + + var fields_to_hide = 'div.post,div.video-container,video,img,p.fileinfo,a.hide-thread-link,br'; var do_hide_threads = function() { var id = $(this).children('p.intro').children('a.post_no:eq(1)').text(); @@ -52,7 +54,7 @@ $(document).ready(function(){ hidden_data[board][id] = Math.round(Date.now() / 1000); store_data(); - thread_container.find('div.post,div.video-container,img,p.fileinfo,a.hide-thread-link,br').hide(); + thread_container.find(fields_to_hide).hide(); var hidden_div = thread_container.find('div.post.op > p.intro').clone(); hidden_div.addClass('thread-hidden'); @@ -65,7 +67,8 @@ $(document).ready(function(){ .click(function() { delete hidden_data[board][id]; store_data(); - thread_container.find('div.post,div.video-container,img,p.fileinfo,a.hide-thread-link,br').show(); + thread_container.find(fields_to_hide).show(); + thread_container.find(".hidden").hide(); $(this).remove(); hidden_div.remove(); }); diff --git a/js/quick-reply.js b/js/quick-reply.js index 65e8e0d8..93cab334 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -36,6 +36,7 @@ display: block;\ padding: 0 0 0 0;\ width: 300px;\ + z-index: 100;\ }\ #quick-reply table {\ border-collapse: collapse;\ diff --git a/js/webm-settings.js b/js/webm-settings.js new file mode 100644 index 00000000..cecf36d0 --- /dev/null +++ b/js/webm-settings.js @@ -0,0 +1,87 @@ +/* This file is dedicated to the public domain; you may do as you wish with it. */ + +if (typeof _ == 'undefined') { + var _ = function(a) { return a; }; +} + +// Default settings +var defaultSettings = { + "videoexpand": true, + "videohover": false, + "videovolume": 1.0 +}; + +// Non-persistent settings for when localStorage is absent/disabled +var tempSettings = {}; + +// Scripts obtain settings by calling this function +function setting(name) { + if (localStorage) { + if (localStorage[name] === undefined) return defaultSettings[name]; + return JSON.parse(localStorage[name]); + } else { + if (tempSettings[name] === undefined) return defaultSettings[name]; + return tempSettings[name]; + } +} + +// Settings should be changed with this function +function changeSetting(name, value) { + if (localStorage) { + localStorage[name] = JSON.stringify(value); + } else { + tempSettings[name] = value; + } +} + +// Create settings menu +var settingsMenu = document.createElement("div"); +settingsMenu.style.textAlign = "right"; +settingsMenu.style.background = "inherit"; + +settingsMenu.innerHTML = ''+_('WebM Settings')+'' + + '
' + + '
' + + '
' + + '
' + + '
'; + +function refreshSettings() { + var settingsItems = settingsMenu.getElementsByTagName("input"); + for (var i = 0; i < settingsItems.length; i++) { + var control = settingsItems[i]; + if (control.type == "checkbox") { + control.checked = setting(control.name); + } else if (control.type == "range") { + control.value = setting(control.name); + } + } +} + +function setupControl(control) { + if (control.addEventListener) control.addEventListener("change", function(e) { + if (control.type == "checkbox") { + changeSetting(control.name, control.checked); + } else if (control.type == "range") { + changeSetting(control.name, control.value); + } + }, false); +} + +refreshSettings(); +var settingsItems = settingsMenu.getElementsByTagName("input"); +for (var i = 0; i < settingsItems.length; i++) { + setupControl(settingsItems[i]); +} + +if (settingsMenu.addEventListener) { + settingsMenu.addEventListener("mouseover", function(e) { + refreshSettings(); + settingsMenu.getElementsByTagName("span")[0].style.fontWeight = "bold"; + settingsMenu.getElementsByTagName("div")[0].style.display = "block"; + }, false); + settingsMenu.addEventListener("mouseout", function(e) { + settingsMenu.getElementsByTagName("span")[0].style.fontWeight = "normal"; + settingsMenu.getElementsByTagName("div")[0].style.display = "none"; + }, false); +} diff --git a/js/webm/playersettings.js b/js/webm/playersettings.js new file mode 100644 index 00000000..861d27c2 --- /dev/null +++ b/js/webm/playersettings.js @@ -0,0 +1,28 @@ +/* This file is dedicated to the public domain; you may do as you wish with it. */ +if (window.addEventListener) window.addEventListener("load", function(e) { + document.getElementById("playerheader").appendChild(settingsMenu); + + var video = document.getElementsByTagName("video")[0]; + + var loopLinks = [document.getElementById("loop0"), document.getElementById("loop1")]; + function setupLoopLink(i) { + loopLinks[i].addEventListener("click", function(e) { + if (!e.shiftKey && !e.ctrlKey && !e.altKey && !e.metaKey) { + video.loop = (i != 0); + if (i != 0 && video.currentTime >= video.duration) { + video.currentTime = 0; + } + loopLinks[i].style.fontWeight = "bold"; + loopLinks[1-i].style.fontWeight = "inherit"; + e.preventDefault(); + } + }, false); + } + for (var i = 0; i < 2; i++) { + setupLoopLink(i); + } + + video.muted = (setting("videovolume") == 0); + video.volume = setting("videovolume"); + video.play(); +}, false); diff --git a/mod.php b/mod.php index 6918dc57..51b85f1a 100644 --- a/mod.php +++ b/mod.php @@ -1,7 +1,7 @@ + + + + <?php echo htmlspecialchars($_GET['t']); ?> + + + + + + +
+ +
+ + diff --git a/post.php b/post.php index 99b1110b..b18fc138 100644 --- a/post.php +++ b/post.php @@ -1,6 +1,6 @@ $_POST['board']); + + // Check if board exists + if (!openBoard($post['board'])) + error($config['error']['noboard']); if (!isset($_POST['name'])) $_POST['name'] = $config['anonymous']; @@ -160,9 +166,7 @@ if (isset($_POST['delete'])) { $_POST['subject'] = ''; if (!isset($_POST['password'])) - $_POST['password'] = ''; - - $post = array('board' => $_POST['board']); + $_POST['password'] = ''; if (isset($_POST['thread'])) { $post['op'] = false; @@ -172,7 +176,7 @@ if (isset($_POST['delete'])) { $post['thread'] = round($_POST['quick-reply']); } else $post['op'] = true; - + if (!(($post['op'] && $_POST['post'] == $config['button_newtopic']) || (!$post['op'] && $_POST['post'] == $config['button_reply']))) error($config['error']['bot']); @@ -184,10 +188,6 @@ if (isset($_POST['delete'])) { checkDNSBL(); - // Check if board exists - if (!openBoard($post['board'])) - error($config['error']['noboard']); - // Check if banned checkBan($board['uri']); diff --git a/static/collapse.gif b/static/collapse.gif new file mode 100644 index 00000000..cda6b337 Binary files /dev/null and b/static/collapse.gif differ diff --git a/static/video.png b/static/video.png new file mode 100644 index 00000000..935a1d54 Binary files /dev/null and b/static/video.png differ diff --git a/stylesheets/style.css b/stylesheets/style.css index 51a679e8..b167dbb0 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -570,3 +570,15 @@ form.ban-appeal textarea { display: inline-block; vertical-align: middle; } + +/* Containerchan */ + video.post-image { + display: block; + float: left; + margin: 10px 20px; + border: none; + } + div.post video.post-image { + padding: 0px; + margin: 10px 25px 5px 5px; + } diff --git a/stylesheets/webm/playerstyle.css b/stylesheets/webm/playerstyle.css new file mode 100644 index 00000000..b78b67ef --- /dev/null +++ b/stylesheets/webm/playerstyle.css @@ -0,0 +1,39 @@ +/* This file is dedicated to the public domain; you may do as you wish with it. */ +body { + background: black; + color: white; + margin: 0px; +} +#playerheader { + position: absolute; + left: 0px; + right: 0px; + top: 0px; + height: 24px; + padding: 0px 4px; + text-align: right; + font-size: 16px; +} +#playerheader a { + color: white; + text-decoration: none; +} +span.settings div { + background: black; + z-index: 1; + padding-right: 4px; +} +#playercontent { + position: absolute; + left: 0px; + right: 0px; + top: 24px; + bottom: 0px; +} +video { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 100%; + max-height: 100%; +} diff --git a/templates/generic_page.html b/templates/generic_page.html index 70cb15aa..0fe1f9c5 100644 --- a/templates/generic_page.html +++ b/templates/generic_page.html @@ -36,7 +36,10 @@ {% endfor %} {{ btn.next }} {{ boardlist.bottom }}
-

Powered by Tinyboard {{ config.version }} | Tinyboard Copyright © 2010-2013 Tinyboard Development Group

+

- Tinyboard + + vichan {{ config.version }} - +
Tinyboard Copyright © 2010-2014 Tinyboard Development Group +
vichan Copyright © 2012-2014 vichan-devel

{% for footer in config.footer %}

{{ footer }}

{% endfor %}