mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
Conflicts: inc/instance-config.php
This commit is contained in:
commit
6d19be38e3
15
404.php
15
404.php
@ -29,6 +29,21 @@ $page = <<<EOT
|
||||
<div class="ban">
|
||||
<p style="text-align:center"><img src="/static/404/{$errorimage}" style="width:100%"></p>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
if (localStorage.favorites) {
|
||||
var faves = JSON.parse(localStorage.favorites);
|
||||
|
||||
$.each(faves, function(k, v) {
|
||||
if (window.location.pathname === '/' + v + '/') {
|
||||
faves.pop(v);
|
||||
localStorage.favorites = JSON.stringify(faves);
|
||||
|
||||
alert('As /' + v + '/ no longer exists, it has been removed from your favorites.');
|
||||
}
|
||||
})
|
||||
}
|
||||
</script>
|
||||
EOT;
|
||||
|
||||
echo Element("page.html", array("config" => $config, "body" => $errorimage ? $page : "", "title" => "404 Not Found"));
|
||||
|
@ -543,6 +543,9 @@
|
||||
// When true, users are instead presented a selectbox for email. Contains, blank, noko and sage.
|
||||
$config['field_email_selectbox'] = false;
|
||||
|
||||
// When true, the sage won't be displayed
|
||||
$config['hide_sage'] = false;
|
||||
|
||||
// Attach country flags to posts.
|
||||
$config['country_flags'] = false;
|
||||
|
||||
@ -1060,10 +1063,11 @@
|
||||
$config['error']['unknownext'] = _('Unknown file extension.');
|
||||
$config['error']['filesize'] = _('Maximum file size: %maxsz% bytes<br>Your file\'s size: %filesz% bytes');
|
||||
$config['error']['maxsize'] = _('The file was too big.');
|
||||
$config['error']['webmerror'] = _('There was a problem processing your webm.');
|
||||
$config['error']['invalidwebm'] = _('Invalid webm uploaded.');
|
||||
$config['error']['webmhasaudio'] = _('The uploaded webm contains an audio or another type of additional stream.');
|
||||
$config['error']['webmtoolong'] = _('The uploaded webm is longer than ' . $config['webm']['max_length'] . ' seconds.');
|
||||
$config['error']['genwebmerror'] = _('There was a problem processing your webm.');
|
||||
$config['error']['webmerror'] = _('There was a problem processing your webm.');//Is this error used anywhere ?
|
||||
$config['error']['invalidwebm'] = _('Invalid webm uploaded.');
|
||||
$config['error']['webmhasaudio'] = _('The uploaded webm contains an audio or another type of additional stream.');
|
||||
$config['error']['webmtoolong'] = _('The uploaded webm is longer than ' . $config['webm']['max_length'] . ' seconds.');
|
||||
$config['error']['fileexists'] = _('That file <a href="%s">already exists</a>!');
|
||||
$config['error']['fileexistsinthread'] = _('That file <a href="%s">already exists</a> in this thread!');
|
||||
$config['error']['delete_too_soon'] = _('You\'ll have to wait another %s before deleting that.');
|
||||
|
@ -741,7 +741,7 @@ function displayBan($ban) {
|
||||
$pending_appeal = false;
|
||||
|
||||
if ($config['ban_appeals']) {
|
||||
$query = query("SELECT `time`, `denied` FROM `ban_appeals` WHERE `ban_id` = " . (int)$ban['id']) or error(db_error());
|
||||
$query = query("SELECT `time`, `denied` FROM ``ban_appeals`` WHERE `ban_id` = " . (int)$ban['id']) or error(db_error());
|
||||
while ($ban_appeal = $query->fetch(PDO::FETCH_ASSOC)) {
|
||||
if ($ban_appeal['denied']) {
|
||||
$denied_appeals[] = $ban_appeal['time'];
|
||||
|
@ -10,6 +10,8 @@
|
||||
require_once "lib/htmlpurifier-4.5.0/library/HTMLPurifier.auto.php";
|
||||
require_once "8chan-functions.php";
|
||||
|
||||
// Note - you may want to change some of these in secrets.php instead of here
|
||||
// See the secrets.example.php file
|
||||
$config['db']['server'] = 'localhost';
|
||||
$config['db']['database'] = '8chan';
|
||||
$config['db']['prefix'] = '';
|
||||
@ -45,7 +47,8 @@
|
||||
$config['spam']['hidden_inputs_max_pass'] = 128;
|
||||
$config['ayah_enabled'] = true;
|
||||
|
||||
include "secrets.php";
|
||||
// Load database credentials
|
||||
require "secrets.php";
|
||||
|
||||
// Image shit
|
||||
$config['thumb_method'] = 'gm+gifsicle';
|
||||
|
732
inc/locale/ca/LC_MESSAGES/javascript.po
Normal file
732
inc/locale/ca/LC_MESSAGES/javascript.po
Normal file
@ -0,0 +1,732 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Joel C <theholymart1@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41
|
||||
msgid "Style: "
|
||||
msgstr "Estil:"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Fitxer"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51
|
||||
msgid "hide"
|
||||
msgstr "amagar"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
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
|
||||
#: ../../../../js/toggle-locked-threads.js:53
|
||||
#: ../../../../js/toggle-locked-threads.js:70
|
||||
msgid "Show locked threads"
|
||||
msgstr "mostrar els threads bloquejats"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/toggle-locked-threads.js:44
|
||||
#: ../../../../js/toggle-locked-threads.js:53
|
||||
#: ../../../../js/toggle-locked-threads.js:70
|
||||
msgid "Hide locked threads"
|
||||
msgstr "amagar els threads bloquejats"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Seleccionar"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Remot"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Embed"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42
|
||||
#: ../../../../js/toggle-images.js:45
|
||||
msgid "hidden"
|
||||
msgstr "amagat"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:86
|
||||
msgid "Show images"
|
||||
msgstr "Mostrar imatges"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:63 ../../../../js/toggle-images.js:86
|
||||
msgid "Hide images"
|
||||
msgstr "Amagar imatges"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:27
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
msgid "Password"
|
||||
msgstr "Contrasenya"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
msgid "Delete file only"
|
||||
msgstr "Eliminar només fitxer"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
#: ../../../../js/quick-post-controls.js:33
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:35
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
msgid "Reason"
|
||||
msgstr "Raó"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
#: ../../../../js/quick-post-controls.js:39
|
||||
msgid "Report"
|
||||
msgstr "Denunciar"
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
msgid "Click reply to view."
|
||||
msgstr "Clica respondre per a mirar."
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
#: ../../../../js/live-index.js:72 ../../../../js/live-index.js:83
|
||||
msgid "Click to expand"
|
||||
msgstr "Clica per a expandir"
|
||||
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
#: ../../../../js/expand.js:50
|
||||
msgid "Hide expanded replies"
|
||||
msgstr "Amagar respostes expandides"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
msgstr "Tamany de pinzell"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Set text"
|
||||
msgstr "col·locar text"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Clear"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Load"
|
||||
msgstr "Carregar"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Toggle eraser"
|
||||
msgstr "Act./Desact. Goma"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Get color"
|
||||
msgstr "Obtenir color"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Fill"
|
||||
msgstr "omplir"
|
||||
|
||||
#: ../../../../js/oekaki.js:12
|
||||
msgid "Use oekaki instead of file?"
|
||||
msgstr "Utilitzar oekaki en comptes de fitxer?"
|
||||
|
||||
#: ../../../../js/oekaki.js:21
|
||||
msgid "Edit in oekaki"
|
||||
msgstr "Editar a oekaki"
|
||||
|
||||
#: ../../../../js/oekaki.js:152
|
||||
msgid "Enter some text"
|
||||
msgstr "Escriu alguna cosa"
|
||||
|
||||
#: ../../../../js/oekaki.js:153
|
||||
msgid "Enter font or leave empty"
|
||||
msgstr "Entra una font o deixa-ho buit"
|
||||
|
||||
#: ../../../../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 ../../../../js/forced-anon.js:73
|
||||
#: ../../../../js/forced-anon.js:81 ../../../../js/forced-anon.js:85
|
||||
msgid "Forced anonymity"
|
||||
msgstr "Anonimitat forçada"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/forced-anon.js:73 ../../../../js/forced-anon.js:81
|
||||
msgid "enabled"
|
||||
msgstr "activat"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/forced-anon.js:73 ../../../../js/forced-anon.js:85
|
||||
msgid "disabled"
|
||||
msgstr "desactivat"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sun"
|
||||
msgstr "dg."
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Mon"
|
||||
msgstr "dl."
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Tue"
|
||||
msgstr "dt."
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Wed"
|
||||
msgstr "dc."
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Thu"
|
||||
msgstr "dj."
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Fri"
|
||||
msgstr "dv."
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sat"
|
||||
msgstr "ds."
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Catàleg"
|
||||
|
||||
#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21
|
||||
#: ../../../../js/quick-reply-old.js:23
|
||||
msgid "Submit"
|
||||
msgstr "Entrar"
|
||||
|
||||
#: ../../../../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 <small>>>{0}</small>"
|
||||
msgstr "Mode de post: Responent a <small>>>{0}</small>"
|
||||
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
msgid "Return"
|
||||
msgstr "Tornar"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Expandir totes les imatges"
|
||||
|
||||
#: ../../../../templates/main.js:6
|
||||
msgid "Hello!"
|
||||
msgstr "Hola!"
|
||||
|
||||
#: ../../../../templates/main.js:18
|
||||
#, python-brace-format
|
||||
msgid "{0} users"
|
||||
msgstr "{0} usuaris"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:28
|
||||
#: ../../../../templates/themes/ukko/ukko.js:39
|
||||
#: ../../../../templates/themes/ukko/ukko.js:29
|
||||
#: ../../../../templates/themes/ukko/ukko.js:40
|
||||
#: ../../../../templates/themes/ukko/ukko.js:52
|
||||
#: ../../../../templates/themes/ukko/ukko.js:63
|
||||
msgid "(hide threads from this board)"
|
||||
msgstr "(amaga els threads d'aquesta 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
|
||||
#: ../../../../templates/themes/ukko/ukko.js:56
|
||||
#: ../../../../templates/themes/ukko/ukko.js:68
|
||||
msgid "(show threads from this board)"
|
||||
msgstr "(mostra els threads d'aquesta board)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:57
|
||||
#: ../../../../templates/themes/ukko/ukko.js:58
|
||||
#: ../../../../templates/themes/ukko/ukko.js:81
|
||||
msgid "No more threads to display"
|
||||
msgstr "No hi ha més threads per a mostrar"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:79
|
||||
#: ../../../../templates/themes/ukko/ukko.js:80
|
||||
#: ../../../../templates/themes/ukko/ukko.js:103
|
||||
msgid "Loading..."
|
||||
msgstr "Carregant..."
|
||||
|
||||
#: ../../../../js/download-original.js:32
|
||||
#: ../../../../js/download-original.js:33
|
||||
msgid "Save as original filename"
|
||||
msgstr "Guardar amb el nom de fitxer original"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:43
|
||||
msgid "Reported post(s)."
|
||||
msgstr "Post(s) denunciats."
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:53
|
||||
msgid "An unknown error occured!"
|
||||
msgstr "Ha passat un error desconegut!"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:60
|
||||
msgid "Something went wrong... An unknown error occured!"
|
||||
msgstr "Alguna cosa ha anat malament... Ha passat un error desconegut!"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:68
|
||||
msgid "Working..."
|
||||
msgstr "Treballant..."
|
||||
|
||||
#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45
|
||||
msgid "Posting... (#%)"
|
||||
msgstr "Postejant... (#%)"
|
||||
|
||||
#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109
|
||||
msgid "Posted..."
|
||||
msgstr "Postejat..."
|
||||
|
||||
#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111
|
||||
msgid "An unknown error occured when posting!"
|
||||
msgstr "Ha passat un error desconegut mentre postejaves!"
|
||||
|
||||
#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135
|
||||
msgid "Posting..."
|
||||
msgstr "Postejant..."
|
||||
|
||||
#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224
|
||||
#: ../../../../js/quick-reply.js:225
|
||||
msgid "Upload URL"
|
||||
msgstr "Pujar URL"
|
||||
|
||||
#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267
|
||||
#: ../../../../js/quick-reply.js:268
|
||||
msgid "Spoiler Image"
|
||||
msgstr "Amagar la Imatge"
|
||||
|
||||
#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278
|
||||
#: ../../../../js/quick-reply.js:279 ../../../../js/quick-reply.js:281
|
||||
msgid "Comment"
|
||||
msgstr "Comentar"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/quick-reply.js:289 ../../../../js/quick-reply.js:410
|
||||
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
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
msgid "Stop watching this thread"
|
||||
msgstr "Parar de mirar aquest 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
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
msgid "Watch this thread"
|
||||
msgstr "Mirar aquest 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 ../../../../js/watch.js:372
|
||||
#: ../../../../js/watch.js:373 ../../../../js/watch.js:381
|
||||
msgid "Unpin this board"
|
||||
msgstr "Desancorar aquesta 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 ../../../../js/watch.js:372
|
||||
#: ../../../../js/watch.js:373 ../../../../js/watch.js:381
|
||||
msgid "Pin this board"
|
||||
msgstr "Ancorar aquesta 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 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
msgid "Stop watching this board"
|
||||
msgstr "Parar de mirar aquesta 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 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
msgid "Watch this board"
|
||||
msgstr "mirar aquesta board"
|
||||
|
||||
#: ../../../../js/wpaint.js:113
|
||||
msgid "Click on any image on this site to load it into oekaki applet"
|
||||
msgstr "Fes clic a qualsevol imatge d'aquesta pàgina per a carregar-la a l'applet oekaki"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Sunday"
|
||||
msgstr "Diumenge"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Monday"
|
||||
msgstr "Dilluns"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Tuesday"
|
||||
msgstr "Dimarts"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Wednesday"
|
||||
msgstr "Dimecres"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Thursday"
|
||||
msgstr "Dijous"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Friday"
|
||||
msgstr "Divendres"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Saturday"
|
||||
msgstr "Dissabte"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "January"
|
||||
msgstr "Gener"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "February"
|
||||
msgstr "Febrer"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "March"
|
||||
msgstr "Març"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "April"
|
||||
msgstr "Abril"
|
||||
|
||||
#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32
|
||||
msgid "May"
|
||||
msgstr "Maig"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "June"
|
||||
msgstr "Juny"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "July"
|
||||
msgstr "Juliol"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "August"
|
||||
msgstr "Agost"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "September"
|
||||
msgstr "Setembre"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "October"
|
||||
msgstr "Octubre"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "November"
|
||||
msgstr "Novembre"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "December"
|
||||
msgstr "Desembre"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jan"
|
||||
msgstr "gen."
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Feb"
|
||||
msgstr "febr."
|
||||
|
||||
#: ../../../../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 "juny"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jul"
|
||||
msgstr "jul."
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Aug"
|
||||
msgstr "ag."
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Sep"
|
||||
msgstr "set."
|
||||
|
||||
#: ../../../../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 "des."
|
||||
|
||||
#: ../../../../js/local-time.js:33
|
||||
msgid "AM"
|
||||
msgstr "AM"
|
||||
|
||||
#: ../../../../js/local-time.js:34
|
||||
msgid "PM"
|
||||
msgstr "PM"
|
||||
|
||||
#: ../../../../js/local-time.js:35
|
||||
msgid "am"
|
||||
msgstr "am"
|
||||
|
||||
#: ../../../../js/local-time.js:36
|
||||
msgid "pm"
|
||||
msgstr "pm"
|
||||
|
||||
#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48
|
||||
msgid "Your browser does not support HTML5 video."
|
||||
msgstr "El teu navegador no suporta video en HTML5"
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[reproduir una vegada]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[bucle]"
|
||||
|
||||
#: ../../../../js/webm-settings.js:42 ../../../../js/webm-settings.js:45
|
||||
msgid "WebM Settings"
|
||||
msgstr "Opcions de WebM"
|
||||
|
||||
#: ../../../../js/webm-settings.js:44 ../../../../js/webm-settings.js:54
|
||||
msgid "Expand videos inline"
|
||||
msgstr "Expandir videos"
|
||||
|
||||
#: ../../../../js/webm-settings.js:45 ../../../../js/webm-settings.js:55
|
||||
msgid "Play videos on hover"
|
||||
msgstr "Reproduir videos en passar per sobre"
|
||||
|
||||
#: ../../../../js/webm-settings.js:46 ../../../../js/webm-settings.js:56
|
||||
msgid "Default volume"
|
||||
msgstr "Volum predeterminat"
|
||||
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Vista d'arbre"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Encongir totes les imatges"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animar GIFs"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "desanimar GIFs"
|
||||
|
||||
#: ../../../../js/webm-settings.js:41
|
||||
msgid "WebM"
|
||||
msgstr "WebM"
|
||||
|
||||
#: ../../../../js/live-index.js:25 ../../../../js/live-index.js:84
|
||||
msgid "No new posts."
|
||||
msgstr "No hi ha nous posts."
|
||||
|
||||
#: ../../../../js/live-index.js:30 ../../../../js/live-index.js:73
|
||||
msgid "No new threads."
|
||||
msgstr "No hi ha nous threads."
|
||||
|
||||
#: ../../../../js/live-index.js:72
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new threads."
|
||||
msgstr "Hi ha {0} nous threads."
|
||||
|
||||
#: ../../../../js/live-index.js:83
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new posts in this thread."
|
||||
msgstr "Hi ha {0} nous posts en aquest thread."
|
||||
|
||||
#: ../../../../js/options.js:106
|
||||
msgid "Options"
|
||||
msgstr "Opcions"
|
||||
|
||||
#: ../../../../js/options/general.js:15
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#: ../../../../js/options/general.js:18
|
||||
msgid "Storage: "
|
||||
msgstr "informació de navegació:"
|
||||
|
||||
#: ../../../../js/options/general.js:21
|
||||
msgid "Export"
|
||||
msgstr "Exportar"
|
||||
|
||||
#: ../../../../js/options/general.js:27
|
||||
msgid "Import"
|
||||
msgstr "Importar"
|
||||
|
||||
#: ../../../../js/options/general.js:28
|
||||
msgid "Paste your storage data"
|
||||
msgstr "Enganxar la teva informació de navegació"
|
||||
|
||||
#: ../../../../js/options/general.js:40
|
||||
msgid "Erase"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: ../../../../js/options/general.js:41
|
||||
msgid ""
|
||||
"Are you sure you want to erase your storage? This involves your hidden "
|
||||
"threads, watched threads, post password and many more."
|
||||
msgstr "Estas segur que vols borrar la teva informació? Això inclou els teus threads amagats, els threads que miraves la contrasenya dels posts i molt més."
|
||||
|
||||
#: ../../../../js/options/user-css.js:14
|
||||
msgid "User CSS"
|
||||
msgstr "CSS de l'usuari"
|
||||
|
||||
#: ../../../../js/options/user-css.js:23
|
||||
msgid "Update custom CSS"
|
||||
msgstr "Actualitzar el CSS personalitzat"
|
||||
|
||||
#: ../../../../js/options/user-css.js:45
|
||||
msgid "Enter here your own CSS rules..."
|
||||
msgstr "Escriu aquí les teves propies normes de CSS"
|
||||
|
||||
#: ../../../../js/options/user-css.js:46
|
||||
msgid ""
|
||||
"If you want to make a redistributable style, be sure to\n"
|
||||
" have a Yotsuba B theme selected."
|
||||
msgstr "Si vols crear un estil redistribuïble, estigues segur de\n tenir un tema de Yotsuba B seleccionat."
|
||||
|
||||
#: ../../../../js/options/user-css.js:47
|
||||
msgid "You can include CSS files from remote servers, for example:"
|
||||
msgstr "Pots incluïr fitxers CSS des de servidor remots, per exemple:"
|
||||
|
||||
#: ../../../../js/options/user-js.js:14
|
||||
msgid "User JS"
|
||||
msgstr "JS de l'usuari"
|
||||
|
||||
#: ../../../../js/options/user-js.js:23
|
||||
msgid "Update custom Javascript"
|
||||
msgstr "Actualitzar el Javascript personalitzat"
|
||||
|
||||
#: ../../../../js/options/user-js.js:54
|
||||
msgid "Enter here your own Javascript code..."
|
||||
msgstr "Escriu aqui el teu propi codi de Javascript"
|
||||
|
||||
#: ../../../../js/options/user-js.js:55
|
||||
msgid ""
|
||||
"Have a backup of your storage somewhere, as messing here\n"
|
||||
" may render you this website unusable."
|
||||
msgstr "Tingues una còpia de seguretat de les teves dades a algun lloc, ja que al fer coses aquí pots fer que la pàgina es torni inutilitzable."
|
||||
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr "Pots incluïr fitxers JS des de servidors remots, per exemple:"
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
3320
inc/locale/ca/LC_MESSAGES/tinyboard.po
Normal file
3320
inc/locale/ca/LC_MESSAGES/tinyboard.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -250,6 +250,8 @@ msgstr "So"
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
@ -604,16 +606,19 @@ msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -716,3 +721,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -229,7 +229,7 @@ msgstr "Přesunout odpověď na jiný board"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Upravit příspěvek"
|
||||
|
||||
@ -337,6 +337,7 @@ msgstr "Byl jsi umlčen za neoriginální obsah."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Nové téma"
|
||||
|
||||
@ -344,6 +345,7 @@ msgstr "Nové téma"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Nová odpověď"
|
||||
|
||||
@ -352,6 +354,7 @@ msgstr "Nová odpověď"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -377,6 +380,7 @@ msgstr "Než něco pošleš, zjisti si, jak to tu chodí."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Vypadáš jako robot."
|
||||
|
||||
@ -384,6 +388,7 @@ msgstr "Vypadáš jako robot."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Tvůj prohlížeč neposlal žádný nebo poslal neplatný HTTP referer."
|
||||
|
||||
@ -391,6 +396,7 @@ msgstr "Tvůj prohlížeč neposlal žádný nebo poslal neplatný HTTP referer.
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "Pole %s je příliš dlouhé."
|
||||
@ -399,6 +405,7 @@ msgstr "Pole %s je příliš dlouhé."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Tělo je příliš dlouhé."
|
||||
|
||||
@ -406,6 +413,7 @@ msgstr "Tělo je příliš dlouhé."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Tělo je příliš krátké nebo prázdné."
|
||||
|
||||
@ -413,6 +421,7 @@ msgstr "Tělo je příliš krátké nebo prázdné."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Musíš nahrát obrázek."
|
||||
|
||||
@ -420,6 +429,7 @@ msgstr "Musíš nahrát obrázek."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Server nedokázal zpracovat tvůj upload."
|
||||
|
||||
@ -427,6 +437,7 @@ msgstr "Server nedokázal zpracovat tvůj upload."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Nepodporovaný formát obrázku."
|
||||
|
||||
@ -434,6 +445,7 @@ msgstr "Nepodporovaný formát obrázku."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Neplatný board!"
|
||||
|
||||
@ -441,6 +453,7 @@ msgstr "Neplatný board!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Dané vlákno neexistuje."
|
||||
|
||||
@ -448,6 +461,7 @@ msgstr "Dané vlákno neexistuje."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Vlákno bylo zamknuto. Teď na něj nemůžeš odpovídat."
|
||||
|
||||
@ -455,6 +469,7 @@ msgstr "Vlákno bylo zamknuto. Teď na něj nemůžeš odpovídat."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Vlákno dosáhlo limit na počet odpovědí."
|
||||
|
||||
@ -462,6 +477,7 @@ msgstr "Vlákno dosáhlo limit na počet odpovědí."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Vlákno dosáhlo limit na počet obrázků."
|
||||
|
||||
@ -469,6 +485,7 @@ msgstr "Vlákno dosáhlo limit na počet obrázků."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Nic jsi neposlal."
|
||||
|
||||
@ -476,6 +493,7 @@ msgstr "Nic jsi neposlal."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Detekován flood; příspěvek zahozen."
|
||||
|
||||
@ -483,6 +501,7 @@ msgstr "Detekován flood; příspěvek zahozen."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Tvůj požadavek vypadá strojově; příspěvek zahozen."
|
||||
|
||||
@ -490,6 +509,7 @@ msgstr "Tvůj požadavek vypadá strojově; příspěvek zahozen."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Neoriginální obsah!"
|
||||
|
||||
@ -497,6 +517,7 @@ msgstr "Neoriginální obsah!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Neoriginální obsah! Byl jsi na %d sekund umlčen."
|
||||
@ -505,6 +526,7 @@ msgstr "Neoriginální obsah! Byl jsi na %d sekund umlčen."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Byl jsi umlčen! Mluvit budeš moct až za %d sekund."
|
||||
@ -513,6 +535,7 @@ msgstr "Byl jsi umlčen! Mluvit budeš moct až za %d sekund."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Tvoje IP adresa figuruje v %s."
|
||||
@ -521,6 +544,7 @@ msgstr "Tvoje IP adresa figuruje v %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Příliš mnoho odkazů; detekován flood."
|
||||
|
||||
@ -528,6 +552,7 @@ msgstr "Příliš mnoho odkazů; detekován flood."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Příliš mnoho citací; příspěvek zahozen."
|
||||
|
||||
@ -535,6 +560,7 @@ msgstr "Příliš mnoho citací; příspěvek zahozen."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Příliš mnoho odkazů napříč boardy; příspěvek zahozen."
|
||||
|
||||
@ -542,6 +568,7 @@ msgstr "Příliš mnoho odkazů napříč boardy; příspěvek zahozen."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Nevybral jsi nic ke smazání."
|
||||
|
||||
@ -549,6 +576,7 @@ msgstr "Nevybral jsi nic ke smazání."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Nevybral jsi nic k nahlášení."
|
||||
|
||||
@ -556,6 +584,7 @@ msgstr "Nevybral jsi nic k nahlášení."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Nemůžeš nahlásit tolik příspěvků najednou."
|
||||
|
||||
@ -563,6 +592,7 @@ msgstr "Nemůžeš nahlásit tolik příspěvků najednou."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Špatné heslo…"
|
||||
|
||||
@ -570,6 +600,7 @@ msgstr "Špatné heslo…"
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Neplatný obrázek."
|
||||
|
||||
@ -577,6 +608,7 @@ msgstr "Neplatný obrázek."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Neznámá přípona souboru."
|
||||
|
||||
@ -584,6 +616,7 @@ msgstr "Neznámá přípona souboru."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maximální velikost souboru: %maxsz% bajtů<br>Velikost tvého souboru: %filesz% bajtů"
|
||||
|
||||
@ -591,6 +624,7 @@ msgstr "Maximální velikost souboru: %maxsz% bajtů<br>Velikost tvého souboru:
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Soubor je příliš velký."
|
||||
|
||||
@ -598,6 +632,7 @@ msgstr "Soubor je příliš velký."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Tenhle soubor <a href=\"%s\">už tu je</a>!"
|
||||
@ -606,6 +641,7 @@ msgstr "Tenhle soubor <a href=\"%s\">už tu je</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Tenhle soubor <a href=\"%s\">tu už v tomhle vláknu je</a>!"
|
||||
@ -614,6 +650,7 @@ msgstr "Tenhle soubor <a href=\"%s\">tu už v tomhle vláknu je</a>!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, 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."
|
||||
@ -622,6 +659,7 @@ msgstr "Než to budeš moct smazat, budeš muset počkat ještě %s."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "Detekován MIME type detection XSS exploit (IE); příspěvek zahozen."
|
||||
|
||||
@ -629,6 +667,7 @@ msgstr "Detekován MIME type detection XSS exploit (IE); příspěvek zahozen."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
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."
|
||||
|
||||
@ -636,6 +675,7 @@ msgstr "Nechápu URL videa, co jsi zkusil vložit."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Asi jsi se upsal u ověření."
|
||||
|
||||
@ -644,6 +684,7 @@ msgstr "Asi jsi se upsal u ověření."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -654,6 +695,7 @@ msgstr "Najednou můžeš odbanovat jen %s uživatel. Zkusil jsi jich odbanovat
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Neplatné uživatelské jméno a/nebo heslo."
|
||||
|
||||
@ -661,6 +703,7 @@ msgstr "Neplatné uživatelské jméno a/nebo heslo."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Nejsi moderátor…"
|
||||
|
||||
@ -668,6 +711,7 @@ msgstr "Nejsi moderátor…"
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -677,6 +721,7 @@ msgstr "Neplatné uživatelské jméno a/nebo heslo. Tvůj uživatel mohl být s
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Neplatné cookies."
|
||||
|
||||
@ -684,6 +729,7 @@ msgstr "Neplatné cookies."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
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."
|
||||
|
||||
@ -691,6 +737,7 @@ msgstr "Tvůj prohlížeč něco neposlal, i když by měl."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "Pole %s je povinné."
|
||||
@ -699,6 +746,7 @@ msgstr "Pole %s je povinné."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "Pole %s je neplatné."
|
||||
@ -707,6 +755,7 @@ msgstr "Pole %s je neplatné."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Board %s už tu je."
|
||||
@ -715,6 +764,7 @@ msgstr "Board %s už tu je."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Na to nemáš oprávnění."
|
||||
|
||||
@ -722,6 +772,7 @@ msgstr "Na to nemáš oprávnění."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Ten příspěvek neexistuje…"
|
||||
|
||||
@ -729,6 +780,7 @@ msgstr "Ten příspěvek neexistuje…"
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Stránka nenalezena."
|
||||
|
||||
@ -736,6 +788,7 @@ msgstr "Stránka nenalezena."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Tento moderátor <a href=\"?/users/%d\">už existuje</a>!"
|
||||
@ -744,6 +797,7 @@ msgstr "Tento moderátor <a href=\"?/users/%d\">už existuje</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Toto téma neexistuje!"
|
||||
|
||||
@ -751,6 +805,7 @@ msgstr "Toto téma neexistuje!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Neplatný bezpečností token! Vrať se, prosím, a zkus to znova."
|
||||
|
||||
@ -764,6 +819,7 @@ msgstr "Neplatný bezpečností token! Vrať se, prosím, a zkus to znova."
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "UŽIVATEL ZA PŘÍSPĚVEK DOSTAL BAN"
|
||||
|
||||
@ -854,6 +910,7 @@ msgstr "Log moderací"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -862,11 +919,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Nový ban"
|
||||
|
||||
#: ../../../../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 "Banlist"
|
||||
|
||||
@ -874,17 +933,19 @@ msgstr "Banlist"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Přesunout odpověď"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Cílový a zdrojový board se shodují."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Vlákno nelze přesunout; je tu jen jeden board."
|
||||
|
||||
@ -892,6 +953,7 @@ msgstr "Vlákno nelze přesunout; je tu jen jeden board."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Přesunout vlákno"
|
||||
|
||||
@ -947,55 +1009,65 @@ msgstr "Fronta nahlášených příspěvků"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Editor konfigurace"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Adresář s tématy neexistuje!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Nemůžu otevřít adresář s tématy; prověř oprávnění."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Správa témat"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Nainstalované téma: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Konfiguruju téma: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Téma přebudováno: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Debug: Antispam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Debug: Poslední příspěvky"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Debug: SQL"
|
||||
|
||||
@ -1063,6 +1135,8 @@ msgstr "Smazat příspěvek"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1299,6 +1373,7 @@ msgstr "Zakrýt obrázek"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Odpovědět"
|
||||
|
||||
@ -1310,6 +1385,7 @@ msgstr "Odpovědět"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
@ -1321,6 +1397,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] ""
|
||||
@ -1335,6 +1412,7 @@ msgstr[2] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "%count% příspěvek"
|
||||
@ -1350,6 +1428,7 @@ msgstr[2] "%count% příspěvků"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "a"
|
||||
|
||||
@ -1361,6 +1440,7 @@ msgstr "a"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "%count% obrázková odpověď"
|
||||
@ -1375,6 +1455,7 @@ msgstr[2] "%count% obrázkových odpovědí"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "vynecháno. Klikni na Odpovědět pro zobrazení."
|
||||
|
||||
@ -1579,6 +1660,8 @@ msgstr "Flagy"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1623,6 +1706,8 @@ msgstr "Přilepené"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1667,6 +1752,8 @@ msgstr "Zamknout"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1777,13 +1864,14 @@ msgstr "Žádné výsledky."
|
||||
msgid "Search"
|
||||
msgstr "Hledat"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1798,14 +1886,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1889,7 +1977,7 @@ msgstr "Antispam"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Poslední příspěvky"
|
||||
|
||||
@ -3052,7 +3140,7 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3064,6 +3152,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3078,6 +3167,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3100,6 +3191,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3113,6 +3206,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3126,6 +3221,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3195,20 +3292,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3225,3 +3324,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -1 +1 @@
|
||||
l10n = {"Style: ":"Stil:","File":"Fil","hide":"skjul","show":"vis","Show locked threads":"Vis l\u00e5ste tr\u00e5de","Hide locked threads":"Skjul l\u00e5ste tr\u00e5de","URL":"URL","Select":"V\u00e6lg","Embed":"Indlejr","Oekaki":"Oekaki","hidden":"skjult","Show images":"Vis billeder","Hide images":"Skjul billeder","Password":"Adgangskode","Delete file only":"Slet kun fil","Delete":"Slet","Reason":"Grund","Report":"Anmeld","Click reply to view.":"Klik svar for at vise","Click to expand":"Klik for at udvide","Hide expanded replies":"Skjul udvidede svar","Brush size":"Penselst\u00f8rrelse","Set text":"S\u00e6t tekst","Clear":"Ryd","Save":"Gem","Load":"Indl\u00e6s","Get color":"L\u00e6s farve","Fill":"Fyld","Use oekaki instead of file?":"Brug oekaki i stedet for fil?","Edit in oekaki":"Redig\u00e9r i oekaki","Enter some text":"Skriv noget","Enter font or leave empty":"V\u00e6lg skrifttype eller lad st\u00e5 tomt","Forced anonymity":"Tvungen anonymitet","enabled":"aktiveret","disabled":"deaktiveret","Sun":"s\u00f8n","Mon":"man","Tue":"tir","Wed":"ons","Thu":"tor","Fri":"fre","Sat":"l\u00f8r","Catalog":"Katalog","Submit":"Send","Quick reply":"Hurtigt svar","Posting mode: Replying to <small>>>{0}<\/small>":"Indl\u00e6gstype: Svar til <small>>:>{0}<\/small>","Return":"Tilbage","Expand all images":"Udvid alle billeder","Hello!":"Hej!","{0} users":"{0} brugere","(hide threads from this board)":"(skjul tr\u00e5de fra dette board)","(show threads from this board)":"(vis tr\u00e5de fra dette board)","No more threads to display":"Ikke flere tr\u00e5de at vise","Loading...":"Indl\u00e6ser...","Save as original filename":"Gem under oprindelige filnavn","Reported post(s).":"Anmeldte indl\u00e6g.","An unknown error occured!":"Der forekom en ukendt fejl!","Something went wrong... An unknown error occured!":"Noget gik galt... Der forekom en ukendt fejl!","Working...":"Arbjeder...","Posting... (#%)":"L\u00e6gger ind... (#%)","Posted...":"Lagt ind...","An unknown error occured when posting!":"En ukendt fejl opstod ved indl\u00e6gning!","Posting...":"L\u00e6gger ind...","Upload URL":"Upload URL","Spoiler Image":"Skjul Billede","Comment":"Kommentar","Quick Reply":"Hurtigt Svar","Stop watching this thread":"Stop med at f\u00f8lge denne tr\u00e5d","Watch this thread":"F\u00f8lg tr\u00e5d","Unpin this board":"Frig\u00f8r dette board","Pin this board":"Fastg\u00f8r dette board","Stop watching this board":"Stop med at f\u00f8lge dette board","Watch this board":"F\u00f8lg dette board","Click on any image on this site to load it into oekaki applet":"Klik p\u00e5 et billede p\u00e5 siden for at indl\u00e6se det til oekaki appletten","Sunday":"s\u00f8ndag","Monday":"mandag","Tuesday":"tirsdag","Wednesday":"onsdag","Thursday":"torsdag","Friday":"fredag","Saturday":"l\u00f8rdag","January":"januar","February":"februar","March":"marts","April":"april","May":"maj","June":"juni","July":"juli","August":"august","September":"september","October":"oktober","November":"november","December":"december","Jan":"jan","Feb":"feb","Mar":"mar","Apr":"apr","Jun":"jun","Jul":"jul","Aug":"aug","Sep":"sep","Oct":"okt","Nov":"nov","Dec":"dec","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Din browser underst\u00f8tter ikke HTML5 video","[play once]":"[afspil en gang]","[loop]":"[gentag]","WebM Settings":"WebM indstillinger","Expand videos inline":"Indlejr videoer","Play videos on hover":"Afspil videoer n\u00e5r musen f\u00f8res over dem","Default volume":"Standard lydstyrke","Tree view":"Tr\u00e6visning","Shrink all images":"Skrump alle billeder","Animate GIFs":"Anim\u00e9r GIF-billeder","Unanimate GIFs":"Hold op med at animere GIF-billeder","WebM":"WebM","No new posts.":"Ingen nye indl\u00e6g.","No new threads.":"Ingen nye tr\u00e5de.","There are {0} new threads.":"Der er {0} nye tr\u00e5de.","There are {0} new posts in this thread.":"Der er {0} nye indl\u00e6g i denne tr\u00e5d.","Options":"Indstillinger","General":"Generelt","Storage: ":"Oplagring:","Export":"Eksport\u00e9r","Import":"Import\u00e9r","Paste your storage data":"Inds\u00e6t dit oplagrede data","Erase":"Udvisk","":"Hav en backup af dit oplargring et sted, da at rode h\u00e9r kanng\u00f8re den her webside uanvendelig for dig.","User CSS":"Bruger-CSS","Update custom CSS":"Opdat\u00e9r brugerdefineret CSS","Enter here your own CSS rules...":"Skriv dine egne CSS regler h\u00e9r...","You can include CSS files from remote servers, for example:":"Du kan bruge CSS-filer fra andre servere, for eksempel:","User JS":"Bruger-JS","Update custom Javascript":"Opdat\u00e9r brugerdefineret Javascript","Enter here your own Javascript code...":"Skriv din egen Javascript-kode h\u00e9r...","You can include JS files from remote servers, for example:":"Du kan bruge JS-filer fra andre servere, for eksempel:"};
|
||||
l10n = {"Style: ":"Stil:","File":"Fil","hide":"skjul","show":"vis","Show locked threads":"Vis l\u00e5ste tr\u00e5de","Hide locked threads":"Skjul l\u00e5ste tr\u00e5de","URL":"URL","Select":"V\u00e6lg","Embed":"Indlejr","Oekaki":"Oekaki","hidden":"skjult","Show images":"Vis billeder","Hide images":"Skjul billeder","Password":"Adgangskode","Delete file only":"Slet kun fil","Delete":"Slet","Reason":"Grund","Report":"Anmeld","Click reply to view.":"Klik svar for at vise","Click to expand":"Klik for at udvide","Hide expanded replies":"Skjul udvidede svar","Brush size":"Penselst\u00f8rrelse","Set text":"S\u00e6t tekst","Clear":"Ryd","Save":"Gem","Load":"Indl\u00e6s","Get color":"L\u00e6s farve","Fill":"Fyld","Use oekaki instead of file?":"Brug oekaki i stedet for fil?","Edit in oekaki":"Redig\u00e9r i oekaki","Enter some text":"Skriv noget","Enter font or leave empty":"V\u00e6lg skrifttype eller lad st\u00e5 tomt","Forced anonymity":"Tvungen anonymitet","enabled":"aktiveret","disabled":"deaktiveret","Sun":"s\u00f8n","Mon":"man","Tue":"tir","Wed":"ons","Thu":"tor","Fri":"fre","Sat":"l\u00f8r","Catalog":"Katalog","Submit":"Send","Quick reply":"Hurtigt svar","Posting mode: Replying to <small>>>{0}<\/small>":"Indl\u00e6gstype: Svar til <small>>:>{0}<\/small>","Return":"Tilbage","Expand all images":"Udvid alle billeder","Hello!":"Hej!","{0} users":"{0} brugere","(hide threads from this board)":"(skjul tr\u00e5de fra dette board)","(show threads from this board)":"(vis tr\u00e5de fra dette board)","No more threads to display":"Ikke flere tr\u00e5de at vise","Loading...":"Indl\u00e6ser...","Save as original filename":"Gem under oprindelige filnavn","Reported post(s).":"Anmeldte indl\u00e6g.","An unknown error occured!":"Der forekom en ukendt fejl!","Something went wrong... An unknown error occured!":"Noget gik galt... Der forekom en ukendt fejl!","Working...":"Arbjeder...","Posting... (#%)":"L\u00e6gger ind... (#%)","Posted...":"Lagt ind...","An unknown error occured when posting!":"En ukendt fejl opstod ved indl\u00e6gning!","Posting...":"L\u00e6gger ind...","Upload URL":"Upload URL","Spoiler Image":"Skjul Billede","Comment":"Kommentar","Quick Reply":"Hurtigt Svar","Stop watching this thread":"Stop med at f\u00f8lge denne tr\u00e5d","Watch this thread":"F\u00f8lg tr\u00e5d","Unpin this board":"Frig\u00f8r dette board","Pin this board":"Fastg\u00f8r dette board","Stop watching this board":"Stop med at f\u00f8lge dette board","Watch this board":"F\u00f8lg dette board","Click on any image on this site to load it into oekaki applet":"Klik p\u00e5 et billede p\u00e5 siden for at indl\u00e6se det til oekaki appletten","Sunday":"s\u00f8ndag","Monday":"mandag","Tuesday":"tirsdag","Wednesday":"onsdag","Thursday":"torsdag","Friday":"fredag","Saturday":"l\u00f8rdag","January":"januar","February":"februar","March":"marts","April":"april","May":"maj","June":"juni","July":"juli","August":"august","September":"september","October":"oktober","November":"november","December":"december","Jan":"jan","Feb":"feb","Mar":"mar","Apr":"apr","Jun":"jun","Jul":"jul","Aug":"aug","Sep":"sep","Oct":"okt","Nov":"nov","Dec":"dec","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Din browser underst\u00f8tter ikke HTML5 video","[play once]":"[afspil en gang]","[loop]":"[gentag]","WebM Settings":"WebM indstillinger","Expand videos inline":"Indlejr videoer","Play videos on hover":"Afspil videoer n\u00e5r musen f\u00f8res over dem","Default volume":"Standard lydstyrke","Tree view":"Tr\u00e6visning","Shrink all images":"Skrump alle billeder","Animate GIFs":"Anim\u00e9r GIF-billeder","Unanimate GIFs":"Hold op med at animere GIF-billeder","WebM":"WebM","No new posts.":"Ingen nye indl\u00e6g.","No new threads.":"Ingen nye tr\u00e5de.","There are {0} new threads.":"Der er {0} nye tr\u00e5de.","There are {0} new posts in this thread.":"Der er {0} nye indl\u00e6g i denne tr\u00e5d.","Options":"Indstillinger","General":"Generelt","Storage: ":"Oplagring:","Export":"Eksport\u00e9r","Import":"Import\u00e9r","Paste your storage data":"Inds\u00e6t dit oplagrede data","Erase":"Udvisk","":"Hav en backup af dit oplargring et sted, da at rode h\u00e9r kanng\u00f8re den her webside uanvendelig for dig.","User CSS":"Bruger-CSS","Update custom CSS":"Opdat\u00e9r brugerdefineret CSS","Enter here your own CSS rules...":"Skriv dine egne CSS-regler h\u00e9r...","You can include CSS files from remote servers, for example:":"Du kan bruge CSS-filer fra andre servere, for eksempel:","User JS":"Bruger-JS","Update custom Javascript":"Opdat\u00e9r brugerdefineret Javascript","Enter here your own Javascript code...":"Skriv din egen Javascript-kode h\u00e9r...","You can include JS files from remote servers, for example:":"Du kan bruge JS-filer fra andre servere, for eksempel:"};
|
@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 19:42+0000\n"
|
||||
"Last-Translator: Vladislav Višnevskij Petersen <vladikpetersen@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -252,6 +252,8 @@ msgstr "lør"
|
||||
#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32
|
||||
#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33
|
||||
#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalog"
|
||||
|
||||
@ -606,16 +608,19 @@ msgid "Tree view"
|
||||
msgstr "Trævisning"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Skrump alle billeder"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animér GIF-billeder"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Hold op med at animere GIF-billeder"
|
||||
|
||||
@ -685,7 +690,7 @@ msgstr "Opdatér brugerdefineret CSS"
|
||||
|
||||
#: ../../../../js/options/user-css.js:45
|
||||
msgid "Enter here your own CSS rules..."
|
||||
msgstr "Skriv dine egne CSS regler hér..."
|
||||
msgstr "Skriv dine egne CSS-regler hér..."
|
||||
|
||||
#: ../../../../js/options/user-css.js:46
|
||||
msgid ""
|
||||
@ -718,3 +723,11 @@ msgstr "Hav en backup af dit oplargring et sted, da at rode hér kan\ngøre den
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr "Du kan bruge JS-filer fra andre servere, for eksempel:"
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 20:27+0000\n"
|
||||
"Last-Translator: Vladislav Višnevskij Petersen <vladikpetersen@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -225,7 +225,7 @@ msgstr "Flyt svar til andet board"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Redigér post"
|
||||
|
||||
@ -333,6 +333,7 @@ msgstr "Du er blevet dæmpet pga. uoriginalt indhold."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Nyt Emne"
|
||||
|
||||
@ -340,6 +341,7 @@ msgstr "Nyt Emne"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Nyt Svar"
|
||||
|
||||
@ -348,6 +350,7 @@ msgstr "Nyt Svar"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -373,6 +376,7 @@ msgstr "Lur lidt mer indtil du laver indlæg."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Du ser ud som en robot."
|
||||
|
||||
@ -380,6 +384,7 @@ msgstr "Du ser ud som en robot."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Din browser sendte en ugyldig, eller ingen HTTP-henviser."
|
||||
|
||||
@ -387,6 +392,7 @@ msgstr "Din browser sendte en ugyldig, eller ingen HTTP-henviser."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "%s-feltet er alt for langt."
|
||||
@ -395,6 +401,7 @@ msgstr "%s-feltet er alt for langt."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Brødteksten var for lang."
|
||||
|
||||
@ -402,6 +409,7 @@ msgstr "Brødteksten var for lang."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Brødteksten var enten for kort eller tom."
|
||||
|
||||
@ -409,6 +417,7 @@ msgstr "Brødteksten var enten for kort eller tom."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Du er nødt til at uploade et billede."
|
||||
|
||||
@ -416,6 +425,7 @@ msgstr "Du er nødt til at uploade et billede."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Det lykkedes ikke serveren at behandle din upload-anmodning."
|
||||
|
||||
@ -423,6 +433,7 @@ msgstr "Det lykkedes ikke serveren at behandle din upload-anmodning."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Filformatet er ikke understøttet."
|
||||
|
||||
@ -430,6 +441,7 @@ msgstr "Filformatet er ikke understøttet."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Ugyldigt board!"
|
||||
|
||||
@ -437,6 +449,7 @@ msgstr "Ugyldigt board!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Den angivne tråd findes ikke."
|
||||
|
||||
@ -444,6 +457,7 @@ msgstr "Den angivne tråd findes ikke."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Tråden er låst. Du kan ikke svare på nuværende tidspunkt."
|
||||
|
||||
@ -451,6 +465,7 @@ msgstr "Tråden er låst. Du kan ikke svare på nuværende tidspunkt."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Tråden har nået sin maksimale indlægsgrænse."
|
||||
|
||||
@ -458,6 +473,7 @@ msgstr "Tråden har nået sin maksimale indlægsgrænse."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Tråden har nået sin maksimale billedgrænse."
|
||||
|
||||
@ -465,6 +481,7 @@ msgstr "Tråden har nået sin maksimale billedgrænse."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Du lavede ikke et indlæg."
|
||||
|
||||
@ -472,6 +489,7 @@ msgstr "Du lavede ikke et indlæg."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -479,6 +497,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Din efterspørgsel ser automatiseret ud; indlæget er blevet kasseret."
|
||||
|
||||
@ -486,6 +505,7 @@ msgstr "Din efterspørgsel ser automatiseret ud; indlæget er blevet kasseret."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Uoriginalt indhold!"
|
||||
|
||||
@ -493,6 +513,7 @@ msgstr "Uoriginalt indhold!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Uoriginalt indhold! Du er blevet dæmpet i %d sekunder."
|
||||
@ -501,6 +522,7 @@ msgstr "Uoriginalt indhold! Du er blevet dæmpet i %d sekunder."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Du er dæmpet! Udløber om %d sekunder."
|
||||
@ -509,6 +531,7 @@ msgstr "Du er dæmpet! Udløber om %d sekunder."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Din IP-adresse er listet i %s."
|
||||
@ -517,6 +540,7 @@ msgstr "Din IP-adresse er listet i %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr ""
|
||||
|
||||
@ -524,6 +548,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Alt for mange citeringer; indlæget er blevet kasseret."
|
||||
|
||||
@ -531,6 +556,7 @@ msgstr "Alt for mange citeringer; indlæget er blevet kasseret."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Alt for mange tværs-board links; indlæget er blevet kasseret."
|
||||
|
||||
@ -538,6 +564,7 @@ msgstr "Alt for mange tværs-board links; indlæget er blevet kasseret."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Du har ikke valgt noget at slette."
|
||||
|
||||
@ -545,6 +572,7 @@ msgstr "Du har ikke valgt noget at slette."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Du har ikke valgt noget at rapportere."
|
||||
|
||||
@ -552,6 +580,7 @@ msgstr "Du har ikke valgt noget at rapportere."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Du kan ikke rapportere så mange indlæg på samme tid."
|
||||
|
||||
@ -559,6 +588,7 @@ msgstr "Du kan ikke rapportere så mange indlæg på samme tid."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Forkert kodeord..."
|
||||
|
||||
@ -566,6 +596,7 @@ msgstr "Forkert kodeord..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Ugyldigt billede."
|
||||
|
||||
@ -573,6 +604,7 @@ msgstr "Ugyldigt billede."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Ukendt filtype."
|
||||
|
||||
@ -580,6 +612,7 @@ msgstr "Ukendt filtype."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maximal filstørrelse: %maxsz% bytes<br>Din fils størrelse: %filesz% bytes"
|
||||
|
||||
@ -587,6 +620,7 @@ msgstr "Maximal filstørrelse: %maxsz% bytes<br>Din fils størrelse: %filesz% by
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Filen var for stor."
|
||||
|
||||
@ -594,6 +628,7 @@ msgstr "Filen var for stor."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Filen <a href=\"%s\">findes allerede</a>!"
|
||||
@ -602,6 +637,7 @@ msgstr "Filen <a href=\"%s\">findes allerede</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Filen <a href=\"%s\">findes allerede</a> i denne tråd!"
|
||||
@ -610,6 +646,7 @@ msgstr "Filen <a href=\"%s\">findes allerede</a> i denne tråd!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Du er nødt til at vente %s endnu før du sletter dette."
|
||||
@ -618,6 +655,7 @@ msgstr "Du er nødt til at vente %s endnu før du sletter dette."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "MIME-type-detektions-XSS-exploit (IE) opdaget; indlæget blev kasseret."
|
||||
|
||||
@ -625,6 +663,7 @@ msgstr "MIME-type-detektions-XSS-exploit (IE) opdaget; indlæget blev kasseret."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "Kunne ikke finde mening i URL'en af den video som du forsøgte at indlejre."
|
||||
|
||||
@ -632,6 +671,7 @@ msgstr "Kunne ikke finde mening i URL'en af den video som du forsøgte at indlej
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Det ser ud som om at du har fejlindtastet verifikationen."
|
||||
|
||||
@ -640,6 +680,7 @@ msgstr "Det ser ud som om at du har fejlindtastet verifikationen."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -650,6 +691,7 @@ msgstr "Du må kun fjerne bandlysningen af %s brugere på samme tid. Du forsøgt
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Ugyldigt brugernavn og/eller kodeord."
|
||||
|
||||
@ -657,6 +699,7 @@ msgstr "Ugyldigt brugernavn og/eller kodeord."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Du er ikke moderator..."
|
||||
|
||||
@ -664,6 +707,7 @@ msgstr "Du er ikke moderator..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -673,6 +717,7 @@ msgstr "Ugyldigt brugernavn og/eller kodeord. Din bruger kan være blevet slette
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Ugyldige/misdannede cookies."
|
||||
|
||||
@ -680,6 +725,7 @@ msgstr "Ugyldige/misdannede cookies."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Din browser indsendte ikke et input da den skulle have."
|
||||
|
||||
@ -687,6 +733,7 @@ msgstr "Din browser indsendte ikke et input da den skulle have."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "%s-feltet er påkrævet."
|
||||
@ -695,6 +742,7 @@ msgstr "%s-feltet er påkrævet."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "%s-feltet var ugyldigt."
|
||||
@ -703,6 +751,7 @@ msgstr "%s-feltet var ugyldigt."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Der er allerede et %s-board."
|
||||
@ -711,6 +760,7 @@ msgstr "Der er allerede et %s-board."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Du har ikke tilladelse til at gøre det dér."
|
||||
|
||||
@ -718,6 +768,7 @@ msgstr "Du har ikke tilladelse til at gøre det dér."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Det indlæg findes ikke..."
|
||||
|
||||
@ -725,6 +776,7 @@ msgstr "Det indlæg findes ikke..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Side ikke fundet."
|
||||
|
||||
@ -732,6 +784,7 @@ msgstr "Side ikke fundet."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Den moderator <a href=\"?/users/%d\">findes allerede</a>!"
|
||||
@ -740,6 +793,7 @@ msgstr "Den moderator <a href=\"?/users/%d\">findes allerede</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Det tema findes ikke!"
|
||||
|
||||
@ -747,6 +801,7 @@ msgstr "Det tema findes ikke!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Ugyldigt sikkerhedstegn! Vær venlig at gå tilbage og prøve igen."
|
||||
|
||||
@ -760,6 +815,7 @@ msgstr "Ugyldigt sikkerhedstegn! Vær venlig at gå tilbage og prøve igen."
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "BRUGER BLEV BANDLYST FOR DETTE INDLÆG"
|
||||
|
||||
@ -850,6 +906,7 @@ msgstr "Moderationslog"
|
||||
#: ../../../../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-adresse"
|
||||
|
||||
@ -858,11 +915,13 @@ msgstr "IP-adresse"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Ny bandlysning"
|
||||
|
||||
#: ../../../../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 "Bandlysningsliste"
|
||||
|
||||
@ -870,17 +929,19 @@ msgstr "Bandlysningsliste"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Flyt svar"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Mål- og kildeboard er de samme."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Umuligt at flytte tråd; der er kun et board."
|
||||
|
||||
@ -888,6 +949,7 @@ msgstr "Umuligt at flytte tråd; der er kun et board."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Flyt tråd"
|
||||
|
||||
@ -943,55 +1005,65 @@ msgstr "Rapportér kø"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Konfigurationseditor"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Temamappe findes ikke!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Kan ikke åbne temamappe; tjek tilladelser."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Administrér temaer"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Installeret tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Konfigurationstema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Ombygget tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Fejlfinding: Anti-spam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Fejlfinding: Nylige indlæg"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Fejlfinding: SQL"
|
||||
|
||||
@ -1059,6 +1131,8 @@ msgstr "Slet Indlæg"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1294,6 +1368,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -1305,6 +1380,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
@ -1316,6 +1392,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] ""
|
||||
@ -1329,6 +1406,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] ""
|
||||
@ -1343,6 +1421,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr ""
|
||||
|
||||
@ -1354,6 +1433,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] ""
|
||||
@ -1367,6 +1447,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr ""
|
||||
|
||||
@ -1571,6 +1652,8 @@ msgstr ""
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1615,6 +1698,8 @@ msgstr ""
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1659,6 +1744,8 @@ msgstr ""
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1768,13 +1855,14 @@ msgstr ""
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1789,14 +1877,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1880,7 +1968,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr ""
|
||||
|
||||
@ -3043,7 +3131,7 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3055,6 +3143,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3069,6 +3158,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3091,6 +3182,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3104,6 +3197,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3117,6 +3212,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3186,20 +3283,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3216,3 +3315,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -251,6 +251,8 @@ msgstr "Sa"
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalog"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -224,7 +224,7 @@ msgstr "Antwort in ein anderes Brett verschieben"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Post editieren"
|
||||
|
||||
@ -332,6 +332,7 @@ msgstr "Du wurdest für unorginellen Inhalt stumm gestellt"
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Neuer Faden"
|
||||
|
||||
@ -339,6 +340,7 @@ msgstr "Neuer Faden"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Neue Antwort"
|
||||
|
||||
@ -347,6 +349,7 @@ msgstr "Neue Antwort"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -372,6 +375,7 @@ msgstr "Lauer meer bevor du pfostierst"
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Du bist wie ein Bot"
|
||||
|
||||
@ -379,6 +383,7 @@ msgstr "Du bist wie ein Bot"
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Dein Browser sendet fehlerhafte oder keine HTTP-Referer"
|
||||
|
||||
@ -386,6 +391,7 @@ msgstr "Dein Browser sendet fehlerhafte oder keine HTTP-Referer"
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "Das %s Feld war zu lang."
|
||||
@ -394,6 +400,7 @@ msgstr "Das %s Feld war zu lang."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Text zu lang."
|
||||
|
||||
@ -401,6 +408,7 @@ msgstr "Text zu lang."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Text zu kurz oder leer."
|
||||
|
||||
@ -408,6 +416,7 @@ msgstr "Text zu kurz oder leer."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Du musst ein Bild hochladen"
|
||||
|
||||
@ -415,6 +424,7 @@ msgstr "Du musst ein Bild hochladen"
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Der Server kann nicht mit der hochgeladenen Datei umgehen."
|
||||
|
||||
@ -422,6 +432,7 @@ msgstr "Der Server kann nicht mit der hochgeladenen Datei umgehen."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Dateiformat nicht erlaubt."
|
||||
|
||||
@ -429,6 +440,7 @@ msgstr "Dateiformat nicht erlaubt."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Fehlendes Brett!"
|
||||
|
||||
@ -436,6 +448,7 @@ msgstr "Fehlendes Brett!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Der angegebene Faden existiert nicht."
|
||||
|
||||
@ -443,6 +456,7 @@ msgstr "Der angegebene Faden existiert nicht."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Faden geschloßen. Posten ist zur Zeit nicht möglcih"
|
||||
|
||||
@ -450,6 +464,7 @@ msgstr "Faden geschloßen. Posten ist zur Zeit nicht möglcih"
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Der Faden hat die maximale Anzahl an Posts erreicht."
|
||||
|
||||
@ -457,6 +472,7 @@ msgstr "Der Faden hat die maximale Anzahl an Posts erreicht."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Der Faden hat die maximale Anzahl an Bildern erreicht. "
|
||||
|
||||
@ -464,6 +480,7 @@ msgstr "Der Faden hat die maximale Anzahl an Bildern erreicht. "
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Du hast nicht gepostet."
|
||||
|
||||
@ -471,6 +488,7 @@ msgstr "Du hast nicht gepostet."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Spam-Flut erkannt; Post abewehrt."
|
||||
|
||||
@ -478,6 +496,7 @@ msgstr "Spam-Flut erkannt; Post abewehrt."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Deine Aktivitäten scheinen automatisiert zu sein; Post abgewehrt."
|
||||
|
||||
@ -485,6 +504,7 @@ msgstr "Deine Aktivitäten scheinen automatisiert zu sein; Post abgewehrt."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Unorigineller Inhalt!"
|
||||
|
||||
@ -492,6 +512,7 @@ msgstr "Unorigineller Inhalt!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Unorigineller Inhalt! Du wurdest für %d Sekunden auf stumm geschaltet."
|
||||
@ -500,6 +521,7 @@ msgstr "Unorigineller Inhalt! Du wurdest für %d Sekunden auf stumm geschaltet."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Du bist noch %d Sekunden auf stumm geschaltet."
|
||||
@ -508,6 +530,7 @@ msgstr "Du bist noch %d Sekunden auf stumm geschaltet."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Deine IP-Adresse ist aufgeführt in %s."
|
||||
@ -516,6 +539,7 @@ msgstr "Deine IP-Adresse ist aufgeführt in %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Zu viele Verlinkungen; Spam-Flut erkannt."
|
||||
|
||||
@ -523,6 +547,7 @@ msgstr "Zu viele Verlinkungen; Spam-Flut erkannt."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Zu viele Zitate; Spam-Flut erkannt."
|
||||
|
||||
@ -530,6 +555,7 @@ msgstr "Zu viele Zitate; Spam-Flut erkannt."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -537,6 +563,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Du hast nichts zum löschen ausgewählt."
|
||||
|
||||
@ -544,6 +571,7 @@ msgstr "Du hast nichts zum löschen ausgewählt."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Du hast nichts zum melden ausgwählt."
|
||||
|
||||
@ -551,6 +579,7 @@ msgstr "Du hast nichts zum melden ausgwählt."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Du kannst nicht so viele Posts auf ein mal melden."
|
||||
|
||||
@ -558,6 +587,7 @@ msgstr "Du kannst nicht so viele Posts auf ein mal melden."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Falsches Passwort."
|
||||
|
||||
@ -565,6 +595,7 @@ msgstr "Falsches Passwort."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Ungültiges Bild."
|
||||
|
||||
@ -572,6 +603,7 @@ msgstr "Ungültiges Bild."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Unbekannte Dateiendung."
|
||||
|
||||
@ -579,6 +611,7 @@ msgstr "Unbekannte Dateiendung."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maximale Dateigröße: %maxsz% bytes<br>Deine Dateigröße: %filesz% bytes"
|
||||
|
||||
@ -586,6 +619,7 @@ msgstr "Maximale Dateigröße: %maxsz% bytes<br>Deine Dateigröße: %filesz% byt
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Die Datei ist zu groß."
|
||||
|
||||
@ -593,6 +627,7 @@ msgstr "Die Datei ist zu groß."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Diese Datei <a href=\"%s\">existiert bereits</a>!"
|
||||
@ -601,6 +636,7 @@ msgstr "Diese Datei <a href=\"%s\">existiert bereits</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Diese Datei <a href=\"%s\">existiert bereits</a> in diesem Faden!"
|
||||
@ -609,6 +645,7 @@ msgstr "Diese Datei <a href=\"%s\">existiert bereits</a> in diesem Faden!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Du musst noch %s warten bevor du das löschen kannst."
|
||||
@ -617,6 +654,7 @@ msgstr "Du musst noch %s warten bevor du das löschen kannst."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -624,6 +662,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "Es macht keinen Sinn diese Video-URL einzubetten."
|
||||
|
||||
@ -631,6 +670,7 @@ msgstr "Es macht keinen Sinn diese Video-URL einzubetten."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Du hast das Captcha falsch eingegeben."
|
||||
|
||||
@ -639,6 +679,7 @@ msgstr "Du hast das Captcha falsch eingegeben."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -649,6 +690,7 @@ msgstr "Du darfst maximal %s User zur gleichen Zeit unbannen. Du wolltest %u Use
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Falscher Nutzername und/oder Passwort."
|
||||
|
||||
@ -656,6 +698,7 @@ msgstr "Falscher Nutzername und/oder Passwort."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Du bist kein Mod."
|
||||
|
||||
@ -663,6 +706,7 @@ msgstr "Du bist kein Mod."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -672,6 +716,7 @@ msgstr "Falscher Nutzername und/oder Passwort. Vielleicht hat sich ihr Benutzer
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Ungültige Cookies."
|
||||
|
||||
@ -679,6 +724,7 @@ msgstr "Ungültige Cookies."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Dein Browser übermittelt keine Daten wenn er sollte."
|
||||
|
||||
@ -686,6 +732,7 @@ msgstr "Dein Browser übermittelt keine Daten wenn er sollte."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "Das Feld %s darf nicht leer bleiben."
|
||||
@ -694,6 +741,7 @@ msgstr "Das Feld %s darf nicht leer bleiben."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "Das Feld %s beinhaltet einen Fehler."
|
||||
@ -702,6 +750,7 @@ msgstr "Das Feld %s beinhaltet einen Fehler."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Ein %s-Brett existiert bereits."
|
||||
@ -710,6 +759,7 @@ msgstr "Ein %s-Brett existiert bereits."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Du hast nicht die Berechtigung das zu tun."
|
||||
|
||||
@ -717,6 +767,7 @@ msgstr "Du hast nicht die Berechtigung das zu tun."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Dieser Post existiert nicht..."
|
||||
|
||||
@ -724,6 +775,7 @@ msgstr "Dieser Post existiert nicht..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Seite nicht gefunden."
|
||||
|
||||
@ -731,6 +783,7 @@ msgstr "Seite nicht gefunden."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Der Mod <a href=\"?/users/%d\">existiert bereits</a>!"
|
||||
@ -739,6 +792,7 @@ msgstr "Der Mod <a href=\"?/users/%d\">existiert bereits</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Dieses Theme existiert nicht"
|
||||
|
||||
@ -746,6 +800,7 @@ msgstr "Dieses Theme existiert nicht"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Falsche Sicherheitszeichen! Bitte gehe zurück und probiere es erneut!"
|
||||
|
||||
@ -759,6 +814,7 @@ msgstr "Falsche Sicherheitszeichen! Bitte gehe zurück und probiere es erneut!"
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "USER WURDE FÜR DIESEN POST GEBANNT"
|
||||
|
||||
@ -849,6 +905,7 @@ msgstr "Mod-Log"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -857,11 +914,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Neuer Bann"
|
||||
|
||||
#: ../../../../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 "Bannliste"
|
||||
|
||||
@ -869,17 +928,19 @@ msgstr "Bannliste"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Antwort verschieben"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Quell- und Zielbrett sind das selbe."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Verschieben nicht möglich; nur ein Brett vorhanden."
|
||||
|
||||
@ -887,6 +948,7 @@ msgstr "Verschieben nicht möglich; nur ein Brett vorhanden."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Faden verschieben"
|
||||
|
||||
@ -942,55 +1004,65 @@ msgstr "Gemeldete Posts"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Themenkatalog existiert nicht!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Themenkatalog kann nicht geöffnet werden; überprüfe deine Berechtigungen."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Themen-Manager"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Installiertes Theme: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr ""
|
||||
|
||||
@ -1058,6 +1130,8 @@ msgstr "Post löschen"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1293,6 +1367,7 @@ msgstr "Bilder spoilern"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Antwort"
|
||||
|
||||
@ -1304,6 +1379,7 @@ msgstr "Antwort"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Alle anzeigen"
|
||||
|
||||
@ -1315,6 +1391,7 @@ msgstr "Alle anzeigen"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Letzter Post"
|
||||
@ -1328,6 +1405,7 @@ msgstr[1] "Letzten %count% Posts"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "1 Post"
|
||||
@ -1342,6 +1420,7 @@ msgstr[1] "%count% Posts"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "und"
|
||||
|
||||
@ -1353,6 +1432,7 @@ msgstr "und"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 Bild"
|
||||
@ -1366,6 +1446,7 @@ msgstr[1] "%count% Bilder"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "nicht angezeigt. (Klicke 'Antworten' zum anzeigen.)"
|
||||
|
||||
@ -1570,6 +1651,8 @@ msgstr "Länderflaggen"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1614,6 +1697,8 @@ msgstr "Pinn"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1658,6 +1743,8 @@ msgstr "Geschloßen"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1767,13 +1854,14 @@ msgstr "Keine Ergebnisse"
|
||||
msgid "Search"
|
||||
msgstr "Suche"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Bannbeschwerde nicht gefunden!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Bannbeschwerden"
|
||||
|
||||
@ -1788,14 +1876,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Fördern/degradieren des Users nicht möglich."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1879,7 +1967,7 @@ msgstr "Anti Spam"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Letzte Posts"
|
||||
|
||||
@ -3042,7 +3130,7 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3054,6 +3142,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3068,6 +3157,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3090,6 +3181,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3103,6 +3196,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3116,6 +3211,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3185,20 +3282,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3215,3 +3314,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -250,6 +250,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
@ -604,16 +606,19 @@ msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -716,3 +721,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -16,7 +16,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=1;\n"
|
||||
"Plural-Forms: nplurals=2; plural=0;\n"
|
||||
|
||||
#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600
|
||||
#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608
|
||||
@ -224,7 +224,7 @@ msgstr ""
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr ""
|
||||
|
||||
@ -331,6 +331,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr ""
|
||||
|
||||
@ -338,6 +339,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -346,6 +348,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -373,6 +376,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr ""
|
||||
|
||||
@ -380,6 +384,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr ""
|
||||
|
||||
@ -387,6 +392,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr ""
|
||||
@ -395,6 +401,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr ""
|
||||
|
||||
@ -402,6 +409,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr ""
|
||||
|
||||
@ -409,6 +417,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr ""
|
||||
|
||||
@ -416,6 +425,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr ""
|
||||
|
||||
@ -423,6 +433,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr ""
|
||||
|
||||
@ -430,6 +441,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr ""
|
||||
|
||||
@ -437,6 +449,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr ""
|
||||
|
||||
@ -444,6 +457,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr ""
|
||||
|
||||
@ -451,6 +465,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr ""
|
||||
|
||||
@ -458,6 +473,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr ""
|
||||
|
||||
@ -465,6 +481,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr ""
|
||||
|
||||
@ -472,6 +489,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -479,6 +497,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -486,6 +505,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr ""
|
||||
|
||||
@ -493,6 +513,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr ""
|
||||
@ -501,6 +522,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr ""
|
||||
@ -509,6 +531,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr ""
|
||||
@ -517,6 +540,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr ""
|
||||
|
||||
@ -524,6 +548,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -531,6 +556,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -538,6 +564,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr ""
|
||||
|
||||
@ -545,6 +572,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr ""
|
||||
|
||||
@ -552,6 +580,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr ""
|
||||
|
||||
@ -559,6 +588,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr ""
|
||||
|
||||
@ -566,6 +596,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr ""
|
||||
|
||||
@ -573,6 +604,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr ""
|
||||
|
||||
@ -580,6 +612,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr ""
|
||||
|
||||
@ -587,6 +620,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr ""
|
||||
|
||||
@ -594,6 +628,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -602,6 +637,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr ""
|
||||
@ -610,6 +646,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr ""
|
||||
@ -618,6 +655,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -625,6 +663,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr ""
|
||||
|
||||
@ -632,6 +671,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr ""
|
||||
|
||||
@ -640,6 +680,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -650,6 +691,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr ""
|
||||
|
||||
@ -657,6 +699,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr ""
|
||||
|
||||
@ -664,6 +707,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or changed."
|
||||
msgstr ""
|
||||
@ -672,6 +716,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr ""
|
||||
|
||||
@ -679,6 +724,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr ""
|
||||
|
||||
@ -686,6 +732,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr ""
|
||||
@ -694,6 +741,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr ""
|
||||
@ -702,6 +750,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr ""
|
||||
@ -710,6 +759,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr ""
|
||||
|
||||
@ -717,6 +767,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr ""
|
||||
|
||||
@ -724,6 +775,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr ""
|
||||
|
||||
@ -731,6 +783,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -739,6 +792,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@ -746,6 +800,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr ""
|
||||
|
||||
@ -758,6 +813,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr ""
|
||||
|
||||
@ -848,6 +904,7 @@ msgstr ""
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -856,11 +913,13 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -868,17 +927,19 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr ""
|
||||
|
||||
@ -886,6 +947,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr ""
|
||||
|
||||
@ -941,55 +1003,65 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr ""
|
||||
|
||||
@ -1057,6 +1129,8 @@ msgstr ""
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1292,6 +1366,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -1303,6 +1378,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
@ -1314,6 +1390,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] ""
|
||||
@ -1327,6 +1404,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] ""
|
||||
@ -1341,6 +1419,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr ""
|
||||
|
||||
@ -1352,6 +1431,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] ""
|
||||
@ -1365,6 +1445,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr ""
|
||||
|
||||
@ -1569,6 +1650,8 @@ msgstr ""
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1613,6 +1696,8 @@ msgstr ""
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1657,6 +1742,8 @@ msgstr ""
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1766,13 +1853,14 @@ msgstr ""
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1787,14 +1875,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1878,7 +1966,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr ""
|
||||
|
||||
@ -3039,7 +3127,7 @@ msgstr ""
|
||||
#. a capcode) will be made, linking to the new location for the thread. "%s" will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3050,6 +3138,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3064,6 +3153,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3086,6 +3177,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3099,6 +3192,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3112,6 +3207,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3181,20 +3278,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3211,3 +3310,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/en_AU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -250,6 +250,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
@ -604,16 +606,19 @@ msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -716,3 +721,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/en_AU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -223,7 +223,7 @@ msgstr ""
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr ""
|
||||
|
||||
@ -331,6 +331,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr ""
|
||||
|
||||
@ -338,6 +339,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -346,6 +348,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -371,6 +374,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr ""
|
||||
|
||||
@ -378,6 +382,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr ""
|
||||
|
||||
@ -385,6 +390,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr ""
|
||||
@ -393,6 +399,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr ""
|
||||
|
||||
@ -400,6 +407,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr ""
|
||||
|
||||
@ -407,6 +415,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr ""
|
||||
|
||||
@ -414,6 +423,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr ""
|
||||
|
||||
@ -421,6 +431,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr ""
|
||||
|
||||
@ -428,6 +439,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr ""
|
||||
|
||||
@ -435,6 +447,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr ""
|
||||
|
||||
@ -442,6 +455,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr ""
|
||||
|
||||
@ -449,6 +463,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr ""
|
||||
|
||||
@ -456,6 +471,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr ""
|
||||
|
||||
@ -463,6 +479,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr ""
|
||||
|
||||
@ -470,6 +487,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -477,6 +495,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -484,6 +503,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr ""
|
||||
|
||||
@ -491,6 +511,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr ""
|
||||
@ -499,6 +520,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr ""
|
||||
@ -507,6 +529,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr ""
|
||||
@ -515,6 +538,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr ""
|
||||
|
||||
@ -522,6 +546,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -529,6 +554,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -536,6 +562,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr ""
|
||||
|
||||
@ -543,6 +570,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr ""
|
||||
|
||||
@ -550,6 +578,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr ""
|
||||
|
||||
@ -557,6 +586,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr ""
|
||||
|
||||
@ -564,6 +594,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr ""
|
||||
|
||||
@ -571,6 +602,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr ""
|
||||
|
||||
@ -578,6 +610,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr ""
|
||||
|
||||
@ -585,6 +618,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr ""
|
||||
|
||||
@ -592,6 +626,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -600,6 +635,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr ""
|
||||
@ -608,6 +644,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr ""
|
||||
@ -616,6 +653,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -623,6 +661,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr ""
|
||||
|
||||
@ -630,6 +669,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr ""
|
||||
|
||||
@ -638,6 +678,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -648,6 +689,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr ""
|
||||
|
||||
@ -655,6 +697,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr ""
|
||||
|
||||
@ -662,6 +705,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -671,6 +715,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr ""
|
||||
|
||||
@ -678,6 +723,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr ""
|
||||
|
||||
@ -685,6 +731,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr ""
|
||||
@ -693,6 +740,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr ""
|
||||
@ -701,6 +749,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr ""
|
||||
@ -709,6 +758,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr ""
|
||||
|
||||
@ -716,6 +766,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr ""
|
||||
|
||||
@ -723,6 +774,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr ""
|
||||
|
||||
@ -730,6 +782,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -738,6 +791,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@ -745,6 +799,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr ""
|
||||
|
||||
@ -758,6 +813,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr ""
|
||||
|
||||
@ -848,6 +904,7 @@ msgstr ""
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -856,11 +913,13 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -868,17 +927,19 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr ""
|
||||
|
||||
@ -886,6 +947,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr ""
|
||||
|
||||
@ -941,55 +1003,65 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr ""
|
||||
|
||||
@ -1057,6 +1129,8 @@ msgstr ""
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1292,6 +1366,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -1303,6 +1378,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
@ -1314,6 +1390,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] ""
|
||||
@ -1327,6 +1404,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] ""
|
||||
@ -1341,6 +1419,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr ""
|
||||
|
||||
@ -1352,6 +1431,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] ""
|
||||
@ -1365,6 +1445,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr ""
|
||||
|
||||
@ -1569,6 +1650,8 @@ msgstr ""
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1613,6 +1696,8 @@ msgstr ""
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1657,6 +1742,8 @@ msgstr ""
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1766,13 +1853,14 @@ msgstr ""
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1787,14 +1875,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1878,7 +1966,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr ""
|
||||
|
||||
@ -3041,7 +3129,7 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3053,6 +3141,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3067,6 +3156,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3089,6 +3180,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3102,6 +3195,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3115,6 +3210,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3184,20 +3281,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3214,3 +3313,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/eo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -252,6 +252,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalogo"
|
||||
|
||||
@ -606,16 +608,19 @@ msgid "Tree view"
|
||||
msgstr "Arba vido"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Malgrandigi ĉiujn bildojn"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Movigu GIF-miniaturojn"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Haltigu GIF-miniaturojn"
|
||||
|
||||
@ -718,3 +723,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
@ -11,8 +11,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/eo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -227,7 +227,7 @@ msgstr "Transloki respondon al alia tabulo"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Redakti afiŝon"
|
||||
|
||||
@ -335,6 +335,7 @@ msgstr "Vi mutiĝis pro maloriginala enhavo."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Nova Temo"
|
||||
|
||||
@ -342,6 +343,7 @@ msgstr "Nova Temo"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Nova Respondo"
|
||||
|
||||
@ -350,6 +352,7 @@ msgstr "Nova Respondo"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -375,6 +378,7 @@ msgstr "Gvatu iom plu antaŭ afiŝi."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Vi ŝajnas kiel bot. "
|
||||
|
||||
@ -382,6 +386,7 @@ msgstr "Vi ŝajnas kiel bot. "
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Via retumilo sendis malvalidan aŭ nenian HTTP referer."
|
||||
|
||||
@ -389,6 +394,7 @@ msgstr "Via retumilo sendis malvalidan aŭ nenian HTTP referer."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "La %s tekstejo tro longis."
|
||||
@ -397,6 +403,7 @@ msgstr "La %s tekstejo tro longis."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "La mesaĝo tro longis."
|
||||
|
||||
@ -404,6 +411,7 @@ msgstr "La mesaĝo tro longis."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "La mesaĝo tro mallongis aŭ estis malplena."
|
||||
|
||||
@ -411,6 +419,7 @@ msgstr "La mesaĝo tro mallongis aŭ estis malplena."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Vi devas alŝuti bildon."
|
||||
|
||||
@ -418,6 +427,7 @@ msgstr "Vi devas alŝuti bildon."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "La servilo malsukcesis prilabori vian alŝuton."
|
||||
|
||||
@ -425,6 +435,7 @@ msgstr "La servilo malsukcesis prilabori vian alŝuton."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Nesubtenita bildotipo."
|
||||
|
||||
@ -432,6 +443,7 @@ msgstr "Nesubtenita bildotipo."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Malvalida tabulo!"
|
||||
|
||||
@ -439,6 +451,7 @@ msgstr "Malvalida tabulo!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Specifita fadeno ne ekzistas."
|
||||
|
||||
@ -446,6 +459,7 @@ msgstr "Specifita fadeno ne ekzistas."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Fadeno fermita. Vi ne povas respondi nuntempe."
|
||||
|
||||
@ -453,6 +467,7 @@ msgstr "Fadeno fermita. Vi ne povas respondi nuntempe."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Fadeno atingis sian maksimuman limon de respondoj."
|
||||
|
||||
@ -460,6 +475,7 @@ msgstr "Fadeno atingis sian maksimuman limon de respondoj."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Fadeno atingis sian maksimuman limon de bildoj."
|
||||
|
||||
@ -467,6 +483,7 @@ msgstr "Fadeno atingis sian maksimuman limon de bildoj."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Vi ne faris afiŝon."
|
||||
|
||||
@ -474,6 +491,7 @@ msgstr "Vi ne faris afiŝon."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Inundon perceptita; Afiŝon forigita."
|
||||
|
||||
@ -481,6 +499,7 @@ msgstr "Inundon perceptita; Afiŝon forigita."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Via peto ŝajnas aŭtomata; Afiŝon forigita."
|
||||
|
||||
@ -488,6 +507,7 @@ msgstr "Via peto ŝajnas aŭtomata; Afiŝon forigita."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Maloriginala enhavo!"
|
||||
|
||||
@ -495,6 +515,7 @@ msgstr "Maloriginala enhavo!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Maloriginala enhavo! Vi mutiĝos dum %d sekundoj."
|
||||
@ -503,6 +524,7 @@ msgstr "Maloriginala enhavo! Vi mutiĝos dum %d sekundoj."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Vi mutiĝis! Finiĝos post %d sekundoj."
|
||||
@ -511,6 +533,7 @@ msgstr "Vi mutiĝis! Finiĝos post %d sekundoj."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Via IP adreso listiĝas en %s."
|
||||
@ -519,6 +542,7 @@ msgstr "Via IP adreso listiĝas en %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Tro da ligiloj; inundon perceptita."
|
||||
|
||||
@ -526,6 +550,7 @@ msgstr "Tro da ligiloj; inundon perceptita."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Tro da citaĵoj; afiŝon forigita."
|
||||
|
||||
@ -533,6 +558,7 @@ msgstr "Tro da citaĵoj; afiŝon forigita."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Tro da trans-tabulaj ligoj; afiŝo forigita."
|
||||
|
||||
@ -540,6 +566,7 @@ msgstr "Tro da trans-tabulaj ligoj; afiŝo forigita."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Vi ne elektis ion por forviŝi."
|
||||
|
||||
@ -547,6 +574,7 @@ msgstr "Vi ne elektis ion por forviŝi."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Vi ne elektis ion por raporti."
|
||||
|
||||
@ -554,6 +582,7 @@ msgstr "Vi ne elektis ion por raporti."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Vi ne povas raporti tiom da afiŝoj samtempe."
|
||||
|
||||
@ -561,6 +590,7 @@ msgstr "Vi ne povas raporti tiom da afiŝoj samtempe."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Malĝusta pasvorto..."
|
||||
|
||||
@ -568,6 +598,7 @@ msgstr "Malĝusta pasvorto..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Malvalida bildo."
|
||||
|
||||
@ -575,6 +606,7 @@ msgstr "Malvalida bildo."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Nekonata dosiertipo."
|
||||
|
||||
@ -582,6 +614,7 @@ msgstr "Nekonata dosiertipo."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maksimuma dosiera grandeco: %maxsz% bitokoj<br>Via dosiera grandeco: %filesz% bitokoj"
|
||||
|
||||
@ -589,6 +622,7 @@ msgstr "Maksimuma dosiera grandeco: %maxsz% bitokoj<br>Via dosiera grandeco: %fi
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "La dosiero tro grandis."
|
||||
|
||||
@ -596,6 +630,7 @@ msgstr "La dosiero tro grandis."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Tiu dosiero <a href=\"%s\">jam ekzistas</a>!"
|
||||
@ -604,6 +639,7 @@ msgstr "Tiu dosiero <a href=\"%s\">jam ekzistas</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Tiu dosiero <a href=\"%s\">jam ekzistas</a> en ĉi tiu fadeno!"
|
||||
@ -612,6 +648,7 @@ msgstr "Tiu dosiero <a href=\"%s\">jam ekzistas</a> en ĉi tiu fadeno!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Vi devos esperi %s antaŭ vi povos forviŝi tion."
|
||||
@ -620,6 +657,7 @@ msgstr "Vi devos esperi %s antaŭ vi povos forviŝi tion."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "MIME-tipo detection XSS exploit (IE) perceptita; afiŝon forigita."
|
||||
|
||||
@ -627,6 +665,7 @@ msgstr "MIME-tipo detection XSS exploit (IE) perceptita; afiŝon forigita."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "Maleblis kompreni la URL-on de la videon kiun vi provis enmeti."
|
||||
|
||||
@ -634,6 +673,7 @@ msgstr "Maleblis kompreni la URL-on de la videon kiun vi provis enmeti."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Vi ŝajne mistajpis la kontrolilon."
|
||||
|
||||
@ -642,6 +682,7 @@ msgstr "Vi ŝajne mistajpis la kontrolilon."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -652,6 +693,7 @@ msgstr "Vi nur eblas repermesi %s uzantojn samtempe. Vi provis repermesi %u uzan
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Malvalida salutnomo kaj/aŭ pasvorto."
|
||||
|
||||
@ -659,6 +701,7 @@ msgstr "Malvalida salutnomo kaj/aŭ pasvorto."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Vi ne estas estrarano..."
|
||||
|
||||
@ -666,6 +709,7 @@ msgstr "Vi ne estas estrarano..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -675,6 +719,7 @@ msgstr "Malvalida salutnomo kaj/aŭ pasvorto. Via uzanto eble forviŝiĝis aŭ
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Malvalidaj/misformitaj cookie-oj."
|
||||
|
||||
@ -682,6 +727,7 @@ msgstr "Malvalidaj/misformitaj cookie-oj."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Via retumilo ne faris enigon kiam ĝi devis."
|
||||
|
||||
@ -689,6 +735,7 @@ msgstr "Via retumilo ne faris enigon kiam ĝi devis."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "La %s tekstejo endas."
|
||||
@ -697,6 +744,7 @@ msgstr "La %s tekstejo endas."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "La %s tekstejo malvalidis."
|
||||
@ -705,6 +753,7 @@ msgstr "La %s tekstejo malvalidis."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Jam ekzistas tabulo %s."
|
||||
@ -713,6 +762,7 @@ msgstr "Jam ekzistas tabulo %s."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Vi ne havas permeson por fari tion."
|
||||
|
||||
@ -720,6 +770,7 @@ msgstr "Vi ne havas permeson por fari tion."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Tiu afiŝo ne ekzistas..."
|
||||
|
||||
@ -727,6 +778,7 @@ msgstr "Tiu afiŝo ne ekzistas..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Paĝon ne trovita."
|
||||
|
||||
@ -734,6 +786,7 @@ msgstr "Paĝon ne trovita."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Tiu estrarano <a href=\"?/users/%d\">jam ekzistas</a>!"
|
||||
@ -742,6 +795,7 @@ msgstr "Tiu estrarano <a href=\"?/users/%d\">jam ekzistas</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Tiu temo ne ekzistas!"
|
||||
|
||||
@ -749,6 +803,7 @@ msgstr "Tiu temo ne ekzistas!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Nevalida sekurecsigno! Bonvolu reiri kaj reprovu."
|
||||
|
||||
@ -762,6 +817,7 @@ msgstr "Nevalida sekurecsigno! Bonvolu reiri kaj reprovu."
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "UZANTO ESTIS MALPERMESITA PRO ĈI TIU AFIŜO"
|
||||
|
||||
@ -852,6 +908,7 @@ msgstr "Registro estrarana"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -860,11 +917,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Nova malpermeso"
|
||||
|
||||
#: ../../../../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 "Malpermesullisto"
|
||||
|
||||
@ -872,17 +931,19 @@ msgstr "Malpermesullisto"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Transloki respondon"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Cela kaj fonta tabuloj samas."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Maleblas transloki fadenon; ekzistas nur unu tabulo."
|
||||
|
||||
@ -890,6 +951,7 @@ msgstr "Maleblas transloki fadenon; ekzistas nur unu tabulo."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Transloki fadenon"
|
||||
|
||||
@ -945,55 +1007,65 @@ msgstr "Raporta vico"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Agordredaktilo"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Dosierujo de temoj ne ekzistas!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Maleblas malfermi dosierujo de temoj; kontrolu permesojn."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Administri temojn"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Instalita stilo: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Agordado stilon: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Rekonstruita stilon: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Malcimigo: Kontraŭrubmesaĝo"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Malcimigo: Freŝaj afiŝoj"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Malcimigo: SQL"
|
||||
|
||||
@ -1061,6 +1133,8 @@ msgstr "Forviŝi Afiŝon"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1296,6 +1370,7 @@ msgstr "Cenzuri Bildon"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Respondi"
|
||||
|
||||
@ -1307,6 +1382,7 @@ msgstr "Respondi"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Vidi ĉion"
|
||||
|
||||
@ -1318,6 +1394,7 @@ msgstr "Vidi ĉion"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Lasta afiŝo"
|
||||
@ -1331,6 +1408,7 @@ msgstr[1] "Lastaj %count% afiŝoj"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "Unu afiŝo"
|
||||
@ -1345,6 +1423,7 @@ msgstr[1] "%count% afiŝoj"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "kaj"
|
||||
|
||||
@ -1356,6 +1435,7 @@ msgstr "kaj"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 bildhava respondo"
|
||||
@ -1369,6 +1449,7 @@ msgstr[1] "%count% bildhavaj respondoj"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "malinkluzivas. Klaku respondi por vidi."
|
||||
|
||||
@ -1573,6 +1654,8 @@ msgstr "Flagoj"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1617,6 +1700,8 @@ msgstr "Glui"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1661,6 +1746,8 @@ msgstr "Fermi"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1770,13 +1857,14 @@ msgstr "Neniaj rezultoj."
|
||||
msgid "Search"
|
||||
msgstr "Serĉi"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Apelacion ne trovita!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Malpermesaj apelacioj"
|
||||
|
||||
@ -1791,14 +1879,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Maleblas promocii/malpromocii uzanton."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Debug: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1882,7 +1970,7 @@ msgstr "Kontraŭrubmesaĝo"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Freŝaj afiŝoj"
|
||||
|
||||
@ -3045,7 +3133,7 @@ msgstr "Neniom"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Translokita al %s."
|
||||
@ -3057,6 +3145,7 @@ msgid ""
|
||||
msgstr "Maleblas konstrui la RecentPosts temo, ĉar ne estas tabuloj por trovi."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr "Vi klopodis alŝuti tro da dosieroj! "
|
||||
|
||||
@ -3071,6 +3160,8 @@ msgstr "Cenzuri dosieron"
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3093,6 +3184,8 @@ msgstr "Lasta respondo"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3106,6 +3199,8 @@ msgstr "Tago de kreo"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3119,6 +3214,8 @@ msgstr "Nombro da respondoj"
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3188,20 +3285,22 @@ msgstr "Malsukcesis aŭtomate turni la bildon!"
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr "Malsukcesis forviŝi la EXIFajn datumojn!"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3218,3 +3317,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/es_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -252,6 +252,8 @@ msgstr "Sá"
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Catálogo"
|
||||
|
||||
@ -606,16 +608,19 @@ msgid "Tree view"
|
||||
msgstr "Vista tipo árbol"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Encoger todas las imágenes"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animar GIFs"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "No animar GIFs"
|
||||
|
||||
@ -718,3 +723,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -10,8 +10,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/es_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -226,7 +226,7 @@ msgstr "Mover respuesta a otro foro"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Editar post"
|
||||
|
||||
@ -334,6 +334,7 @@ msgstr "Fuiste muteado por contenido poco original."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Nuevo Hilo"
|
||||
|
||||
@ -341,6 +342,7 @@ msgstr "Nuevo Hilo"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Nueva Respuesta"
|
||||
|
||||
@ -349,6 +351,7 @@ msgstr "Nueva Respuesta"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -374,6 +377,7 @@ msgstr "Lurkea algo más antes de postear."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Pareces un bot, chico rudo de internet."
|
||||
|
||||
@ -381,6 +385,7 @@ msgstr "Pareces un bot, chico rudo de internet."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Tu navegador no envió una referencia, o ésta fue inválida."
|
||||
|
||||
@ -388,6 +393,7 @@ msgstr "Tu navegador no envió una referencia, o ésta fue inválida."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "El campo %s es muy largo."
|
||||
@ -396,6 +402,7 @@ msgstr "El campo %s es muy largo."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "El mensaje es muy largo."
|
||||
|
||||
@ -403,6 +410,7 @@ msgstr "El mensaje es muy largo."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "El mensaje es muy corto o está vacío."
|
||||
|
||||
@ -410,6 +418,7 @@ msgstr "El mensaje es muy corto o está vacío."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Debes subir una imagen."
|
||||
|
||||
@ -417,6 +426,7 @@ msgstr "Debes subir una imagen."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "El servidor falló al subir tu imagen."
|
||||
|
||||
@ -424,6 +434,7 @@ msgstr "El servidor falló al subir tu imagen."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Formato de imagen no soportado."
|
||||
|
||||
@ -431,6 +442,7 @@ msgstr "Formato de imagen no soportado."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Tablón inválido!"
|
||||
|
||||
@ -438,6 +450,7 @@ msgstr "Tablón inválido!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Hilo específicado no existe."
|
||||
|
||||
@ -445,6 +458,7 @@ msgstr "Hilo específicado no existe."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Hilo cerrado. No puedes responder en este momento."
|
||||
|
||||
@ -452,6 +466,7 @@ msgstr "Hilo cerrado. No puedes responder en este momento."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "El hilo llegó al límite de respuestas."
|
||||
|
||||
@ -459,6 +474,7 @@ msgstr "El hilo llegó al límite de respuestas."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "El hilo llegó al máximo de imágenes permitido"
|
||||
|
||||
@ -466,6 +482,7 @@ msgstr "El hilo llegó al máximo de imágenes permitido"
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "No has hecho ningún post."
|
||||
|
||||
@ -473,6 +490,7 @@ msgstr "No has hecho ningún post."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Flood detectado; Post descartado."
|
||||
|
||||
@ -480,6 +498,7 @@ msgstr "Flood detectado; Post descartado."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Tu respuesta parece automática; Post descartado."
|
||||
|
||||
@ -487,6 +506,7 @@ msgstr "Tu respuesta parece automática; Post descartado."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Contenido no original!"
|
||||
|
||||
@ -494,6 +514,7 @@ msgstr "Contenido no original!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Contenido poco original! Fuiste muteado durante %d segundos."
|
||||
@ -502,6 +523,7 @@ msgstr "Contenido poco original! Fuiste muteado durante %d segundos."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Estás muteado! Expira en %d segundos."
|
||||
@ -510,6 +532,7 @@ msgstr "Estás muteado! Expira en %d segundos."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Tu dirección IP está listada en %s."
|
||||
@ -518,6 +541,7 @@ msgstr "Tu dirección IP está listada en %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Muchos links; flood detectado."
|
||||
|
||||
@ -525,6 +549,7 @@ msgstr "Muchos links; flood detectado."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Muchas citas; post descartado."
|
||||
|
||||
@ -532,6 +557,7 @@ msgstr "Muchas citas; post descartado."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Muchos links de otros tablones; post descartado."
|
||||
|
||||
@ -539,6 +565,7 @@ msgstr "Muchos links de otros tablones; post descartado."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "No has seleccionado nada para eliminar."
|
||||
|
||||
@ -546,6 +573,7 @@ msgstr "No has seleccionado nada para eliminar."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "No has seleccionado nada para reportar."
|
||||
|
||||
@ -553,6 +581,7 @@ msgstr "No has seleccionado nada para reportar."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "No puedes reportar varios posts a la vez."
|
||||
|
||||
@ -560,6 +589,7 @@ msgstr "No puedes reportar varios posts a la vez."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Contraseña incorrecta..."
|
||||
|
||||
@ -567,6 +597,7 @@ msgstr "Contraseña incorrecta..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Imagen no válida."
|
||||
|
||||
@ -574,6 +605,7 @@ msgstr "Imagen no válida."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Extensión del archivo desconocida."
|
||||
|
||||
@ -581,6 +613,7 @@ msgstr "Extensión del archivo desconocida."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Peso máximo del archivo: %maxsz% bytes<br>Tu archivo pesa %filesz% bytes"
|
||||
|
||||
@ -588,6 +621,7 @@ msgstr "Peso máximo del archivo: %maxsz% bytes<br>Tu archivo pesa %filesz% byte
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "El archivo es muy grande."
|
||||
|
||||
@ -595,6 +629,7 @@ msgstr "El archivo es muy grande."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Ese archivo <a href=\"%s\">ya existe</a>!"
|
||||
@ -603,6 +638,7 @@ msgstr "Ese archivo <a href=\"%s\">ya existe</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Ese archivo <a href=\"%s\">ya existe</a> en este hilo!"
|
||||
@ -611,6 +647,7 @@ msgstr "Ese archivo <a href=\"%s\">ya existe</a> en este hilo!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Tienes que esperar otros %s antes de eliminar eso."
|
||||
@ -619,6 +656,7 @@ msgstr "Tienes que esperar otros %s antes de eliminar eso."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "MIME type detection XSS exploit (IE) detectado; post descartado."
|
||||
|
||||
@ -626,6 +664,7 @@ msgstr "MIME type detection XSS exploit (IE) detectado; post descartado."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
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."
|
||||
|
||||
@ -633,6 +672,7 @@ msgstr "No tiene sentido la URL del vídeo que has intentado incrustar."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Parece que escribiste mal la verificación."
|
||||
|
||||
@ -641,6 +681,7 @@ msgstr "Parece que escribiste mal la verificación."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -651,6 +692,7 @@ msgstr "Sólo estás permitido desbanear %s usuarios a la vez. Has intentado des
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Nombre de usuario y/o contraseña no válida."
|
||||
|
||||
@ -658,6 +700,7 @@ msgstr "Nombre de usuario y/o contraseña no válida."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "No eres un mod..."
|
||||
|
||||
@ -665,6 +708,7 @@ msgstr "No eres un mod..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -674,6 +718,7 @@ msgstr "Nombre de usuario y/o contraseña no válida. Puede que tu usuario fue e
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Cookies no válidas/malformadas."
|
||||
|
||||
@ -681,6 +726,7 @@ msgstr "Cookies no válidas/malformadas."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Tu navegador no mostró ninguna entrada cuando debería tenerla."
|
||||
|
||||
@ -688,6 +734,7 @@ msgstr "Tu navegador no mostró ninguna entrada cuando debería tenerla."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "Es necesario el campo %s."
|
||||
@ -696,6 +743,7 @@ msgstr "Es necesario el campo %s."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "No es válido el campo %s."
|
||||
@ -704,6 +752,7 @@ msgstr "No es válido el campo %s."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Ya hay el tablón %s."
|
||||
@ -712,6 +761,7 @@ msgstr "Ya hay el tablón %s."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "No tienes permisos para hacer eso."
|
||||
|
||||
@ -719,6 +769,7 @@ msgstr "No tienes permisos para hacer eso."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Ese post no existe..."
|
||||
|
||||
@ -726,6 +777,7 @@ msgstr "Ese post no existe..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Página no encontrada."
|
||||
|
||||
@ -733,6 +785,7 @@ msgstr "Página no encontrada."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Ese mod <a href=\"?/users/%d\">ya existe</a>!"
|
||||
@ -741,6 +794,7 @@ msgstr "Ese mod <a href=\"?/users/%d\">ya existe</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Ese hilo no existe!"
|
||||
|
||||
@ -748,6 +802,7 @@ msgstr "Ese hilo no existe!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
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."
|
||||
|
||||
@ -761,6 +816,7 @@ msgstr "Token de seguridad no válido! Por favor, vuelve atrás e inténtalo de
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "USUARIO FUE BANEADO DE ESTE POST"
|
||||
|
||||
@ -851,6 +907,7 @@ msgstr "Log de moderación"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -859,11 +916,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Nuevo baneo"
|
||||
|
||||
#: ../../../../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 "Lista de baneos"
|
||||
|
||||
@ -871,17 +930,19 @@ msgstr "Lista de baneos"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Mover respuesta"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "El tablón objetivo y el tablón original son lo mismo."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Imposible al mover hilo; sólo hay un tablón."
|
||||
|
||||
@ -889,6 +950,7 @@ msgstr "Imposible al mover hilo; sólo hay un tablón."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Mover hilo"
|
||||
|
||||
@ -944,55 +1006,65 @@ msgstr "Reportar cola"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Configurar editor"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "El directorio de temas no existe!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "No se pudo abrir el directorio de tema; comprueba los permisos."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Gestionar temas"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Tema instalado: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Configurando tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Reconstruir tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Depurar: Anti-spam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Depurar: Posts recientes"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Depurar: SQL"
|
||||
|
||||
@ -1060,6 +1132,8 @@ msgstr "Eliminar Post"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1295,6 +1369,7 @@ msgstr "Spoiler"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Responder"
|
||||
|
||||
@ -1306,6 +1381,7 @@ msgstr "Responder"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Ver todo"
|
||||
|
||||
@ -1317,6 +1393,7 @@ msgstr "Ver todo"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Último post"
|
||||
@ -1330,6 +1407,7 @@ msgstr[1] "Últimos %count% posts"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "1 post"
|
||||
@ -1344,6 +1422,7 @@ msgstr[1] "%count% posts"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "y"
|
||||
|
||||
@ -1355,6 +1434,7 @@ msgstr "y"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 imagen"
|
||||
@ -1368,6 +1448,7 @@ msgstr[1] "%count% imágenes"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "omitidos. Click Responder para ver."
|
||||
|
||||
@ -1572,6 +1653,8 @@ msgstr "Banderas"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1616,6 +1699,8 @@ msgstr "Marca"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1660,6 +1745,8 @@ msgstr "Bloquear"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1769,13 +1856,14 @@ msgstr "Ningún resultado."
|
||||
msgid "Search"
|
||||
msgstr "Buscar"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Apelación del ban no encontrado!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Apelaciones de bans"
|
||||
|
||||
@ -1790,14 +1878,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Imposible al ascender/degradar usuario."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Depurar: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1881,7 +1969,7 @@ msgstr "Anti-spam"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Post recientes"
|
||||
|
||||
@ -3044,7 +3132,7 @@ msgstr "Nada"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Movido a %s."
|
||||
@ -3056,6 +3144,7 @@ msgid ""
|
||||
msgstr "No se puede generar el tema de RecentPosts; no hay ningún tablón para generar."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr "¡Has intentado subir demasiadas imágenes!"
|
||||
|
||||
@ -3070,6 +3159,8 @@ msgstr "Archivo spoiler"
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3092,6 +3183,8 @@ msgstr "Última respuesta"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3105,6 +3198,8 @@ msgstr "Fecha de creación"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3118,6 +3213,8 @@ msgstr "Número de respuestas"
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3187,20 +3284,22 @@ msgstr "No se pudo orientar automaticamente la imagen."
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr "No se pudieron eliminar los metadatos EXIF"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3217,3 +3316,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
1
inc/locale/es_MX/LC_MESSAGES/javascript.js
Normal file
1
inc/locale/es_MX/LC_MESSAGES/javascript.js
Normal file
@ -0,0 +1 @@
|
||||
l10n = {"Style: ":"Estilo:","File":"Archivo","hide":"ocultar","show":"mostrar","Show locked threads":"Mostrar ","Hide locked threads":"Esconder hilos cerrados","URL":"URL","Select":"Seleccionar","Remote":"Remoto","Embed":"Insertar","Oekaki":"Oekaki","hidden":"oculto","Show images":"Mostrar imagenes","Hide images":"Esconder imagenes","Password":"Contrase\u00f1a","Delete file only":"Solo borrar el archivo","Delete":"Borrar","Reason":"Razon","Report":"Reportar","Click reply to view.":"Da clic en Respuesta para ver","Click to expand":"Clic para expander","Hide expanded replies":"Esconder respuestas expandidas","Brush size":"Tama\u00f1o del pincel","Clear":"Limpiar","Save":"Guardar","Load":"Cargar","Get color":"Obtener color","Fill":"Rellenar","Use oekaki instead of file?":"\u00bfUsar oekaki en lugar del archivo?","Edit in oekaki":"Editar en oekaki","Enter some text":"Escribe algun texto","Enter font or leave empty":"Ingrese fuente o deje en blanco","Forced anonymity":"Anonimato Forzado","enabled":"activado","disabled":"desactivado","Sun":"Dom","Mon":"Lun","Tue":"Mar","Wed":"Mie","Thu":"Jue","Fri":"Vie","Sat":"Sab","Catalog":"Catalogo","Submit":"Enviar","Quick reply":"Respuesta rapida","Posting mode: Replying to <small>>>{0}<\/small>":"Modo de posteo: Respondiendo a <small>>>{0}<\/small>","Return":"Regresar","Expand all images":"Expandir todas las imagenes","Hello!":"\u00a1Hola!","{0} users":"{0} usuarios","(hide threads from this board)":"(esconder hilos de este tablon)","(show threads from this board)":"(mostrar hilos de este tablon)","No more threads to display":"No hay mas hilos para mostrar","Loading...":"Cargando","Save as original filename":"Guardar con el nombre original del archivo","Reported post(s).":"Post(s) reportado(s)","An unknown error occured!":"\u00a1Un error desconocido a ocurrido!","Something went wrong... An unknown error occured!":"Algo anda mal... \u00a1Un error desconocido a ocurrido!","Working...":"Trabajando...","Posting... (#%)":"Publicando... (#%)","Posted...":"Publicado...","An unknown error occured when posting!":"\u00a1Un error desconocido ocurrio al publicar!","Posting...":"Publicando...","Upload URL":"Subir URL","Spoiler Image":"Imagen con Spoiler","Comment":"Comentario","Quick Reply":"Respuesta Rapida","Stop watching this thread":"Dejar de seguir este hilo","Watch this thread":"Seguir este hilo","Unpin this board":"Desmarcar este tablon","Pin this board":"Marcar este tablon","Stop watching this board":"Dejar de seguir este tablon","Watch this board":"Seguir este tablon","Click on any image on this site to load it into oekaki applet":"Da clic en cualquier imagen en este sitio para cargarla en el oekaki","Sunday":"Domingo","Monday":"Lunes","Tuesday":"Martes","Wednesday":"Miercoles","Thursday":"Jueves","Friday":"Viernes","Saturday":"Sabado","January":"Ener","February":"Febrero","March":"Marzo","April":"Abril","May":"Mayo","June":"Junio","July":"Julio","August":"Agosto","September":"Septiembre","October":"Octubre","November":"Noviembre","December":"Diciembre","Jan":"Ene","Feb":"Feb","Mar":"Mar","Apr":"Abr","Jun":"Jun","Jul":"Jul","Aug":"Ago","Sep":"Sep","Oct":"Oct","Nov":"Nov","Dec":"Dic","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Tu explorador no soporta videos en HTML5 :(","WebM Settings":"Configuracion de WebM","Default volume":"Volumen predeterminado","Shrink all images":"Encoger todas las imagenes","Animate GIFs":"Animar GIFs","Unanimate GIFs":"Desanimar GIFs","WebM":"WebM","No new posts.":"No hay nuevas respuestas","No new threads.":"No hay nuevos hilos","There are {0} new threads.":"Hay {0} hilos nuevos.","There are {0} new posts in this thread.":"Hay {0} nuevas respuestas en este hilo.","Options":"Opciones","General":"General","Export":"Exportar","Import":"Importar","Erase":"Borrar","User CSS":"CSS del Usuario","Update custom CSS":"Actualizar CSS personalizada","Enter here your own CSS rules...":"Ingresa tus propias reglas CSS...","User JS":"JS del Usuario","Update custom Javascript":"Actualizar Javascript personalizado","Enter here your own Javascript code...":"Ingresa aqui tu propio codigo Javascript..."};
|
732
inc/locale/es_MX/LC_MESSAGES/javascript.po
Normal file
732
inc/locale/es_MX/LC_MESSAGES/javascript.po
Normal file
@ -0,0 +1,732 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Jose Maria Radillo Villegas <sonicradillovillegas@hotmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es_MX\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 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Archivo"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51
|
||||
msgid "hide"
|
||||
msgstr "ocultar"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
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
|
||||
#: ../../../../js/toggle-locked-threads.js:53
|
||||
#: ../../../../js/toggle-locked-threads.js:70
|
||||
msgid "Show locked threads"
|
||||
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
|
||||
#: ../../../../js/toggle-locked-threads.js:44
|
||||
#: ../../../../js/toggle-locked-threads.js:53
|
||||
#: ../../../../js/toggle-locked-threads.js:70
|
||||
msgid "Hide locked threads"
|
||||
msgstr "Esconder hilos cerrados"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Seleccionar"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Remoto"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Insertar"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42
|
||||
#: ../../../../js/toggle-images.js:45
|
||||
msgid "hidden"
|
||||
msgstr "oculto"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:86
|
||||
msgid "Show images"
|
||||
msgstr "Mostrar imagenes"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:63 ../../../../js/toggle-images.js:86
|
||||
msgid "Hide images"
|
||||
msgstr "Esconder imagenes"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:27
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
msgid "Password"
|
||||
msgstr "Contraseña"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
msgid "Delete file only"
|
||||
msgstr "Solo borrar el archivo"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
#: ../../../../js/quick-post-controls.js:33
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:35
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
msgid "Reason"
|
||||
msgstr "Razon"
|
||||
|
||||
#: ../../../../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 "Da clic en Respuesta para ver"
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
#: ../../../../js/live-index.js:72 ../../../../js/live-index.js:83
|
||||
msgid "Click to expand"
|
||||
msgstr "Clic para expander"
|
||||
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
#: ../../../../js/expand.js:50
|
||||
msgid "Hide expanded replies"
|
||||
msgstr "Esconder respuestas expandidas"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
msgstr "Tamaño del pincel"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Set text"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Clear"
|
||||
msgstr "Limpiar"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Load"
|
||||
msgstr "Cargar"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Toggle eraser"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Get color"
|
||||
msgstr "Obtener color"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Fill"
|
||||
msgstr "Rellenar"
|
||||
|
||||
#: ../../../../js/oekaki.js:12
|
||||
msgid "Use oekaki instead of file?"
|
||||
msgstr "¿Usar oekaki en lugar del archivo?"
|
||||
|
||||
#: ../../../../js/oekaki.js:21
|
||||
msgid "Edit in oekaki"
|
||||
msgstr "Editar en oekaki"
|
||||
|
||||
#: ../../../../js/oekaki.js:152
|
||||
msgid "Enter some text"
|
||||
msgstr "Escribe algun texto"
|
||||
|
||||
#: ../../../../js/oekaki.js:153
|
||||
msgid "Enter font or leave empty"
|
||||
msgstr "Ingrese fuente o deje en blanco"
|
||||
|
||||
#: ../../../../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 ../../../../js/forced-anon.js:73
|
||||
#: ../../../../js/forced-anon.js:81 ../../../../js/forced-anon.js:85
|
||||
msgid "Forced anonymity"
|
||||
msgstr "Anonimato Forzado"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/forced-anon.js:73 ../../../../js/forced-anon.js:81
|
||||
msgid "enabled"
|
||||
msgstr "activado"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/forced-anon.js:73 ../../../../js/forced-anon.js:85
|
||||
msgid "disabled"
|
||||
msgstr "desactivado"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sun"
|
||||
msgstr "Dom"
|
||||
|
||||
#: ../../../../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 "Mie"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Thu"
|
||||
msgstr "Jue"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Fri"
|
||||
msgstr "Vie"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Catalogo"
|
||||
|
||||
#: ../../../../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 "Respuesta rapida"
|
||||
|
||||
#: ../../../../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 <small>>>{0}</small>"
|
||||
msgstr "Modo de posteo: Respondiendo a <small>>>{0}</small>"
|
||||
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
msgid "Return"
|
||||
msgstr "Regresar"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Expandir todas las imagenes"
|
||||
|
||||
#: ../../../../templates/main.js:6
|
||||
msgid "Hello!"
|
||||
msgstr "¡Hola!"
|
||||
|
||||
#: ../../../../templates/main.js:18
|
||||
#, python-brace-format
|
||||
msgid "{0} users"
|
||||
msgstr "{0} usuarios"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:28
|
||||
#: ../../../../templates/themes/ukko/ukko.js:39
|
||||
#: ../../../../templates/themes/ukko/ukko.js:29
|
||||
#: ../../../../templates/themes/ukko/ukko.js:40
|
||||
#: ../../../../templates/themes/ukko/ukko.js:52
|
||||
#: ../../../../templates/themes/ukko/ukko.js:63
|
||||
msgid "(hide threads from this board)"
|
||||
msgstr "(esconder hilos de este tablon)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:32
|
||||
#: ../../../../templates/themes/ukko/ukko.js:44
|
||||
#: ../../../../templates/themes/ukko/ukko.js:33
|
||||
#: ../../../../templates/themes/ukko/ukko.js:45
|
||||
#: ../../../../templates/themes/ukko/ukko.js:56
|
||||
#: ../../../../templates/themes/ukko/ukko.js:68
|
||||
msgid "(show threads from this board)"
|
||||
msgstr "(mostrar hilos de este tablon)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:57
|
||||
#: ../../../../templates/themes/ukko/ukko.js:58
|
||||
#: ../../../../templates/themes/ukko/ukko.js:81
|
||||
msgid "No more threads to display"
|
||||
msgstr "No hay mas hilos para mostrar"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:79
|
||||
#: ../../../../templates/themes/ukko/ukko.js:80
|
||||
#: ../../../../templates/themes/ukko/ukko.js:103
|
||||
msgid "Loading..."
|
||||
msgstr "Cargando"
|
||||
|
||||
#: ../../../../js/download-original.js:32
|
||||
#: ../../../../js/download-original.js:33
|
||||
msgid "Save as original filename"
|
||||
msgstr "Guardar con el nombre original del archivo"
|
||||
|
||||
#: ../../../../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 "¡Un error desconocido a ocurrido!"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:60
|
||||
msgid "Something went wrong... An unknown error occured!"
|
||||
msgstr "Algo anda mal... ¡Un error desconocido a ocurrido!"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:68
|
||||
msgid "Working..."
|
||||
msgstr "Trabajando..."
|
||||
|
||||
#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45
|
||||
msgid "Posting... (#%)"
|
||||
msgstr "Publicando... (#%)"
|
||||
|
||||
#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109
|
||||
msgid "Posted..."
|
||||
msgstr "Publicado..."
|
||||
|
||||
#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111
|
||||
msgid "An unknown error occured when posting!"
|
||||
msgstr "¡Un error desconocido ocurrio al publicar!"
|
||||
|
||||
#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135
|
||||
msgid "Posting..."
|
||||
msgstr "Publicando..."
|
||||
|
||||
#: ../../../../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 con Spoiler"
|
||||
|
||||
#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278
|
||||
#: ../../../../js/quick-reply.js:279 ../../../../js/quick-reply.js:281
|
||||
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
|
||||
#: ../../../../js/quick-reply.js:289 ../../../../js/quick-reply.js:410
|
||||
msgid "Quick Reply"
|
||||
msgstr "Respuesta Rapida"
|
||||
|
||||
#: ../../../../js/watch.js:249 ../../../../js/watch.js:250
|
||||
#: ../../../../js/watch.js:288 ../../../../js/watch.js:289
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
msgid "Stop watching this thread"
|
||||
msgstr "Dejar de seguir este hilo"
|
||||
|
||||
#: ../../../../js/watch.js:249 ../../../../js/watch.js:250
|
||||
#: ../../../../js/watch.js:288 ../../../../js/watch.js:289
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
msgid "Watch this thread"
|
||||
msgstr "Seguir este hilo"
|
||||
|
||||
#: ../../../../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 ../../../../js/watch.js:372
|
||||
#: ../../../../js/watch.js:373 ../../../../js/watch.js:381
|
||||
msgid "Unpin this board"
|
||||
msgstr "Desmarcar este tablon"
|
||||
|
||||
#: ../../../../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 ../../../../js/watch.js:372
|
||||
#: ../../../../js/watch.js:373 ../../../../js/watch.js:381
|
||||
msgid "Pin this board"
|
||||
msgstr "Marcar este tablon"
|
||||
|
||||
#: ../../../../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 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
msgid "Stop watching this board"
|
||||
msgstr "Dejar de seguir este tablon"
|
||||
|
||||
#: ../../../../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 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
msgid "Watch this board"
|
||||
msgstr "Seguir este tablon"
|
||||
|
||||
#: ../../../../js/wpaint.js:113
|
||||
msgid "Click on any image on this site to load it into oekaki applet"
|
||||
msgstr "Da clic en cualquier imagen en este sitio para cargarla en el oekaki"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Sunday"
|
||||
msgstr "Domingo"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Monday"
|
||||
msgstr "Lunes"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Tuesday"
|
||||
msgstr "Martes"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Wednesday"
|
||||
msgstr "Miercoles"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Thursday"
|
||||
msgstr "Jueves"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Friday"
|
||||
msgstr "Viernes"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Saturday"
|
||||
msgstr "Sabado"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "January"
|
||||
msgstr "Ener"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "February"
|
||||
msgstr "Febrero"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "March"
|
||||
msgstr "Marzo"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "April"
|
||||
msgstr "Abril"
|
||||
|
||||
#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32
|
||||
msgid "May"
|
||||
msgstr "Mayo"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "June"
|
||||
msgstr "Junio"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "July"
|
||||
msgstr "Julio"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "August"
|
||||
msgstr "Agosto"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "September"
|
||||
msgstr "Septiembre"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "October"
|
||||
msgstr "Octubre"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "November"
|
||||
msgstr "Noviembre"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "December"
|
||||
msgstr "Diciembre"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jan"
|
||||
msgstr "Ene"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Feb"
|
||||
msgstr "Feb"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Mar"
|
||||
msgstr "Mar"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Apr"
|
||||
msgstr "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 "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 "Dic"
|
||||
|
||||
#: ../../../../js/local-time.js:33
|
||||
msgid "AM"
|
||||
msgstr "AM"
|
||||
|
||||
#: ../../../../js/local-time.js:34
|
||||
msgid "PM"
|
||||
msgstr "PM"
|
||||
|
||||
#: ../../../../js/local-time.js:35
|
||||
msgid "am"
|
||||
msgstr "am"
|
||||
|
||||
#: ../../../../js/local-time.js:36
|
||||
msgid "pm"
|
||||
msgstr "pm"
|
||||
|
||||
#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48
|
||||
msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Tu explorador no soporta videos en HTML5 :("
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:42 ../../../../js/webm-settings.js:45
|
||||
msgid "WebM Settings"
|
||||
msgstr "Configuracion de WebM"
|
||||
|
||||
#: ../../../../js/webm-settings.js:44 ../../../../js/webm-settings.js:54
|
||||
msgid "Expand videos inline"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:45 ../../../../js/webm-settings.js:55
|
||||
msgid "Play videos on hover"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:46 ../../../../js/webm-settings.js:56
|
||||
msgid "Default volume"
|
||||
msgstr "Volumen predeterminado"
|
||||
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Encoger todas las imagenes"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animar GIFs"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Desanimar GIFs"
|
||||
|
||||
#: ../../../../js/webm-settings.js:41
|
||||
msgid "WebM"
|
||||
msgstr "WebM"
|
||||
|
||||
#: ../../../../js/live-index.js:25 ../../../../js/live-index.js:84
|
||||
msgid "No new posts."
|
||||
msgstr "No hay nuevas respuestas"
|
||||
|
||||
#: ../../../../js/live-index.js:30 ../../../../js/live-index.js:73
|
||||
msgid "No new threads."
|
||||
msgstr "No hay nuevos hilos"
|
||||
|
||||
#: ../../../../js/live-index.js:72
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new threads."
|
||||
msgstr "Hay {0} hilos nuevos."
|
||||
|
||||
#: ../../../../js/live-index.js:83
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new posts in this thread."
|
||||
msgstr "Hay {0} nuevas respuestas en este hilo."
|
||||
|
||||
#: ../../../../js/options.js:106
|
||||
msgid "Options"
|
||||
msgstr "Opciones"
|
||||
|
||||
#: ../../../../js/options/general.js:15
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#: ../../../../js/options/general.js:18
|
||||
msgid "Storage: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/general.js:21
|
||||
msgid "Export"
|
||||
msgstr "Exportar"
|
||||
|
||||
#: ../../../../js/options/general.js:27
|
||||
msgid "Import"
|
||||
msgstr "Importar"
|
||||
|
||||
#: ../../../../js/options/general.js:28
|
||||
msgid "Paste your storage data"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/general.js:40
|
||||
msgid "Erase"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: ../../../../js/options/general.js:41
|
||||
msgid ""
|
||||
"Are you sure you want to erase your storage? This involves your hidden "
|
||||
"threads, watched threads, post password and many more."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-css.js:14
|
||||
msgid "User CSS"
|
||||
msgstr "CSS del Usuario"
|
||||
|
||||
#: ../../../../js/options/user-css.js:23
|
||||
msgid "Update custom CSS"
|
||||
msgstr "Actualizar CSS personalizada"
|
||||
|
||||
#: ../../../../js/options/user-css.js:45
|
||||
msgid "Enter here your own CSS rules..."
|
||||
msgstr "Ingresa tus propias reglas CSS..."
|
||||
|
||||
#: ../../../../js/options/user-css.js:46
|
||||
msgid ""
|
||||
"If you want to make a redistributable style, be sure to\n"
|
||||
" have a Yotsuba B theme selected."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-css.js:47
|
||||
msgid "You can include CSS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-js.js:14
|
||||
msgid "User JS"
|
||||
msgstr "JS del Usuario"
|
||||
|
||||
#: ../../../../js/options/user-js.js:23
|
||||
msgid "Update custom Javascript"
|
||||
msgstr "Actualizar Javascript personalizado"
|
||||
|
||||
#: ../../../../js/options/user-js.js:54
|
||||
msgid "Enter here your own Javascript code..."
|
||||
msgstr "Ingresa aqui tu propio codigo Javascript..."
|
||||
|
||||
#: ../../../../js/options/user-js.js:55
|
||||
msgid ""
|
||||
"Have a backup of your storage somewhere, as messing here\n"
|
||||
" may render you this website unusable."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
BIN
inc/locale/es_MX/LC_MESSAGES/tinyboard.mo
Normal file
BIN
inc/locale/es_MX/LC_MESSAGES/tinyboard.mo
Normal file
Binary file not shown.
3320
inc/locale/es_MX/LC_MESSAGES/tinyboard.po
Normal file
3320
inc/locale/es_MX/LC_MESSAGES/tinyboard.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -251,6 +251,8 @@ msgstr "Lau"
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalogi"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr "Puunäkymä"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Pienennä kaikki kuvat"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animoi GIFit"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Poista GIFien animointi"
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -224,7 +224,7 @@ msgstr "Siirrä viesti toiselle laudalle"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Muokkaa postausta"
|
||||
|
||||
@ -332,6 +332,7 @@ msgstr "Sinut on mykistetty ei-alkuperäisen sisällöln vuoksi"
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Uusi lanka"
|
||||
|
||||
@ -339,6 +340,7 @@ msgstr "Uusi lanka"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Uusi aihe"
|
||||
|
||||
@ -347,6 +349,7 @@ msgstr "Uusi aihe"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -372,6 +375,7 @@ msgstr "Lurkkaa lisää ennenkuin postaat."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Näytät botilta."
|
||||
|
||||
@ -379,6 +383,7 @@ msgstr "Näytät botilta."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Selaimesi ei lähettänyt tai lähetti vääristyneen HTTP-välitteen."
|
||||
|
||||
@ -386,6 +391,7 @@ msgstr "Selaimesi ei lähettänyt tai lähetti vääristyneen HTTP-välitteen."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "%s kenttä oli liian pitkä."
|
||||
@ -394,6 +400,7 @@ msgstr "%s kenttä oli liian pitkä."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Viestin runko oli liian pitkä"
|
||||
|
||||
@ -401,6 +408,7 @@ msgstr "Viestin runko oli liian pitkä"
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Viestin runko oli liian lyhyt tai tyhjä."
|
||||
|
||||
@ -408,6 +416,7 @@ msgstr "Viestin runko oli liian lyhyt tai tyhjä."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Sinun täytyy antaa kuva."
|
||||
|
||||
@ -415,6 +424,7 @@ msgstr "Sinun täytyy antaa kuva."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Serveri ei pystynyt käsittelemään lähetystäsi."
|
||||
|
||||
@ -422,6 +432,7 @@ msgstr "Serveri ei pystynyt käsittelemään lähetystäsi."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Tukematon kuvaformaatti."
|
||||
|
||||
@ -429,6 +440,7 @@ msgstr "Tukematon kuvaformaatti."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Väärä lauta!"
|
||||
|
||||
@ -436,6 +448,7 @@ msgstr "Väärä lauta!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Lankaa ei ole olemassa."
|
||||
|
||||
@ -443,6 +456,7 @@ msgstr "Lankaa ei ole olemassa."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Lanka lukittu. Et saa vastata."
|
||||
|
||||
@ -450,6 +464,7 @@ msgstr "Lanka lukittu. Et saa vastata."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Lanka on ylittänyt bumplimitin."
|
||||
|
||||
@ -457,6 +472,7 @@ msgstr "Lanka on ylittänyt bumplimitin."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Lanka on ylittänyt sallittujen kuvien rajan."
|
||||
|
||||
@ -464,6 +480,7 @@ msgstr "Lanka on ylittänyt sallittujen kuvien rajan."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Et postannut."
|
||||
|
||||
@ -471,6 +488,7 @@ msgstr "Et postannut."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Floodia havaittu; viestiä ei huomioida."
|
||||
|
||||
@ -478,6 +496,7 @@ msgstr "Floodia havaittu; viestiä ei huomioida."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Pyyntösi vaikuttaa olevan automatisoitu; viestiä ei huomioida."
|
||||
|
||||
@ -485,6 +504,7 @@ msgstr "Pyyntösi vaikuttaa olevan automatisoitu; viestiä ei huomioida."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Ei-alkuperäistä sisältöä!"
|
||||
|
||||
@ -492,6 +512,7 @@ msgstr "Ei-alkuperäistä sisältöä!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Ei-alkuperäistä sisältöä! Sinut on mykistetty %d sekunniksi"
|
||||
@ -500,6 +521,7 @@ msgstr "Ei-alkuperäistä sisältöä! Sinut on mykistetty %d sekunniksi"
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Olet mykistetty! Loppuu %d sekunnissa."
|
||||
@ -508,6 +530,7 @@ msgstr "Olet mykistetty! Loppuu %d sekunnissa."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "IP osoitteesi on listattu %s"
|
||||
@ -516,6 +539,7 @@ msgstr "IP osoitteesi on listattu %s"
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Liian monta linkkiä; floodia havaittu."
|
||||
|
||||
@ -523,6 +547,7 @@ msgstr "Liian monta linkkiä; floodia havaittu."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Liian monta lainausta; viestiä ei huomioida."
|
||||
|
||||
@ -530,6 +555,7 @@ msgstr "Liian monta lainausta; viestiä ei huomioida."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Liian monta lautojen välistä linkkiä; postausta ei huomioida."
|
||||
|
||||
@ -537,6 +563,7 @@ msgstr "Liian monta lautojen välistä linkkiä; postausta ei huomioida."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Et valinnut mitään poistettavaksi."
|
||||
|
||||
@ -544,6 +571,7 @@ msgstr "Et valinnut mitään poistettavaksi."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Et valinnut mitään raportoitavaksi."
|
||||
|
||||
@ -551,6 +579,7 @@ msgstr "Et valinnut mitään raportoitavaksi."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Et voi raportoida niin monta postausta kerralla."
|
||||
|
||||
@ -558,6 +587,7 @@ msgstr "Et voi raportoida niin monta postausta kerralla."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Väärä salasana..."
|
||||
|
||||
@ -565,6 +595,7 @@ msgstr "Väärä salasana..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Väärä kuva."
|
||||
|
||||
@ -572,6 +603,7 @@ msgstr "Väärä kuva."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Tuntematon tiedostotyyppi."
|
||||
|
||||
@ -579,6 +611,7 @@ msgstr "Tuntematon tiedostotyyppi."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maksimi tiedoston koko: %maxsz% bittiä<br>Tiedostosi koko: %filesz% bittiä"
|
||||
|
||||
@ -586,6 +619,7 @@ msgstr "Maksimi tiedoston koko: %maxsz% bittiä<br>Tiedostosi koko: %filesz% bit
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Tiedosto oli liian suuri"
|
||||
|
||||
@ -593,6 +627,7 @@ msgstr "Tiedosto oli liian suuri"
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Tämä tiedosto <a href=\"%s\">on jo olemassa</a>!"
|
||||
@ -601,6 +636,7 @@ msgstr "Tämä tiedosto <a href=\"%s\">on jo olemassa</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Tuo tiedosto <a href=\"%s\">on jo</a> tässä langassa!"
|
||||
@ -609,6 +645,7 @@ msgstr "Tuo tiedosto <a href=\"%s\">on jo</a> tässä langassa!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Sinun täytyy odottaa %s ennenkuin poistat tuon."
|
||||
@ -617,6 +654,7 @@ msgstr "Sinun täytyy odottaa %s ennenkuin poistat tuon."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "MIME tyypin XSS hyökkäys (IE) havaittu; postausta ei huomioida."
|
||||
|
||||
@ -624,6 +662,7 @@ msgstr "MIME tyypin XSS hyökkäys (IE) havaittu; postausta ei huomioida."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "Upotteen URLista ei saatu selvää."
|
||||
|
||||
@ -631,6 +670,7 @@ msgstr "Upotteen URLista ei saatu selvää."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Et kirjoittanut oikein varmistusta."
|
||||
|
||||
@ -639,6 +679,7 @@ msgstr "Et kirjoittanut oikein varmistusta."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -649,6 +690,7 @@ msgstr "Voit poistaa bannit enintään %s käyttäjältä kerralla. Yritit poist
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Väärä käyttäjänimi ja/tai salasana."
|
||||
|
||||
@ -656,6 +698,7 @@ msgstr "Väärä käyttäjänimi ja/tai salasana."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Et ole modi..."
|
||||
|
||||
@ -663,6 +706,7 @@ msgstr "Et ole modi..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -672,6 +716,7 @@ msgstr "Väärä käyttäjänimi ja/tai salasana. Käyttäjä on saatettu poista
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Väärät/väärennetyt keksit."
|
||||
|
||||
@ -679,6 +724,7 @@ msgstr "Väärät/väärennetyt keksit."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Selaimesi ei antanut syötettä kun piti."
|
||||
|
||||
@ -686,6 +732,7 @@ msgstr "Selaimesi ei antanut syötettä kun piti."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "Kenttä %s vaaditaan."
|
||||
@ -694,6 +741,7 @@ msgstr "Kenttä %s vaaditaan."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "Kenttä %s oli epäkelpo."
|
||||
@ -702,6 +750,7 @@ msgstr "Kenttä %s oli epäkelpo."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "On olemassa jo lauta %s."
|
||||
@ -710,6 +759,7 @@ msgstr "On olemassa jo lauta %s."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Sinulla ei ole lupa tehdä tuota."
|
||||
|
||||
@ -717,6 +767,7 @@ msgstr "Sinulla ei ole lupa tehdä tuota."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Tuota postausta ei ole olemassa..."
|
||||
|
||||
@ -724,6 +775,7 @@ msgstr "Tuota postausta ei ole olemassa..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Sivua ei löytynyt."
|
||||
|
||||
@ -731,6 +783,7 @@ msgstr "Sivua ei löytynyt."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Tuo mode <a href=\"?/users/%d\">on jo olemassa</a>!"
|
||||
@ -739,6 +792,7 @@ msgstr "Tuo mode <a href=\"?/users/%d\">on jo olemassa</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Teemaa ei ole olemassa."
|
||||
|
||||
@ -746,6 +800,7 @@ msgstr "Teemaa ei ole olemassa."
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Väärä nimismies! Mene takaisin ja yritä uusiksi."
|
||||
|
||||
@ -759,6 +814,7 @@ msgstr "Väärä nimismies! Mene takaisin ja yritä uusiksi."
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "KÄYTTÄJÄ SAI BANNIA!"
|
||||
|
||||
@ -849,6 +905,7 @@ msgstr "Moderaatio logi"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -857,11 +914,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Uusi banni"
|
||||
|
||||
#: ../../../../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 "Bannit"
|
||||
|
||||
@ -869,17 +928,19 @@ msgstr "Bannit"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Siirrä vastaus"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Kohde ja lähdelauta ovat samat."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Ei voida siirtää lankaa; on vain yksi lauta."
|
||||
|
||||
@ -887,6 +948,7 @@ msgstr "Ei voida siirtää lankaa; on vain yksi lauta."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Siirrä aihe."
|
||||
|
||||
@ -942,55 +1004,65 @@ msgstr "Ilmiannot"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Asetuseditori"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Teemakansiota ei ole olemassa!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Ei voitu avata teemakansiota, tarkista luvat."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Hallitse teemoja"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Asennettiin teema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Konfiguroidaan teemaa: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Rakennetaan uudelleen teema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Debug: Anti-spam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Debug: Viimeisimmät postaukset"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Debug: SQL"
|
||||
|
||||
@ -1058,6 +1130,8 @@ msgstr "Poista Viesti"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1293,6 +1367,7 @@ msgstr "Spoiler Image"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Vastaa"
|
||||
|
||||
@ -1304,6 +1379,7 @@ msgstr "Vastaa"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Näytä kaikki"
|
||||
|
||||
@ -1315,6 +1391,7 @@ msgstr "Näytä kaikki"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Viimeisin postaus"
|
||||
@ -1328,6 +1405,7 @@ msgstr[1] "Viimeisimmät %count% postausta"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "Yksi postaus"
|
||||
@ -1342,6 +1420,7 @@ msgstr[1] "%count% postausta"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "ja"
|
||||
|
||||
@ -1353,6 +1432,7 @@ msgstr "ja"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "Yksi kuvavastaus"
|
||||
@ -1366,6 +1446,7 @@ msgstr[1] "%count% kuvavastaus"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "jätetty näyttämättä. Paina vastaa näyttääksesi."
|
||||
|
||||
@ -1570,6 +1651,8 @@ msgstr "Arvot"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1614,6 +1697,8 @@ msgstr "Sticky"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1658,6 +1743,8 @@ msgstr "Lukko"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1767,13 +1854,14 @@ msgstr "Ei tuloksia"
|
||||
msgid "Search"
|
||||
msgstr "Etsi"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Bannivalitusta ei löydetty!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Bannivalitukset"
|
||||
|
||||
@ -1788,14 +1876,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Mahdotonta ylentää/alentaa käyttäjää."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Debug: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1879,7 +1967,7 @@ msgstr "Anti-spam"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Viimeisimmät postaukset"
|
||||
|
||||
@ -3042,7 +3130,7 @@ msgstr "Ei mitään"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Siirrettiin tänne %s"
|
||||
@ -3054,6 +3142,7 @@ msgid ""
|
||||
msgstr "Ei voida luoda RecentPosts-teemaa, koska lautoja ei voitu hakea."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr "Olet yrittänyt postata liian monta kuvaa!"
|
||||
|
||||
@ -3068,6 +3157,8 @@ msgstr "Spoilerikuva"
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3090,6 +3181,8 @@ msgstr "Viimeisin vastaus"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3103,6 +3196,8 @@ msgstr "Luontipäivä"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3116,6 +3211,8 @@ msgstr "Vastausmäärä"
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3185,20 +3282,22 @@ msgstr "Kuvaa ei voitu automaattisesti kääntää!"
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr "EXIF-metadataa ei voitu poistaa!"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3215,3 +3314,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
File diff suppressed because one or more lines are too long
@ -4,12 +4,13 @@
|
||||
#
|
||||
# Translators:
|
||||
# kaf <admin@cable6.net>, 2014
|
||||
# ryd <ryd@cable6.net>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: French (France) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fr_FR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -20,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41
|
||||
msgid "Style: "
|
||||
msgstr "Style:"
|
||||
msgstr "Style :"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
@ -69,22 +70,22 @@ msgstr "URL"
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Choisissez"
|
||||
msgstr "Choisis"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr ""
|
||||
msgstr "Isoler"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr ""
|
||||
msgstr "Insérer"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr ""
|
||||
msgstr "Oekaki"
|
||||
|
||||
#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42
|
||||
#: ../../../../js/toggle-images.js:45
|
||||
@ -135,12 +136,12 @@ msgstr "Cliquer sur répondre pour voir les réponses."
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
#: ../../../../js/live-index.js:72 ../../../../js/live-index.js:83
|
||||
msgid "Click to expand"
|
||||
msgstr ""
|
||||
msgstr "Cliquer pour agrandir."
|
||||
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
#: ../../../../js/expand.js:50
|
||||
msgid "Hide expanded replies"
|
||||
msgstr ""
|
||||
msgstr "Cacher les réponses"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
@ -168,7 +169,7 @@ msgstr "Sélectionner la gomme"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Get color"
|
||||
msgstr ""
|
||||
msgstr "Choisir couleur"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Fill"
|
||||
@ -176,15 +177,15 @@ msgstr "Remplir"
|
||||
|
||||
#: ../../../../js/oekaki.js:12
|
||||
msgid "Use oekaki instead of file?"
|
||||
msgstr ""
|
||||
msgstr "Utiliser cet oekaki à la place d'un fichier ?"
|
||||
|
||||
#: ../../../../js/oekaki.js:21
|
||||
msgid "Edit in oekaki"
|
||||
msgstr ""
|
||||
msgstr "Modifier dans l'oekaki"
|
||||
|
||||
#: ../../../../js/oekaki.js:152
|
||||
msgid "Enter some text"
|
||||
msgstr "Entrer du texte"
|
||||
msgstr "Écrire du texte"
|
||||
|
||||
#: ../../../../js/oekaki.js:153
|
||||
msgid "Enter font or leave empty"
|
||||
@ -251,6 +252,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Catalogue"
|
||||
|
||||
@ -280,11 +283,11 @@ msgstr "Retour"
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr ""
|
||||
msgstr "Agrandir toutes les images"
|
||||
|
||||
#: ../../../../templates/main.js:6
|
||||
msgid "Hello!"
|
||||
msgstr "Bonjour!"
|
||||
msgstr "Bonjour."
|
||||
|
||||
#: ../../../../templates/main.js:18
|
||||
#, python-brace-format
|
||||
@ -332,41 +335,41 @@ msgstr "Message(s) signalé(s)."
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:53
|
||||
msgid "An unknown error occured!"
|
||||
msgstr "Une erreur inconnu s'est produite !"
|
||||
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 !"
|
||||
msgstr "Quelque chose s'est mal passé… Une erreur inconnu s'est produite."
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:68
|
||||
msgid "Working..."
|
||||
msgstr ""
|
||||
msgstr "Chargement..."
|
||||
|
||||
#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45
|
||||
msgid "Posting... (#%)"
|
||||
msgstr ""
|
||||
msgstr "Envoi... (#%)"
|
||||
|
||||
#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109
|
||||
msgid "Posted..."
|
||||
msgstr ""
|
||||
msgstr "Envoyé..."
|
||||
|
||||
#: ../../../../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!"
|
||||
msgstr "Une erreur s'est produite lors de l'envoi du message."
|
||||
|
||||
#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135
|
||||
msgid "Posting..."
|
||||
msgstr ""
|
||||
msgstr "Envoi..."
|
||||
|
||||
#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224
|
||||
#: ../../../../js/quick-reply.js:225
|
||||
msgid "Upload URL"
|
||||
msgstr "URL d'upload"
|
||||
msgstr "URL de mise en ligne"
|
||||
|
||||
#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267
|
||||
#: ../../../../js/quick-reply.js:268
|
||||
msgid "Spoiler Image"
|
||||
msgstr ""
|
||||
msgstr "Image sous spoiler"
|
||||
|
||||
#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278
|
||||
#: ../../../../js/quick-reply.js:279 ../../../../js/quick-reply.js:281
|
||||
@ -432,7 +435,7 @@ msgstr "Surveiller cette planche"
|
||||
|
||||
#: ../../../../js/wpaint.js:113
|
||||
msgid "Click on any image on this site to load it into oekaki applet"
|
||||
msgstr ""
|
||||
msgstr "Clique sur n'importe quel image du site pour le charger dans l'application oekaki."
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Sunday"
|
||||
@ -556,19 +559,19 @@ msgstr "Dec"
|
||||
|
||||
#: ../../../../js/local-time.js:33
|
||||
msgid "AM"
|
||||
msgstr ""
|
||||
msgstr "AM"
|
||||
|
||||
#: ../../../../js/local-time.js:34
|
||||
msgid "PM"
|
||||
msgstr ""
|
||||
msgstr "PM"
|
||||
|
||||
#: ../../../../js/local-time.js:35
|
||||
msgid "am"
|
||||
msgstr ""
|
||||
msgstr "am"
|
||||
|
||||
#: ../../../../js/local-time.js:36
|
||||
msgid "pm"
|
||||
msgstr ""
|
||||
msgstr "pm"
|
||||
|
||||
#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48
|
||||
msgid "Your browser does not support HTML5 video."
|
||||
@ -602,118 +605,129 @@ msgstr "Volume par défaut"
|
||||
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
msgstr "Arborescence"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
msgstr "Réduire toutes les images"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
msgstr "GIFs animés"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
msgstr "GIFs non-animés"
|
||||
|
||||
#: ../../../../js/webm-settings.js:41
|
||||
msgid "WebM"
|
||||
msgstr ""
|
||||
msgstr "WebM"
|
||||
|
||||
#: ../../../../js/live-index.js:25 ../../../../js/live-index.js:84
|
||||
msgid "No new posts."
|
||||
msgstr ""
|
||||
msgstr "Pas de nouveaux messages."
|
||||
|
||||
#: ../../../../js/live-index.js:30 ../../../../js/live-index.js:73
|
||||
msgid "No new threads."
|
||||
msgstr ""
|
||||
msgstr "Pas de nouveaux fils."
|
||||
|
||||
#: ../../../../js/live-index.js:72
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new threads."
|
||||
msgstr ""
|
||||
msgstr "Il y a {0} nouveaux fils."
|
||||
|
||||
#: ../../../../js/live-index.js:83
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new posts in this thread."
|
||||
msgstr ""
|
||||
msgstr "Il y a {0} nouveaux messages dans ce fil."
|
||||
|
||||
#: ../../../../js/options.js:106
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
msgstr "Options"
|
||||
|
||||
#: ../../../../js/options/general.js:15
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
msgstr "Général"
|
||||
|
||||
#: ../../../../js/options/general.js:18
|
||||
msgid "Storage: "
|
||||
msgstr ""
|
||||
msgstr "Stockage :"
|
||||
|
||||
#: ../../../../js/options/general.js:21
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
msgstr "Exporter"
|
||||
|
||||
#: ../../../../js/options/general.js:27
|
||||
msgid "Import"
|
||||
msgstr ""
|
||||
msgstr "Importer"
|
||||
|
||||
#: ../../../../js/options/general.js:28
|
||||
msgid "Paste your storage data"
|
||||
msgstr ""
|
||||
msgstr "Coller tes données de stockage"
|
||||
|
||||
#: ../../../../js/options/general.js:40
|
||||
msgid "Erase"
|
||||
msgstr ""
|
||||
msgstr "Effacer"
|
||||
|
||||
#: ../../../../js/options/general.js:41
|
||||
msgid ""
|
||||
"Are you sure you want to erase your storage? This involves your hidden "
|
||||
"threads, watched threads, post password and many more."
|
||||
msgstr ""
|
||||
msgstr "Es-tu sûr de vouloir effacer ton stockage ? Ceci inclut tes fils cachés, tes fils surveillés, ton dernier mot de passe et autres."
|
||||
|
||||
#: ../../../../js/options/user-css.js:14
|
||||
msgid "User CSS"
|
||||
msgstr ""
|
||||
msgstr "CSS utilisateur"
|
||||
|
||||
#: ../../../../js/options/user-css.js:23
|
||||
msgid "Update custom CSS"
|
||||
msgstr ""
|
||||
msgstr "Mise à jour d'un CSS personalisé"
|
||||
|
||||
#: ../../../../js/options/user-css.js:45
|
||||
msgid "Enter here your own CSS rules..."
|
||||
msgstr ""
|
||||
msgstr "Entre ici tes propres règles CSS..."
|
||||
|
||||
#: ../../../../js/options/user-css.js:46
|
||||
msgid ""
|
||||
"If you want to make a redistributable style, be sure to\n"
|
||||
" have a Yotsuba B theme selected."
|
||||
msgstr ""
|
||||
msgstr "Si tu veux créer un thème redistribuable, veille bien à \n avoir sélectionné le thème Yotsuba B."
|
||||
|
||||
#: ../../../../js/options/user-css.js:47
|
||||
msgid "You can include CSS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
msgstr "Tu peux inclure des fichiers CSS d'un serveur isolé, comme par exemple :"
|
||||
|
||||
#: ../../../../js/options/user-js.js:14
|
||||
msgid "User JS"
|
||||
msgstr ""
|
||||
msgstr "JS utilisateur"
|
||||
|
||||
#: ../../../../js/options/user-js.js:23
|
||||
msgid "Update custom Javascript"
|
||||
msgstr ""
|
||||
msgstr "Mise à jour d'un code Javascript personalisé"
|
||||
|
||||
#: ../../../../js/options/user-js.js:54
|
||||
msgid "Enter here your own Javascript code..."
|
||||
msgstr ""
|
||||
msgstr "Entre ici ton propre code Javascript..."
|
||||
|
||||
#: ../../../../js/options/user-js.js:55
|
||||
msgid ""
|
||||
"Have a backup of your storage somewhere, as messing here\n"
|
||||
" may render you this website unusable."
|
||||
msgstr ""
|
||||
msgstr "Avoir une sauvegarde de ton stockage quelque part, comme indiqué ici\n peut rendre ce site inutilisable pour toi."
|
||||
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr "Tu peux inclure des fichiers JS d'un serveur isolé, comme par exemple :"
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
1
inc/locale/he_IL/LC_MESSAGES/javascript.js
Normal file
1
inc/locale/he_IL/LC_MESSAGES/javascript.js
Normal file
File diff suppressed because one or more lines are too long
732
inc/locale/he_IL/LC_MESSAGES/javascript.po
Normal file
732
inc/locale/he_IL/LC_MESSAGES/javascript.po
Normal file
@ -0,0 +1,732 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# IsrChan <anon@chan.org.il>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/he_IL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: he_IL\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 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "קובץ"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51
|
||||
msgid "hide"
|
||||
msgstr "הסתר"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "הצג"
|
||||
|
||||
#: ../../../../js/toggle-locked-threads.js:39
|
||||
#: ../../../../js/toggle-locked-threads.js:54
|
||||
#: ../../../../js/toggle-locked-threads.js:40
|
||||
#: ../../../../js/toggle-locked-threads.js:55
|
||||
#: ../../../../js/toggle-locked-threads.js:41
|
||||
#: ../../../../js/toggle-locked-threads.js:56
|
||||
#: ../../../../js/toggle-locked-threads.js:53
|
||||
#: ../../../../js/toggle-locked-threads.js:70
|
||||
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
|
||||
#: ../../../../js/toggle-locked-threads.js:44
|
||||
#: ../../../../js/toggle-locked-threads.js:53
|
||||
#: ../../../../js/toggle-locked-threads.js:70
|
||||
msgid "Hide locked threads"
|
||||
msgstr "הסתר שרשורים נעולים"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "כתובת תמונה"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "בחר"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "תמונה מכתובת"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "הטמעת סרטון"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "צייר"
|
||||
|
||||
#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42
|
||||
#: ../../../../js/toggle-images.js:45
|
||||
msgid "hidden"
|
||||
msgstr "מוסתר"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:86
|
||||
msgid "Show images"
|
||||
msgstr "הצג תמונות"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:63 ../../../../js/toggle-images.js:86
|
||||
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
|
||||
#: ../../../../js/live-index.js:72 ../../../../js/live-index.js:83
|
||||
msgid "Click to expand"
|
||||
msgstr "לחץ להרחבה"
|
||||
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
#: ../../../../js/expand.js:50
|
||||
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 ../../../../js/forced-anon.js:73
|
||||
#: ../../../../js/forced-anon.js:81 ../../../../js/forced-anon.js:85
|
||||
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
|
||||
#: ../../../../js/forced-anon.js:73 ../../../../js/forced-anon.js:81
|
||||
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
|
||||
#: ../../../../js/forced-anon.js:73 ../../../../js/forced-anon.js:85
|
||||
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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
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 <small>>>{0}</small>"
|
||||
msgstr "פרסום: תגובה ל- <small>>>{0}</small>"
|
||||
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
msgid "Return"
|
||||
msgstr "חזור"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/main.js:6
|
||||
msgid "Hello!"
|
||||
msgstr "שלום!"
|
||||
|
||||
#: ../../../../templates/main.js:18
|
||||
#, python-brace-format
|
||||
msgid "{0} users"
|
||||
msgstr "{0} משתמשים"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:28
|
||||
#: ../../../../templates/themes/ukko/ukko.js:39
|
||||
#: ../../../../templates/themes/ukko/ukko.js:29
|
||||
#: ../../../../templates/themes/ukko/ukko.js:40
|
||||
#: ../../../../templates/themes/ukko/ukko.js:52
|
||||
#: ../../../../templates/themes/ukko/ukko.js:63
|
||||
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
|
||||
#: ../../../../templates/themes/ukko/ukko.js:56
|
||||
#: ../../../../templates/themes/ukko/ukko.js:68
|
||||
msgid "(show threads from this board)"
|
||||
msgstr "(הצג שרשורים מהבורד הזה)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:57
|
||||
#: ../../../../templates/themes/ukko/ukko.js:58
|
||||
#: ../../../../templates/themes/ukko/ukko.js:81
|
||||
msgid "No more threads to display"
|
||||
msgstr "לא נמצאו שרשורים נוספים"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:79
|
||||
#: ../../../../templates/themes/ukko/ukko.js:80
|
||||
#: ../../../../templates/themes/ukko/ukko.js:103
|
||||
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 ../../../../js/quick-reply.js:281
|
||||
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
|
||||
#: ../../../../js/quick-reply.js:289 ../../../../js/quick-reply.js:410
|
||||
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
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
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
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
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 ../../../../js/watch.js:372
|
||||
#: ../../../../js/watch.js:373 ../../../../js/watch.js:381
|
||||
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 ../../../../js/watch.js:372
|
||||
#: ../../../../js/watch.js:373 ../../../../js/watch.js:381
|
||||
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 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
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 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
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 "AM"
|
||||
|
||||
#: ../../../../js/local-time.js:34
|
||||
msgid "PM"
|
||||
msgstr "PM"
|
||||
|
||||
#: ../../../../js/local-time.js:35
|
||||
msgid "am"
|
||||
msgstr "am"
|
||||
|
||||
#: ../../../../js/local-time.js:36
|
||||
msgid "pm"
|
||||
msgstr "pm"
|
||||
|
||||
#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48
|
||||
msgid "Your browser does not support HTML5 video."
|
||||
msgstr "הדפדפן שלך לא תומך ב-HTML5, תוריד כרום!"
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[נגן פעם אחת]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[נגן בלופ]"
|
||||
|
||||
#: ../../../../js/webm-settings.js:42 ../../../../js/webm-settings.js:45
|
||||
msgid "WebM Settings"
|
||||
msgstr "הגדרות WebM"
|
||||
|
||||
#: ../../../../js/webm-settings.js:44 ../../../../js/webm-settings.js:54
|
||||
msgid "Expand videos inline"
|
||||
msgstr "הגדל סרטון"
|
||||
|
||||
#: ../../../../js/webm-settings.js:45 ../../../../js/webm-settings.js:55
|
||||
msgid "Play videos on hover"
|
||||
msgstr "נגן סרטונים במעבר עכבר"
|
||||
|
||||
#: ../../../../js/webm-settings.js:46 ../../../../js/webm-settings.js:56
|
||||
msgid "Default volume"
|
||||
msgstr "ווליום ברירת מחדל"
|
||||
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "תצוגת עץ"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "צמצם את כל התמונות"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:41
|
||||
msgid "WebM"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/live-index.js:25 ../../../../js/live-index.js:84
|
||||
msgid "No new posts."
|
||||
msgstr "אין תגובות חדשות"
|
||||
|
||||
#: ../../../../js/live-index.js:30 ../../../../js/live-index.js:73
|
||||
msgid "No new threads."
|
||||
msgstr "אין שרשורים חדשים"
|
||||
|
||||
#: ../../../../js/live-index.js:72
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new threads."
|
||||
msgstr "יש {0} שרשורים חדשים"
|
||||
|
||||
#: ../../../../js/live-index.js:83
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new posts in this thread."
|
||||
msgstr "יש {0} תגובות חדשות בשרשור"
|
||||
|
||||
#: ../../../../js/options.js:106
|
||||
msgid "Options"
|
||||
msgstr "אפשרויות"
|
||||
|
||||
#: ../../../../js/options/general.js:15
|
||||
msgid "General"
|
||||
msgstr "כללי"
|
||||
|
||||
#: ../../../../js/options/general.js:18
|
||||
msgid "Storage: "
|
||||
msgstr "אחסון:"
|
||||
|
||||
#: ../../../../js/options/general.js:21
|
||||
msgid "Export"
|
||||
msgstr "יצוא"
|
||||
|
||||
#: ../../../../js/options/general.js:27
|
||||
msgid "Import"
|
||||
msgstr "יבוא"
|
||||
|
||||
#: ../../../../js/options/general.js:28
|
||||
msgid "Paste your storage data"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/general.js:40
|
||||
msgid "Erase"
|
||||
msgstr "נקה"
|
||||
|
||||
#: ../../../../js/options/general.js:41
|
||||
msgid ""
|
||||
"Are you sure you want to erase your storage? This involves your hidden "
|
||||
"threads, watched threads, post password and many more."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-css.js:14
|
||||
msgid "User CSS"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-css.js:23
|
||||
msgid "Update custom CSS"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-css.js:45
|
||||
msgid "Enter here your own CSS rules..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-css.js:46
|
||||
msgid ""
|
||||
"If you want to make a redistributable style, be sure to\n"
|
||||
" have a Yotsuba B theme selected."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-css.js:47
|
||||
msgid "You can include CSS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-js.js:14
|
||||
msgid "User JS"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-js.js:23
|
||||
msgid "Update custom Javascript"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-js.js:54
|
||||
msgid "Enter here your own Javascript code..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-js.js:55
|
||||
msgid ""
|
||||
"Have a backup of your storage somewhere, as messing here\n"
|
||||
" may render you this website unusable."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
BIN
inc/locale/he_IL/LC_MESSAGES/tinyboard.mo
Normal file
BIN
inc/locale/he_IL/LC_MESSAGES/tinyboard.mo
Normal file
Binary file not shown.
3320
inc/locale/he_IL/LC_MESSAGES/tinyboard.po
Normal file
3320
inc/locale/he_IL/LC_MESSAGES/tinyboard.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-22 19:54+0000\n"
|
||||
"Last-Translator: cicus\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\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"
|
||||
@ -136,12 +136,12 @@ msgstr "Kattints a válaszra a megjelenítéshez"
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
#: ../../../../js/live-index.js:72 ../../../../js/live-index.js:83
|
||||
msgid "Click to expand"
|
||||
msgstr "Kattints a nagyobb mérethez"
|
||||
msgstr "Összes hozzászólás megjelenítése"
|
||||
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
#: ../../../../js/expand.js:50
|
||||
msgid "Hide expanded replies"
|
||||
msgstr "Rejtse el a nagy méretű válaszokat"
|
||||
msgstr "Hozzászólások elrejtése"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
@ -252,6 +252,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalógus"
|
||||
|
||||
@ -606,16 +608,19 @@ msgid "Tree view"
|
||||
msgstr "Fa nézet"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Összes kép eredeti méretűre"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "GIF-ek lejátszása"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Animált GIF-ek leállítása"
|
||||
|
||||
@ -718,3 +723,11 @@ msgstr "Legyen egy biztonsági mentésed a tárhelyedről, arra az esetre,\nha a
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr "Lehetőséged van JS fájlok használatára távoli szerverről, a következőképpen:"
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 12:54+0000\n"
|
||||
"Last-Translator: cicus\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\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"
|
||||
@ -225,7 +225,7 @@ msgstr "Hozzászólás áthelyezése másik táblára"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Hozzászólás szerkesztése"
|
||||
|
||||
@ -333,6 +333,7 @@ msgstr "Némítva lettél nem eredeti tartalom miatt."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Új Szál"
|
||||
|
||||
@ -340,6 +341,7 @@ msgstr "Új Szál"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Új Hozzászólás"
|
||||
|
||||
@ -348,6 +350,7 @@ msgstr "Új Hozzászólás"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -373,6 +376,7 @@ msgstr "Leselkedj többet mielőtt beleszólsz."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Úgy látszik nem vagy ember."
|
||||
|
||||
@ -380,6 +384,7 @@ msgstr "Úgy látszik nem vagy ember."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
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."
|
||||
|
||||
@ -387,6 +392,7 @@ msgstr "A böngésződ nem, vagy érvénytelen HTTP hivatkozást küldött."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "A %s mező túl rövid lett."
|
||||
@ -395,6 +401,7 @@ msgstr "A %s mező túl rövid lett."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "A body túl hosszú lett."
|
||||
|
||||
@ -402,6 +409,7 @@ msgstr "A body túl hosszú lett."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "A body túl rövid lett, vagy üres."
|
||||
|
||||
@ -409,6 +417,7 @@ msgstr "A body túl rövid lett, vagy üres."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Fel kell töltened egy képet."
|
||||
|
||||
@ -416,6 +425,7 @@ msgstr "Fel kell töltened egy képet."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "A szerver képtelen kezelni a feltöltésed."
|
||||
|
||||
@ -423,6 +433,7 @@ msgstr "A szerver képtelen kezelni a feltöltésed."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Nem támogatott képformátum."
|
||||
|
||||
@ -430,6 +441,7 @@ msgstr "Nem támogatott képformátum."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Érvénytelen tábla!"
|
||||
|
||||
@ -437,6 +449,7 @@ msgstr "Érvénytelen tábla!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "A megadott szál nem létezik."
|
||||
|
||||
@ -444,6 +457,7 @@ msgstr "A megadott szál nem létezik."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Szál lezárva. Egyelőre nem válaszolhatsz."
|
||||
|
||||
@ -451,6 +465,7 @@ msgstr "Szál lezárva. Egyelőre nem válaszolhatsz."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "A szál elérte a maximális hozzászólások számát."
|
||||
|
||||
@ -458,6 +473,7 @@ msgstr "A szál elérte a maximális hozzászólások számát."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "A szál elérte a maximális képfeltöltések számát."
|
||||
|
||||
@ -465,6 +481,7 @@ msgstr "A szál elérte a maximális képfeltöltések számát."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Nem küldtél semmit."
|
||||
|
||||
@ -472,6 +489,7 @@ msgstr "Nem küldtél semmit."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Flood érzékelve. Üzenet elvetve."
|
||||
|
||||
@ -479,6 +497,7 @@ msgstr "Flood érzékelve. Üzenet elvetve."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Az küldeményed automatizáltnak tűnik. Üzenet elvetve."
|
||||
|
||||
@ -486,6 +505,7 @@ msgstr "Az küldeményed automatizáltnak tűnik. Üzenet elvetve."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Nem eredeti tartalom!"
|
||||
|
||||
@ -493,6 +513,7 @@ msgstr "Nem eredeti tartalom!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, 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."
|
||||
@ -501,6 +522,7 @@ msgstr "Nem eredeti tartalom! El lettél némítva %d másodpercre."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Némítva lettél! Lejár: %d másodperc múlva."
|
||||
@ -509,6 +531,7 @@ msgstr "Némítva lettél! Lejár: %d másodperc múlva."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Az IP címed listázva van itt: %s."
|
||||
@ -517,6 +540,7 @@ msgstr "Az IP címed listázva van itt: %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Túl sok hivatkozás; flood érzékelve."
|
||||
|
||||
@ -524,6 +548,7 @@ msgstr "Túl sok hivatkozás; flood érzékelve."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Túl sok idézés; üzenet elvetve."
|
||||
|
||||
@ -531,6 +556,7 @@ msgstr "Túl sok idézés; üzenet elvetve."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Túl sok tábla keresztlinkelés; üzenet elvetve."
|
||||
|
||||
@ -538,6 +564,7 @@ msgstr "Túl sok tábla keresztlinkelés; üzenet elvetve."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Nem választottál ki semmit törlésre."
|
||||
|
||||
@ -545,6 +572,7 @@ msgstr "Nem választottál ki semmit törlésre."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Nem választottál ki semmit jelentésre."
|
||||
|
||||
@ -552,6 +580,7 @@ msgstr "Nem választottál ki semmit jelentésre."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Nem jelenthetsz ilyen sok hozzászólást egyszerre."
|
||||
|
||||
@ -559,6 +588,7 @@ msgstr "Nem jelenthetsz ilyen sok hozzászólást egyszerre."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Rossz jelszó..."
|
||||
|
||||
@ -566,6 +596,7 @@ msgstr "Rossz jelszó..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Érvénytelen kép."
|
||||
|
||||
@ -573,6 +604,7 @@ msgstr "Érvénytelen kép."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Ismeretlen fájlkiterjesztés."
|
||||
|
||||
@ -580,6 +612,7 @@ msgstr "Ismeretlen fájlkiterjesztés."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maximális fájlméret: %maxsz% Byte<br>A fájlod mérete: %filesz% Byte"
|
||||
|
||||
@ -587,6 +620,7 @@ msgstr "Maximális fájlméret: %maxsz% Byte<br>A fájlod mérete: %filesz% Byte
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "A fájl túl nagy."
|
||||
|
||||
@ -594,6 +628,7 @@ msgstr "A fájl túl nagy."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "A fájl <a href=\"%s\">már fel lett töltve egyszer</a>!"
|
||||
@ -602,6 +637,7 @@ msgstr "A fájl <a href=\"%s\">már fel lett töltve egyszer</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "A fájl <a href=\"%s\">már fel lett töltve egyszer</a> ebben a szálban!"
|
||||
@ -610,6 +646,7 @@ msgstr "A fájl <a href=\"%s\">már fel lett töltve egyszer</a> ebben a szálba
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, 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."
|
||||
@ -618,6 +655,7 @@ msgstr "Várnod kell %s másodpercet mielőtt törlöd."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "MIME típus találat XSS exploit (IE) érzékelve; üzenet elvetve."
|
||||
|
||||
@ -625,6 +663,7 @@ msgstr "MIME típus találat XSS exploit (IE) érzékelve; üzenet elvetve."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
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ő."
|
||||
|
||||
@ -632,6 +671,7 @@ msgstr "A videó URL-je amelyet beilleszteni próbáltál, nem értelmezhető."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Úgy látszik elírtad az ellenőrzést."
|
||||
|
||||
@ -640,6 +680,7 @@ msgstr "Úgy látszik elírtad az ellenőrzést."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -650,6 +691,7 @@ msgstr "Csak %s felhasználó kitiltását vonhatod vissza egyszerre. Te %u felh
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Érvénytelen felhasználónév és/vagy jelszó."
|
||||
|
||||
@ -657,6 +699,7 @@ msgstr "Érvénytelen felhasználónév és/vagy jelszó."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Nem vagy moderátor..."
|
||||
|
||||
@ -664,6 +707,7 @@ msgstr "Nem vagy moderátor..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -673,6 +717,7 @@ msgstr "Érvénytelen felhasználónév és/vagy jelszó. A fiókod talán tör
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Érvénytelen vagy hibás sütik."
|
||||
|
||||
@ -680,6 +725,7 @@ msgstr "Érvénytelen vagy hibás sütik."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
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."
|
||||
|
||||
@ -687,6 +733,7 @@ msgstr "A böngésződ nem küldött bemenetet amikor kellett volna."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "A %s mező szükséges."
|
||||
@ -695,6 +742,7 @@ msgstr "A %s mező szükséges."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "A %s mező érvénytelen."
|
||||
@ -703,6 +751,7 @@ msgstr "A %s mező érvénytelen."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Már létezik ez a tábla: %s "
|
||||
@ -711,6 +760,7 @@ msgstr "Már létezik ez a tábla: %s "
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Ehhez a funkcióhoz nincs jogosultságod."
|
||||
|
||||
@ -718,6 +768,7 @@ msgstr "Ehhez a funkcióhoz nincs jogosultságod."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "A hozzászólás nem létezik."
|
||||
|
||||
@ -725,6 +776,7 @@ msgstr "A hozzászólás nem létezik."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Az oldal nem található."
|
||||
|
||||
@ -732,6 +784,7 @@ msgstr "Az oldal nem található."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Ez a moderátor <a href=\"?/users/%d\">már létezik</a>!"
|
||||
@ -740,6 +793,7 @@ msgstr "Ez a moderátor <a href=\"?/users/%d\">már létezik</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Nincs ilyen téma!"
|
||||
|
||||
@ -747,6 +801,7 @@ msgstr "Nincs ilyen téma!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
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."
|
||||
|
||||
@ -760,6 +815,7 @@ msgstr "Érvénytelen biztonsági azonosító! Lépj vissza és próbáld újra.
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "BÁNTOTTUK"
|
||||
|
||||
@ -850,6 +906,7 @@ msgstr "Moderációs napló"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -858,11 +915,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Új kitiltás"
|
||||
|
||||
#: ../../../../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 "Kitiltási lista"
|
||||
|
||||
@ -870,17 +929,19 @@ msgstr "Kitiltási lista"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Hozzászólás áthelyezése"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Cél és forrástábla azonos."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Szál nem áthelyezhető; csak egy tábla van."
|
||||
|
||||
@ -888,6 +949,7 @@ msgstr "Szál nem áthelyezhető; csak egy tábla van."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Szál áthelyezése"
|
||||
|
||||
@ -943,55 +1005,65 @@ msgstr "Jelentések"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Beállítás szerkesztő"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Témák mappa nem létezik!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Témák mappa nem megnyitható: ellenőrizd az engedélyeket."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Témák rendezése"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Telepített téma: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Konfiguráló téma: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Újjáépített téma: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Hibaellenőrzés: Spamszűrő"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Hibaellenőrzés: Legutóbbi hozzászólások"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Hibaellenőrzés: SQL"
|
||||
|
||||
@ -1059,6 +1131,8 @@ msgstr "Hozzászólás Törölése"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1294,6 +1368,7 @@ msgstr "Spoiler Kép"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Válasz"
|
||||
|
||||
@ -1305,6 +1380,7 @@ msgstr "Válasz"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Mind megjelenítése"
|
||||
|
||||
@ -1316,6 +1392,7 @@ msgstr "Mind megjelenítése"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Utolsó hozzászólás"
|
||||
@ -1329,6 +1406,7 @@ msgstr[1] "Utolsó %count% hozzászólás"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "1 hozzászólás"
|
||||
@ -1343,6 +1421,7 @@ msgstr[1] "%count% hozzászólás"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "és"
|
||||
|
||||
@ -1354,6 +1433,7 @@ msgstr "és"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 válasz képpel"
|
||||
@ -1367,6 +1447,7 @@ msgstr[1] "%count% válasz képpel"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "elrejtve. Kattints a válaszra a megjelenítéshez."
|
||||
|
||||
@ -1571,6 +1652,8 @@ msgstr "Jelölések"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1615,6 +1698,8 @@ msgstr "Ragacs"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1659,6 +1744,8 @@ msgstr "Lezár"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1768,13 +1855,14 @@ msgstr "Nincs megjelenítendő eredmény."
|
||||
msgid "Search"
|
||||
msgstr "Keres"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
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
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Kitiltási fellebbezések"
|
||||
|
||||
@ -1789,14 +1877,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Nem lehetséges előléptetni/lefokozni a felhasználót."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Hibakeresés: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1880,7 +1968,7 @@ msgstr "Spamvédelem"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Legutóbbi üzenetek"
|
||||
|
||||
@ -3043,7 +3131,7 @@ msgstr "Egyik sem"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Áthelyezve ide: %s."
|
||||
@ -3055,6 +3143,7 @@ msgid ""
|
||||
msgstr "Nem sikerült a RecentPosts téma létrehozása, mert nem találhatók feldolgozásra váró táblák."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr "Túl sok képet próbáltál feltölteni!"
|
||||
|
||||
@ -3069,6 +3158,8 @@ msgstr "Spoiler fájl"
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3091,6 +3182,8 @@ msgstr "Utolsó hozzászólás"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3104,6 +3197,8 @@ msgstr "Készítés dátuma"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3117,6 +3212,8 @@ msgstr "Válaszok száma"
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3186,22 +3283,24 @@ msgstr "A képet nem lehetett automatikusan tájolni!"
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr "EXIF metaadatok eltávolítása sikertelen!"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr "Hiba történt a webm feldolgozása során."
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr "Érvénytelen webm lett felöltve."
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr "A feltöltött webm audio vagy egyéb további folyamot tartlmaz."
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr "A felöltött webme időtartama hosszabb mint"
|
||||
msgstr "A felöltött webm időtartama hosszabb mint"
|
||||
|
||||
#. line 48
|
||||
#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:190
|
||||
@ -3216,3 +3315,7 @@ msgstr "Ne mutasd a zászlómat"
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr "Nagyon kicsi"
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -1 +1 @@
|
||||
l10n = {"Style: ":"Stile","File":"File","hide":"Nascondi","show":"Mostra","Show locked threads":"Mostra Thread Bloccati","Hide locked threads":"Nascondi Thread Bloccati","URL":"URL","Select":"Selezione","Remote":"Remoto","Embed":"Incluso","Oekaki":"Oekaki","hidden":"Nascosto","Show images":"Mostra immagini","Hide images":"Nascondi Immagini","Password":"Password","Delete file only":"Elimina il solo file","Delete":"Elimina","Reason":"Motivazione","Report":"Segnala","Click reply to view.":"Premi \"Rispondi\" per visualizzare","Click to expand":"Premi per estendere","Hide expanded replies":"Nascondi risposte","Brush size":"Dimensioni Pennell","Set text":"Imposta testo","Clear":"Svuota","Save":"Salva","Load":"Carica","Toggle eraser":"Abilita Gomma","Get color":"Prendi colore","Fill":"Riempi","Use oekaki instead of file?":"Usare l'Oekaki invece del file?","Edit in oekaki":"Modifica come Oekaki","Enter some text":"Inserire del testo","Enter font or leave empty":"Selezionare un font o lasciare vuoto","Forced anonymity":"Anonimit\u00e0 Forzata","enabled":"Abilitato","disabled":"Disabilitato","Sun":"Dom","Mon":"Lun","Tue":"Mar","Wed":"Mer","Thu":"Gio","Fri":"Ven","Sat":"Sab","Catalog":"Archivio","Submit":"Pubblica","Quick reply":"Risposta Rapida","Posting mode: Replying to <small>>>{0}<\/small>":"Stai rispondendo a <small>>>{0}<\/small>","Return":"Indietro","Expand all images":"Espandi tutte le immagini","Hello!":"Ciao!","{0} users":"{0} utenti","(hide threads from this board)":"(nascondi thread da questa board)","(show threads from this board)":"(mostra thread da questa board)","No more threads to display":"Nessun thread da mostrare","Loading...":"Caricamento","Save as original filename":"Salva con nome originale","Reported post(s).":"(Post segnalato\\i)","An unknown error occured!":"Errore sconosciuto","Something went wrong... An unknown error occured!":"C'\u00e8 stato un problema... Errore sconosciuto","Working...":"Lavorando","Posting... (#%)":"Postando... (#%)","Posted...":"Postato...","An unknown error occured when posting!":"Errore sconosciuto nel post","Posting...":"Postando...","Upload URL":"URL","Spoiler Image":"Immagine sotto Spoiler","Comment":"Commento","Quick Reply":"Risposta Rapida","Stop watching this thread":"Non seguire il thread","Watch this thread":"Segui il thread","Unpin this board":"Board non preferita","Pin this board":"Board preferita","Stop watching this board":"Non seguire la board","Watch this board":"Segui la board","Click on any image on this site to load it into oekaki applet":"Clicca su qualsiasi immagine sul sito per caricarla in Oeakaki","Sunday":"Domenica","Monday":"Luned\u00ec","Tuesday":"Marted","Wednesday":"Mercoled\u00ec","Thursday":"Gioved\u00ec","Friday":"Venerd\u00ec","Saturday":"Sabato","January":"Gennaio","February":"Febbraio","March":"Marzo","April":"Aprile","May":"Maggio","June":"Giugno","July":"Luglio","August":"Agosto","September":"Settembre","October":"Ottobre","November":"Novembre","December":"Dicembre","Jan":"Gen","Feb":"Feb","Mar":"Mar","Apr":"Apr","Jun":"Giu","Jul":"Lug","Aug":"Ago","Sep":"Set","Oct":"Ott","Nov":"Nov","Dec":"Dic","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Il tuo browser non supporta i video HTML5","[play once]":"[riproduci una sola volta]","[loop]":"[ciclo continuo]","WebM Settings":"Impostazioni WebM","Expand videos inline":"Espandi video","Play videos on hover":"Riproduci video evidenziato","Default volume":"Volume Standard","Tree view":"Vista ad albero","Shrink all images":"Restringi tutte le immagini","Animate GIFs":"Anima GIF","Unanimate GIFs":"Disattiva Animazioni GIF","WebM":"WebM","No new posts.":"Nessun nuovo post","No new threads.":"Nessun nuovo thread","There are {0} new threads.":"Ci sono {0} nuovi thread","There are {0} new posts in this thread.":"Ci sono {0} nuovi post in questo thread","Options":"Opzioni","General":"Generali","Storage: ":"Archiviazione:","Export":"Esporta","Import":"Importa","Paste your storage data":"Incolla le tue informazioni di archiviazione:","Erase":"Cancella","":"Fai un backup del tuo archivio, perch\u00e8 smanettarenqui potrebbe renderti il sito inutilizzabile","User CSS":"CSS utente","Update custom CSS":"Carica CSS personalizzato","Enter here your own CSS rules...":"Inserisci qui le tue regole CSS qui","You can include CSS files from remote servers, for example:":"Puoi includere file CSS da server remoto, per esempio:","User JS":"JS utente","Update custom Javascript":"Carica Javascript personalizzato","Enter here your own Javascript code...":"Inserisci il codice Javascript qui","You can include JS files from remote servers, for example:":"Puoi includere file Javascript da server remoto, per esempio:"};
|
||||
l10n = {"Style: ":"Stile","File":"File","hide":"Nascondi","show":"Mostra","Show locked threads":"Mostra Thread Bloccati","Hide locked threads":"Nascondi Thread Bloccati","URL":"URL","Select":"Selezione","Remote":"Remoto","Embed":"Incluso","Oekaki":"Oekaki","hidden":"Nascosto","Show images":"Mostra immagini","Hide images":"Nascondi Immagini","Password":"Password","Delete file only":"Elimina il solo file","Delete":"Elimina","Reason":"Motivazione","Report":"Segnala","Click reply to view.":"Premi \"Rispondi\" per visualizzare.","Click to expand":"Premi per estendere","Hide expanded replies":"Nascondi le risposte estese","Brush size":"Dimensioni Pennelli","Set text":"Imposta testo","Clear":"Svuota","Save":"Salva","Load":"Carica","Toggle eraser":"Abilita gomma","Get color":"Prendi colore","Fill":"Riempi","Use oekaki instead of file?":"Usare l'Oekaki invece del file?","Edit in oekaki":"Modifica come Oekaki","Enter some text":"Inserire del testo","Enter font or leave empty":"Selezionare un font o lasciare vuoto","Forced anonymity":"Anonimit\u00e0 Forzata","enabled":"Abilitato","disabled":"Disabilitato","Sun":"Dom","Mon":"Lun","Tue":"Mar","Wed":"Mer","Thu":"Gio","Fri":"Ven","Sat":"Sab","Catalog":"Archivio","Submit":"Pubblica","Quick reply":"Risposta Rapida","Posting mode: Replying to <small>>>{0}<\/small>":"Stai rispondendo a <small>>>{0}<\/small>","Return":"Indietro","Expand all images":"Espandi tutte le immagini","Hello!":"Ciao!","{0} users":"{0} utenti","(hide threads from this board)":"(nascondi thread da questa board)","(show threads from this board)":"(mostra thread da questa board)","No more threads to display":"Nessun thread da mostrare","Loading...":"Caricamento...","Save as original filename":"Salva con nome originale","Reported post(s).":"(Post segnalato\\i)","An unknown error occured!":"Errore sconosciuto","Something went wrong... An unknown error occured!":"C'\u00e8 stato un problema... Errore sconosciuto","Working...":"Lavorando...","Posting... (#%)":"Pubblicando... (#%)","Posted...":"Pubblicato...","An unknown error occured when posting!":"Errore sconosciuto nel post","Posting...":"Pubblicando...","Upload URL":"URL","Spoiler Image":"Immagine sotto Spoiler","Comment":"Commento","Quick Reply":"Risposta Rapida","Stop watching this thread":"Non seguire il thread","Watch this thread":"Segui il thread","Unpin this board":"Board non preferita","Pin this board":"Board preferita","Stop watching this board":"Non seguire la board","Watch this board":"Segui la board","Click on any image on this site to load it into oekaki applet":"Clicca su qualsiasi immagine sul sito per caricarla in Oeakaki","Sunday":"Domenica","Monday":"Luned\u00ec","Tuesday":"Marted\u00ec","Wednesday":"Mercoled\u00ec","Thursday":"Gioved\u00ec","Friday":"Venerd\u00ec","Saturday":"Sabato","January":"Gennaio","February":"Febbraio","March":"Marzo","April":"Aprile","May":"Maggio","June":"Giugno","July":"Luglio","August":"Agosto","September":"Settembre","October":"Ottobre","November":"Novembre","December":"Dicembre","Jan":"Gen","Feb":"Feb","Mar":"Mar","Apr":"Apr","Jun":"Giu","Jul":"Lug","Aug":"Ago","Sep":"Set","Oct":"Ott","Nov":"Nov","Dec":"Dic","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Il tuo browser non supporta i video HTML5","[play once]":"[riproduci una sola volta]","[loop]":"[ciclo continuo]","WebM Settings":"Impostazioni WebM","Expand videos inline":"Espandi video","Play videos on hover":"Riproduci video evidenziato","Default volume":"Volume Standard","Tree view":"Vista ad albero","Shrink all images":"Restringi tutte le immagini","Animate GIFs":"Anima GIF","Unanimate GIFs":"Disattiva Animazioni GIF","WebM":"WebM","No new posts.":"Nessun nuovo post","No new threads.":"Nessun nuovo thread","There are {0} new threads.":"Ci sono {0} nuovi thread","There are {0} new posts in this thread.":"Ci sono {0} nuovi post in questo thread","Options":"Opzioni","General":"Generale","Storage: ":"Archiviazione:","Export":"Esporta","Import":"Importa","Paste your storage data":"Incolla le tue informazioni di archiviazione:","Erase":"Cancella","":"Fai un backup del tuo archivio, perch\u00e8 smanettarenqui potrebbe renderti il sito inutilizzabile","User CSS":"CSS utente","Update custom CSS":"Carica CSS personalizzato","Enter here your own CSS rules...":"Inserisci qui le tue regole CSS qui","You can include CSS files from remote servers, for example:":"Puoi includere file CSS da server remoto, per esempio:","User JS":"JS utente","Update custom Javascript":"Carica Javascript personalizzato","Enter here your own Javascript code...":"Inserisci il codice Javascript qui","You can include JS files from remote servers, for example:":"Puoi includere file Javascript da server remoto, per esempio:"};
|
@ -4,13 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# JavaFag <lucamaker@gmail.com>, 2014
|
||||
# Lazy <jh.hueller@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-22 14:47+0000\n"
|
||||
"Last-Translator: JavaFag <lucamaker@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/it_IT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -130,7 +131,7 @@ msgstr "Segnala"
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
msgid "Click reply to view."
|
||||
msgstr "Premi \"Rispondi\" per visualizzare"
|
||||
msgstr "Premi \"Rispondi\" per visualizzare."
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
#: ../../../../js/live-index.js:72 ../../../../js/live-index.js:83
|
||||
@ -140,11 +141,11 @@ msgstr "Premi per estendere"
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
#: ../../../../js/expand.js:50
|
||||
msgid "Hide expanded replies"
|
||||
msgstr "Nascondi risposte"
|
||||
msgstr "Nascondi le risposte estese"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
msgstr "Dimensioni Pennell"
|
||||
msgstr "Dimensioni Pennelli"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Set text"
|
||||
@ -164,7 +165,7 @@ msgstr "Carica"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Toggle eraser"
|
||||
msgstr "Abilita Gomma"
|
||||
msgstr "Abilita gomma"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Get color"
|
||||
@ -251,6 +252,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Archivio"
|
||||
|
||||
@ -319,7 +322,7 @@ msgstr "Nessun thread da mostrare"
|
||||
#: ../../../../templates/themes/ukko/ukko.js:80
|
||||
#: ../../../../templates/themes/ukko/ukko.js:103
|
||||
msgid "Loading..."
|
||||
msgstr "Caricamento"
|
||||
msgstr "Caricamento..."
|
||||
|
||||
#: ../../../../js/download-original.js:32
|
||||
#: ../../../../js/download-original.js:33
|
||||
@ -340,15 +343,15 @@ msgstr "C'è stato un problema... Errore sconosciuto"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:68
|
||||
msgid "Working..."
|
||||
msgstr "Lavorando"
|
||||
msgstr "Lavorando..."
|
||||
|
||||
#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45
|
||||
msgid "Posting... (#%)"
|
||||
msgstr "Postando... (#%)"
|
||||
msgstr "Pubblicando... (#%)"
|
||||
|
||||
#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109
|
||||
msgid "Posted..."
|
||||
msgstr "Postato..."
|
||||
msgstr "Pubblicato..."
|
||||
|
||||
#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111
|
||||
msgid "An unknown error occured when posting!"
|
||||
@ -356,7 +359,7 @@ msgstr "Errore sconosciuto nel post"
|
||||
|
||||
#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135
|
||||
msgid "Posting..."
|
||||
msgstr "Postando..."
|
||||
msgstr "Pubblicando..."
|
||||
|
||||
#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224
|
||||
#: ../../../../js/quick-reply.js:225
|
||||
@ -444,7 +447,7 @@ msgstr "Lunedì"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Tuesday"
|
||||
msgstr "Marted"
|
||||
msgstr "Martedì"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Wednesday"
|
||||
@ -605,16 +608,19 @@ msgid "Tree view"
|
||||
msgstr "Vista ad albero"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Restringi tutte le immagini"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Anima GIF"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Disattiva Animazioni GIF"
|
||||
|
||||
@ -646,7 +652,7 @@ msgstr "Opzioni"
|
||||
|
||||
#: ../../../../js/options/general.js:15
|
||||
msgid "General"
|
||||
msgstr "Generali"
|
||||
msgstr "Generale"
|
||||
|
||||
#: ../../../../js/options/general.js:18
|
||||
msgid "Storage: "
|
||||
@ -672,7 +678,7 @@ msgstr "Cancella"
|
||||
msgid ""
|
||||
"Are you sure you want to erase your storage? This involves your hidden "
|
||||
"threads, watched threads, post password and many more."
|
||||
msgstr "Sicuro di voler eliminare il tuo archivio? Questo include i Thread nascosti, i Thread seguiti, le password dei post e molto altro"
|
||||
msgstr "Sicuro di voler eliminare il tuo archivio? Questo include i Thread nascosti, i Thread seguiti, le password dei post e molto altro."
|
||||
|
||||
#: ../../../../js/options/user-css.js:14
|
||||
msgid "User CSS"
|
||||
@ -717,3 +723,11 @@ msgstr "Fai un backup del tuo archivio, perchè smanettare\nqui potrebbe rendert
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr "Puoi includere file Javascript da server remoto, per esempio:"
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
l10n = {"File":"\u30d5\u30a1\u30a4\u30eb","Oekaki":"\u304a\u7d75\u63cf\u304d","Password":"\u30d1\u30b9\u30ef\u30fc\u30c9","Sun":"\u65e5\u66dc\u65e5","Mon":"\u6708\u66dc\u65e5","Tue":"\u706b\u66dc\u65e5","Wed":"\u6c34\u66dc\u65e5","Thu":"\u6728\u66dc\u65e5","Fri":"\u91d1\u66dc\u65e5","Sat":"\u571f\u66dc\u65e5","Catalog":"\u30ab\u30bf\u30ed\u30b0","Comment":"\u30b3\u30e1\u30f3\u30c8"};
|
||||
l10n = {"Style: ":"\u30b9\u30bf\u30a4\u30eb","File":"\u30d5\u30a1\u30a4\u30eb","hide":"\u96a0\u3059","show":"\u8868\u73fe\u3059\u308b","URL":"URL","Select":"\u9078\u629e","Oekaki":"\u304a\u7d75\u63cf\u304d","Show images":"\u753b\u50cf\u3092\u8868\u73fe\u3059\u308b","Hide images":"\u753b\u50cf\u3092\u96a0\u3059","Password":"\u30d1\u30b9\u30ef\u30fc\u30c9","Delete file only":"\u30d5\u30a1\u30a4\u30eb\u3060\u3051\u6d88\u3059","Delete":"\u524a\u9664","Reason":"\u7406\u7531","Click reply to view.":"\u5168\u3066\u8aad\u3080\u306b\u306f\u8fd4\u4fe1\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Brush size":"\u30d6\u30e9\u30b7\u5e45","Save":"\u30bb\u30fc\u30d6 ","Load":"\u30ed\u30fc\u30c9","Sun":"\u65e5","Mon":"\u6708","Tue":"\u706b","Wed":"\u6c34","Thu":"\u6728","Fri":"\u91d1","Sat":"\u571f","Catalog":"\u63b2\u793a\u677f\u4e00\u89a7","Submit":"\u66f8\u304d\u8fbc\u3080","Return":" \u63b2\u793a\u677f\u306b\u623b\u308b","Hello!":"\u3053\u3093\u306b\u3061\u306f\uff01","{0} users":"{0} \u30e6\u30fc\u30b6\u30fc","(hide threads from this board)":"(\u3053\u306e\u677f\u304b\u3089\u30b9\u30ec\u3092\u96a0\u3059)","(show threads from this board)":"(\u3053\u306e\u677f\u304b\u3089\u30b9\u30ec\u3092\u8868\u73fe\u3059\u308b)","Loading...":"\u8aad\u307f\u8fbc\u307f\u4e2d \u2026","Comment":"\u30b3\u30e1\u30f3\u30c8","Watch this thread":"\u3053\u306e\u30b9\u30ec\u30c3\u30c9\u3092\u898b\u5b88\u308b","Watch this board":"\u3053\u306e\u677f\u3092\u898b\u5b88\u308b","Sunday":"\u65e5\u66dc\u65e5","Monday":"\u6708\u66dc\u65e5","Tuesday":"\u706b\u66dc\u65e5","Wednesday":"\u6c34\u66dc\u65e5","Thursday":"\u6728\u66dc\u65e5","Friday":"\u91d1\u66dc\u65e5","Saturday":"\u571f\u66dc\u65e5","January":"\u4e00\u6708","February":"\u4e8c\u6708","March":"\u4e09\u6708","April":"\u56db\u6708","May":"\u4e94\u6708","June":"\u516d\u6708","July":"\u4e03\u6708","August":"\u516b\u6708","September":"\u4e5d\u6708","October":"\u5341\u6708","November":"\u5341\u4e00\u6708","December":"\u5341\u4e8c\u6708","Jan":"\u4e00\u6708","Feb":"\u4e8c\u6708","Mar":"\u4e09\u6708","Apr":"\u56db\u6708","Jun":"\u516d\u6708","Jul":"\u4e03\u6708","Aug":"\u516b\u6708","Sep":"\u4e5d\u6708","Oct":"\u5341\u6708","Nov":"\u5341\u4e00\u6708","Dec":"\u5341\u4e8c\u6708","AM":"\u5348\u524d","PM":"\u5348\u5f8c","am":"\u5348\u524d","pm":"\u5348\u5f8c","[play once]":"[\u4e00\u5ea6\u518d\u751f\u3059\u308b]","[loop]":"[\u30eb\u30fc\u30d7\u3059\u308b]","WebM Settings":"WebM \u8a2d\u5b9a","Animate GIFs":"GIFs\u3092\u52d5\u304f","Unanimate GIFs":"GIFs\u3092\u52d5\u304f\u306a\u3044","WebM":"WebM","No new posts.":"\u65b0\u30ec\u30b9\u304c\u3042\u308a\u307e\u305b\u3093\u3002","No new threads.":"\u65b0\u30b9\u30ec\u30c3\u30c9\u304c\u3042\u308a\u307e\u305b\u3093\u3002","There are {0} new threads.":"{0}\u65b0\u30b9\u30ec\u30c3\u30c9\u304c\u3042\u308a\u307e\u3059\u3002","There are {0} new posts in this thread.":"\u3053\u306e\u30b9\u30ec\u30c3\u30c9\u306b{0} \u65b0\u30ec\u30b9\u304c\u3042\u308a\u307e\u3059\u3002"};
|
@ -3,14 +3,15 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# anon, 2014
|
||||
# よるさん <l0laph3x@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-23 23:44+0000\n"
|
||||
"Last-Translator: よるさん <l0laph3x@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ja_JP/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -20,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41
|
||||
msgid "Style: "
|
||||
msgstr ""
|
||||
msgstr "スタイル"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
@ -31,12 +32,12 @@ msgstr "ファイル"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51
|
||||
msgid "hide"
|
||||
msgstr ""
|
||||
msgstr "隠す"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr ""
|
||||
msgstr "表現する"
|
||||
|
||||
#: ../../../../js/toggle-locked-threads.js:39
|
||||
#: ../../../../js/toggle-locked-threads.js:54
|
||||
@ -64,12 +65,12 @@ msgstr ""
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
msgstr "選択"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
@ -95,13 +96,13 @@ msgstr ""
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:86
|
||||
msgid "Show images"
|
||||
msgstr ""
|
||||
msgstr "画像を表現する"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:63 ../../../../js/toggle-images.js:86
|
||||
msgid "Hide images"
|
||||
msgstr ""
|
||||
msgstr "画像を隠す"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:27
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
@ -111,17 +112,17 @@ msgstr "パスワード"
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
msgid "Delete file only"
|
||||
msgstr ""
|
||||
msgstr "ファイルだけ消す"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
#: ../../../../js/quick-post-controls.js:33
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "削除"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:35
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
msgid "Reason"
|
||||
msgstr ""
|
||||
msgstr "理由"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
#: ../../../../js/quick-post-controls.js:39
|
||||
@ -130,7 +131,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
msgid "Click reply to view."
|
||||
msgstr ""
|
||||
msgstr "全て読むには返信ボタンを押してください。"
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
#: ../../../../js/live-index.js:72 ../../../../js/live-index.js:83
|
||||
@ -144,7 +145,7 @@ msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
msgstr ""
|
||||
msgstr "ブラシ幅"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Set text"
|
||||
@ -156,11 +157,11 @@ msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
msgstr "セーブ "
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Load"
|
||||
msgstr ""
|
||||
msgstr "ロード"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Toggle eraser"
|
||||
@ -216,48 +217,50 @@ msgstr ""
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sun"
|
||||
msgstr "日曜日"
|
||||
msgstr "日"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Mon"
|
||||
msgstr "月曜日"
|
||||
msgstr "月"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Tue"
|
||||
msgstr "火曜日"
|
||||
msgstr "火"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Wed"
|
||||
msgstr "水曜日"
|
||||
msgstr "水"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Thu"
|
||||
msgstr "木曜日"
|
||||
msgstr "木"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Fri"
|
||||
msgstr "金曜日"
|
||||
msgstr "金"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sat"
|
||||
msgstr "土曜日"
|
||||
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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "カタログ"
|
||||
msgstr "掲示板一覧"
|
||||
|
||||
#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21
|
||||
#: ../../../../js/quick-reply-old.js:23
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
msgstr "書き込む"
|
||||
|
||||
#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31
|
||||
#: ../../../../js/quick-reply-old.js:33
|
||||
@ -273,7 +276,7 @@ msgstr ""
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
msgid "Return"
|
||||
msgstr ""
|
||||
msgstr " 掲示板に戻る"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
@ -284,12 +287,12 @@ msgstr ""
|
||||
|
||||
#: ../../../../templates/main.js:6
|
||||
msgid "Hello!"
|
||||
msgstr ""
|
||||
msgstr "こんにちは!"
|
||||
|
||||
#: ../../../../templates/main.js:18
|
||||
#, python-brace-format
|
||||
msgid "{0} users"
|
||||
msgstr ""
|
||||
msgstr "{0} ユーザー"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:28
|
||||
#: ../../../../templates/themes/ukko/ukko.js:39
|
||||
@ -298,7 +301,7 @@ msgstr ""
|
||||
#: ../../../../templates/themes/ukko/ukko.js:52
|
||||
#: ../../../../templates/themes/ukko/ukko.js:63
|
||||
msgid "(hide threads from this board)"
|
||||
msgstr ""
|
||||
msgstr "(この板からスレを隠す)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:32
|
||||
#: ../../../../templates/themes/ukko/ukko.js:44
|
||||
@ -307,7 +310,7 @@ msgstr ""
|
||||
#: ../../../../templates/themes/ukko/ukko.js:56
|
||||
#: ../../../../templates/themes/ukko/ukko.js:68
|
||||
msgid "(show threads from this board)"
|
||||
msgstr ""
|
||||
msgstr "(この板からスレを表現する)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:57
|
||||
#: ../../../../templates/themes/ukko/ukko.js:58
|
||||
@ -319,7 +322,7 @@ msgstr ""
|
||||
#: ../../../../templates/themes/ukko/ukko.js:80
|
||||
#: ../../../../templates/themes/ukko/ukko.js:103
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
msgstr "読み込み中 …"
|
||||
|
||||
#: ../../../../js/download-original.js:32
|
||||
#: ../../../../js/download-original.js:33
|
||||
@ -392,7 +395,7 @@ msgstr ""
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
msgid "Watch this thread"
|
||||
msgstr ""
|
||||
msgstr "このスレッドを見守る"
|
||||
|
||||
#: ../../../../js/watch.js:260 ../../../../js/watch.js:261
|
||||
#: ../../../../js/watch.js:269 ../../../../js/watch.js:299
|
||||
@ -428,7 +431,7 @@ msgstr ""
|
||||
#: ../../../../js/watch.js:349 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
msgid "Watch this board"
|
||||
msgstr ""
|
||||
msgstr "この板を見守る"
|
||||
|
||||
#: ../../../../js/wpaint.js:113
|
||||
msgid "Click on any image on this site to load it into oekaki applet"
|
||||
@ -436,139 +439,139 @@ msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Sunday"
|
||||
msgstr ""
|
||||
msgstr "日曜日"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Monday"
|
||||
msgstr ""
|
||||
msgstr "月曜日"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Tuesday"
|
||||
msgstr ""
|
||||
msgstr "火曜日"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Wednesday"
|
||||
msgstr ""
|
||||
msgstr "水曜日"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Thursday"
|
||||
msgstr ""
|
||||
msgstr "木曜日"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Friday"
|
||||
msgstr ""
|
||||
msgstr "金曜日"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Saturday"
|
||||
msgstr ""
|
||||
msgstr "土曜日"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "January"
|
||||
msgstr ""
|
||||
msgstr "一月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "February"
|
||||
msgstr ""
|
||||
msgstr "二月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "March"
|
||||
msgstr ""
|
||||
msgstr "三月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "April"
|
||||
msgstr ""
|
||||
msgstr "四月"
|
||||
|
||||
#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32
|
||||
msgid "May"
|
||||
msgstr ""
|
||||
msgstr "五月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "June"
|
||||
msgstr ""
|
||||
msgstr "六月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "July"
|
||||
msgstr ""
|
||||
msgstr "七月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "August"
|
||||
msgstr ""
|
||||
msgstr "八月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "September"
|
||||
msgstr ""
|
||||
msgstr "九月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "October"
|
||||
msgstr ""
|
||||
msgstr "十月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "November"
|
||||
msgstr ""
|
||||
msgstr "十一月"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "December"
|
||||
msgstr ""
|
||||
msgstr "十二月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jan"
|
||||
msgstr ""
|
||||
msgstr "一月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Feb"
|
||||
msgstr ""
|
||||
msgstr "二月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Mar"
|
||||
msgstr ""
|
||||
msgstr "三月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Apr"
|
||||
msgstr ""
|
||||
msgstr "四月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jun"
|
||||
msgstr ""
|
||||
msgstr "六月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jul"
|
||||
msgstr ""
|
||||
msgstr "七月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Aug"
|
||||
msgstr ""
|
||||
msgstr "八月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Sep"
|
||||
msgstr ""
|
||||
msgstr "九月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Oct"
|
||||
msgstr ""
|
||||
msgstr "十月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Nov"
|
||||
msgstr ""
|
||||
msgstr "十一月"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Dec"
|
||||
msgstr ""
|
||||
msgstr "十二月"
|
||||
|
||||
#: ../../../../js/local-time.js:33
|
||||
msgid "AM"
|
||||
msgstr ""
|
||||
msgstr "午前"
|
||||
|
||||
#: ../../../../js/local-time.js:34
|
||||
msgid "PM"
|
||||
msgstr ""
|
||||
msgstr "午後"
|
||||
|
||||
#: ../../../../js/local-time.js:35
|
||||
msgid "am"
|
||||
msgstr ""
|
||||
msgstr "午前"
|
||||
|
||||
#: ../../../../js/local-time.js:36
|
||||
msgid "pm"
|
||||
msgstr ""
|
||||
msgstr "午後"
|
||||
|
||||
#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48
|
||||
msgid "Your browser does not support HTML5 video."
|
||||
@ -577,16 +580,16 @@ msgstr ""
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr ""
|
||||
msgstr "[一度再生する]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr ""
|
||||
msgstr "[ループする]"
|
||||
|
||||
#: ../../../../js/webm-settings.js:42 ../../../../js/webm-settings.js:45
|
||||
msgid "WebM Settings"
|
||||
msgstr ""
|
||||
msgstr "WebM 設定"
|
||||
|
||||
#: ../../../../js/webm-settings.js:44 ../../../../js/webm-settings.js:54
|
||||
msgid "Expand videos inline"
|
||||
@ -605,40 +608,43 @@ msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
msgstr "GIFsを動く"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
msgstr "GIFsを動くない"
|
||||
|
||||
#: ../../../../js/webm-settings.js:41
|
||||
msgid "WebM"
|
||||
msgstr ""
|
||||
msgstr "WebM"
|
||||
|
||||
#: ../../../../js/live-index.js:25 ../../../../js/live-index.js:84
|
||||
msgid "No new posts."
|
||||
msgstr ""
|
||||
msgstr "新レスがありません。"
|
||||
|
||||
#: ../../../../js/live-index.js:30 ../../../../js/live-index.js:73
|
||||
msgid "No new threads."
|
||||
msgstr ""
|
||||
msgstr "新スレッドがありません。"
|
||||
|
||||
#: ../../../../js/live-index.js:72
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new threads."
|
||||
msgstr ""
|
||||
msgstr "{0}新スレッドがあります。"
|
||||
|
||||
#: ../../../../js/live-index.js:83
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new posts in this thread."
|
||||
msgstr ""
|
||||
msgstr "このスレッドに{0} 新レスがあります。"
|
||||
|
||||
#: ../../../../js/options.js:106
|
||||
msgid "Options"
|
||||
@ -717,3 +723,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-22 09:00+0000\n"
|
||||
"Last-Translator: Vladislav Višnevskij Petersen <vladikpetersen@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Lojban (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/jbo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -251,6 +251,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
@ -7,9 +7,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-04-15 12:02+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Lojban (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/jbo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -223,7 +223,7 @@ msgstr ""
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr ""
|
||||
|
||||
@ -331,6 +331,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr ""
|
||||
|
||||
@ -338,6 +339,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -346,6 +348,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -371,6 +374,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr ""
|
||||
|
||||
@ -378,6 +382,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr ""
|
||||
|
||||
@ -385,6 +390,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr ""
|
||||
@ -393,6 +399,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr ""
|
||||
|
||||
@ -400,6 +407,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr ""
|
||||
|
||||
@ -407,6 +415,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr ""
|
||||
|
||||
@ -414,6 +423,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr ""
|
||||
|
||||
@ -421,6 +431,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr ""
|
||||
|
||||
@ -428,6 +439,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr ""
|
||||
|
||||
@ -435,6 +447,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr ""
|
||||
|
||||
@ -442,6 +455,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr ""
|
||||
|
||||
@ -449,6 +463,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr ""
|
||||
|
||||
@ -456,6 +471,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr ""
|
||||
|
||||
@ -463,6 +479,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr ""
|
||||
|
||||
@ -470,6 +487,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -477,6 +495,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -484,6 +503,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr ""
|
||||
|
||||
@ -491,6 +511,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr ""
|
||||
@ -499,6 +520,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr ""
|
||||
@ -507,6 +529,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr ""
|
||||
@ -515,6 +538,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr ""
|
||||
|
||||
@ -522,6 +546,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -529,6 +554,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -536,6 +562,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr ""
|
||||
|
||||
@ -543,6 +570,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr ""
|
||||
|
||||
@ -550,6 +578,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr ""
|
||||
|
||||
@ -557,6 +586,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr ""
|
||||
|
||||
@ -564,6 +594,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr ""
|
||||
|
||||
@ -571,6 +602,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr ""
|
||||
|
||||
@ -578,6 +610,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr ""
|
||||
|
||||
@ -585,6 +618,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr ""
|
||||
|
||||
@ -592,6 +626,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -600,6 +635,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr ""
|
||||
@ -608,6 +644,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr ""
|
||||
@ -616,6 +653,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -623,6 +661,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr ""
|
||||
|
||||
@ -630,6 +669,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr ""
|
||||
|
||||
@ -638,6 +678,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -648,6 +689,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr ""
|
||||
|
||||
@ -655,6 +697,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr ""
|
||||
|
||||
@ -662,6 +705,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -671,6 +715,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr ""
|
||||
|
||||
@ -678,6 +723,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr ""
|
||||
|
||||
@ -685,6 +731,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr ""
|
||||
@ -693,6 +740,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr ""
|
||||
@ -701,6 +749,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr ""
|
||||
@ -709,6 +758,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr ""
|
||||
|
||||
@ -716,6 +766,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr ""
|
||||
|
||||
@ -723,6 +774,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr ""
|
||||
|
||||
@ -730,6 +782,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -738,6 +791,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@ -745,6 +799,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr ""
|
||||
|
||||
@ -758,6 +813,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr ""
|
||||
|
||||
@ -848,6 +904,7 @@ msgstr ""
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -856,11 +913,13 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -868,17 +927,19 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr ""
|
||||
|
||||
@ -886,6 +947,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr ""
|
||||
|
||||
@ -941,55 +1003,65 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr ""
|
||||
|
||||
@ -1057,6 +1129,8 @@ msgstr ""
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1292,6 +1366,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -1303,6 +1378,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
@ -1314,6 +1390,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] ""
|
||||
@ -1327,6 +1404,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] ""
|
||||
@ -1341,6 +1419,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr ""
|
||||
|
||||
@ -1352,6 +1431,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] ""
|
||||
@ -1365,6 +1445,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr ""
|
||||
|
||||
@ -1569,6 +1650,8 @@ msgstr ""
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1613,6 +1696,8 @@ msgstr ""
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1657,6 +1742,8 @@ msgstr ""
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1766,13 +1853,14 @@ msgstr ""
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1787,14 +1875,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1878,7 +1966,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr ""
|
||||
|
||||
@ -3041,7 +3129,7 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3053,6 +3141,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3067,6 +3156,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3089,6 +3180,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3102,6 +3195,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3115,6 +3210,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3184,20 +3281,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3214,3 +3313,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -251,6 +251,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalogas"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr "Medžio peržiūra"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -230,7 +230,7 @@ msgstr "Perkelti atsakymą į kitą lentą"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Modifikuoti komentarą"
|
||||
|
||||
@ -338,6 +338,7 @@ msgstr "Buvai pritildytas, nes skelbi neoriginalų turinį."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Nauja tema"
|
||||
|
||||
@ -345,6 +346,7 @@ msgstr "Nauja tema"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Atsakyti"
|
||||
|
||||
@ -353,6 +355,7 @@ msgstr "Atsakyti"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -378,6 +381,7 @@ msgstr "Panaršyk ilgiau prieš rašydamas."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Tu atrodai kaip botas."
|
||||
|
||||
@ -385,6 +389,7 @@ msgstr "Tu atrodai kaip botas."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Tavo naršyklė nusiuntė netinkama arba nėra HTTP referer."
|
||||
|
||||
@ -392,6 +397,7 @@ msgstr "Tavo naršyklė nusiuntė netinkama arba nėra HTTP referer."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "Laukas %s buvo per ilgas."
|
||||
@ -400,6 +406,7 @@ msgstr "Laukas %s buvo per ilgas."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Kūnas buvo per ilgas."
|
||||
|
||||
@ -407,6 +414,7 @@ msgstr "Kūnas buvo per ilgas."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Kūnas buvo per trumpas arba tuščias."
|
||||
|
||||
@ -414,6 +422,7 @@ msgstr "Kūnas buvo per trumpas arba tuščias."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Tu privalai įkelti paveiksliuką."
|
||||
|
||||
@ -421,6 +430,7 @@ msgstr "Tu privalai įkelti paveiksliuką."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Serveriui nepavyko apdoroti tavo įkėlimo."
|
||||
|
||||
@ -428,6 +438,7 @@ msgstr "Serveriui nepavyko apdoroti tavo įkėlimo."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Nepalaikomas paveiksliuko formatas."
|
||||
|
||||
@ -435,6 +446,7 @@ msgstr "Nepalaikomas paveiksliuko formatas."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Neteisinga lenta!"
|
||||
|
||||
@ -442,6 +454,7 @@ msgstr "Neteisinga lenta!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Nurodyta diskusija neegzistuoja."
|
||||
|
||||
@ -449,6 +462,7 @@ msgstr "Nurodyta diskusija neegzistuoja."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Diskusija užrakinta. Šiuo metu negali parašyti atsiliepimo."
|
||||
|
||||
@ -456,6 +470,7 @@ msgstr "Diskusija užrakinta. Šiuo metu negali parašyti atsiliepimo."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Tema pasiekė atsakymų limitą."
|
||||
|
||||
@ -463,6 +478,7 @@ msgstr "Tema pasiekė atsakymų limitą."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Tema pasiekė paveikslėlių limitą."
|
||||
|
||||
@ -470,6 +486,7 @@ msgstr "Tema pasiekė paveikslėlių limitą."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Tu nesukūrei komentaro."
|
||||
|
||||
@ -477,6 +494,7 @@ msgstr "Tu nesukūrei komentaro."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Perpildymas aptiktas; komentaras išmestas."
|
||||
|
||||
@ -484,6 +502,7 @@ msgstr "Perpildymas aptiktas; komentaras išmestas."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Tavo užklausa atrodo automatizuota; komentaras išmestas."
|
||||
|
||||
@ -491,6 +510,7 @@ msgstr "Tavo užklausa atrodo automatizuota; komentaras išmestas."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Neoriginalus turinys!"
|
||||
|
||||
@ -498,6 +518,7 @@ msgstr "Neoriginalus turinys!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Neoriginalus turinys! Tu buvai užtildytas %d sekundėms."
|
||||
@ -506,6 +527,7 @@ msgstr "Neoriginalus turinys! Tu buvai užtildytas %d sekundėms."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Tu esi užtildytas! Užtildymas pasibaigs po %d sekundžių."
|
||||
@ -514,6 +536,7 @@ msgstr "Tu esi užtildytas! Užtildymas pasibaigs po %d sekundžių."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Tavo IP adresas yra įtrauktas į %s."
|
||||
@ -522,6 +545,7 @@ msgstr "Tavo IP adresas yra įtrauktas į %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Per daug nuorodų; aptiktas perpildimas."
|
||||
|
||||
@ -529,6 +553,7 @@ msgstr "Per daug nuorodų; aptiktas perpildimas."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Per daug citatų; komentaras išmestas."
|
||||
|
||||
@ -536,6 +561,7 @@ msgstr "Per daug citatų; komentaras išmestas."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Per daug tarplentinių nuorodų; komentaras išmestas."
|
||||
|
||||
@ -543,6 +569,7 @@ msgstr "Per daug tarplentinių nuorodų; komentaras išmestas."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Tu nepasirinkai nieko, ką ištrinti."
|
||||
|
||||
@ -550,6 +577,7 @@ msgstr "Tu nepasirinkai nieko, ką ištrinti."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Tu nepasirinkai nieko, ką pranešti."
|
||||
|
||||
@ -557,6 +585,7 @@ msgstr "Tu nepasirinkai nieko, ką pranešti."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Tu negali pranešti tiek komentarų iškart."
|
||||
|
||||
@ -564,6 +593,7 @@ msgstr "Tu negali pranešti tiek komentarų iškart."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Neteisingas slaptažodis..."
|
||||
|
||||
@ -571,6 +601,7 @@ msgstr "Neteisingas slaptažodis..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Neteisingas paveiksliukas."
|
||||
|
||||
@ -578,6 +609,7 @@ msgstr "Neteisingas paveiksliukas."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Nežinoma failo plėtinys."
|
||||
|
||||
@ -585,6 +617,7 @@ msgstr "Nežinoma failo plėtinys."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maksimalus failo didys: %maxsz% baitai<br>Tavo failo didys: %filesz% baitai"
|
||||
|
||||
@ -592,6 +625,7 @@ msgstr "Maksimalus failo didys: %maxsz% baitai<br>Tavo failo didys: %filesz% bai
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Failas buvo per didelis."
|
||||
|
||||
@ -599,6 +633,7 @@ msgstr "Failas buvo per didelis."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Tas failas <a href=\"%s\">jau egzistuoja</a>!"
|
||||
@ -607,6 +642,7 @@ msgstr "Tas failas <a href=\"%s\">jau egzistuoja</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Tas failas <a href=\"%s\">jau egzistuoja</a> šioje diskusijoje!"
|
||||
@ -615,6 +651,7 @@ msgstr "Tas failas <a href=\"%s\">jau egzistuoja</a> šioje diskusijoje!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Tu turėsi palaukti dar %s prieš ištrindamas šitai."
|
||||
@ -623,6 +660,7 @@ msgstr "Tu turėsi palaukti dar %s prieš ištrindamas šitai."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "MIME tipo detekcija XSS eksploitas (IE) aptiktas; komentaras išmestas."
|
||||
|
||||
@ -630,6 +668,7 @@ msgstr "MIME tipo detekcija XSS eksploitas (IE) aptiktas; komentaras išmestas."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "Tavo video URL, kurį bandei patalpinti, buvo nesuprastas."
|
||||
|
||||
@ -637,6 +676,7 @@ msgstr "Tavo video URL, kurį bandei patalpinti, buvo nesuprastas."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Atrodo tu įvedei neteisingą patvirtinimą."
|
||||
|
||||
@ -645,6 +685,7 @@ msgstr "Atrodo tu įvedei neteisingą patvirtinimą."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -655,6 +696,7 @@ msgstr "Vienu metu galima atblokuoti iki %s vartotojų. Tu bandei atblokuoti %u
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Neteisingas slapyvardis ir/ar slaptažodis."
|
||||
|
||||
@ -662,6 +704,7 @@ msgstr "Neteisingas slapyvardis ir/ar slaptažodis."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Tu nesi moderatorius..."
|
||||
|
||||
@ -669,6 +712,7 @@ msgstr "Tu nesi moderatorius..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -678,6 +722,7 @@ msgstr "Neteisingas slapyvardis ir/ar slaptažodis. Tavo vartotojas buvo ištrin
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Neteisingi/netaip suformuoti slapukai."
|
||||
|
||||
@ -685,6 +730,7 @@ msgstr "Neteisingi/netaip suformuoti slapukai."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Tavo naršyklė nepateikė įvesties, kai turėjo."
|
||||
|
||||
@ -692,6 +738,7 @@ msgstr "Tavo naršyklė nepateikė įvesties, kai turėjo."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "Laukas %s reikalingas."
|
||||
@ -700,6 +747,7 @@ msgstr "Laukas %s reikalingas."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "Laukas %s buvo neteisingas."
|
||||
@ -708,6 +756,7 @@ msgstr "Laukas %s buvo neteisingas."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Jau egzistuoja %s lenta."
|
||||
@ -716,6 +765,7 @@ msgstr "Jau egzistuoja %s lenta."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Tu neturi teisių tai padaryti."
|
||||
|
||||
@ -723,6 +773,7 @@ msgstr "Tu neturi teisių tai padaryti."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Tas komentaras neegzistuoja..."
|
||||
|
||||
@ -730,6 +781,7 @@ msgstr "Tas komentaras neegzistuoja..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Nerastas puslapis."
|
||||
|
||||
@ -737,6 +789,7 @@ msgstr "Nerastas puslapis."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Tas moderatorius <a href=\"?/users/%d\">jau egzistuoja</a>!"
|
||||
@ -745,6 +798,7 @@ msgstr "Tas moderatorius <a href=\"?/users/%d\">jau egzistuoja</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Ta tema neegzistuoja!"
|
||||
|
||||
@ -752,6 +806,7 @@ msgstr "Ta tema neegzistuoja!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Neteisinga apsaugos žymė! Prašome sugrįžti ir bandyti vėl."
|
||||
|
||||
@ -765,6 +820,7 @@ msgstr "Neteisinga apsaugos žymė! Prašome sugrįžti ir bandyti vėl."
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "ŠIOS ŽINUTĖS AUTORIUS BUVO UŽBLOKUOTAS"
|
||||
|
||||
@ -855,6 +911,7 @@ msgstr "Moderacijos žurnalas"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -863,11 +920,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Blokuoti naują IP"
|
||||
|
||||
#: ../../../../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 "Užblokuotųjų sąrašas"
|
||||
|
||||
@ -875,17 +934,19 @@ msgstr "Užblokuotųjų sąrašas"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Perkelti atsakymą"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Nurodyta ir šaltinio lenta yra ta pati."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Neįmanoma perkelti diskusijos; yra tik vieną lenta."
|
||||
|
||||
@ -893,6 +954,7 @@ msgstr "Neįmanoma perkelti diskusijos; yra tik vieną lenta."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Perkelti diskusiją"
|
||||
|
||||
@ -948,55 +1010,65 @@ msgstr "Pranešimų eilė"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Konfiguracijos redagavimas"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Temų katalogas neegzistuoja!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Neįmanoma atidaryti temų katalogo; peržvelkite leidimus."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Administruoti temas"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Įrašyta tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Konfiguruojama tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Perkompiliuota tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Derinimas: Prieš-spam'ą"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Derinimas: Neseni komentarai"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Derinimas: SQL"
|
||||
|
||||
@ -1064,6 +1136,8 @@ msgstr "Ištrinti įrašą"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1300,6 +1374,7 @@ msgstr "Paveiksliukas, galintis atskleisti svarbias detales"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Atsiliepimas"
|
||||
|
||||
@ -1311,6 +1386,7 @@ msgstr "Atsiliepimas"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Rodyti viską"
|
||||
|
||||
@ -1322,6 +1398,7 @@ msgstr "Rodyti viską"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Paskutinis įrašas"
|
||||
@ -1336,6 +1413,7 @@ msgstr[2] "%count% paskutinių įrašų"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "1 žinutė"
|
||||
@ -1351,6 +1429,7 @@ msgstr[2] "%count% žinučių"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "ir"
|
||||
|
||||
@ -1362,6 +1441,7 @@ msgstr "ir"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 žinutė su paveikslėliu"
|
||||
@ -1376,6 +1456,7 @@ msgstr[2] "%count% žinučių su paveikslėliais"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "nerodoma. Norėdamas peržiūrėti spausk „Atsakyti“."
|
||||
|
||||
@ -1580,6 +1661,8 @@ msgstr "Vėliavos"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1624,6 +1707,8 @@ msgstr "Lipnu"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1668,6 +1753,8 @@ msgstr "Užrakinta"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1778,13 +1865,14 @@ msgstr "Rezultatų nerasta."
|
||||
msgid "Search"
|
||||
msgstr "Ieškoti"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Apeliacija nerasta!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Užblokuotųjų apeliacijos"
|
||||
|
||||
@ -1799,14 +1887,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Neįmanoma paaukštinti ar pažeminti vartotojo."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Derinimas: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1890,7 +1978,7 @@ msgstr "Anti-spamas"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Neseni pranešimai"
|
||||
|
||||
@ -3053,7 +3141,7 @@ msgstr "Nieko"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Perkelta į %s."
|
||||
@ -3065,6 +3153,7 @@ msgid ""
|
||||
msgstr "Negalima sukurti RecentPosts išvaizdos temos, nes nėra lentų."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3079,6 +3168,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3101,6 +3192,8 @@ msgstr "Paskutinis atsakymas"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3114,6 +3207,8 @@ msgstr "Sukūrimo data"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3127,6 +3222,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3196,20 +3293,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3226,3 +3325,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lv_LV/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -251,6 +251,8 @@ msgstr "SE"
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalogs"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr "Koka skatījums"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lv_LV/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -231,7 +231,7 @@ msgstr "Pārvietot atbildi uz citu dēli"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Rediģēt ierakstu"
|
||||
|
||||
@ -339,6 +339,7 @@ msgstr "Jūs tiekat apklusināts dēļ neorģināla satura."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Jauna tēma"
|
||||
|
||||
@ -346,6 +347,7 @@ msgstr "Jauna tēma"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Jauna atbilde"
|
||||
|
||||
@ -354,6 +356,7 @@ msgstr "Jauna atbilde"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -379,6 +382,7 @@ msgstr "Glūni vairāk pirms raksti."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Izskatās, ka esi bots."
|
||||
|
||||
@ -386,6 +390,7 @@ msgstr "Izskatās, ka esi bots."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Nekorekts vai trūkstošs HTTP referer."
|
||||
|
||||
@ -393,6 +398,7 @@ msgstr "Nekorekts vai trūkstošs HTTP referer."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "%s lauks ir par lielu."
|
||||
@ -401,6 +407,7 @@ msgstr "%s lauks ir par lielu."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Saturs ir par lielu."
|
||||
|
||||
@ -408,6 +415,7 @@ msgstr "Saturs ir par lielu."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Saturs pārāk īss vai tukšs."
|
||||
|
||||
@ -415,6 +423,7 @@ msgstr "Saturs pārāk īss vai tukšs."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Jums jāaugšupielādē bilde."
|
||||
|
||||
@ -422,6 +431,7 @@ msgstr "Jums jāaugšupielādē bilde."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Serveris nespēja saņemt bildi."
|
||||
|
||||
@ -429,6 +439,7 @@ msgstr "Serveris nespēja saņemt bildi."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Neatbalstīts bilžu formāts."
|
||||
|
||||
@ -436,6 +447,7 @@ msgstr "Neatbalstīts bilžu formāts."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Nekorekts dēlis!"
|
||||
|
||||
@ -443,6 +455,7 @@ msgstr "Nekorekts dēlis!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Norādītais pavediens neeksistē."
|
||||
|
||||
@ -450,6 +463,7 @@ msgstr "Norādītais pavediens neeksistē."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Pavediens slēgts, nevar pievienot atbildes."
|
||||
|
||||
@ -457,6 +471,7 @@ msgstr "Pavediens slēgts, nevar pievienot atbildes."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Pavediens sasniedzis maksimālo atbilžu skaitu."
|
||||
|
||||
@ -464,6 +479,7 @@ msgstr "Pavediens sasniedzis maksimālo atbilžu skaitu."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Pavadiens sasniedzis maksimālo attēlu skaitu."
|
||||
|
||||
@ -471,6 +487,7 @@ msgstr "Pavadiens sasniedzis maksimālo attēlu skaitu."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Jūs neizveidojāt ierakstu."
|
||||
|
||||
@ -478,6 +495,7 @@ msgstr "Jūs neizveidojāt ierakstu."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Plūdi. Ieraksts ignorēts."
|
||||
|
||||
@ -485,6 +503,7 @@ msgstr "Plūdi. Ieraksts ignorēts."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Automatizēts pieprasījums. Ieraksts ignorēts."
|
||||
|
||||
@ -492,6 +511,7 @@ msgstr "Automatizēts pieprasījums. Ieraksts ignorēts."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Neorģināls saturs!"
|
||||
|
||||
@ -499,6 +519,7 @@ msgstr "Neorģināls saturs!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Neoriģināls saturs! Jūs tiekat noklusināts uz %d sekundēm."
|
||||
@ -507,6 +528,7 @@ msgstr "Neoriģināls saturs! Jūs tiekat noklusināts uz %d sekundēm."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Jūs esat noklusināts uz vēl %d sekundēm."
|
||||
@ -515,6 +537,7 @@ msgstr "Jūs esat noklusināts uz vēl %d sekundēm."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Jūsu IP adrese tiek ierindota %s."
|
||||
@ -523,6 +546,7 @@ msgstr "Jūsu IP adrese tiek ierindota %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Pārāk daudz saišu; Konstatēti plūdi."
|
||||
|
||||
@ -530,6 +554,7 @@ msgstr "Pārāk daudz saišu; Konstatēti plūdi."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Pārāk daudz citējumu; Ieraksts ignorēts."
|
||||
|
||||
@ -537,6 +562,7 @@ msgstr "Pārāk daudz citējumu; Ieraksts ignorēts."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Pārāk daudz šķērs-dēļu saišu. Ieraksts ignorēts."
|
||||
|
||||
@ -544,6 +570,7 @@ msgstr "Pārāk daudz šķērs-dēļu saišu. Ieraksts ignorēts."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Jūs neivēlējāties neko, ko dzēst."
|
||||
|
||||
@ -551,6 +578,7 @@ msgstr "Jūs neivēlējāties neko, ko dzēst."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Jūs neizvēlējāties neko, ko ziņot."
|
||||
|
||||
@ -558,6 +586,7 @@ msgstr "Jūs neizvēlējāties neko, ko ziņot."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Jūs nevarat ziņot par tik daudz ierakstiem uzreiz."
|
||||
|
||||
@ -565,6 +594,7 @@ msgstr "Jūs nevarat ziņot par tik daudz ierakstiem uzreiz."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Nekorekta parole..."
|
||||
|
||||
@ -572,6 +602,7 @@ msgstr "Nekorekta parole..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Nekorektas bilde."
|
||||
|
||||
@ -579,6 +610,7 @@ msgstr "Nekorektas bilde."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Neatpazīts faila paplašinājums."
|
||||
|
||||
@ -586,6 +618,7 @@ msgstr "Neatpazīts faila paplašinājums."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maksimālais faila izmērs: %maxsz% baitu<br>Jūsu faila izmērs: %filesz% baitu"
|
||||
|
||||
@ -593,6 +626,7 @@ msgstr "Maksimālais faila izmērs: %maxsz% baitu<br>Jūsu faila izmērs: %files
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Fails ir pārāk liels."
|
||||
|
||||
@ -600,6 +634,7 @@ msgstr "Fails ir pārāk liels."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Fails <a href=\"%s\">jau eksistē</a>!"
|
||||
@ -608,6 +643,7 @@ msgstr "Fails <a href=\"%s\">jau eksistē</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Fails <a href=\"%s\">jau eksistē </a> šajā pavedienā!"
|
||||
@ -616,6 +652,7 @@ msgstr "Fails <a href=\"%s\">jau eksistē </a> šajā pavedienā!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Jums jāuzgaida vēl %s pirms dzēšanas."
|
||||
@ -624,6 +661,7 @@ msgstr "Jums jāuzgaida vēl %s pirms dzēšanas."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -631,6 +669,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr ""
|
||||
|
||||
@ -638,6 +677,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Izskatās ka jūs esat nepareizi ierakstijuši pārbaudi,"
|
||||
|
||||
@ -646,6 +686,7 @@ msgstr "Izskatās ka jūs esat nepareizi ierakstijuši pārbaudi,"
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -656,6 +697,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Nepareizs lietotājvārds un/vai parole."
|
||||
|
||||
@ -663,6 +705,7 @@ msgstr "Nepareizs lietotājvārds un/vai parole."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Jūs nēsat moderātors....."
|
||||
|
||||
@ -670,6 +713,7 @@ msgstr "Jūs nēsat moderātors....."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -679,6 +723,7 @@ msgstr "Nepareizs lietotājvārds un/vai parole. Jūsu lietotājs varētu būt i
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Nepareizi/izkropļoti cepumi."
|
||||
|
||||
@ -686,6 +731,7 @@ msgstr "Nepareizi/izkropļoti cepumi."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr ""
|
||||
|
||||
@ -693,6 +739,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr ""
|
||||
@ -701,6 +748,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr ""
|
||||
@ -709,6 +757,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr ""
|
||||
@ -717,6 +766,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Jums nav atļaujas izpildīt to darbību."
|
||||
|
||||
@ -724,6 +774,7 @@ msgstr "Jums nav atļaujas izpildīt to darbību."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Tas ieraksts neeksistē...."
|
||||
|
||||
@ -731,6 +782,7 @@ msgstr "Tas ieraksts neeksistē...."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Lapa nav atrasta."
|
||||
|
||||
@ -738,6 +790,7 @@ msgstr "Lapa nav atrasta."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Tas moderātors <a href=\"?/users/%d\">jau eksistē</a>!"
|
||||
@ -746,6 +799,7 @@ msgstr "Tas moderātors <a href=\"?/users/%d\">jau eksistē</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Tā tēma neeksistē!"
|
||||
|
||||
@ -753,6 +807,7 @@ msgstr "Tā tēma neeksistē!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr ""
|
||||
|
||||
@ -766,6 +821,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "LIETOTĀJS TIKA BANOTS DĒĻ ŠĪ IERAKSTA."
|
||||
|
||||
@ -856,6 +912,7 @@ msgstr ""
|
||||
#: ../../../../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"
|
||||
|
||||
@ -864,11 +921,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Jauns bans"
|
||||
|
||||
#: ../../../../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 "Banu saraksts"
|
||||
|
||||
@ -876,17 +935,19 @@ msgstr "Banu saraksts"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Pārvieto atbildi"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Mērķa un avota dēlis ir viens un tas pats."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Neiespējami pārvietot pavedienu; ir tikai viens dēlis."
|
||||
|
||||
@ -894,6 +955,7 @@ msgstr "Neiespējami pārvietot pavedienu; ir tikai viens dēlis."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Pārvieto pavedienu"
|
||||
|
||||
@ -949,55 +1011,65 @@ msgstr "Sūdzējumu rinda"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Konfigurāciju rediģētājs"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Tēmu katalogs neeksistē!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Nevar atvērt tēmu katalogu; apskataties atļaujas."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Pārvaldi tēmas"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr ""
|
||||
|
||||
@ -1065,6 +1137,8 @@ msgstr ""
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1301,6 +1375,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -1312,6 +1387,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
@ -1323,6 +1399,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] ""
|
||||
@ -1337,6 +1414,7 @@ msgstr[2] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] ""
|
||||
@ -1352,6 +1430,7 @@ msgstr[2] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr ""
|
||||
|
||||
@ -1363,6 +1442,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] ""
|
||||
@ -1377,6 +1457,7 @@ msgstr[2] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr ""
|
||||
|
||||
@ -1581,6 +1662,8 @@ msgstr ""
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1625,6 +1708,8 @@ msgstr ""
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1669,6 +1754,8 @@ msgstr ""
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1779,13 +1866,14 @@ msgstr ""
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1800,14 +1888,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1891,7 +1979,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr ""
|
||||
|
||||
@ -3054,7 +3142,7 @@ msgstr "Neviens"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Pārvietots uz %s."
|
||||
@ -3066,6 +3154,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3080,6 +3169,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3102,6 +3193,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3115,6 +3208,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3128,6 +3223,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3197,20 +3294,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3227,3 +3326,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-22 12:59+0000\n"
|
||||
"Last-Translator: Elendic <runar-n@hotmail.com>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/nb_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -251,6 +251,8 @@ msgstr "Lør"
|
||||
#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32
|
||||
#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33
|
||||
#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalog"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-22 13:04+0000\n"
|
||||
"Last-Translator: Elendic <runar-n@hotmail.com>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/nb_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -224,7 +224,7 @@ msgstr ""
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr ""
|
||||
|
||||
@ -332,6 +332,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr ""
|
||||
|
||||
@ -339,6 +340,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -347,6 +349,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -372,6 +375,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr ""
|
||||
|
||||
@ -379,6 +383,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr ""
|
||||
|
||||
@ -386,6 +391,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr ""
|
||||
@ -394,6 +400,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr ""
|
||||
|
||||
@ -401,6 +408,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr ""
|
||||
|
||||
@ -408,6 +416,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr ""
|
||||
|
||||
@ -415,6 +424,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr ""
|
||||
|
||||
@ -422,6 +432,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr ""
|
||||
|
||||
@ -429,6 +440,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr ""
|
||||
|
||||
@ -436,6 +448,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr ""
|
||||
|
||||
@ -443,6 +456,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr ""
|
||||
|
||||
@ -450,6 +464,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr ""
|
||||
|
||||
@ -457,6 +472,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr ""
|
||||
|
||||
@ -464,6 +480,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr ""
|
||||
|
||||
@ -471,6 +488,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -478,6 +496,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -485,6 +504,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr ""
|
||||
|
||||
@ -492,6 +512,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr ""
|
||||
@ -500,6 +521,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr ""
|
||||
@ -508,6 +530,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr ""
|
||||
@ -516,6 +539,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr ""
|
||||
|
||||
@ -523,6 +547,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -530,6 +555,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -537,6 +563,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr ""
|
||||
|
||||
@ -544,6 +571,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr ""
|
||||
|
||||
@ -551,6 +579,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr ""
|
||||
|
||||
@ -558,6 +587,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr ""
|
||||
|
||||
@ -565,6 +595,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr ""
|
||||
|
||||
@ -572,6 +603,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr ""
|
||||
|
||||
@ -579,6 +611,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr ""
|
||||
|
||||
@ -586,6 +619,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr ""
|
||||
|
||||
@ -593,6 +627,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -601,6 +636,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr ""
|
||||
@ -609,6 +645,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr ""
|
||||
@ -617,6 +654,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -624,6 +662,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr ""
|
||||
|
||||
@ -631,6 +670,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr ""
|
||||
|
||||
@ -639,6 +679,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -649,6 +690,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr ""
|
||||
|
||||
@ -656,6 +698,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr ""
|
||||
|
||||
@ -663,6 +706,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -672,6 +716,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr ""
|
||||
|
||||
@ -679,6 +724,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr ""
|
||||
|
||||
@ -686,6 +732,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr ""
|
||||
@ -694,6 +741,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr ""
|
||||
@ -702,6 +750,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr ""
|
||||
@ -710,6 +759,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr ""
|
||||
|
||||
@ -717,6 +767,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr ""
|
||||
|
||||
@ -724,6 +775,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr ""
|
||||
|
||||
@ -731,6 +783,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -739,6 +792,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@ -746,6 +800,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr ""
|
||||
|
||||
@ -759,6 +814,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr ""
|
||||
|
||||
@ -849,6 +905,7 @@ msgstr ""
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -857,11 +914,13 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -869,17 +928,19 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr ""
|
||||
|
||||
@ -887,6 +948,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr ""
|
||||
|
||||
@ -942,55 +1004,65 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr ""
|
||||
|
||||
@ -1058,6 +1130,8 @@ msgstr ""
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1293,6 +1367,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -1304,6 +1379,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
@ -1315,6 +1391,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] ""
|
||||
@ -1328,6 +1405,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] ""
|
||||
@ -1342,6 +1420,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr ""
|
||||
|
||||
@ -1353,6 +1432,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] ""
|
||||
@ -1366,6 +1446,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr ""
|
||||
|
||||
@ -1570,6 +1651,8 @@ msgstr ""
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1614,6 +1697,8 @@ msgstr ""
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1658,6 +1743,8 @@ msgstr ""
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1767,13 +1854,14 @@ msgstr ""
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1788,14 +1876,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1879,7 +1967,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr ""
|
||||
|
||||
@ -3042,7 +3130,7 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3054,6 +3142,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3068,6 +3157,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3090,6 +3181,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3103,6 +3196,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3116,6 +3211,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3185,20 +3282,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3215,3 +3314,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 12:00+0000\n"
|
||||
"Last-Translator: Kanker Kanker <brent-13@live.nl>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -251,6 +251,8 @@ msgstr "Zaterdag"
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Catalogus"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Alle plaatjes krimpen"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "GIF's animeren"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Stoppen met GIF's animeren"
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 12:06+0000\n"
|
||||
"Last-Translator: Kanker Kanker <brent-13@live.nl>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -224,7 +224,7 @@ msgstr "Verplaats reactie naar ander bord"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Post bewerken"
|
||||
|
||||
@ -332,6 +332,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Nieuw onderwerp"
|
||||
|
||||
@ -339,6 +340,7 @@ msgstr "Nieuw onderwerp"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Nieuwe reactie"
|
||||
|
||||
@ -347,6 +349,7 @@ msgstr "Nieuwe reactie"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -372,6 +375,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr ""
|
||||
|
||||
@ -379,6 +383,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr ""
|
||||
|
||||
@ -386,6 +391,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr ""
|
||||
@ -394,6 +400,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr ""
|
||||
|
||||
@ -401,6 +408,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr ""
|
||||
|
||||
@ -408,6 +416,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr ""
|
||||
|
||||
@ -415,6 +424,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr ""
|
||||
|
||||
@ -422,6 +432,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr ""
|
||||
|
||||
@ -429,6 +440,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr ""
|
||||
|
||||
@ -436,6 +448,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr ""
|
||||
|
||||
@ -443,6 +456,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr ""
|
||||
|
||||
@ -450,6 +464,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr ""
|
||||
|
||||
@ -457,6 +472,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr ""
|
||||
|
||||
@ -464,6 +480,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr ""
|
||||
|
||||
@ -471,6 +488,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -478,6 +496,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -485,6 +504,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr ""
|
||||
|
||||
@ -492,6 +512,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr ""
|
||||
@ -500,6 +521,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr ""
|
||||
@ -508,6 +530,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr ""
|
||||
@ -516,6 +539,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr ""
|
||||
|
||||
@ -523,6 +547,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -530,6 +555,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -537,6 +563,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr ""
|
||||
|
||||
@ -544,6 +571,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr ""
|
||||
|
||||
@ -551,6 +579,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr ""
|
||||
|
||||
@ -558,6 +587,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr ""
|
||||
|
||||
@ -565,6 +595,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr ""
|
||||
|
||||
@ -572,6 +603,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr ""
|
||||
|
||||
@ -579,6 +611,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr ""
|
||||
|
||||
@ -586,6 +619,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr ""
|
||||
|
||||
@ -593,6 +627,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -601,6 +636,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr ""
|
||||
@ -609,6 +645,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr ""
|
||||
@ -617,6 +654,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr ""
|
||||
|
||||
@ -624,6 +662,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr ""
|
||||
|
||||
@ -631,6 +670,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr ""
|
||||
|
||||
@ -639,6 +679,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -649,6 +690,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr ""
|
||||
|
||||
@ -656,6 +698,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr ""
|
||||
|
||||
@ -663,6 +706,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -672,6 +716,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr ""
|
||||
|
||||
@ -679,6 +724,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr ""
|
||||
|
||||
@ -686,6 +732,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr ""
|
||||
@ -694,6 +741,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr ""
|
||||
@ -702,6 +750,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr ""
|
||||
@ -710,6 +759,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr ""
|
||||
|
||||
@ -717,6 +767,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr ""
|
||||
|
||||
@ -724,6 +775,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr ""
|
||||
|
||||
@ -731,6 +783,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr ""
|
||||
@ -739,6 +792,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@ -746,6 +800,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr ""
|
||||
|
||||
@ -759,6 +814,7 @@ msgstr ""
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr ""
|
||||
|
||||
@ -849,6 +905,7 @@ msgstr ""
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -857,11 +914,13 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../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 ""
|
||||
|
||||
@ -869,17 +928,19 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr ""
|
||||
|
||||
@ -887,6 +948,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr ""
|
||||
|
||||
@ -942,55 +1004,65 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr ""
|
||||
|
||||
@ -1058,6 +1130,8 @@ msgstr ""
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1293,6 +1367,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
|
||||
@ -1304,6 +1379,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr ""
|
||||
|
||||
@ -1315,6 +1391,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] ""
|
||||
@ -1328,6 +1405,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] ""
|
||||
@ -1342,6 +1420,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr ""
|
||||
|
||||
@ -1353,6 +1432,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] ""
|
||||
@ -1366,6 +1446,7 @@ msgstr[1] ""
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr ""
|
||||
|
||||
@ -1570,6 +1651,8 @@ msgstr ""
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1614,6 +1697,8 @@ msgstr ""
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1658,6 +1743,8 @@ msgstr ""
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1767,13 +1854,14 @@ msgstr ""
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1788,14 +1876,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1879,7 +1967,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr ""
|
||||
|
||||
@ -3042,7 +3130,7 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3054,6 +3142,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3068,6 +3157,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3090,6 +3181,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3103,6 +3196,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3116,6 +3211,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3185,20 +3282,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3215,3 +3314,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
File diff suppressed because one or more lines are too long
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:48+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:37+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pl_PL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -251,6 +251,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalog"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr "Widok drzewa"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Zmniejsz wszystkie obrazki"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animuj GIF-y"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Nie animuj GIF-ów"
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr "Pamiętaj o kopii zapasowej swoich danych, gdyż używając\n tej opcj
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr "Możesz załączać pliki JS ze zdalnych serwerów, np.:"
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr "Kolorowe ID"
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr "Odśwież"
|
||||
|
Binary file not shown.
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:50+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:37+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pl_PL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -230,7 +230,7 @@ msgstr "Przenieś odpowiedź na inny board"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Edytuj post"
|
||||
|
||||
@ -338,6 +338,7 @@ msgstr "Zostałeś wyciszony za nieoryginalną treść."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Nowy wątek"
|
||||
|
||||
@ -345,6 +346,7 @@ msgstr "Nowy wątek"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Odpowiedz"
|
||||
|
||||
@ -353,6 +355,7 @@ msgstr "Odpowiedz"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -378,6 +381,7 @@ msgstr "Nie postuj pierwszego dnia."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Wyglądasz jak bot."
|
||||
|
||||
@ -385,6 +389,7 @@ msgstr "Wyglądasz jak bot."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
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"
|
||||
|
||||
@ -392,6 +397,7 @@ msgstr "Twoja przeglądarka przesłała niepoprawny, bądź nie przesłała info
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "Pole %s jest za długie"
|
||||
@ -400,6 +406,7 @@ msgstr "Pole %s jest za długie"
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Zawartość jest za długa."
|
||||
|
||||
@ -407,6 +414,7 @@ msgstr "Zawartość jest za długa."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Zawartość jest za krótka, bądź pusta."
|
||||
|
||||
@ -414,6 +422,7 @@ msgstr "Zawartość jest za krótka, bądź pusta."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Musisz wysłać obrazek."
|
||||
|
||||
@ -421,6 +430,7 @@ msgstr "Musisz wysłać obrazek."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Nie udało się obsłużyć twojego pliku."
|
||||
|
||||
@ -428,6 +438,7 @@ msgstr "Nie udało się obsłużyć twojego pliku."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Niewspierany format obrazka."
|
||||
|
||||
@ -435,6 +446,7 @@ msgstr "Niewspierany format obrazka."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Niepoprawny board!"
|
||||
|
||||
@ -442,6 +454,7 @@ msgstr "Niepoprawny board!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Wybrany wątek nie istnieje."
|
||||
|
||||
@ -449,6 +462,7 @@ msgstr "Wybrany wątek nie istnieje."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Wątek jest zablokowany. Nie możesz w nim teraz postować."
|
||||
|
||||
@ -456,6 +470,7 @@ msgstr "Wątek jest zablokowany. Nie możesz w nim teraz postować."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Ten temat osiągnął swój maksymalny limit odpowiedzi."
|
||||
|
||||
@ -463,6 +478,7 @@ msgstr "Ten temat osiągnął swój maksymalny limit odpowiedzi."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Ten temat osiągnął swój maksymalny limit obrazków."
|
||||
|
||||
@ -470,6 +486,7 @@ msgstr "Ten temat osiągnął swój maksymalny limit obrazków."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Nie zrobiłeś posta."
|
||||
|
||||
@ -477,6 +494,7 @@ msgstr "Nie zrobiłeś posta."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Wykryto flood; Post odrzucony."
|
||||
|
||||
@ -484,6 +502,7 @@ msgstr "Wykryto flood; Post odrzucony."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Twoje żądanie wygląda na zautomatyzowane; Post odrzucony."
|
||||
|
||||
@ -491,6 +510,7 @@ msgstr "Twoje żądanie wygląda na zautomatyzowane; Post odrzucony."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Nieoryginalna treść!"
|
||||
|
||||
@ -498,6 +518,7 @@ msgstr "Nieoryginalna treść!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Nieoryginalna treść! Zostałeś wyciszony na %d sekund."
|
||||
@ -506,6 +527,7 @@ msgstr "Nieoryginalna treść! Zostałeś wyciszony na %d sekund."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Jesteś wyciszony! Wygasa w ciągu %d sekund."
|
||||
@ -514,6 +536,7 @@ msgstr "Jesteś wyciszony! Wygasa w ciągu %d sekund."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Twój adres IP jest na liście %s."
|
||||
@ -522,6 +545,7 @@ msgstr "Twój adres IP jest na liście %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Zbyt dużo linków; wykryto flood."
|
||||
|
||||
@ -529,6 +553,7 @@ msgstr "Zbyt dużo linków; wykryto flood."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Zbyt dużo cytatów; post odrzucony."
|
||||
|
||||
@ -536,6 +561,7 @@ msgstr "Zbyt dużo cytatów; post odrzucony."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Zbyt dużo linków między boardami; post odrzucony."
|
||||
|
||||
@ -543,6 +569,7 @@ msgstr "Zbyt dużo linków między boardami; post odrzucony."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Nie wybrano nic do usunięcia."
|
||||
|
||||
@ -550,6 +577,7 @@ msgstr "Nie wybrano nic do usunięcia."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Nie wybrano nic do zgłoszenia."
|
||||
|
||||
@ -557,6 +585,7 @@ msgstr "Nie wybrano nic do zgłoszenia."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Nie możesz raportować tyle postów na raz."
|
||||
|
||||
@ -564,6 +593,7 @@ msgstr "Nie możesz raportować tyle postów na raz."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Niepoprawne hasło"
|
||||
|
||||
@ -571,6 +601,7 @@ msgstr "Niepoprawne hasło"
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Niepoprawny obrazek."
|
||||
|
||||
@ -578,6 +609,7 @@ msgstr "Niepoprawny obrazek."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Nieznane rozszerzenie pliku."
|
||||
|
||||
@ -585,6 +617,7 @@ msgstr "Nieznane rozszerzenie pliku."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maksymalny rozmiar pliku: %maxsz% bajtów<br>Rozmiar twojego pliku: %filesz% bajtów"
|
||||
|
||||
@ -592,6 +625,7 @@ msgstr "Maksymalny rozmiar pliku: %maxsz% bajtów<br>Rozmiar twojego pliku: %fil
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Plik jest za duży."
|
||||
|
||||
@ -599,6 +633,7 @@ msgstr "Plik jest za duży."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Ten plik <a href=\"%s\">już istnieje</a>!"
|
||||
@ -607,6 +642,7 @@ msgstr "Ten plik <a href=\"%s\">już istnieje</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Ten plik <a href=\"%s\">już istnieje</a> w tym temacie!"
|
||||
@ -615,6 +651,7 @@ msgstr "Ten plik <a href=\"%s\">już istnieje</a> w tym temacie!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Musisz poczekać kolejne %s przed usunięciem tego."
|
||||
@ -623,6 +660,7 @@ msgstr "Musisz poczekać kolejne %s przed usunięciem tego."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "Wykryto próbę wykorzystania luki wykrywania typu MIME (XSS w IE); post odrzucony"
|
||||
|
||||
@ -630,6 +668,7 @@ msgstr "Wykryto próbę wykorzystania luki wykrywania typu MIME (XSS w IE); post
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
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ć."
|
||||
|
||||
@ -637,6 +676,7 @@ msgstr "Nie można było zrozumieć URL-a wideo, którego próbowano zapostować
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Wygląda na to, że przepisano źle weryfikację."
|
||||
|
||||
@ -645,6 +685,7 @@ msgstr "Wygląda na to, że przepisano źle weryfikację."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -655,6 +696,7 @@ msgstr "Możesz odbanować tylko %s użytkowników na raz. Próbowałeś odbanow
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Błędna nazwa użytkownika, bądź hasło"
|
||||
|
||||
@ -662,6 +704,7 @@ msgstr "Błędna nazwa użytkownika, bądź hasło"
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Nie jesteś moderatorem"
|
||||
|
||||
@ -669,6 +712,7 @@ msgstr "Nie jesteś moderatorem"
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -678,6 +722,7 @@ msgstr "Niepoprawna nazwa użytkownika, bądź hasło. Twoje konto mogło zosta
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Niepoprawne/zmodyfikowane pliki cookie."
|
||||
|
||||
@ -685,6 +730,7 @@ msgstr "Niepoprawne/zmodyfikowane pliki cookie."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Twoja przeglądarka nie wysłała pola, kiedy powinna."
|
||||
|
||||
@ -692,6 +738,7 @@ msgstr "Twoja przeglądarka nie wysłała pola, kiedy powinna."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "Pole %s jest wymagane."
|
||||
@ -700,6 +747,7 @@ msgstr "Pole %s jest wymagane."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "Pole %s jest niepoprawne."
|
||||
@ -708,6 +756,7 @@ msgstr "Pole %s jest niepoprawne."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Już istnieje board %s"
|
||||
@ -716,6 +765,7 @@ msgstr "Już istnieje board %s"
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Nie masz uprawnień do wykonania tej czynności."
|
||||
|
||||
@ -723,6 +773,7 @@ msgstr "Nie masz uprawnień do wykonania tej czynności."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Ten post nie istnieje..."
|
||||
|
||||
@ -730,6 +781,7 @@ msgstr "Ten post nie istnieje..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Strona nie znaleziona."
|
||||
|
||||
@ -737,6 +789,7 @@ msgstr "Strona nie znaleziona."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Ten moderator <a href=\"?/users/%d\">już istnieje</a>!"
|
||||
@ -745,6 +798,7 @@ msgstr "Ten moderator <a href=\"?/users/%d\">już istnieje</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Ten dodatek nie istnieje!"
|
||||
|
||||
@ -752,6 +806,7 @@ msgstr "Ten dodatek nie istnieje!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Niepoprawny token bezpieczeństwa! Proszę cofnąć i spróbować ponownie."
|
||||
|
||||
@ -765,6 +820,7 @@ msgstr "Niepoprawny token bezpieczeństwa! Proszę cofnąć i spróbować ponown
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "UŻYTKOWNIK ZOSTAŁ ZBANOWANY ZA TEGO POSTA"
|
||||
|
||||
@ -855,6 +911,7 @@ msgstr "Log moderacji"
|
||||
#: ../../../../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 "adres IP"
|
||||
|
||||
@ -863,11 +920,13 @@ msgstr "adres IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Nowy ban"
|
||||
|
||||
#: ../../../../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 "Lista banów"
|
||||
|
||||
@ -875,17 +934,19 @@ msgstr "Lista banów"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Przenieś odpowiedź"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Docelowy i źródłowy board są takie same."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Nie można przenieść wątku; istnieje tylko jeden board."
|
||||
|
||||
@ -893,6 +954,7 @@ msgstr "Nie można przenieść wątku; istnieje tylko jeden board."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Przenieś wątek"
|
||||
|
||||
@ -948,55 +1010,65 @@ msgstr "Kolejka zgłoszeń"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Edytor konfiguracji"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Katalog dodatków (themes) nie istnieje!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Nie można otworzyć katalogu dodatków (themes); sprawdź uprawnienia."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Zarządzaj dodatkami"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Zainstalowano dodatek: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Konfigurowanie dodatku: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Przebudowano dodatek: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Debug: Antyspam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Debug: Ostatnie posty"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Debug: SQL"
|
||||
|
||||
@ -1064,6 +1136,8 @@ msgstr "Usuń post"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1300,6 +1374,7 @@ msgstr "Schowaj obrazek"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Odpowiedź"
|
||||
|
||||
@ -1311,6 +1386,7 @@ msgstr "Odpowiedź"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Zobacz wszystko"
|
||||
|
||||
@ -1322,6 +1398,7 @@ msgstr "Zobacz wszystko"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Ostatni 1 post"
|
||||
@ -1336,6 +1413,7 @@ msgstr[2] "Ostatnie %count% postów"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "1 post"
|
||||
@ -1351,6 +1429,7 @@ msgstr[2] "%count% postów"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "oraz"
|
||||
|
||||
@ -1362,6 +1441,7 @@ msgstr "oraz"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 obrazek"
|
||||
@ -1376,6 +1456,7 @@ msgstr[2] "%count% obrazków"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "pominięte. Kliknij Odpowiedź aby zobaczyć."
|
||||
|
||||
@ -1580,6 +1661,8 @@ msgstr "Flagi"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1624,6 +1707,8 @@ msgstr "Przyklejony"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1668,6 +1753,8 @@ msgstr "Zablokowany"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1778,13 +1865,14 @@ msgstr "Brak wyników."
|
||||
msgid "Search"
|
||||
msgstr "Szukaj"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Apelacja nie znaleziona!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Apelacje o zdjęcie banów"
|
||||
|
||||
@ -1799,14 +1887,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Nie można zmienić poziomu uprawnień użytkownika."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Debug: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1890,7 +1978,7 @@ msgstr "Antyspam"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Ostatnie posty"
|
||||
|
||||
@ -3053,7 +3141,7 @@ msgstr "Brak"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Przeniesiono do %s."
|
||||
@ -3065,6 +3153,7 @@ msgid ""
|
||||
msgstr "Nie mogę zbudować dodatku RecentPosts, ponieważ nie ma boardów, które mógłbym załączyć."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr "Spróbowano wysłać zbyt dużą ilość obrazków!"
|
||||
|
||||
@ -3079,6 +3168,8 @@ msgstr "Schowaj plik"
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3101,6 +3192,8 @@ msgstr "Ostatnia odpowiedź"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3114,6 +3207,8 @@ msgstr "Data utworzenia"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3127,6 +3222,8 @@ msgstr "Ilość odpowiedzi"
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3196,20 +3293,22 @@ msgstr "Nie można było dokonać auto-orientacji obrazka!"
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr "Nie można było usunąć metadanych EXIF!"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr "Wystąpił problem podczas przetwarzania Twojego webm-a."
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr "Niepoprawny plik webm."
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr "Wysłany plik webm zawiera audio, bądź inny typ dodatkowego strumienia."
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr "Wysłany plik webm jest dłuższy niż"
|
||||
|
||||
@ -3226,3 +3325,7 @@ msgstr "Nie pokazuj mojej flagi"
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr "Bardzo małe"
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr "(bez komentarza)"
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,13 +5,14 @@
|
||||
# Translators:
|
||||
# anaodev <xmas@yopmail.com>, 2014
|
||||
# hitmonkey <sac@55ch.org>, 2014
|
||||
# Thassae Santos <thassae@hotmail.com>, 2014
|
||||
# anaodev <xmas@yopmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -253,6 +254,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Catálogo"
|
||||
|
||||
@ -604,118 +607,129 @@ msgstr "Volume padrão"
|
||||
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
msgstr "Lista em árvore"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
msgstr "Encolher todas as imagens"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
msgstr "Animar GIFs"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
msgstr "Desanimar GIFs"
|
||||
|
||||
#: ../../../../js/webm-settings.js:41
|
||||
msgid "WebM"
|
||||
msgstr ""
|
||||
msgstr "WebM"
|
||||
|
||||
#: ../../../../js/live-index.js:25 ../../../../js/live-index.js:84
|
||||
msgid "No new posts."
|
||||
msgstr ""
|
||||
msgstr "Sem novas mensagens."
|
||||
|
||||
#: ../../../../js/live-index.js:30 ../../../../js/live-index.js:73
|
||||
msgid "No new threads."
|
||||
msgstr ""
|
||||
msgstr "Sem novos tópicos."
|
||||
|
||||
#: ../../../../js/live-index.js:72
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new threads."
|
||||
msgstr ""
|
||||
msgstr "Existem {0} novos tópicos."
|
||||
|
||||
#: ../../../../js/live-index.js:83
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new posts in this thread."
|
||||
msgstr ""
|
||||
msgstr "Existem {0} novas mensagens neste tópico."
|
||||
|
||||
#: ../../../../js/options.js:106
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
msgstr "Opções"
|
||||
|
||||
#: ../../../../js/options/general.js:15
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
msgstr "Geral"
|
||||
|
||||
#: ../../../../js/options/general.js:18
|
||||
msgid "Storage: "
|
||||
msgstr ""
|
||||
msgstr "Armazenamento:"
|
||||
|
||||
#: ../../../../js/options/general.js:21
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
msgstr "Exportar"
|
||||
|
||||
#: ../../../../js/options/general.js:27
|
||||
msgid "Import"
|
||||
msgstr ""
|
||||
msgstr "Importar"
|
||||
|
||||
#: ../../../../js/options/general.js:28
|
||||
msgid "Paste your storage data"
|
||||
msgstr ""
|
||||
msgstr "Colar seus dados de armazenamento"
|
||||
|
||||
#: ../../../../js/options/general.js:40
|
||||
msgid "Erase"
|
||||
msgstr ""
|
||||
msgstr "Apagar"
|
||||
|
||||
#: ../../../../js/options/general.js:41
|
||||
msgid ""
|
||||
"Are you sure you want to erase your storage? This involves your hidden "
|
||||
"threads, watched threads, post password and many more."
|
||||
msgstr ""
|
||||
msgstr "Tem certeza que você deseja apagar seu armazenamento? Isso envolve seus tópicos escondidos, tópicos monitorados, senhas e muito mais."
|
||||
|
||||
#: ../../../../js/options/user-css.js:14
|
||||
msgid "User CSS"
|
||||
msgstr ""
|
||||
msgstr "CSS de usuário"
|
||||
|
||||
#: ../../../../js/options/user-css.js:23
|
||||
msgid "Update custom CSS"
|
||||
msgstr ""
|
||||
msgstr "Atualizar CSS personalizado"
|
||||
|
||||
#: ../../../../js/options/user-css.js:45
|
||||
msgid "Enter here your own CSS rules..."
|
||||
msgstr ""
|
||||
msgstr "Coloque aqui suas próprias regras de CSS..."
|
||||
|
||||
#: ../../../../js/options/user-css.js:46
|
||||
msgid ""
|
||||
"If you want to make a redistributable style, be sure to\n"
|
||||
" have a Yotsuba B theme selected."
|
||||
msgstr ""
|
||||
msgstr "Se você quer fazer um estilo para distribuir, certifique-se\nde ter um tema Yotsuba B selecionado."
|
||||
|
||||
#: ../../../../js/options/user-css.js:47
|
||||
msgid "You can include CSS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
msgstr "Você pode incluir CSS de servidores remotos, por exemplo:"
|
||||
|
||||
#: ../../../../js/options/user-js.js:14
|
||||
msgid "User JS"
|
||||
msgstr ""
|
||||
msgstr "JS de usuário"
|
||||
|
||||
#: ../../../../js/options/user-js.js:23
|
||||
msgid "Update custom Javascript"
|
||||
msgstr ""
|
||||
msgstr "Atualizar Javascript personalizado"
|
||||
|
||||
#: ../../../../js/options/user-js.js:54
|
||||
msgid "Enter here your own Javascript code..."
|
||||
msgstr ""
|
||||
msgstr "Insira aqui o seu próprio código Javascript..."
|
||||
|
||||
#: ../../../../js/options/user-js.js:55
|
||||
msgid ""
|
||||
"Have a backup of your storage somewhere, as messing here\n"
|
||||
" may render you this website unusable."
|
||||
msgstr ""
|
||||
msgstr "Tenha um \"backup\" do seu armazenamento em algum outro lugar,\njá que bagunçar aqui pode inutilizar o website."
|
||||
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr "Você pode incluir arquivos JS de servidores remotos, por exemplo:"
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -5,13 +5,14 @@
|
||||
# Translators:
|
||||
# anaodev <xmas@yopmail.com>, 2014
|
||||
# hitmonkey <sac@55ch.org>, 2014
|
||||
# Thassae Santos <thassae@hotmail.com>, 2014
|
||||
# anaodev <xmas@yopmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -226,7 +227,7 @@ msgstr "Mover resposta para outra board"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Editar mensagem"
|
||||
|
||||
@ -334,6 +335,7 @@ msgstr "Você foi silenciado por conteúdo repetido."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Novo tópico"
|
||||
|
||||
@ -341,6 +343,7 @@ msgstr "Novo tópico"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Responder"
|
||||
|
||||
@ -349,6 +352,7 @@ msgstr "Responder"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -374,6 +378,7 @@ msgstr "Lurke mais antes de postar."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Você não parece humano."
|
||||
|
||||
@ -381,6 +386,7 @@ msgstr "Você não parece humano."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
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."
|
||||
|
||||
@ -388,6 +394,7 @@ msgstr "Seu browser enviou um referial HTTP inválido ou não enviou o referenci
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "O campo %s é longo demais."
|
||||
@ -396,6 +403,7 @@ msgstr "O campo %s é longo demais."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "O corpo do texto é longo demais."
|
||||
|
||||
@ -403,6 +411,7 @@ msgstr "O corpo do texto é longo demais."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "O corpo do texto é pequeno demais ou inexistente."
|
||||
|
||||
@ -410,6 +419,7 @@ msgstr "O corpo do texto é pequeno demais ou inexistente."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Você deve fazer upload de uma imagem."
|
||||
|
||||
@ -417,6 +427,7 @@ msgstr "Você deve fazer upload de uma imagem."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "O servidor não conseguiu processar seu upload."
|
||||
|
||||
@ -424,6 +435,7 @@ msgstr "O servidor não conseguiu processar seu upload."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Formato de arquivo não aceito"
|
||||
|
||||
@ -431,6 +443,7 @@ msgstr "Formato de arquivo não aceito"
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Board inválida!"
|
||||
|
||||
@ -438,6 +451,7 @@ msgstr "Board inválida!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "O tópico especificado não existe.."
|
||||
|
||||
@ -445,6 +459,7 @@ msgstr "O tópico especificado não existe.."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Tópico trancado, você não pode responde-lo."
|
||||
|
||||
@ -452,6 +467,7 @@ msgstr "Tópico trancado, você não pode responde-lo."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "O tópico atingiu o limite de respostas."
|
||||
|
||||
@ -459,6 +475,7 @@ msgstr "O tópico atingiu o limite de respostas."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "O tópico alcançou o limite máximo de imagens"
|
||||
|
||||
@ -466,6 +483,7 @@ msgstr "O tópico alcançou o limite máximo de imagens"
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Você não escreveu uma mensagem."
|
||||
|
||||
@ -473,6 +491,7 @@ msgstr "Você não escreveu uma mensagem."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Flood detectado; Sua mensagem foi descartada."
|
||||
|
||||
@ -480,6 +499,7 @@ msgstr "Flood detectado; Sua mensagem foi descartada."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Sua requisição parece automatizada; Mensagem descartada."
|
||||
|
||||
@ -487,6 +507,7 @@ msgstr "Sua requisição parece automatizada; Mensagem descartada."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Conteudo não original!"
|
||||
|
||||
@ -494,6 +515,7 @@ msgstr "Conteudo não original!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, 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."
|
||||
@ -502,6 +524,7 @@ msgstr "Conteudo não original! Você está impedido de postar por %d segundos."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Você está impedido de postar! Expira em %d segundos."
|
||||
@ -510,6 +533,7 @@ msgstr "Você está impedido de postar! Expira em %d segundos."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Seu IP está listado em %s."
|
||||
@ -518,6 +542,7 @@ msgstr "Seu IP está listado em %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Links demais; Flood detectado."
|
||||
|
||||
@ -525,6 +550,7 @@ msgstr "Links demais; Flood detectado."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Citações demais; Post descartado."
|
||||
|
||||
@ -532,6 +558,7 @@ msgstr "Citações demais; Post descartado."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Links entre boards demais; Post descartado."
|
||||
|
||||
@ -539,6 +566,7 @@ msgstr "Links entre boards demais; Post descartado."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Você não selecionou nada para deletar."
|
||||
|
||||
@ -546,6 +574,7 @@ msgstr "Você não selecionou nada para deletar."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Você não selecionou nada para denunciar."
|
||||
|
||||
@ -553,6 +582,7 @@ msgstr "Você não selecionou nada para denunciar."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Você não pode denunciar tantas mensagens ao mesmo tempo."
|
||||
|
||||
@ -560,6 +590,7 @@ msgstr "Você não pode denunciar tantas mensagens ao mesmo tempo."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Senha incorreta…"
|
||||
|
||||
@ -567,6 +598,7 @@ msgstr "Senha incorreta…"
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Imagem inválida."
|
||||
|
||||
@ -574,6 +606,7 @@ msgstr "Imagem inválida."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Extenção de arquivo desconhecida."
|
||||
|
||||
@ -581,6 +614,7 @@ msgstr "Extenção de arquivo desconhecida."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Tamanho maximo de arquivos: %maxsz% bytes<br>O tamanho do seu arquivo: %filesz% bytes"
|
||||
|
||||
@ -588,6 +622,7 @@ msgstr "Tamanho maximo de arquivos: %maxsz% bytes<br>O tamanho do seu arquivo: %
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Seu arquivo é grande demais."
|
||||
|
||||
@ -595,6 +630,7 @@ msgstr "Seu arquivo é grande demais."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "O arquivo <a href=\"%s\">já existe</a>!"
|
||||
@ -603,6 +639,7 @@ msgstr "O arquivo <a href=\"%s\">já existe</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "O arquivo <a href=\"%s\">já existe</a> neste tópico!"
|
||||
@ -611,6 +648,7 @@ msgstr "O arquivo <a href=\"%s\">já existe</a> neste tópico!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Você terá que esperar %s segundos antes de deletar isso."
|
||||
@ -619,6 +657,7 @@ msgstr "Você terá que esperar %s segundos antes de deletar isso."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "Exploit XSS do tipo MIME (IE) detectado; mensagem descartada."
|
||||
|
||||
@ -626,6 +665,7 @@ msgstr "Exploit XSS do tipo MIME (IE) detectado; mensagem descartada."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "Não foi possivel processar a URL do video que você tentou integrar."
|
||||
|
||||
@ -633,6 +673,7 @@ msgstr "Não foi possivel processar a URL do video que você tentou integrar."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Você errou o codigo de verificação."
|
||||
|
||||
@ -641,6 +682,7 @@ msgstr "Você errou o codigo de verificação."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -651,6 +693,7 @@ msgstr "Você só tem permissão para retirar o ban de %s usuários por vez, e v
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Login e/ou senha inválido(s)."
|
||||
|
||||
@ -658,6 +701,7 @@ msgstr "Login e/ou senha inválido(s)."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Você não é mod…"
|
||||
|
||||
@ -665,6 +709,7 @@ msgstr "Você não é mod…"
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -674,6 +719,7 @@ msgstr "Login e/ou senha inválido(s). Seu login deve ter sido mudado ou removid
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Cookies inválidos ou mal formados."
|
||||
|
||||
@ -681,6 +727,7 @@ msgstr "Cookies inválidos ou mal formados."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Seu browser não enviou nada, quando ele deveria."
|
||||
|
||||
@ -688,6 +735,7 @@ msgstr "Seu browser não enviou nada, quando ele deveria."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "O campo %s é necessário."
|
||||
@ -696,6 +744,7 @@ msgstr "O campo %s é necessário."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "O campo %s é inválido."
|
||||
@ -704,6 +753,7 @@ msgstr "O campo %s é inválido."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "A board %s já existe."
|
||||
@ -712,6 +762,7 @@ msgstr "A board %s já existe."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Você não tem permissão para fazer isso."
|
||||
|
||||
@ -719,6 +770,7 @@ msgstr "Você não tem permissão para fazer isso."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Esse post não existe..."
|
||||
|
||||
@ -726,6 +778,7 @@ msgstr "Esse post não existe..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Pagina não encontrada."
|
||||
|
||||
@ -733,6 +786,7 @@ msgstr "Pagina não encontrada."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Este mod <a href=\"?/users/%d\">já existe</a>!"
|
||||
@ -741,6 +795,7 @@ msgstr "Este mod <a href=\"?/users/%d\">já existe</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Este tema não existe!"
|
||||
|
||||
@ -748,6 +803,7 @@ msgstr "Este tema não existe!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Token de segurança inválido! Retorne e tente novamente"
|
||||
|
||||
@ -761,6 +817,7 @@ msgstr "Token de segurança inválido! Retorne e tente novamente"
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "O USUÁRIO FOI BANIDO POR ESTA MENSAGEM"
|
||||
|
||||
@ -851,6 +908,7 @@ msgstr "Log da moderação"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -859,11 +917,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Novo ban"
|
||||
|
||||
#: ../../../../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 "Lista de bans"
|
||||
|
||||
@ -871,17 +931,19 @@ msgstr "Lista de bans"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Mover resposta"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Board alvo e fonte são as mesmas."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Impossivel de mover o tópico; Só existe uma board."
|
||||
|
||||
@ -889,6 +951,7 @@ msgstr "Impossivel de mover o tópico; Só existe uma board."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Mover tópico"
|
||||
|
||||
@ -944,55 +1007,65 @@ msgstr "Fila de denuncias"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Editor de configurações"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Diretório de temas não existe!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Não é possivel abrir diretorio de temas; reveja suas permissões."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Administrar temas"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Tema instalado: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Configurando tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Reconstruir tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Debug: Anti-spam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Debug: Mensagens recentes"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Debug: SQL"
|
||||
|
||||
@ -1060,6 +1133,8 @@ msgstr "Deletar Mensagem"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1295,6 +1370,7 @@ msgstr "Imagem Spoiler"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Responder"
|
||||
|
||||
@ -1306,6 +1382,7 @@ msgstr "Responder"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Ver todos"
|
||||
|
||||
@ -1317,6 +1394,7 @@ msgstr "Ver todos"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Ultima mensagem"
|
||||
@ -1330,6 +1408,7 @@ msgstr[1] "Últimas %count% Mensagens"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "1 mensagem"
|
||||
@ -1344,6 +1423,7 @@ msgstr[1] "%count% mensagens"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "e"
|
||||
|
||||
@ -1355,6 +1435,7 @@ msgstr "e"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 resposta com imagem"
|
||||
@ -1368,6 +1449,7 @@ msgstr[1] "%count% respostas com imagem"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "omitidas. Clique em responder para visualizar."
|
||||
|
||||
@ -1572,6 +1654,8 @@ msgstr "Sinalizações"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1616,6 +1700,8 @@ msgstr "Fixar"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1660,6 +1746,8 @@ msgstr "Trancar"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1769,13 +1857,14 @@ msgstr "Sem resultados."
|
||||
msgid "Search"
|
||||
msgstr "Procurar"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Apelo do banimento não encontrado!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Apelos a banimento"
|
||||
|
||||
@ -1790,14 +1879,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Impossível promover/rebaixar usuário."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Debug: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1881,7 +1970,7 @@ msgstr "Anti-spam"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Mensagens recentes"
|
||||
|
||||
@ -3030,13 +3119,13 @@ msgstr "Ver mais logs deste usuário."
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:266
|
||||
msgid "Flag"
|
||||
msgstr ""
|
||||
msgstr "Sinalizar"
|
||||
|
||||
#. line 87
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:272
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Nenhum"
|
||||
|
||||
#. When moving a thread to another board and choosing to keep a "shadow
|
||||
#. thread", an automated post (with
|
||||
@ -3044,25 +3133,26 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
msgstr "Movido para %s."
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:50
|
||||
msgid ""
|
||||
"Can't build the RecentPosts theme, because there are no boards to be "
|
||||
"fetched."
|
||||
msgstr ""
|
||||
msgstr "Não posso construir o tema RecentPosts porque não há board algum para ser utilizado."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
msgstr "Você tentou fazer upload de muitas imagens!"
|
||||
|
||||
#. line 7
|
||||
#: ../../../../templates/cache/b9/2b/ba2b45df5e1d76f6cdfb98a47468df19a1ffc1c2af2dc1792eb75eeb0791.php:36
|
||||
msgid "Spoiler file"
|
||||
msgstr ""
|
||||
msgstr "Arquivo de spoiler"
|
||||
|
||||
#. line 26
|
||||
#. line 35
|
||||
@ -3070,6 +3160,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3084,7 +3176,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:84
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:111
|
||||
msgid "Last reply"
|
||||
msgstr ""
|
||||
msgstr "Última resposta"
|
||||
|
||||
#. line 28
|
||||
#. line 37
|
||||
@ -3092,12 +3184,14 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:94
|
||||
msgid "Creation date"
|
||||
msgstr ""
|
||||
msgstr "Data de criação"
|
||||
|
||||
#. line 29
|
||||
#. line 38
|
||||
@ -3105,12 +3199,14 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:98
|
||||
msgid "Reply count"
|
||||
msgstr ""
|
||||
msgstr "Contagem de respostas"
|
||||
|
||||
#. line 30
|
||||
#. line 39
|
||||
@ -3118,102 +3214,110 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
msgstr "Aleatório"
|
||||
|
||||
#. line 33
|
||||
#. line 26
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:85
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
msgstr "Ordenar por"
|
||||
|
||||
#. line 42
|
||||
#. line 34
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:129
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:108
|
||||
msgid "Image size"
|
||||
msgstr ""
|
||||
msgstr "Tamanho da imagem"
|
||||
|
||||
#. line 44
|
||||
#. line 37
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:134
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:117
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
msgstr "Pequeno"
|
||||
|
||||
#. line 45
|
||||
#. line 38
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:138
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:121
|
||||
msgid "Large"
|
||||
msgstr ""
|
||||
msgstr "Médio"
|
||||
|
||||
#. line 6
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:36
|
||||
msgid "Post ID"
|
||||
msgstr ""
|
||||
msgstr "ID do post"
|
||||
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:96
|
||||
msgid "Target thread"
|
||||
msgstr ""
|
||||
msgstr "Tópico alvo"
|
||||
|
||||
#: ../../../../post.php:48
|
||||
msgid "Post deletion is not allowed!"
|
||||
msgstr ""
|
||||
msgstr "Exclusão de post não permitida!"
|
||||
|
||||
#: ../../../../post.php:385
|
||||
msgid "Unrecognized file size determination method."
|
||||
msgstr ""
|
||||
msgstr "Método de determinação de tamanho de arquivo não reconhecido."
|
||||
|
||||
#: ../../../../post.php:519
|
||||
msgid "Invalid flag selection!"
|
||||
msgstr ""
|
||||
msgstr "Seleção inválida de sinalização!"
|
||||
|
||||
#: ../../../../post.php:631 ../../../../post.php:633
|
||||
msgid "exiftool failed!"
|
||||
msgstr ""
|
||||
msgstr "falha na exiftool!"
|
||||
|
||||
#: ../../../../post.php:641 ../../../../post.php:643
|
||||
msgid "Could not auto-orient image!"
|
||||
msgstr ""
|
||||
msgstr "Não foi possível auto-orientar a imagem!"
|
||||
|
||||
#: ../../../../post.php:695 ../../../../post.php:697
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
msgstr "Não foi possível extrair os metadados EXIF!"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
msgstr "Houve um problema no processamento do seu webm."
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
msgstr "Webm inválido."
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
msgstr "O webm contém um áudio ou outro tipo de stream adicional."
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
msgstr "O webm é maior que"
|
||||
|
||||
#. line 48
|
||||
#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:190
|
||||
msgid "Go to top"
|
||||
msgstr ""
|
||||
msgstr "Vá para o topo"
|
||||
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:80
|
||||
msgid "Don't show my flag"
|
||||
msgstr ""
|
||||
msgstr "Não mostre meu sinal"
|
||||
|
||||
#. line 36
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr "Muito pequeno"
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_PT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -251,6 +251,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Catalogo"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr "Vista em árvore"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Encolher todas as imagens"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animar GIFs"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Desanimar GIFs"
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_PT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -224,7 +224,7 @@ msgstr "Mover resposta para outra board"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Editar mensagem"
|
||||
|
||||
@ -332,6 +332,7 @@ msgstr "Foi silenciado por conteúdo banal, ou não original."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Novo Topico"
|
||||
|
||||
@ -339,6 +340,7 @@ msgstr "Novo Topico"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Nova Resposta"
|
||||
|
||||
@ -347,6 +349,7 @@ msgstr "Nova Resposta"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -372,6 +375,7 @@ msgstr "Lurke mais antes de responder."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Voce parece um bot."
|
||||
|
||||
@ -379,6 +383,7 @@ msgstr "Voce parece um bot."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "O seu browser enviou um referer HTTP inválido ou nenhum."
|
||||
|
||||
@ -386,6 +391,7 @@ msgstr "O seu browser enviou um referer HTTP inválido ou nenhum."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "A parte de %s era muito longo"
|
||||
@ -394,6 +400,7 @@ msgstr "A parte de %s era muito longo"
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "O corpo era muito longo"
|
||||
|
||||
@ -401,6 +408,7 @@ msgstr "O corpo era muito longo"
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "O corpo era muito curto ou estava vazio"
|
||||
|
||||
@ -408,6 +416,7 @@ msgstr "O corpo era muito curto ou estava vazio"
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Tem que fazer upload de uma imagem"
|
||||
|
||||
@ -415,6 +424,7 @@ msgstr "Tem que fazer upload de uma imagem"
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "O servidor falhou o seu upload."
|
||||
|
||||
@ -422,6 +432,7 @@ msgstr "O servidor falhou o seu upload."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Formato de imagem não suportado."
|
||||
|
||||
@ -429,6 +440,7 @@ msgstr "Formato de imagem não suportado."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Board invalido!"
|
||||
|
||||
@ -436,6 +448,7 @@ msgstr "Board invalido!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Thread especifica não existe"
|
||||
|
||||
@ -443,6 +456,7 @@ msgstr "Thread especifica não existe"
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Thread bloqueada. Não pode responder neste momento."
|
||||
|
||||
@ -450,6 +464,7 @@ msgstr "Thread bloqueada. Não pode responder neste momento."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Thread chegou ao limite de respostas."
|
||||
|
||||
@ -457,6 +472,7 @@ msgstr "Thread chegou ao limite de respostas."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Thread chegou ao limite de imagens."
|
||||
|
||||
@ -464,6 +480,7 @@ msgstr "Thread chegou ao limite de imagens."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Não fez uma mensagem."
|
||||
|
||||
@ -471,6 +488,7 @@ msgstr "Não fez uma mensagem."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Flood detectada; Mensagem descartada."
|
||||
|
||||
@ -478,6 +496,7 @@ msgstr "Flood detectada; Mensagem descartada."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "O seu pedido parece automatizado; Mensagem descartada."
|
||||
|
||||
@ -485,6 +504,7 @@ msgstr "O seu pedido parece automatizado; Mensagem descartada."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Conteudo banal ou não original!"
|
||||
|
||||
@ -492,6 +512,7 @@ msgstr "Conteudo banal ou não original!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Conteudo banal! Foi silenciado por %d segundos."
|
||||
@ -500,6 +521,7 @@ msgstr "Conteudo banal! Foi silenciado por %d segundos."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Foi silenciado! Expira em %d segundos."
|
||||
@ -508,6 +530,7 @@ msgstr "Foi silenciado! Expira em %d segundos."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "O seu IP está listado em %s."
|
||||
@ -516,6 +539,7 @@ msgstr "O seu IP está listado em %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Demasiados links; flood detectada."
|
||||
|
||||
@ -523,6 +547,7 @@ msgstr "Demasiados links; flood detectada."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Demasiadas citações; mensagem descartada."
|
||||
|
||||
@ -530,6 +555,7 @@ msgstr "Demasiadas citações; mensagem descartada."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Demasiados links cruzados com outras boards; mensagem descartada."
|
||||
|
||||
@ -537,6 +563,7 @@ msgstr "Demasiados links cruzados com outras boards; mensagem descartada."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Não selecionou nada para eliminar"
|
||||
|
||||
@ -544,6 +571,7 @@ msgstr "Não selecionou nada para eliminar"
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Não selecionou nada para reportar."
|
||||
|
||||
@ -551,6 +579,7 @@ msgstr "Não selecionou nada para reportar."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Não pode reportar tantas mensagens ao mesmo tempo"
|
||||
|
||||
@ -558,6 +587,7 @@ msgstr "Não pode reportar tantas mensagens ao mesmo tempo"
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Password errada..."
|
||||
|
||||
@ -565,6 +595,7 @@ msgstr "Password errada..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Imagem invalida."
|
||||
|
||||
@ -572,6 +603,7 @@ msgstr "Imagem invalida."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Extenção de ficheiro desconhecida."
|
||||
|
||||
@ -579,6 +611,7 @@ msgstr "Extenção de ficheiro desconhecida."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Tamanho máximo de ficheiro: %maxsz% bytes<br>O tamanho do seu ficheiro: %filesz% bytes"
|
||||
|
||||
@ -586,6 +619,7 @@ msgstr "Tamanho máximo de ficheiro: %maxsz% bytes<br>O tamanho do seu ficheiro:
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "O ficheiro é demasiado grande."
|
||||
|
||||
@ -593,6 +627,7 @@ msgstr "O ficheiro é demasiado grande."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Esse ficheiro <a href=\"%s\">já existe</a>!"
|
||||
@ -601,6 +636,7 @@ msgstr "Esse ficheiro <a href=\"%s\">já existe</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Esse ficheiro <a href=\"%s\">já existe</a> nesta thread!"
|
||||
@ -609,6 +645,7 @@ msgstr "Esse ficheiro <a href=\"%s\">já existe</a> nesta thread!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Tem que esperar mais %s antes de eliminar isso."
|
||||
@ -617,6 +654,7 @@ msgstr "Tem que esperar mais %s antes de eliminar isso."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "MIME type detection XSS exploit (IE) detectado; mensagem descartada."
|
||||
|
||||
@ -624,6 +662,7 @@ msgstr "MIME type detection XSS exploit (IE) detectado; mensagem descartada."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "Não se percebe o URL do vídeo que tentou embutir."
|
||||
|
||||
@ -631,6 +670,7 @@ msgstr "Não se percebe o URL do vídeo que tentou embutir."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Enganou-se a escrever a verificação."
|
||||
|
||||
@ -639,6 +679,7 @@ msgstr "Enganou-se a escrever a verificação."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -649,6 +690,7 @@ msgstr "Só pode desbanir %s utilizadores ao mesmo tempo. Tentou desbanir %u uti
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Nome de utilizador ou password invalido/s"
|
||||
|
||||
@ -656,6 +698,7 @@ msgstr "Nome de utilizador ou password invalido/s"
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Não é um moderador..."
|
||||
|
||||
@ -663,6 +706,7 @@ msgstr "Não é um moderador..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -672,6 +716,7 @@ msgstr "Utilizador e/ou password invalido/s. O seu utilizador pode ter sido elim
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Cookies inválidos/mal-formados"
|
||||
|
||||
@ -679,6 +724,7 @@ msgstr "Cookies inválidos/mal-formados"
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "O seu browser não submeteu um input quando devia."
|
||||
|
||||
@ -686,6 +732,7 @@ msgstr "O seu browser não submeteu um input quando devia."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "O campo %s é requerido."
|
||||
@ -694,6 +741,7 @@ msgstr "O campo %s é requerido."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "O campo %s estava invalido."
|
||||
@ -702,6 +750,7 @@ msgstr "O campo %s estava invalido."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Já existe uma board %s."
|
||||
@ -710,6 +759,7 @@ msgstr "Já existe uma board %s."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Não tem permição para fazer isso"
|
||||
|
||||
@ -717,6 +767,7 @@ msgstr "Não tem permição para fazer isso"
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Essa mensagem não existe..."
|
||||
|
||||
@ -724,6 +775,7 @@ msgstr "Essa mensagem não existe..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Página não encontrada."
|
||||
|
||||
@ -731,6 +783,7 @@ msgstr "Página não encontrada."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Esse moderador <a href=\"?/users/%d\">já existe</a>!"
|
||||
@ -739,6 +792,7 @@ msgstr "Esse moderador <a href=\"?/users/%d\">já existe</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Esse tema não existe!"
|
||||
|
||||
@ -746,6 +800,7 @@ msgstr "Esse tema não existe!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Token de segurança invalido! Por favor volte atras e tente outra vez."
|
||||
|
||||
@ -759,6 +814,7 @@ msgstr "Token de segurança invalido! Por favor volte atras e tente outra vez."
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "UTILIZADOR FOI BANIDO POR ESTA MENSAGEM"
|
||||
|
||||
@ -849,6 +905,7 @@ msgstr "Diário de moderação"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -857,11 +914,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Novo ban"
|
||||
|
||||
#: ../../../../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 "Lista de bans"
|
||||
|
||||
@ -869,17 +928,19 @@ msgstr "Lista de bans"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Mover resposta"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Board alvo e fonte são as mesmas."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Impossivel mover thread; só existe uma board."
|
||||
|
||||
@ -887,6 +948,7 @@ msgstr "Impossivel mover thread; só existe uma board."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Mover thread"
|
||||
|
||||
@ -942,55 +1004,65 @@ msgstr "Lista de reportes"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Editor de configurações"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Diretorio de temas não existe!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Não é possivel abrir o diretorio de teams; reveja as permissões."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Administrar temas"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Tema instalado: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Configurando tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Reconstruir tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Debug: Anti-spam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Debug: mensagens recentes"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Debug: SQL"
|
||||
|
||||
@ -1058,6 +1130,8 @@ msgstr "Eliminar Mensagem"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1293,6 +1367,7 @@ msgstr "Imagem spoiler"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Responder"
|
||||
|
||||
@ -1304,6 +1379,7 @@ msgstr "Responder"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Ver todo"
|
||||
|
||||
@ -1315,6 +1391,7 @@ msgstr "Ver todo"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Ultima 1 Mensagem"
|
||||
@ -1328,6 +1405,7 @@ msgstr[1] "Ultimas %count% Mensagens"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "1 mensagem"
|
||||
@ -1342,6 +1420,7 @@ msgstr[1] "%count% mensagens"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "e"
|
||||
|
||||
@ -1353,6 +1432,7 @@ msgstr "e"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 resposta com imagem"
|
||||
@ -1366,6 +1446,7 @@ msgstr[1] "%count% respostas com imagem"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "omitidas. Clique em responder para ver."
|
||||
|
||||
@ -1570,6 +1651,8 @@ msgstr ""
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1614,6 +1697,8 @@ msgstr ""
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1658,6 +1743,8 @@ msgstr ""
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1767,13 +1854,14 @@ msgstr ""
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr ""
|
||||
|
||||
@ -1788,14 +1876,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1879,7 +1967,7 @@ msgstr ""
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr ""
|
||||
|
||||
@ -3042,7 +3130,7 @@ msgstr ""
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr ""
|
||||
@ -3054,6 +3142,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3068,6 +3157,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3090,6 +3181,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3103,6 +3196,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3116,6 +3211,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3185,20 +3282,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3215,3 +3314,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -10,8 +10,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -253,6 +253,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Каталог"
|
||||
|
||||
@ -607,16 +609,19 @@ msgid "Tree view"
|
||||
msgstr "Просмотр дерева"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Сжать все изображения"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Анимированная gif-ка"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Не анимированная gif-ка"
|
||||
|
||||
@ -719,3 +724,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -13,9 +13,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 07:40+0000\n"
|
||||
"Last-Translator: Zhargal Sambuev <hello@sambuev.com>\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\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"
|
||||
@ -235,7 +235,7 @@ msgstr "*** Переместить ответ на другую доску"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Редактировать пост"
|
||||
|
||||
@ -343,6 +343,7 @@ msgstr "Вы получили мут за неоригинальный конт
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Новый тред"
|
||||
|
||||
@ -350,6 +351,7 @@ msgstr "Новый тред"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Новый ответ"
|
||||
|
||||
@ -358,6 +360,7 @@ msgstr "Новый ответ"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -383,6 +386,7 @@ msgstr "Луркай еще немного, прежде чем отправля
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Ты похож на бота."
|
||||
|
||||
@ -390,6 +394,7 @@ msgstr "Ты похож на бота."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Твой браузер послал ошибочный HTTP referer. Ну или совсем его не отправил."
|
||||
|
||||
@ -397,6 +402,7 @@ msgstr "Твой браузер послал ошибочный HTTP referer. Н
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "Поле %s слишком длинное."
|
||||
@ -405,6 +411,7 @@ msgstr "Поле %s слишком длинное."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Содержимое очень большое."
|
||||
|
||||
@ -412,6 +419,7 @@ msgstr "Содержимое очень большое."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Содержимое очень короткое или отсутствует"
|
||||
|
||||
@ -419,6 +427,7 @@ msgstr "Содержимое очень короткое или отсутств
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Ты должен загрузить изображение."
|
||||
|
||||
@ -426,6 +435,7 @@ msgstr "Ты должен загрузить изображение."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Произошла ошибка при загрузке файла на сервер."
|
||||
|
||||
@ -433,6 +443,7 @@ msgstr "Произошла ошибка при загрузке файла на
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Не поддерживаемый формат изображения."
|
||||
|
||||
@ -440,6 +451,7 @@ msgstr "Не поддерживаемый формат изображения."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Неверная доска."
|
||||
|
||||
@ -447,6 +459,7 @@ msgstr "Неверная доска."
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Данного треда не существует."
|
||||
|
||||
@ -454,6 +467,7 @@ msgstr "Данного треда не существует."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Тред закрыт. Ты не можешь писать сюда."
|
||||
|
||||
@ -461,6 +475,7 @@ msgstr "Тред закрыт. Ты не можешь писать сюда."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Тред достиг максимального количества ответов."
|
||||
|
||||
@ -468,6 +483,7 @@ msgstr "Тред достиг максимального количества о
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Тред достиг максимального количества изображений."
|
||||
|
||||
@ -475,6 +491,7 @@ msgstr "Тред достиг максимального количества и
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Ты не можешь создать тред."
|
||||
|
||||
@ -482,6 +499,7 @@ msgstr "Ты не можешь создать тред."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Обнаружен флуд. Пост отклонен."
|
||||
|
||||
@ -489,6 +507,7 @@ msgstr "Обнаружен флуд. Пост отклонен."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Ваш запрос похож на автоматический. Пост отклонен."
|
||||
|
||||
@ -496,6 +515,7 @@ msgstr "Ваш запрос похож на автоматический. Пос
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Не оригинальный контент."
|
||||
|
||||
@ -503,6 +523,7 @@ msgstr "Не оригинальный контент."
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Не оригинальный контент. Кляп на %d секунд."
|
||||
@ -511,6 +532,7 @@ msgstr "Не оригинальный контент. Кляп на %d секу
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Вы получили мут! Мут будет снят через %d секунд"
|
||||
@ -519,6 +541,7 @@ msgstr "Вы получили мут! Мут будет снят через %d
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Ваш айпи адрес числится в %s."
|
||||
@ -527,6 +550,7 @@ msgstr "Ваш айпи адрес числится в %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Слишком много ссылок. Обнаружен флуд."
|
||||
|
||||
@ -534,6 +558,7 @@ msgstr "Слишком много ссылок. Обнаружен флуд."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Слишком много цитат; Пост отклонён."
|
||||
|
||||
@ -541,6 +566,7 @@ msgstr "Слишком много цитат; Пост отклонён."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Слишком много отсылок на доски. Отклонено."
|
||||
|
||||
@ -548,6 +574,7 @@ msgstr "Слишком много отсылок на доски. Отклоне
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Ты не выбрал ничего для удаления."
|
||||
|
||||
@ -555,6 +582,7 @@ msgstr "Ты не выбрал ничего для удаления."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Ты ничего не выбрал для жалобы."
|
||||
|
||||
@ -562,6 +590,7 @@ msgstr "Ты ничего не выбрал для жалобы."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Вы не можете пожаловаться на столько постов за раз."
|
||||
|
||||
@ -569,6 +598,7 @@ msgstr "Вы не можете пожаловаться на столько по
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Ошибка пароля. "
|
||||
|
||||
@ -576,6 +606,7 @@ msgstr "Ошибка пароля. "
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Неверное изображение"
|
||||
|
||||
@ -583,6 +614,7 @@ msgstr "Неверное изображение"
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Неизвестное расширение файла."
|
||||
|
||||
@ -590,6 +622,7 @@ msgstr "Неизвестное расширение файла."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Максимальный размер файла: %maxsz% байт<br> А твой файл: %filesz% байт."
|
||||
|
||||
@ -597,6 +630,7 @@ msgstr "Максимальный размер файла: %maxsz% байт<br>
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Этот файл слишком большой."
|
||||
|
||||
@ -604,6 +638,7 @@ msgstr "Этот файл слишком большой."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Этот файл <a href=\"%s\">уже существует</a>!"
|
||||
@ -612,6 +647,7 @@ msgstr "Этот файл <a href=\"%s\">уже существует</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Этот файл <a href=\"%s\">уже существует</a> в этом треде."
|
||||
@ -620,6 +656,7 @@ msgstr "Этот файл <a href=\"%s\">уже существует</a> в эт
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Вам нужно подождать еще %s перед удалением"
|
||||
@ -628,6 +665,7 @@ msgstr "Вам нужно подождать еще %s перед удалени
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "Обнаружен XSS (IE). Пост отклонен."
|
||||
|
||||
@ -635,6 +673,7 @@ msgstr "Обнаружен XSS (IE). Пост отклонен."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "Не могу понять, что за ссылку вы пытаетесь добавить"
|
||||
|
||||
@ -642,6 +681,7 @@ msgstr "Не могу понять, что за ссылку вы пытаете
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Вы ошиблись при вводе капчи."
|
||||
|
||||
@ -650,6 +690,7 @@ msgstr "Вы ошиблись при вводе капчи."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -660,6 +701,7 @@ msgstr "Вам разрешено разбанивать %s пользовате
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Ошибочный логин и\\или пароль."
|
||||
|
||||
@ -667,6 +709,7 @@ msgstr "Ошибочный логин и\\или пароль."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Ты не модератор..."
|
||||
|
||||
@ -674,6 +717,7 @@ msgstr "Ты не модератор..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -683,6 +727,7 @@ msgstr "Неправильный логин или пароль. Ваш поль
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Неверные/испорченные куки."
|
||||
|
||||
@ -690,6 +735,7 @@ msgstr "Неверные/испорченные куки."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Твой браузер не отправляет нужных данных, а должен."
|
||||
|
||||
@ -697,6 +743,7 @@ msgstr "Твой браузер не отправляет нужных данн
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "Необходимо заполнить поле %s"
|
||||
@ -705,6 +752,7 @@ msgstr "Необходимо заполнить поле %s"
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "Поле %s заполнено с ошибкой. "
|
||||
@ -713,6 +761,7 @@ msgstr "Поле %s заполнено с ошибкой. "
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Доска %s уже существует."
|
||||
@ -721,6 +770,7 @@ msgstr "Доска %s уже существует."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "У тебя нет прав для этого."
|
||||
|
||||
@ -728,6 +778,7 @@ msgstr "У тебя нет прав для этого."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Такого поста не существует."
|
||||
|
||||
@ -735,6 +786,7 @@ msgstr "Такого поста не существует."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Страница не найдена."
|
||||
|
||||
@ -742,6 +794,7 @@ msgstr "Страница не найдена."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Этот модератор <a href=\"?/users/%d\">уже есть!</a>!"
|
||||
@ -750,6 +803,7 @@ msgstr "Этот модератор <a href=\"?/users/%d\">уже есть!</a>!
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Этой темы не существует."
|
||||
|
||||
@ -757,6 +811,7 @@ msgstr "Этой темы не существует."
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Ошибка безопасности. Вернись назад и попробуй снова."
|
||||
|
||||
@ -770,6 +825,7 @@ msgstr "Ошибка безопасности. Вернись назад и по
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "АВТОР ЭТОГО ПОСТА ЗАБЛОКИРОВАН"
|
||||
|
||||
@ -860,6 +916,7 @@ msgstr "Логи модерации"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -868,11 +925,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Забанить"
|
||||
|
||||
#: ../../../../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 "Банлист"
|
||||
|
||||
@ -880,17 +939,19 @@ msgstr "Банлист"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Переместить ответ"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Целевая и текущая доска одинаковы."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Невозможно переместить тред; здесь только одна доска."
|
||||
|
||||
@ -898,6 +959,7 @@ msgstr "Невозможно переместить тред; здесь тол
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Переместить тред"
|
||||
|
||||
@ -953,55 +1015,65 @@ msgstr "Очередь жалоб"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Редактор настроек"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Директории с темами не существует!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Не получается открыть директорию с шаблонами; проверьте права доступа."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Управлять шаблонами"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Используемая тема: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Настроить тему: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Ребилд темы: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Debug: Анти-спам"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Debug: Recent posts"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Debug: SQL"
|
||||
|
||||
@ -1069,6 +1141,8 @@ msgstr "удалить пост"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1305,6 +1379,7 @@ msgstr "Картинка-спойлер"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Ответить"
|
||||
|
||||
@ -1316,6 +1391,7 @@ msgstr "Ответить"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Показать все"
|
||||
|
||||
@ -1327,6 +1403,7 @@ msgstr "Показать все"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Последний пост"
|
||||
@ -1341,6 +1418,7 @@ msgstr[2] "Последние %count% постов"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "%count% пост"
|
||||
@ -1356,6 +1434,7 @@ msgstr[2] "%count% постов"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "и"
|
||||
|
||||
@ -1367,6 +1446,7 @@ msgstr "и"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "%count% ответ с картинкой"
|
||||
@ -1381,6 +1461,7 @@ msgstr[2] "%count% ответов с картинкой"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "обрезан. Нажмите ответить, чтобы просмотреть полностью."
|
||||
|
||||
@ -1585,6 +1666,8 @@ msgstr "Флаги"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1629,6 +1712,8 @@ msgstr "Sticky"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1673,6 +1758,8 @@ msgstr "Lock"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1783,13 +1870,14 @@ msgstr "Нет результатов"
|
||||
msgid "Search"
|
||||
msgstr "Поиск"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Жалоб на баны нет!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Жалобы на несправедливые баны"
|
||||
|
||||
@ -1804,14 +1892,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Невозможно повысить/понизить пользователя."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Debug: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1895,7 +1983,7 @@ msgstr "Анти-спам"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Новые посты"
|
||||
|
||||
@ -3058,7 +3146,7 @@ msgstr "Ничего"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Перемещено в %s."
|
||||
@ -3070,6 +3158,7 @@ msgid ""
|
||||
msgstr "Не могу создать тему Недавних Сообщений, потому что нет досок для использования"
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr "Вы попытались загрузить слишком много изображений"
|
||||
|
||||
@ -3084,6 +3173,8 @@ msgstr "Заспойлерить файл"
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3106,6 +3197,8 @@ msgstr "Последний ответ"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3119,6 +3212,8 @@ msgstr "Дата создания"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3132,6 +3227,8 @@ msgstr "Количество ответов"
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3201,20 +3298,22 @@ msgstr "Не могу соортинтировать картинку!"
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr "Немогу найти EXIF информацию!"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr "Проблема обработки вашего webm"
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr "Некорректый webm закачан"
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr "Закачаный webm не дольше чем"
|
||||
|
||||
@ -3231,3 +3330,7 @@ msgstr "Не показывать мои флаги"
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr "Очень мало"
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/sk_SK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -251,6 +251,8 @@ msgstr "So"
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalóg"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr "Zobraziť ako strom"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Zmenšiť všetky obrázky"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animovať GIFy"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Neanimovať GIFy"
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/sk_SK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -230,7 +230,7 @@ msgstr "Presunúť odpoveď do inej dosky"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Upraviť príspevok"
|
||||
|
||||
@ -338,6 +338,7 @@ msgstr "Bol si zablokovaný pre neoriginálny obsah."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Nové vlákno"
|
||||
|
||||
@ -345,6 +346,7 @@ msgstr "Nové vlákno"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Odpoveď"
|
||||
|
||||
@ -353,6 +355,7 @@ msgstr "Odpoveď"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -378,6 +381,7 @@ msgstr "Ešte tu chvíľu slieď predtým, než budeš prispievať."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Vyzeráš ako bot."
|
||||
|
||||
@ -385,6 +389,7 @@ msgstr "Vyzeráš ako bot."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Tvoj prehliadač odoslal vadný alebo žiadny HTTP referer."
|
||||
|
||||
@ -392,6 +397,7 @@ msgstr "Tvoj prehliadač odoslal vadný alebo žiadny HTTP referer."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "Pole %s bolo príliš dlhé."
|
||||
@ -400,6 +406,7 @@ msgstr "Pole %s bolo príliš dlhé."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "Telo správy bolo príliš dlhé."
|
||||
|
||||
@ -407,6 +414,7 @@ msgstr "Telo správy bolo príliš dlhé."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "Telo správy bolo prikrátke alebo prázdne."
|
||||
|
||||
@ -414,6 +422,7 @@ msgstr "Telo správy bolo prikrátke alebo prázdne."
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Musíš odoslať obrázok."
|
||||
|
||||
@ -421,6 +430,7 @@ msgstr "Musíš odoslať obrázok."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Serveru sa nepodarilo poradiť si s Tvojím uploadom."
|
||||
|
||||
@ -428,6 +438,7 @@ msgstr "Serveru sa nepodarilo poradiť si s Tvojím uploadom."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Nepodporovaný formát súboru."
|
||||
|
||||
@ -435,6 +446,7 @@ msgstr "Nepodporovaný formát súboru."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Nesprávna doska!"
|
||||
|
||||
@ -442,6 +454,7 @@ msgstr "Nesprávna doska!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Špecifikované vlákno neexistuje."
|
||||
|
||||
@ -449,6 +462,7 @@ msgstr "Špecifikované vlákno neexistuje."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Zamknuté vlákno. Teraz nie je možné naň odpovedať."
|
||||
|
||||
@ -456,6 +470,7 @@ msgstr "Zamknuté vlákno. Teraz nie je možné naň odpovedať."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Vlákno dosiahlo svoj maximálny limit pre odpovede."
|
||||
|
||||
@ -463,6 +478,7 @@ msgstr "Vlákno dosiahlo svoj maximálny limit pre odpovede."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Vlákno dosiahlo svoj maximálny limit pre obrázky."
|
||||
|
||||
@ -470,6 +486,7 @@ msgstr "Vlákno dosiahlo svoj maximálny limit pre obrázky."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Príspevok nebol vytvorený."
|
||||
|
||||
@ -477,6 +494,7 @@ msgstr "Príspevok nebol vytvorený."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Detekovaný flood; Príspevok zrušený."
|
||||
|
||||
@ -484,6 +502,7 @@ msgstr "Detekovaný flood; Príspevok zrušený."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Požiadavka vyzerá byť automatizovaná; Príspevok zrušený."
|
||||
|
||||
@ -491,6 +510,7 @@ msgstr "Požiadavka vyzerá byť automatizovaná; Príspevok zrušený."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Neoriginálny obsah!"
|
||||
|
||||
@ -498,6 +518,7 @@ msgstr "Neoriginálny obsah!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Neoriginálny obsah! Bol si zablokovaný na %d sekúnd."
|
||||
@ -506,6 +527,7 @@ msgstr "Neoriginálny obsah! Bol si zablokovaný na %d sekúnd."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Si zablokovaný! Vyprší za %d sekúnd."
|
||||
@ -514,6 +536,7 @@ msgstr "Si zablokovaný! Vyprší za %d sekúnd."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "Tvoja IP je spomínaná v %s."
|
||||
@ -522,6 +545,7 @@ msgstr "Tvoja IP je spomínaná v %s."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Priveľa odkazov; Flood detekovaný."
|
||||
|
||||
@ -529,6 +553,7 @@ msgstr "Priveľa odkazov; Flood detekovaný."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Priveľa citátov; Príspevok zrušený."
|
||||
|
||||
@ -536,6 +561,7 @@ msgstr "Priveľa citátov; Príspevok zrušený."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Priveľa medzidoskových odkazov; Príspevok zrušený."
|
||||
|
||||
@ -543,6 +569,7 @@ msgstr "Priveľa medzidoskových odkazov; Príspevok zrušený."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Nevybral si nič pre odstránenie."
|
||||
|
||||
@ -550,6 +577,7 @@ msgstr "Nevybral si nič pre odstránenie."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Nevybral si nič pre nahlásenie."
|
||||
|
||||
@ -557,6 +585,7 @@ msgstr "Nevybral si nič pre nahlásenie."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Nie je možné nahlásiť tak veľa príspevkov naraz."
|
||||
|
||||
@ -564,6 +593,7 @@ msgstr "Nie je možné nahlásiť tak veľa príspevkov naraz."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Neplatné heslo…"
|
||||
|
||||
@ -571,6 +601,7 @@ msgstr "Neplatné heslo…"
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Neplatný obrázok."
|
||||
|
||||
@ -578,6 +609,7 @@ msgstr "Neplatný obrázok."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Neznámy formát súboru."
|
||||
|
||||
@ -585,6 +617,7 @@ msgstr "Neznámy formát súboru."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Maximálna veľkosť súboru: %maxsz% bajtov<br>Veľkosť Tvojho súboru: %filesz% bajtov."
|
||||
|
||||
@ -592,6 +625,7 @@ msgstr "Maximálna veľkosť súboru: %maxsz% bajtov<br>Veľkosť Tvojho súboru
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Súbor bol príliš veľký."
|
||||
|
||||
@ -599,6 +633,7 @@ msgstr "Súbor bol príliš veľký."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "Súbor <a href=\"%s\">už existuje</a>!"
|
||||
@ -607,6 +642,7 @@ msgstr "Súbor <a href=\"%s\">už existuje</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "Tento súbor <a href=\"%s\">už existuje</a> v tomto vlákne!"
|
||||
@ -615,6 +651,7 @@ msgstr "Tento súbor <a href=\"%s\">už existuje</a> v tomto vlákne!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Budeš musieť čakať ešte %s než to odstrániš."
|
||||
@ -623,6 +660,7 @@ msgstr "Budeš musieť čakať ešte %s než to odstrániš."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "XSS exploit detekcie MIME typu (IE) detekovaný; Post zrušený."
|
||||
|
||||
@ -630,6 +668,7 @@ msgstr "XSS exploit detekcie MIME typu (IE) detekovaný; Post zrušený."
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
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."
|
||||
|
||||
@ -637,6 +676,7 @@ msgstr "Nie je možné správne vložiť zadané video."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Vyzerá to, že bola zle opísaná verifikácia."
|
||||
|
||||
@ -645,6 +685,7 @@ msgstr "Vyzerá to, že bola zle opísaná verifikácia."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -655,6 +696,7 @@ msgstr "Môžeš naraz odbanovať iba %s užívateľov. Snažil si sa odbanovať
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Neplatné užívateľské meno a/alebo heslo."
|
||||
|
||||
@ -662,6 +704,7 @@ msgstr "Neplatné užívateľské meno a/alebo heslo."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Niesi moderátor…"
|
||||
|
||||
@ -669,6 +712,7 @@ msgstr "Niesi moderátor…"
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -678,6 +722,7 @@ msgstr "Neplatné užívateľské meno a/alebo heslo. Tvoj účet mohol byť zme
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Neplatné/modifikované cookies."
|
||||
|
||||
@ -685,6 +730,7 @@ msgstr "Neplatné/modifikované cookies."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Tvoj prehliadač neodovzdal vstup vtedy, kedy mal."
|
||||
|
||||
@ -692,6 +738,7 @@ msgstr "Tvoj prehliadač neodovzdal vstup vtedy, kedy mal."
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "Pole %s je povinné."
|
||||
@ -700,6 +747,7 @@ msgstr "Pole %s je povinné."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "Pole %s je neplatné."
|
||||
@ -708,6 +756,7 @@ msgstr "Pole %s je neplatné."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Doska %s už existuje."
|
||||
@ -716,6 +765,7 @@ msgstr "Doska %s už existuje."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Nemáš na to povolenie."
|
||||
|
||||
@ -723,6 +773,7 @@ msgstr "Nemáš na to povolenie."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Príspevok neexistuje…"
|
||||
|
||||
@ -730,6 +781,7 @@ msgstr "Príspevok neexistuje…"
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Stránka nebola nájdená."
|
||||
|
||||
@ -737,6 +789,7 @@ msgstr "Stránka nebola nájdená."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "Moderátor <a href=\"?/users/%d\">už existuje</a>!"
|
||||
@ -745,6 +798,7 @@ msgstr "Moderátor <a href=\"?/users/%d\">už existuje</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Zadaná téma neexistuje!"
|
||||
|
||||
@ -752,6 +806,7 @@ msgstr "Zadaná téma neexistuje!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Neplatný bezpečnostný token! Prosím, vráť sa a skús to znova."
|
||||
|
||||
@ -765,6 +820,7 @@ msgstr "Neplatný bezpečnostný token! Prosím, vráť sa a skús to znova."
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "UŽÍVATEĽ BOL ZA TENTO PRÍSPEVOK ZABANOVANÝ"
|
||||
|
||||
@ -855,6 +911,7 @@ msgstr "Log moderácie"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -863,11 +920,13 @@ msgstr "IP adresa"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Nový ban"
|
||||
|
||||
#: ../../../../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"
|
||||
|
||||
@ -875,17 +934,19 @@ msgstr "Zoznam banov"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Presunúť odpoveď"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Cieľová a zdrojová doska sú rovnaké."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Nie je možné presunúť vlákno; existuje iba jedna doska."
|
||||
|
||||
@ -893,6 +954,7 @@ msgstr "Nie je možné presunúť vlákno; existuje iba jedna doska."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Presunúť vlákno"
|
||||
|
||||
@ -948,55 +1010,65 @@ msgstr "Front nahlásení"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Editor konfigurácie"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Adresár \"themes\" neexistuje!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Nebolo možné otvoriť adresár \"themes\"; skontroluj oprávnenia."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Spravovať témy"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Téma %s bola nainštalovaná"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Konfigurovanie témy: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Prestavaná téma: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Debug: Antispam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Debug: Posledné príspevky"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Debug: SQL"
|
||||
|
||||
@ -1064,6 +1136,8 @@ msgstr "Odstrániť príspevok"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1300,6 +1374,7 @@ msgstr "Skrytý obrázok"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Odpoveď"
|
||||
|
||||
@ -1311,6 +1386,7 @@ msgstr "Odpoveď"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Zobraziť všetko"
|
||||
|
||||
@ -1322,6 +1398,7 @@ msgstr "Zobraziť všetko"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Posledný 1 príspevok"
|
||||
@ -1336,6 +1413,7 @@ msgstr[2] "Posledných %count% príspevkov"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "1 príspevok"
|
||||
@ -1351,6 +1429,7 @@ msgstr[2] "%count% príspevkov"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "a"
|
||||
|
||||
@ -1362,6 +1441,7 @@ msgstr "a"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "1 príspevok s obrázkom"
|
||||
@ -1376,6 +1456,7 @@ msgstr[2] "%count% príspevkov s obrázkom"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "skrytých. Klikni na Odpoveď pre ich zobrazenie."
|
||||
|
||||
@ -1580,6 +1661,8 @@ msgstr "Vlajky"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1624,6 +1707,8 @@ msgstr "Pripnuté"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1668,6 +1753,8 @@ msgstr "Zamknuté"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1778,13 +1865,14 @@ msgstr "Žiadne výsledky."
|
||||
msgid "Search"
|
||||
msgstr "Hľadať"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Odvolanie sa na ban nebolo nájdené!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Odvolania sa na ban"
|
||||
|
||||
@ -1799,14 +1887,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Nie je možné povýšiť/degradovať užívateľa."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Debug: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1890,7 +1978,7 @@ msgstr "Antispam"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Posledné príspevky"
|
||||
|
||||
@ -3053,7 +3141,7 @@ msgstr "Žiadna"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "Presunuté do %s"
|
||||
@ -3065,6 +3153,7 @@ msgid ""
|
||||
msgstr "Nieje možné zostaviť tému RecentPosts pretože neexistujú žiadne dosky, ktoré by mohla čítať."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr "Pokúsil si sa odoslať priveľa súborov!"
|
||||
|
||||
@ -3079,6 +3168,8 @@ msgstr "Skrytý súbor"
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3101,6 +3192,8 @@ msgstr "Poslednej odpovede"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3114,6 +3207,8 @@ msgstr "Dátumu vytvorenia"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3127,6 +3222,8 @@ msgstr "Počtu odpovedí"
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3196,20 +3293,22 @@ msgstr "Nebolo možné automaticky otočiť obrázok!"
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr "Nebolo možné odstrániť EXIF metadáta!"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3226,3 +3325,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
1
inc/locale/sv_SE/LC_MESSAGES/javascript.js
Normal file
1
inc/locale/sv_SE/LC_MESSAGES/javascript.js
Normal file
File diff suppressed because one or more lines are too long
732
inc/locale/sv_SE/LC_MESSAGES/javascript.po
Normal file
732
inc/locale/sv_SE/LC_MESSAGES/javascript.po
Normal file
@ -0,0 +1,732 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Henning Bollmark <hammerandcykel@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/sv_SE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: sv_SE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41
|
||||
msgid "Style: "
|
||||
msgstr "Stil:"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Fil"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51
|
||||
msgid "hide"
|
||||
msgstr "dölj"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "visa"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/toggle-locked-threads.js:53
|
||||
#: ../../../../js/toggle-locked-threads.js:70
|
||||
msgid "Show locked threads"
|
||||
msgstr "Visa låsta trådar"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/toggle-locked-threads.js:44
|
||||
#: ../../../../js/toggle-locked-threads.js:53
|
||||
#: ../../../../js/toggle-locked-threads.js:70
|
||||
msgid "Hide locked threads"
|
||||
msgstr "Dölj låsta trådar"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Välj"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Remote"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Bädda in"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42
|
||||
#: ../../../../js/toggle-images.js:45
|
||||
msgid "hidden"
|
||||
msgstr "dolda"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:86
|
||||
msgid "Show images"
|
||||
msgstr "Visa bilder"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
#: ../../../../js/toggle-images.js:63 ../../../../js/toggle-images.js:86
|
||||
msgid "Hide images"
|
||||
msgstr "Dölj bilder"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:27
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
msgid "Password"
|
||||
msgstr "Lösenord"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
msgid "Delete file only"
|
||||
msgstr "Radera bara fil"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
#: ../../../../js/quick-post-controls.js:33
|
||||
msgid "Delete"
|
||||
msgstr "Radera"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:35
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
msgid "Reason"
|
||||
msgstr "Anledning"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
#: ../../../../js/quick-post-controls.js:39
|
||||
msgid "Report"
|
||||
msgstr "Rapportera"
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
msgid "Click reply to view."
|
||||
msgstr "Klicka svara för att visa."
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
#: ../../../../js/live-index.js:72 ../../../../js/live-index.js:83
|
||||
msgid "Click to expand"
|
||||
msgstr "Klicka för att förstora"
|
||||
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
#: ../../../../js/expand.js:50
|
||||
msgid "Hide expanded replies"
|
||||
msgstr "Dölj expanderade svar"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
msgstr "Penselstorlek"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Set text"
|
||||
msgstr "Skriv text"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Clear"
|
||||
msgstr "Rensa"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Save"
|
||||
msgstr "Spara"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Load"
|
||||
msgstr "Ladda"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Toggle eraser"
|
||||
msgstr "Välj suddgummi"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Get color"
|
||||
msgstr "Färg"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Fill"
|
||||
msgstr "Fyll"
|
||||
|
||||
#: ../../../../js/oekaki.js:12
|
||||
msgid "Use oekaki instead of file?"
|
||||
msgstr "Använd oekaki istället för fil?"
|
||||
|
||||
#: ../../../../js/oekaki.js:21
|
||||
msgid "Edit in oekaki"
|
||||
msgstr "Redigera i oekaki"
|
||||
|
||||
#: ../../../../js/oekaki.js:152
|
||||
msgid "Enter some text"
|
||||
msgstr "Skriv text"
|
||||
|
||||
#: ../../../../js/oekaki.js:153
|
||||
msgid "Enter font or leave empty"
|
||||
msgstr "Välj typsnitt eller lämna tomt"
|
||||
|
||||
#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65
|
||||
#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60
|
||||
#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70
|
||||
#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67
|
||||
#: ../../../../js/forced-anon.js:71 ../../../../js/forced-anon.js:73
|
||||
#: ../../../../js/forced-anon.js:81 ../../../../js/forced-anon.js:85
|
||||
msgid "Forced anonymity"
|
||||
msgstr "Tvungen anonymitet"
|
||||
|
||||
#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65
|
||||
#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66
|
||||
#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67
|
||||
#: ../../../../js/forced-anon.js:73 ../../../../js/forced-anon.js:81
|
||||
msgid "enabled"
|
||||
msgstr "på"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/forced-anon.js:73 ../../../../js/forced-anon.js:85
|
||||
msgid "disabled"
|
||||
msgstr "av"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sun"
|
||||
msgstr "Söndag"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Mon"
|
||||
msgstr "Måndag"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Tue"
|
||||
msgstr "Tisdag"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Wed"
|
||||
msgstr "Onsdag"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Thu"
|
||||
msgstr "Torsdag"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Fri"
|
||||
msgstr "Fredag"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sat"
|
||||
msgstr "Lördag"
|
||||
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalog"
|
||||
|
||||
#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21
|
||||
#: ../../../../js/quick-reply-old.js:23
|
||||
msgid "Submit"
|
||||
msgstr "Skicka"
|
||||
|
||||
#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31
|
||||
#: ../../../../js/quick-reply-old.js:33
|
||||
msgid "Quick reply"
|
||||
msgstr "Snabbsvar"
|
||||
|
||||
#: ../../../../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 <small>>>{0}</small>"
|
||||
msgstr "Posting mode: Replying to <small>>>{0}</small>"
|
||||
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
msgid "Return"
|
||||
msgstr "Tillbaka"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Visa alla bilder"
|
||||
|
||||
#: ../../../../templates/main.js:6
|
||||
msgid "Hello!"
|
||||
msgstr "Tjabba tjena hallå!"
|
||||
|
||||
#: ../../../../templates/main.js:18
|
||||
#, python-brace-format
|
||||
msgid "{0} users"
|
||||
msgstr "{0} användare"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:28
|
||||
#: ../../../../templates/themes/ukko/ukko.js:39
|
||||
#: ../../../../templates/themes/ukko/ukko.js:29
|
||||
#: ../../../../templates/themes/ukko/ukko.js:40
|
||||
#: ../../../../templates/themes/ukko/ukko.js:52
|
||||
#: ../../../../templates/themes/ukko/ukko.js:63
|
||||
msgid "(hide threads from this board)"
|
||||
msgstr "(dölj trådar från denna 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
|
||||
#: ../../../../templates/themes/ukko/ukko.js:56
|
||||
#: ../../../../templates/themes/ukko/ukko.js:68
|
||||
msgid "(show threads from this board)"
|
||||
msgstr "(visa trådar från denna board)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:57
|
||||
#: ../../../../templates/themes/ukko/ukko.js:58
|
||||
#: ../../../../templates/themes/ukko/ukko.js:81
|
||||
msgid "No more threads to display"
|
||||
msgstr "Inga fler trådar att visa"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:79
|
||||
#: ../../../../templates/themes/ukko/ukko.js:80
|
||||
#: ../../../../templates/themes/ukko/ukko.js:103
|
||||
msgid "Loading..."
|
||||
msgstr "Laddar..."
|
||||
|
||||
#: ../../../../js/download-original.js:32
|
||||
#: ../../../../js/download-original.js:33
|
||||
msgid "Save as original filename"
|
||||
msgstr "Spara som originalfilnamn"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:43
|
||||
msgid "Reported post(s)."
|
||||
msgstr "Anmälda post(er)."
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:53
|
||||
msgid "An unknown error occured!"
|
||||
msgstr "Ett oväntat fel har inträffat! Ring polisen!"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:60
|
||||
msgid "Something went wrong... An unknown error occured!"
|
||||
msgstr "Något gick fel... Ett oväntat fel har inträffat!"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:68
|
||||
msgid "Working..."
|
||||
msgstr "Arbetar..."
|
||||
|
||||
#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45
|
||||
msgid "Posting... (#%)"
|
||||
msgstr "Skickar... (#%)"
|
||||
|
||||
#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109
|
||||
msgid "Posted..."
|
||||
msgstr "Skickat..."
|
||||
|
||||
#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111
|
||||
msgid "An unknown error occured when posting!"
|
||||
msgstr "Ett oväntat fel uppkom vid skickande!"
|
||||
|
||||
#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135
|
||||
msgid "Posting..."
|
||||
msgstr "Skickar..."
|
||||
|
||||
#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224
|
||||
#: ../../../../js/quick-reply.js:225
|
||||
msgid "Upload URL"
|
||||
msgstr "Ladda upp URL"
|
||||
|
||||
#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267
|
||||
#: ../../../../js/quick-reply.js:268
|
||||
msgid "Spoiler Image"
|
||||
msgstr "Spoiler Bild"
|
||||
|
||||
#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278
|
||||
#: ../../../../js/quick-reply.js:279 ../../../../js/quick-reply.js:281
|
||||
msgid "Comment"
|
||||
msgstr "Kommentar"
|
||||
|
||||
#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406
|
||||
#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407
|
||||
#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408
|
||||
#: ../../../../js/quick-reply.js:289 ../../../../js/quick-reply.js:410
|
||||
msgid "Quick Reply"
|
||||
msgstr "Snabbsvar"
|
||||
|
||||
#: ../../../../js/watch.js:249 ../../../../js/watch.js:250
|
||||
#: ../../../../js/watch.js:288 ../../../../js/watch.js:289
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
msgid "Stop watching this thread"
|
||||
msgstr "Sluta följa denna tråd"
|
||||
|
||||
#: ../../../../js/watch.js:249 ../../../../js/watch.js:250
|
||||
#: ../../../../js/watch.js:288 ../../../../js/watch.js:289
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
#: ../../../../js/watch.js:361 ../../../../js/watch.js:362
|
||||
msgid "Watch this thread"
|
||||
msgstr "Följ denna tråd"
|
||||
|
||||
#: ../../../../js/watch.js:260 ../../../../js/watch.js:261
|
||||
#: ../../../../js/watch.js:269 ../../../../js/watch.js:299
|
||||
#: ../../../../js/watch.js:300 ../../../../js/watch.js:308
|
||||
#: ../../../../js/watch.js:341 ../../../../js/watch.js:342
|
||||
#: ../../../../js/watch.js:350 ../../../../js/watch.js:372
|
||||
#: ../../../../js/watch.js:373 ../../../../js/watch.js:381
|
||||
msgid "Unpin this board"
|
||||
msgstr "Avpinna denna tråd"
|
||||
|
||||
#: ../../../../js/watch.js:260 ../../../../js/watch.js:261
|
||||
#: ../../../../js/watch.js:269 ../../../../js/watch.js:299
|
||||
#: ../../../../js/watch.js:300 ../../../../js/watch.js:308
|
||||
#: ../../../../js/watch.js:341 ../../../../js/watch.js:342
|
||||
#: ../../../../js/watch.js:350 ../../../../js/watch.js:372
|
||||
#: ../../../../js/watch.js:373 ../../../../js/watch.js:381
|
||||
msgid "Pin this board"
|
||||
msgstr "Pinna denna tråd"
|
||||
|
||||
#: ../../../../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 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
msgid "Stop watching this board"
|
||||
msgstr "Sluta följa denna 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 ../../../../js/watch.js:374
|
||||
#: ../../../../js/watch.js:379 ../../../../js/watch.js:380
|
||||
msgid "Watch this board"
|
||||
msgstr "Följ denna board"
|
||||
|
||||
#: ../../../../js/wpaint.js:113
|
||||
msgid "Click on any image on this site to load it into oekaki applet"
|
||||
msgstr "Klicka på en bild på denna sida för att ladda in den i oekaki appleten"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Sunday"
|
||||
msgstr "Söndag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Monday"
|
||||
msgstr "Måndag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Tuesday"
|
||||
msgstr "Tisdag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Wednesday"
|
||||
msgstr "Onsdag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Thursday"
|
||||
msgstr "Torsdag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Friday"
|
||||
msgstr "FREDAG JAAAA"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Saturday"
|
||||
msgstr "Lördag"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "January"
|
||||
msgstr "Januari börjar året"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "February"
|
||||
msgstr "Februari kommer sen"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "March"
|
||||
msgstr "Mars"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "April"
|
||||
msgstr "April har knopp i håret"
|
||||
|
||||
#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32
|
||||
msgid "May"
|
||||
msgstr "Maj och"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "June"
|
||||
msgstr "Juni blommar mest"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "July"
|
||||
msgstr "Juli"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "August"
|
||||
msgstr "Augusti och"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "September"
|
||||
msgstr "Seheptember härlig sommar är det då, men"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "October"
|
||||
msgstr "Oktober och"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "November"
|
||||
msgstr "November och"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "December"
|
||||
msgstr "December är så grå"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jan"
|
||||
msgstr "Jan"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Feb"
|
||||
msgstr "Feb"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Mar"
|
||||
msgstr "Mar"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Apr"
|
||||
msgstr "Apr"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jun"
|
||||
msgstr "Jun"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jul"
|
||||
msgstr "Jul"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Aug"
|
||||
msgstr "Aug"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Sep"
|
||||
msgstr "Sep"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Oct"
|
||||
msgstr "Okt"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Nov"
|
||||
msgstr "Nov"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Dec"
|
||||
msgstr "Dec"
|
||||
|
||||
#: ../../../../js/local-time.js:33
|
||||
msgid "AM"
|
||||
msgstr "AM"
|
||||
|
||||
#: ../../../../js/local-time.js:34
|
||||
msgid "PM"
|
||||
msgstr "PM"
|
||||
|
||||
#: ../../../../js/local-time.js:35
|
||||
msgid "am"
|
||||
msgstr "am"
|
||||
|
||||
#: ../../../../js/local-time.js:36
|
||||
msgid "pm"
|
||||
msgstr "pm"
|
||||
|
||||
#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48
|
||||
msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Din webbläsare stödjer inte HTML5 video."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[spela en gång]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[loop]"
|
||||
|
||||
#: ../../../../js/webm-settings.js:42 ../../../../js/webm-settings.js:45
|
||||
msgid "WebM Settings"
|
||||
msgstr "WebM Inställningar"
|
||||
|
||||
#: ../../../../js/webm-settings.js:44 ../../../../js/webm-settings.js:54
|
||||
msgid "Expand videos inline"
|
||||
msgstr "Maximera videor inline"
|
||||
|
||||
#: ../../../../js/webm-settings.js:45 ../../../../js/webm-settings.js:55
|
||||
msgid "Play videos on hover"
|
||||
msgstr "Spela videor vid pekande"
|
||||
|
||||
#: ../../../../js/webm-settings.js:46 ../../../../js/webm-settings.js:56
|
||||
msgid "Default volume"
|
||||
msgstr "Standard volym"
|
||||
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Träd-vy"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "Krymp alla bilder"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animerade GIFs"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Oanimerade GIFs"
|
||||
|
||||
#: ../../../../js/webm-settings.js:41
|
||||
msgid "WebM"
|
||||
msgstr "WebM"
|
||||
|
||||
#: ../../../../js/live-index.js:25 ../../../../js/live-index.js:84
|
||||
msgid "No new posts."
|
||||
msgstr "Inga nya posts, >tfw"
|
||||
|
||||
#: ../../../../js/live-index.js:30 ../../../../js/live-index.js:73
|
||||
msgid "No new threads."
|
||||
msgstr "Inga nya trådar."
|
||||
|
||||
#: ../../../../js/live-index.js:72
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new threads."
|
||||
msgstr "Det finns {0} nya trådar."
|
||||
|
||||
#: ../../../../js/live-index.js:83
|
||||
#, python-brace-format
|
||||
msgid "There are {0} new posts in this thread."
|
||||
msgstr "Det finns {0} nya inlägg i denna tråd."
|
||||
|
||||
#: ../../../../js/options.js:106
|
||||
msgid "Options"
|
||||
msgstr "Inställningar"
|
||||
|
||||
#: ../../../../js/options/general.js:15
|
||||
msgid "General"
|
||||
msgstr "Allmänt"
|
||||
|
||||
#: ../../../../js/options/general.js:18
|
||||
msgid "Storage: "
|
||||
msgstr "Lager:"
|
||||
|
||||
#: ../../../../js/options/general.js:21
|
||||
msgid "Export"
|
||||
msgstr "Exportera"
|
||||
|
||||
#: ../../../../js/options/general.js:27
|
||||
msgid "Import"
|
||||
msgstr "Importera"
|
||||
|
||||
#: ../../../../js/options/general.js:28
|
||||
msgid "Paste your storage data"
|
||||
msgstr "Paste your storage data"
|
||||
|
||||
#: ../../../../js/options/general.js:40
|
||||
msgid "Erase"
|
||||
msgstr "Radera"
|
||||
|
||||
#: ../../../../js/options/general.js:41
|
||||
msgid ""
|
||||
"Are you sure you want to erase your storage? This involves your hidden "
|
||||
"threads, watched threads, post password and many more."
|
||||
msgstr "Vill du verkligen radera ditt lager? Det inkluderar dina dolda trådar, sedda trådar, inläggslösenord, din själ och mycket mer."
|
||||
|
||||
#: ../../../../js/options/user-css.js:14
|
||||
msgid "User CSS"
|
||||
msgstr "Användar CSS"
|
||||
|
||||
#: ../../../../js/options/user-css.js:23
|
||||
msgid "Update custom CSS"
|
||||
msgstr "Uppdatera custom CSS"
|
||||
|
||||
#: ../../../../js/options/user-css.js:45
|
||||
msgid "Enter here your own CSS rules..."
|
||||
msgstr "Skriv dina egna CSSregler här..."
|
||||
|
||||
#: ../../../../js/options/user-css.js:46
|
||||
msgid ""
|
||||
"If you want to make a redistributable style, be sure to\n"
|
||||
" have a Yotsuba B theme selected."
|
||||
msgstr "If you want to make a redistributable style, be sure to\nhave a Yotsuba B theme selected. "
|
||||
|
||||
#: ../../../../js/options/user-css.js:47
|
||||
msgid "You can include CSS files from remote servers, for example:"
|
||||
msgstr "Du kan inkludera CSSfiler från fjärran servrar, till exempel: "
|
||||
|
||||
#: ../../../../js/options/user-js.js:14
|
||||
msgid "User JS"
|
||||
msgstr "Användar JS"
|
||||
|
||||
#: ../../../../js/options/user-js.js:23
|
||||
msgid "Update custom Javascript"
|
||||
msgstr "Uppdatera custom Javascript"
|
||||
|
||||
#: ../../../../js/options/user-js.js:54
|
||||
msgid "Enter here your own Javascript code..."
|
||||
msgstr "Skriv din egen Javascriptkod här..."
|
||||
|
||||
#: ../../../../js/options/user-js.js:55
|
||||
msgid ""
|
||||
"Have a backup of your storage somewhere, as messing here\n"
|
||||
" may render you this website unusable."
|
||||
msgstr "Backupa ditt lager någonstans eftersom lallande här kan paja sidan."
|
||||
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr "Du kan inkludera JSfiler från fjärran servrar, till exempel:"
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
BIN
inc/locale/sv_SE/LC_MESSAGES/tinyboard.mo
Normal file
BIN
inc/locale/sv_SE/LC_MESSAGES/tinyboard.mo
Normal file
Binary file not shown.
3319
inc/locale/sv_SE/LC_MESSAGES/tinyboard.po
Normal file
3319
inc/locale/sv_SE/LC_MESSAGES/tinyboard.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/tr_TR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -251,6 +251,8 @@ msgstr "Cts"
|
||||
#: ../../../../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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "Katalog"
|
||||
|
||||
@ -605,16 +607,19 @@ msgid "Tree view"
|
||||
msgstr "Gezgin görünümü"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
||||
@ -717,3 +722,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/tr_TR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -218,7 +218,7 @@ msgstr "Cevabı başka tahtaya taşı"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "Girdiyi düzenle"
|
||||
|
||||
@ -326,6 +326,7 @@ msgstr "Özgün içerik koymamaktan susturuldunuz."
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "Yeni Konu"
|
||||
|
||||
@ -333,6 +334,7 @@ msgstr "Yeni Konu"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "Cevapla"
|
||||
|
||||
@ -341,6 +343,7 @@ msgstr "Cevapla"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -366,6 +369,7 @@ msgstr "Katılmadan önce biraz daha dolaşın bakalım."
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "Bot gibi duruyorsunuz burdan."
|
||||
|
||||
@ -373,6 +377,7 @@ msgstr "Bot gibi duruyorsunuz burdan."
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "Tarayıcınız geçersiz bir HTTP referansı yolladı."
|
||||
|
||||
@ -380,6 +385,7 @@ msgstr "Tarayıcınız geçersiz bir HTTP referansı yolladı."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "%s çok uzun."
|
||||
@ -388,6 +394,7 @@ msgstr "%s çok uzun."
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "İçerik çok uzun."
|
||||
|
||||
@ -395,6 +402,7 @@ msgstr "İçerik çok uzun."
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "İçerik çok kısa ya da bış"
|
||||
|
||||
@ -402,6 +410,7 @@ msgstr "İçerik çok kısa ya da bış"
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "Bir resim yüklemelisiniz."
|
||||
|
||||
@ -409,6 +418,7 @@ msgstr "Bir resim yüklemelisiniz."
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "Sunucumuz yüklemenizi kaldıramadı."
|
||||
|
||||
@ -416,6 +426,7 @@ msgstr "Sunucumuz yüklemenizi kaldıramadı."
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "Desteklenmeyen resim formatı."
|
||||
|
||||
@ -423,6 +434,7 @@ msgstr "Desteklenmeyen resim formatı."
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "Geçersiz tahta!"
|
||||
|
||||
@ -430,6 +442,7 @@ msgstr "Geçersiz tahta!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "Böyle bir konu yok."
|
||||
|
||||
@ -437,6 +450,7 @@ msgstr "Böyle bir konu yok."
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "Konu kilitlendi. Şu an cevaplayamassınız."
|
||||
|
||||
@ -444,6 +458,7 @@ msgstr "Konu kilitlendi. Şu an cevaplayamassınız."
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "Konu azami cevap sayısına ulaştı."
|
||||
|
||||
@ -451,6 +466,7 @@ msgstr "Konu azami cevap sayısına ulaştı."
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "Konu azami resim limitine ulaştı."
|
||||
|
||||
@ -458,6 +474,7 @@ msgstr "Konu azami resim limitine ulaştı."
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "Bi'şey yapmadınız."
|
||||
|
||||
@ -465,6 +482,7 @@ msgstr "Bi'şey yapmadınız."
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "Floodcu pezevenk."
|
||||
|
||||
@ -472,6 +490,7 @@ msgstr "Floodcu pezevenk."
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "Robot gibi görünüyorsunuz."
|
||||
|
||||
@ -479,6 +498,7 @@ msgstr "Robot gibi görünüyorsunuz."
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "Özgün olmayan içerik!"
|
||||
|
||||
@ -486,6 +506,7 @@ msgstr "Özgün olmayan içerik!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "Özgün olmayan içerik! %d saniye susturuldunuz."
|
||||
@ -494,6 +515,7 @@ msgstr "Özgün olmayan içerik! %d saniye susturuldunuz."
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "Susturuldunuz! %d saniyeye geçer."
|
||||
@ -502,6 +524,7 @@ msgstr "Susturuldunuz! %d saniyeye geçer."
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "IP adresiniz %s listesinde."
|
||||
@ -510,6 +533,7 @@ msgstr "IP adresiniz %s listesinde."
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "Çok fazla link var, flood gibi."
|
||||
|
||||
@ -517,6 +541,7 @@ msgstr "Çok fazla link var, flood gibi."
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "Çok fazla alıntı var."
|
||||
|
||||
@ -524,6 +549,7 @@ msgstr "Çok fazla alıntı var."
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "Çok fazla çapraz tahta linki."
|
||||
|
||||
@ -531,6 +557,7 @@ msgstr "Çok fazla çapraz tahta linki."
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "Silmek için bir şey seçmediniz."
|
||||
|
||||
@ -538,6 +565,7 @@ msgstr "Silmek için bir şey seçmediniz."
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "Şikayet edecek bir şey seçmediniz."
|
||||
|
||||
@ -545,6 +573,7 @@ msgstr "Şikayet edecek bir şey seçmediniz."
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "Bu kadar çok girdiyi bir kerede şikayet edemezsiniz."
|
||||
|
||||
@ -552,6 +581,7 @@ msgstr "Bu kadar çok girdiyi bir kerede şikayet edemezsiniz."
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "Yanlış şifre..."
|
||||
|
||||
@ -559,6 +589,7 @@ msgstr "Yanlış şifre..."
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "Geçersiz resim."
|
||||
|
||||
@ -566,6 +597,7 @@ msgstr "Geçersiz resim."
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "Bilinmeyen dosya uzantısı."
|
||||
|
||||
@ -573,6 +605,7 @@ msgstr "Bilinmeyen dosya uzantısı."
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "Azami dosya boyutu: %maxsz% byte <br> Dosyanızın boyutu %filesz% byte"
|
||||
|
||||
@ -580,6 +613,7 @@ msgstr "Azami dosya boyutu: %maxsz% byte <br> Dosyanızın boyutu %filesz% byte"
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "Dosyanız çok büyük."
|
||||
|
||||
@ -587,6 +621,7 @@ msgstr "Dosyanız çok büyük."
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr " <a href=\"%s\"> Bu dosya </a> zaten var.!"
|
||||
@ -595,6 +630,7 @@ msgstr " <a href=\"%s\"> Bu dosya </a> zaten var.!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr " <a href=\"%s\">Bu dosya </a> bu konuda zaten var!"
|
||||
@ -603,6 +639,7 @@ msgstr " <a href=\"%s\">Bu dosya </a> bu konuda zaten var!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "Silmeden önce %s kadar beklemelisiniz."
|
||||
@ -611,6 +648,7 @@ msgstr "Silmeden önce %s kadar beklemelisiniz."
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "FATAL ÖRÖR"
|
||||
|
||||
@ -618,6 +656,7 @@ msgstr "FATAL ÖRÖR"
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
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."
|
||||
|
||||
@ -625,6 +664,7 @@ msgstr "Gömmeye çalıştığınız video linkinden bişey anlayamadık."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "Doğrulamayı yanlış girmiş gibisin."
|
||||
|
||||
@ -633,6 +673,7 @@ msgstr "Doğrulamayı yanlış girmiş gibisin."
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -643,6 +684,7 @@ msgstr "Bir seferde sadece %s kullanıcının banını kaldırabilirsiniz. Siz %
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "Geçersiz kullanıcı adı ve/veya şifre."
|
||||
|
||||
@ -650,6 +692,7 @@ msgstr "Geçersiz kullanıcı adı ve/veya şifre."
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "Mod değilsiniz ki..."
|
||||
|
||||
@ -657,6 +700,7 @@ msgstr "Mod değilsiniz ki..."
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -666,6 +710,7 @@ msgstr "Geçersiz kullanıcı adı ve/veya şifre. Kullanıcı hesabınız silin
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "Geçersiz ya da bayatlamış kurabiye."
|
||||
|
||||
@ -673,6 +718,7 @@ msgstr "Geçersiz ya da bayatlamış kurabiye."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "Tarayıcınız zamanında göndermesi gerekeni göndermedi"
|
||||
|
||||
@ -680,6 +726,7 @@ msgstr "Tarayıcınız zamanında göndermesi gerekeni göndermedi"
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "%s gerekli."
|
||||
@ -688,6 +735,7 @@ msgstr "%s gerekli."
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "%s geçersiz."
|
||||
@ -696,6 +744,7 @@ msgstr "%s geçersiz."
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "Zaten %s böyle bir tahta var."
|
||||
@ -704,6 +753,7 @@ msgstr "Zaten %s böyle bir tahta var."
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "Bunu yapmak için izniniz yok."
|
||||
|
||||
@ -711,6 +761,7 @@ msgstr "Bunu yapmak için izniniz yok."
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "Böyle bir girdi yok..."
|
||||
|
||||
@ -718,6 +769,7 @@ msgstr "Böyle bir girdi yok..."
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "Sayfa bulunamadı."
|
||||
|
||||
@ -725,6 +777,7 @@ msgstr "Sayfa bulunamadı."
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "<a href=\"?/users/%d\">Böyle bir mod</a>! zaten var!"
|
||||
@ -733,6 +786,7 @@ msgstr "<a href=\"?/users/%d\">Böyle bir mod</a>! zaten var!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "Böyle bir tema yok."
|
||||
|
||||
@ -740,6 +794,7 @@ msgstr "Böyle bir tema yok."
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "Güvenlik kodu yanlış! Lütfen tekrar deneyin."
|
||||
|
||||
@ -753,6 +808,7 @@ msgstr "Güvenlik kodu yanlış! Lütfen tekrar deneyin."
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "KULLANICI BU GİRDİ SEBEBİYLE BANLANDI"
|
||||
|
||||
@ -843,6 +899,7 @@ msgstr "Moderasyon logları"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -851,11 +908,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "Yeni ban"
|
||||
|
||||
#: ../../../../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 "Ban listesi"
|
||||
|
||||
@ -863,17 +922,19 @@ msgstr "Ban listesi"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "Cevabı taşı"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "Kaynak ve hedef tahtası aynı."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "Konuyu nereye taşıyalım; zaten bir tahta var."
|
||||
|
||||
@ -881,6 +942,7 @@ msgstr "Konuyu nereye taşıyalım; zaten bir tahta var."
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "Konuyu taşı"
|
||||
|
||||
@ -936,55 +998,65 @@ msgstr "Şikayet Listesi"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "Denetim Masası"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "Tema klasörü yok!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "Tema klasörü açılamıyor; izinleri kontrol edin."
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "Temaları yönet"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "Yüklenen tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "Tema ayarlanıyor: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "Yapılandırılan tema: %s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "Debug: Anti-spam"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "Debug: Son gönderiler"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "Debug: SQL"
|
||||
|
||||
@ -1052,6 +1124,8 @@ msgstr "Girdiyi sil"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1286,6 +1360,7 @@ msgstr "Spoiler"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "Cevapla"
|
||||
|
||||
@ -1297,6 +1372,7 @@ msgstr "Cevapla"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "Hepsini Gör"
|
||||
|
||||
@ -1308,6 +1384,7 @@ msgstr "Hepsini Gör"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "Son %count% gönderi"
|
||||
@ -1320,6 +1397,7 @@ msgstr[0] "Son %count% gönderi"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "%count% gönderi"
|
||||
@ -1333,6 +1411,7 @@ msgstr[0] "%count% gönderi"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "ve"
|
||||
|
||||
@ -1344,6 +1423,7 @@ msgstr "ve"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "%count% imaj"
|
||||
@ -1356,6 +1436,7 @@ msgstr[0] "%count% imaj"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "gizlendi. Görmek için cevaplaya basın."
|
||||
|
||||
@ -1560,6 +1641,8 @@ msgstr "Bayrak"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1604,6 +1687,8 @@ msgstr "Yapışkan"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1648,6 +1733,8 @@ msgstr "Kilitli"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1756,13 +1843,14 @@ msgstr "Sonuç yok."
|
||||
msgid "Search"
|
||||
msgstr "Arama"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "Müracaat bulunamadı!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "Ban kaldırma müracaatları"
|
||||
|
||||
@ -1777,14 +1865,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "Bu kullanıcıyı demote/promote etmek mümkün değil"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "Debug: APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1868,7 +1956,7 @@ msgstr "Anti-spam"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "Son gönderiler"
|
||||
|
||||
@ -3031,7 +3119,7 @@ msgstr "Hiç"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "%s tahtasına yollandı."
|
||||
@ -3043,6 +3131,7 @@ msgid ""
|
||||
msgstr "Son Gönderiler temasını yükleyemiyoruz, çünkü gösterebileceğimiz hiç tahta yok."
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr ""
|
||||
|
||||
@ -3057,6 +3146,8 @@ msgstr ""
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3079,6 +3170,8 @@ msgstr ""
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3092,6 +3185,8 @@ msgstr ""
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3105,6 +3200,8 @@ msgstr ""
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3174,20 +3271,22 @@ msgstr ""
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3204,3 +3303,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:39+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -250,6 +250,8 @@ 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
|
||||
#: ../../../../js/catalog-link.js:28 ../../../../js/catalog-link.js:39
|
||||
#: ../../../../js/catalog-link.js:47
|
||||
msgid "Catalog"
|
||||
msgstr "型錄"
|
||||
|
||||
@ -604,16 +606,19 @@ msgid "Tree view"
|
||||
msgstr "樹狀檢視"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
#: ../../../../js/expand-all-images.js:35
|
||||
msgid "Shrink all images"
|
||||
msgstr "縮小所有圖片"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33 ../../../../js/no-animated-gif.js:37
|
||||
#: ../../../../js/no-animated-gif.js:40
|
||||
msgid "Animate GIFs"
|
||||
msgstr "播放 GIF 動畫"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
#: ../../../../js/no-animated-gif.js:47 ../../../../js/no-animated-gif.js:57
|
||||
#: ../../../../js/no-animated-gif.js:62
|
||||
#: ../../../../js/no-animated-gif.js:62 ../../../../js/no-animated-gif.js:50
|
||||
#: ../../../../js/no-animated-gif.js:60 ../../../../js/no-animated-gif.js:65
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "停止 GIF 動畫"
|
||||
|
||||
@ -716,3 +721,11 @@ msgstr ""
|
||||
#: ../../../../js/options/user-js.js:56
|
||||
msgid "You can include JS files from remote servers, for example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/id_colors.js:6 ../../../../js/id_colors.js:12
|
||||
msgid "Color IDs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/auto-reload.js:33
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-21 04:38+0200\n"
|
||||
"PO-Revision-Date: 2014-09-21 02:40+0000\n"
|
||||
"POT-Creation-Date: 2014-10-05 18:35+0200\n"
|
||||
"PO-Revision-Date: 2014-10-05 16:36+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -218,7 +218,7 @@ msgstr "移動回覆到另一版"
|
||||
#: ../../../../inc/display.php:412 ../../../../inc/display.php:541
|
||||
#: ../../../../inc/mod/pages.php:1508
|
||||
#: ../../../../templates/cache/59/eb/57ea544c6cb07c523441e4872c03216560589e8425c0df3a895c17253c4c.php:208
|
||||
#: ../../../../inc/mod/pages.php:1509
|
||||
#: ../../../../inc/mod/pages.php:1509 ../../../../inc/mod/pages.php:1506
|
||||
msgid "Edit post"
|
||||
msgstr "編輯貼文"
|
||||
|
||||
@ -326,6 +326,7 @@ msgstr "您已因抄襲而被消音。"
|
||||
#: ../../../../inc/config.php:772 ../../../../inc/config.php:774
|
||||
#: ../../../../inc/config.php:776 ../../../../inc/config.php:792
|
||||
#: ../../../../inc/config.php:803 ../../../../inc/config.php:829
|
||||
#: ../../../../inc/config.php:832
|
||||
msgid "New Topic"
|
||||
msgstr "新主題"
|
||||
|
||||
@ -333,6 +334,7 @@ msgstr "新主題"
|
||||
#: ../../../../inc/config.php:773 ../../../../inc/config.php:775
|
||||
#: ../../../../inc/config.php:777 ../../../../inc/config.php:793
|
||||
#: ../../../../inc/config.php:804 ../../../../inc/config.php:830
|
||||
#: ../../../../inc/config.php:833
|
||||
msgid "New Reply"
|
||||
msgstr "新回覆"
|
||||
|
||||
@ -341,6 +343,7 @@ msgstr "新回覆"
|
||||
#: ../../../../inc/config.php:784 ../../../../inc/config.php:786
|
||||
#: ../../../../inc/config.php:788 ../../../../inc/config.php:804
|
||||
#: ../../../../inc/config.php:815 ../../../../inc/config.php:841
|
||||
#: ../../../../inc/config.php:844
|
||||
msgid ""
|
||||
"All trademarks, copyrights, comments, and images on this page are owned by "
|
||||
"and are the responsibility of their respective parties."
|
||||
@ -366,6 +369,7 @@ msgstr "先多潛潛水,再來貼文吧!"
|
||||
#: ../../../../inc/config.php:963 ../../../../inc/config.php:965
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1020
|
||||
msgid "You look like a bot."
|
||||
msgstr "您看起來像機器人。"
|
||||
|
||||
@ -373,6 +377,7 @@ msgstr "您看起來像機器人。"
|
||||
#: ../../../../inc/config.php:964 ../../../../inc/config.php:966
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1021
|
||||
msgid "Your browser sent an invalid or no HTTP referer."
|
||||
msgstr "您的瀏覽器送出無效的 HTTP referer."
|
||||
|
||||
@ -380,6 +385,7 @@ msgstr "您的瀏覽器送出無效的 HTTP referer."
|
||||
#: ../../../../inc/config.php:965 ../../../../inc/config.php:967
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1022
|
||||
#, php-format
|
||||
msgid "The %s field was too long."
|
||||
msgstr "%s 欄位太長了。"
|
||||
@ -388,6 +394,7 @@ msgstr "%s 欄位太長了。"
|
||||
#: ../../../../inc/config.php:966 ../../../../inc/config.php:968
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1020
|
||||
#: ../../../../inc/config.php:1023
|
||||
msgid "The body was too long."
|
||||
msgstr "內文太長了。"
|
||||
|
||||
@ -395,6 +402,7 @@ msgstr "內文太長了。"
|
||||
#: ../../../../inc/config.php:967 ../../../../inc/config.php:969
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1024
|
||||
msgid "The body was too short or empty."
|
||||
msgstr "內文太短或者為空。"
|
||||
|
||||
@ -402,6 +410,7 @@ msgstr "內文太短或者為空。"
|
||||
#: ../../../../inc/config.php:968 ../../../../inc/config.php:970
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1025
|
||||
msgid "You must upload an image."
|
||||
msgstr "您一定要上傳圖片。"
|
||||
|
||||
@ -409,6 +418,7 @@ msgstr "您一定要上傳圖片。"
|
||||
#: ../../../../inc/config.php:969 ../../../../inc/config.php:971
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1027
|
||||
msgid "The server failed to handle your upload."
|
||||
msgstr "伺服器無法處理您的上傳。"
|
||||
|
||||
@ -416,6 +426,7 @@ msgstr "伺服器無法處理您的上傳。"
|
||||
#: ../../../../inc/config.php:970 ../../../../inc/config.php:972
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1028
|
||||
msgid "Unsupported image format."
|
||||
msgstr "不支援的圖片格式。"
|
||||
|
||||
@ -423,6 +434,7 @@ msgstr "不支援的圖片格式。"
|
||||
#: ../../../../inc/config.php:971 ../../../../inc/config.php:973
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1029
|
||||
msgid "Invalid board!"
|
||||
msgstr "無效的版!"
|
||||
|
||||
@ -430,6 +442,7 @@ msgstr "無效的版!"
|
||||
#: ../../../../inc/config.php:972 ../../../../inc/config.php:974
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1030
|
||||
msgid "Thread specified does not exist."
|
||||
msgstr "指定的討論串不存在。"
|
||||
|
||||
@ -437,6 +450,7 @@ msgstr "指定的討論串不存在。"
|
||||
#: ../../../../inc/config.php:973 ../../../../inc/config.php:975
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1031
|
||||
msgid "Thread locked. You may not reply at this time."
|
||||
msgstr "討論串已鎖定。此時您不能回覆。"
|
||||
|
||||
@ -444,6 +458,7 @@ msgstr "討論串已鎖定。此時您不能回覆。"
|
||||
#: ../../../../inc/config.php:974 ../../../../inc/config.php:976
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1032
|
||||
msgid "Thread has reached its maximum reply limit."
|
||||
msgstr "討論串達到最大回覆數量。"
|
||||
|
||||
@ -451,6 +466,7 @@ msgstr "討論串達到最大回覆數量。"
|
||||
#: ../../../../inc/config.php:975 ../../../../inc/config.php:977
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1033
|
||||
msgid "Thread has reached its maximum image limit."
|
||||
msgstr "討論串達到最大圖片數量。"
|
||||
|
||||
@ -458,6 +474,7 @@ msgstr "討論串達到最大圖片數量。"
|
||||
#: ../../../../inc/config.php:976 ../../../../inc/config.php:978
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1034
|
||||
msgid "You didn't make a post."
|
||||
msgstr "您並未貼文。"
|
||||
|
||||
@ -465,6 +482,7 @@ msgstr "您並未貼文。"
|
||||
#: ../../../../inc/config.php:977 ../../../../inc/config.php:979
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1035
|
||||
msgid "Flood detected; Post discarded."
|
||||
msgstr "偵測到洪水攻擊;貼文已丟棄。"
|
||||
|
||||
@ -472,6 +490,7 @@ msgstr "偵測到洪水攻擊;貼文已丟棄。"
|
||||
#: ../../../../inc/config.php:978 ../../../../inc/config.php:980
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1036
|
||||
msgid "Your request looks automated; Post discarded."
|
||||
msgstr "您的請求看似自動化;貼文已丟棄。"
|
||||
|
||||
@ -479,6 +498,7 @@ msgstr "您的請求看似自動化;貼文已丟棄。"
|
||||
#: ../../../../inc/config.php:979 ../../../../inc/config.php:981
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1037
|
||||
msgid "Unoriginal content!"
|
||||
msgstr "抄襲!"
|
||||
|
||||
@ -486,6 +506,7 @@ msgstr "抄襲!"
|
||||
#: ../../../../inc/config.php:980 ../../../../inc/config.php:982
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1038
|
||||
#, php-format
|
||||
msgid "Unoriginal content! You have been muted for %d seconds."
|
||||
msgstr "抄襲!您已被消音 %d 秒。"
|
||||
@ -494,6 +515,7 @@ msgstr "抄襲!您已被消音 %d 秒。"
|
||||
#: ../../../../inc/config.php:981 ../../../../inc/config.php:983
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1039
|
||||
#, php-format
|
||||
msgid "You are muted! Expires in %d seconds."
|
||||
msgstr "您已被消音!將於 %d 秒後解除。"
|
||||
@ -502,6 +524,7 @@ msgstr "您已被消音!將於 %d 秒後解除。"
|
||||
#: ../../../../inc/config.php:982 ../../../../inc/config.php:984
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1037
|
||||
#: ../../../../inc/config.php:1040
|
||||
#, php-format
|
||||
msgid "Your IP address is listed in %s."
|
||||
msgstr "您的 IP 位址列於 %s 中。"
|
||||
@ -510,6 +533,7 @@ msgstr "您的 IP 位址列於 %s 中。"
|
||||
#: ../../../../inc/config.php:983 ../../../../inc/config.php:985
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1038
|
||||
#: ../../../../inc/config.php:1041
|
||||
msgid "Too many links; flood detected."
|
||||
msgstr "太多鏈結;已偵測洪水攻擊。"
|
||||
|
||||
@ -517,6 +541,7 @@ msgstr "太多鏈結;已偵測洪水攻擊。"
|
||||
#: ../../../../inc/config.php:984 ../../../../inc/config.php:986
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1039
|
||||
#: ../../../../inc/config.php:1042
|
||||
msgid "Too many cites; post discarded."
|
||||
msgstr "太多引用;貼文已丟棄。"
|
||||
|
||||
@ -524,6 +549,7 @@ msgstr "太多引用;貼文已丟棄。"
|
||||
#: ../../../../inc/config.php:985 ../../../../inc/config.php:987
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1040
|
||||
#: ../../../../inc/config.php:1043
|
||||
msgid "Too many cross-board links; post discarded."
|
||||
msgstr "太多跨版鏈結;貼文已丟棄。"
|
||||
|
||||
@ -531,6 +557,7 @@ msgstr "太多跨版鏈結;貼文已丟棄。"
|
||||
#: ../../../../inc/config.php:986 ../../../../inc/config.php:988
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1041
|
||||
#: ../../../../inc/config.php:1044
|
||||
msgid "You didn't select anything to delete."
|
||||
msgstr "您未選擇要刪除的東西。"
|
||||
|
||||
@ -538,6 +565,7 @@ msgstr "您未選擇要刪除的東西。"
|
||||
#: ../../../../inc/config.php:987 ../../../../inc/config.php:989
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1042
|
||||
#: ../../../../inc/config.php:1045
|
||||
msgid "You didn't select anything to report."
|
||||
msgstr "您未選擇要舉報的東西。"
|
||||
|
||||
@ -545,6 +573,7 @@ msgstr "您未選擇要舉報的東西。"
|
||||
#: ../../../../inc/config.php:988 ../../../../inc/config.php:990
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1043
|
||||
#: ../../../../inc/config.php:1046
|
||||
msgid "You can't report that many posts at once."
|
||||
msgstr "您不能一次舉報這麼多貼文。"
|
||||
|
||||
@ -552,6 +581,7 @@ msgstr "您不能一次舉報這麼多貼文。"
|
||||
#: ../../../../inc/config.php:989 ../../../../inc/config.php:991
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1044
|
||||
#: ../../../../inc/config.php:1047
|
||||
msgid "Wrong password…"
|
||||
msgstr "密碼錯誤…"
|
||||
|
||||
@ -559,6 +589,7 @@ msgstr "密碼錯誤…"
|
||||
#: ../../../../inc/config.php:990 ../../../../inc/config.php:992
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1045
|
||||
#: ../../../../inc/config.php:1048
|
||||
msgid "Invalid image."
|
||||
msgstr "無效的圖片。"
|
||||
|
||||
@ -566,6 +597,7 @@ msgstr "無效的圖片。"
|
||||
#: ../../../../inc/config.php:991 ../../../../inc/config.php:993
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1049
|
||||
msgid "Unknown file extension."
|
||||
msgstr "未知的副檔名。"
|
||||
|
||||
@ -573,6 +605,7 @@ msgstr "未知的副檔名。"
|
||||
#: ../../../../inc/config.php:992 ../../../../inc/config.php:994
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1021 ../../../../inc/config.php:1047
|
||||
#: ../../../../inc/config.php:1050
|
||||
msgid "Maximum file size: %maxsz% bytes<br>Your file's size: %filesz% bytes"
|
||||
msgstr "檔案大小限制:%maxsz% 位元組<br>您的檔案大小:%filesz% 位元組"
|
||||
|
||||
@ -580,6 +613,7 @@ msgstr "檔案大小限制:%maxsz% 位元組<br>您的檔案大小:%filesz%
|
||||
#: ../../../../inc/config.php:993 ../../../../inc/config.php:995
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1022 ../../../../inc/config.php:1048
|
||||
#: ../../../../inc/config.php:1051
|
||||
msgid "The file was too big."
|
||||
msgstr "檔案太大了。"
|
||||
|
||||
@ -587,6 +621,7 @@ msgstr "檔案太大了。"
|
||||
#: ../../../../inc/config.php:994 ../../../../inc/config.php:996
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1023 ../../../../inc/config.php:1053
|
||||
#: ../../../../inc/config.php:1057
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a>!"
|
||||
msgstr "檔案<a href=\"%s\">已存在</a>!"
|
||||
@ -595,6 +630,7 @@ msgstr "檔案<a href=\"%s\">已存在</a>!"
|
||||
#: ../../../../inc/config.php:995 ../../../../inc/config.php:997
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1024 ../../../../inc/config.php:1054
|
||||
#: ../../../../inc/config.php:1058
|
||||
#, php-format
|
||||
msgid "That file <a href=\"%s\">already exists</a> in this thread!"
|
||||
msgstr "檔案<a href=\"%s\">已存在</a>於本討論串!"
|
||||
@ -603,6 +639,7 @@ msgstr "檔案<a href=\"%s\">已存在</a>於本討論串!"
|
||||
#: ../../../../inc/config.php:996 ../../../../inc/config.php:998
|
||||
#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1025 ../../../../inc/config.php:1055
|
||||
#: ../../../../inc/config.php:1059
|
||||
#, php-format
|
||||
msgid "You'll have to wait another %s before deleting that."
|
||||
msgstr "您要等 %s 才能刪除它。"
|
||||
@ -611,6 +648,7 @@ msgstr "您要等 %s 才能刪除它。"
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:999
|
||||
#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1056
|
||||
#: ../../../../inc/config.php:1060
|
||||
msgid "MIME type detection XSS exploit (IE) detected; post discarded."
|
||||
msgstr "MIME 類型偵測 XSS 漏洞 (IE);貼文已丟棄。"
|
||||
|
||||
@ -618,6 +656,7 @@ msgstr "MIME 類型偵測 XSS 漏洞 (IE);貼文已丟棄。"
|
||||
#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1027 ../../../../inc/config.php:1057
|
||||
#: ../../../../inc/config.php:1061
|
||||
msgid "Couldn't make sense of the URL of the video you tried to embed."
|
||||
msgstr "無法理解您試圖嵌入的影片 URL."
|
||||
|
||||
@ -625,6 +664,7 @@ msgstr "無法理解您試圖嵌入的影片 URL."
|
||||
#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019
|
||||
#: ../../../../inc/config.php:1028 ../../../../inc/config.php:1058
|
||||
#: ../../../../inc/config.php:1062
|
||||
msgid "You seem to have mistyped the verification."
|
||||
msgstr "您似乎打錯驗證碼了。"
|
||||
|
||||
@ -633,6 +673,7 @@ msgstr "您似乎打錯驗證碼了。"
|
||||
#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022
|
||||
#: ../../../../inc/config.php:1031 ../../../../inc/config.php:1062
|
||||
#: ../../../../inc/config.php:1066
|
||||
#, php-format
|
||||
msgid ""
|
||||
"You are only allowed to unban %s users at a time. You tried to unban %u "
|
||||
@ -643,6 +684,7 @@ msgstr "您只能一次解封 %s 位用戶。您試可解封 %u 位。"
|
||||
#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1032 ../../../../inc/config.php:1063
|
||||
#: ../../../../inc/config.php:1067
|
||||
msgid "Invalid username and/or password."
|
||||
msgstr "無效的用戶名或密碼。"
|
||||
|
||||
@ -650,6 +692,7 @@ msgstr "無效的用戶名或密碼。"
|
||||
#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024
|
||||
#: ../../../../inc/config.php:1033 ../../../../inc/config.php:1064
|
||||
#: ../../../../inc/config.php:1068
|
||||
msgid "You are not a mod…"
|
||||
msgstr "您不是版務…"
|
||||
|
||||
@ -657,6 +700,7 @@ msgstr "您不是版務…"
|
||||
#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025
|
||||
#: ../../../../inc/config.php:1034 ../../../../inc/config.php:1065
|
||||
#: ../../../../inc/config.php:1069
|
||||
msgid ""
|
||||
"Invalid username and/or password. Your user may have been deleted or "
|
||||
"changed."
|
||||
@ -666,6 +710,7 @@ msgstr "無效的用戶名或密碼。您的帳號可能已刪除或變更。"
|
||||
#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026
|
||||
#: ../../../../inc/config.php:1035 ../../../../inc/config.php:1066
|
||||
#: ../../../../inc/config.php:1070
|
||||
msgid "Invalid/malformed cookies."
|
||||
msgstr "無效的 cookie."
|
||||
|
||||
@ -673,6 +718,7 @@ msgstr "無效的 cookie."
|
||||
#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027
|
||||
#: ../../../../inc/config.php:1036 ../../../../inc/config.php:1067
|
||||
#: ../../../../inc/config.php:1071
|
||||
msgid "Your browser didn't submit an input when it should have."
|
||||
msgstr "您的瀏覽器未送出應送出的輸入資料。"
|
||||
|
||||
@ -680,6 +726,7 @@ msgstr "您的瀏覽器未送出應送出的輸入資料。"
|
||||
#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1068
|
||||
#: ../../../../inc/config.php:1072
|
||||
#, php-format
|
||||
msgid "The %s field is required."
|
||||
msgstr "%s 欄位必填。"
|
||||
@ -688,6 +735,7 @@ msgstr "%s 欄位必填。"
|
||||
#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029
|
||||
#: ../../../../inc/config.php:1038 ../../../../inc/config.php:1069
|
||||
#: ../../../../inc/config.php:1073
|
||||
#, php-format
|
||||
msgid "The %s field was invalid."
|
||||
msgstr "%s 欄位無效。"
|
||||
@ -696,6 +744,7 @@ msgstr "%s 欄位無效。"
|
||||
#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030
|
||||
#: ../../../../inc/config.php:1039 ../../../../inc/config.php:1070
|
||||
#: ../../../../inc/config.php:1074
|
||||
#, php-format
|
||||
msgid "There is already a %s board."
|
||||
msgstr "已經有 %s 版了。"
|
||||
@ -704,6 +753,7 @@ msgstr "已經有 %s 版了。"
|
||||
#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031
|
||||
#: ../../../../inc/config.php:1040 ../../../../inc/config.php:1071
|
||||
#: ../../../../inc/config.php:1075
|
||||
msgid "You don't have permission to do that."
|
||||
msgstr "您沒有權限做那個。"
|
||||
|
||||
@ -711,6 +761,7 @@ msgstr "您沒有權限做那個。"
|
||||
#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032
|
||||
#: ../../../../inc/config.php:1041 ../../../../inc/config.php:1072
|
||||
#: ../../../../inc/config.php:1076
|
||||
msgid "That post doesn't exist…"
|
||||
msgstr "貼文不存在…"
|
||||
|
||||
@ -718,6 +769,7 @@ msgstr "貼文不存在…"
|
||||
#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015
|
||||
#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033
|
||||
#: ../../../../inc/config.php:1042 ../../../../inc/config.php:1073
|
||||
#: ../../../../inc/config.php:1077
|
||||
msgid "Page not found."
|
||||
msgstr "頁面不存在。"
|
||||
|
||||
@ -725,6 +777,7 @@ msgstr "頁面不存在。"
|
||||
#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016
|
||||
#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034
|
||||
#: ../../../../inc/config.php:1043 ../../../../inc/config.php:1074
|
||||
#: ../../../../inc/config.php:1078
|
||||
#, php-format
|
||||
msgid "That mod <a href=\"?/users/%d\">already exists</a>!"
|
||||
msgstr "版務 <a href=\"?/users/%d\"> 已存在</a>!"
|
||||
@ -733,6 +786,7 @@ msgstr "版務 <a href=\"?/users/%d\"> 已存在</a>!"
|
||||
#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035
|
||||
#: ../../../../inc/config.php:1044 ../../../../inc/config.php:1075
|
||||
#: ../../../../inc/config.php:1079
|
||||
msgid "That theme doesn't exist!"
|
||||
msgstr "佈景不存在!"
|
||||
|
||||
@ -740,6 +794,7 @@ msgstr "佈景不存在!"
|
||||
#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018
|
||||
#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036
|
||||
#: ../../../../inc/config.php:1045 ../../../../inc/config.php:1076
|
||||
#: ../../../../inc/config.php:1080
|
||||
msgid "Invalid security token! Please go back and try again."
|
||||
msgstr "無效的安全 token!請回去重試。"
|
||||
|
||||
@ -753,6 +808,7 @@ msgstr "無效的安全 token!請回去重試。"
|
||||
#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185
|
||||
#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203
|
||||
#: ../../../../inc/config.php:1212 ../../../../inc/config.php:1243
|
||||
#: ../../../../inc/config.php:1247
|
||||
msgid "USER WAS BANNED FOR THIS POST"
|
||||
msgstr "用戶因這篇貼文而被封禁"
|
||||
|
||||
@ -843,6 +899,7 @@ msgstr "仲裁記錄"
|
||||
#: ../../../../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"
|
||||
|
||||
@ -851,11 +908,13 @@ msgstr "IP"
|
||||
#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432
|
||||
#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440
|
||||
#: ../../../../inc/mod/pages.php:1446 ../../../../inc/mod/pages.php:1447
|
||||
#: ../../../../inc/mod/pages.php:859 ../../../../inc/mod/pages.php:1444
|
||||
msgid "New ban"
|
||||
msgstr "新封禁規則"
|
||||
|
||||
#: ../../../../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 "封禁名單"
|
||||
|
||||
@ -863,17 +922,19 @@ msgstr "封禁名單"
|
||||
#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165
|
||||
#: ../../../../inc/mod/pages.php:1172
|
||||
#: ../../../../templates/cache/56/25/ac2c51fa6b3e26f9f9ed7dda5224acfbec96881d648c8ded10c5eef2c3e5.php:108
|
||||
#: ../../../../inc/mod/pages.php:1173
|
||||
#: ../../../../inc/mod/pages.php:1173 ../../../../inc/mod/pages.php:1170
|
||||
msgid "Move reply"
|
||||
msgstr "移動回覆"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191
|
||||
#: ../../../../inc/mod/pages.php:1198 ../../../../inc/mod/pages.php:1199
|
||||
#: ../../../../inc/mod/pages.php:1196
|
||||
msgid "Target and source board are the same."
|
||||
msgstr "目的與來源版相同。"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357
|
||||
#: ../../../../inc/mod/pages.php:1371 ../../../../inc/mod/pages.php:1372
|
||||
#: ../../../../inc/mod/pages.php:1369
|
||||
msgid "Impossible to move thread; there is only one board."
|
||||
msgstr "不可能移動討論串;只有一版。"
|
||||
|
||||
@ -881,6 +942,7 @@ msgstr "不可能移動討論串;只有一版。"
|
||||
#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361
|
||||
#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114
|
||||
#: ../../../../inc/mod/pages.php:1375 ../../../../inc/mod/pages.php:1376
|
||||
#: ../../../../inc/mod/pages.php:1373
|
||||
msgid "Move thread"
|
||||
msgstr "移動討論串"
|
||||
|
||||
@ -936,55 +998,65 @@ msgstr "舉報 queue"
|
||||
#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350
|
||||
#: ../../../../inc/mod/pages.php:2334 ../../../../inc/mod/pages.php:2428
|
||||
#: ../../../../inc/mod/pages.php:2328 ../../../../inc/mod/pages.php:2422
|
||||
#: ../../../../inc/mod/pages.php:2327 ../../../../inc/mod/pages.php:2421
|
||||
msgid "Config editor"
|
||||
msgstr "設定編輯器"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367
|
||||
#: ../../../../inc/mod/pages.php:2445 ../../../../inc/mod/pages.php:2439
|
||||
#: ../../../../inc/mod/pages.php:2438
|
||||
msgid "Themes directory doesn't exist!"
|
||||
msgstr "佈景目錄不存在!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369
|
||||
#: ../../../../inc/mod/pages.php:2447 ../../../../inc/mod/pages.php:2441
|
||||
#: ../../../../inc/mod/pages.php:2440
|
||||
msgid "Cannot open themes directory; check permissions."
|
||||
msgstr "無法打開佈景目錄;檢查權限。"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291
|
||||
#: ../../../../inc/mod/pages.php:2466 ../../../../inc/mod/pages.php:2460
|
||||
#: ../../../../inc/mod/pages.php:2459
|
||||
msgid "Manage themes"
|
||||
msgstr "管理佈景"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453
|
||||
#: ../../../../inc/mod/pages.php:2531 ../../../../inc/mod/pages.php:2525
|
||||
#: ../../../../inc/mod/pages.php:2524
|
||||
#, php-format
|
||||
msgid "Installed theme: %s"
|
||||
msgstr "已安裝佈景:%s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464
|
||||
#: ../../../../inc/mod/pages.php:2542 ../../../../inc/mod/pages.php:2536
|
||||
#: ../../../../inc/mod/pages.php:2535
|
||||
#, php-format
|
||||
msgid "Configuring theme: %s"
|
||||
msgstr "設定佈景:%s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493
|
||||
#: ../../../../inc/mod/pages.php:2571 ../../../../inc/mod/pages.php:2565
|
||||
#: ../../../../inc/mod/pages.php:2564
|
||||
#, php-format
|
||||
msgid "Rebuilt theme: %s"
|
||||
msgstr "重建佈景:%s"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532
|
||||
#: ../../../../inc/mod/pages.php:2610 ../../../../inc/mod/pages.php:2604
|
||||
#: ../../../../inc/mod/pages.php:2603
|
||||
msgid "Debug: Anti-spam"
|
||||
msgstr "除錯:反垃圾"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566
|
||||
#: ../../../../inc/mod/pages.php:2644 ../../../../inc/mod/pages.php:2638
|
||||
#: ../../../../inc/mod/pages.php:2637
|
||||
msgid "Debug: Recent posts"
|
||||
msgstr "除錯:最新貼文"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590
|
||||
#: ../../../../inc/mod/pages.php:2668 ../../../../inc/mod/pages.php:2662
|
||||
#: ../../../../inc/mod/pages.php:2661
|
||||
msgid "Debug: SQL"
|
||||
msgstr "除錯:SQL"
|
||||
|
||||
@ -1052,6 +1124,8 @@ msgstr "刪除貼文"
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#. line 97
|
||||
#. line 4
|
||||
#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253
|
||||
@ -1286,6 +1360,7 @@ msgstr "Spoiler 圖片"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:216
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:227
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:229
|
||||
msgid "Reply"
|
||||
msgstr "回覆"
|
||||
|
||||
@ -1297,6 +1372,7 @@ msgstr "回覆"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:230
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:241
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:243
|
||||
msgid "View All"
|
||||
msgstr "顯示全部"
|
||||
|
||||
@ -1308,6 +1384,7 @@ msgstr "顯示全部"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:247
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:258
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:260
|
||||
msgid "Last 1 Post"
|
||||
msgid_plural "Last %count% Posts"
|
||||
msgstr[0] "最新的 %count% 則貼文"
|
||||
@ -1320,6 +1397,7 @@ msgstr[0] "最新的 %count% 則貼文"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:284
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:295
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:297
|
||||
msgid "1 post"
|
||||
msgid_plural "%count% posts"
|
||||
msgstr[0] "%count% 則貼文"
|
||||
@ -1333,6 +1411,7 @@ msgstr[0] "%count% 則貼文"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:290
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:301
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:303
|
||||
msgid "and"
|
||||
msgstr "與"
|
||||
|
||||
@ -1344,6 +1423,7 @@ msgstr "與"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:302
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:313
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:315
|
||||
msgid "1 image reply"
|
||||
msgid_plural "%count% image replies"
|
||||
msgstr[0] "%count% 則含圖回覆"
|
||||
@ -1356,6 +1436,7 @@ msgstr[0] "%count% 則含圖回覆"
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:307
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318
|
||||
#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:320
|
||||
msgid "omitted. Click reply to view."
|
||||
msgstr "已省略。點擊回覆以查看"
|
||||
|
||||
@ -1560,6 +1641,8 @@ msgstr "旗標"
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#. line 128
|
||||
#. line 129
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319
|
||||
@ -1604,6 +1687,8 @@ msgstr "黏性"
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#. line 132
|
||||
#. line 133
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333
|
||||
@ -1648,6 +1733,8 @@ msgstr "鎖定"
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#. line 136
|
||||
#. line 137
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344
|
||||
#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348
|
||||
#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347
|
||||
@ -1756,13 +1843,14 @@ msgstr "沒有結果。"
|
||||
msgid "Search"
|
||||
msgstr "搜尋"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:939
|
||||
#: ../../../../inc/mod/pages.php:939 ../../../../inc/mod/pages.php:936
|
||||
msgid "Ban appeal not found!"
|
||||
msgstr "找不到封禁申訴!"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:989
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265
|
||||
#: ../../../../inc/mod/pages.php:994 ../../../../inc/mod/pages.php:995
|
||||
#: ../../../../inc/mod/pages.php:992
|
||||
msgid "Ban appeals"
|
||||
msgstr "封禁申訴"
|
||||
|
||||
@ -1777,14 +1865,14 @@ msgid "Impossible to promote/demote user."
|
||||
msgstr "不可能升級/降級用戶。"
|
||||
|
||||
#: ../../../../inc/mod/pages.php:2612 ../../../../inc/mod/pages.php:2690
|
||||
#: ../../../../inc/mod/pages.php:2684
|
||||
#: ../../../../inc/mod/pages.php:2684 ../../../../inc/mod/pages.php:2683
|
||||
msgid "Debug: APC"
|
||||
msgstr "除錯:APC"
|
||||
|
||||
#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017
|
||||
#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021
|
||||
#: ../../../../inc/config.php:1037 ../../../../inc/config.php:1046
|
||||
#: ../../../../inc/config.php:1077
|
||||
#: ../../../../inc/config.php:1077 ../../../../inc/config.php:1081
|
||||
msgid ""
|
||||
"Your code contained PHP syntax errors. Please go back and correct them. PHP "
|
||||
"says: "
|
||||
@ -1868,7 +1956,7 @@ msgstr "反垃圾"
|
||||
#: ../../../../inc/mod/pages.php:2288
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309
|
||||
#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:409
|
||||
#: ../../../../inc/mod/pages.php:2283
|
||||
#: ../../../../inc/mod/pages.php:2283 ../../../../inc/mod/pages.php:2282
|
||||
msgid "Recent posts"
|
||||
msgstr "最新貼文"
|
||||
|
||||
@ -3031,7 +3119,7 @@ msgstr "沒有"
|
||||
#. will be replaced with a
|
||||
#. standard cross-board post citation (>>>/board/xxx)
|
||||
#: ../../../../inc/config.php:1211 ../../../../inc/config.php:1220
|
||||
#: ../../../../inc/config.php:1251
|
||||
#: ../../../../inc/config.php:1251 ../../../../inc/config.php:1255
|
||||
#, php-format
|
||||
msgid "Moved to %s."
|
||||
msgstr "移動到 %s"
|
||||
@ -3043,6 +3131,7 @@ msgid ""
|
||||
msgstr "無法建造 RecentPosts 佈景,因為沒有可取用的版。"
|
||||
|
||||
#: ../../../../inc/config.php:997 ../../../../inc/config.php:1023
|
||||
#: ../../../../inc/config.php:1026
|
||||
msgid "You have attempted to upload too many images!"
|
||||
msgstr "您試圖上傳太多圖片!"
|
||||
|
||||
@ -3057,6 +3146,8 @@ msgstr "Spoiler 檔"
|
||||
#. line 35
|
||||
#. line 20
|
||||
#. line 28
|
||||
#. line 20
|
||||
#. line 28
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:80
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:107
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:67
|
||||
@ -3079,6 +3170,8 @@ msgstr "最新回覆"
|
||||
#. line 37
|
||||
#. line 21
|
||||
#. line 29
|
||||
#. line 21
|
||||
#. line 29
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:115
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:71
|
||||
@ -3092,6 +3185,8 @@ msgstr "建立日期"
|
||||
#. line 38
|
||||
#. line 22
|
||||
#. line 30
|
||||
#. line 22
|
||||
#. line 30
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:92
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:119
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:75
|
||||
@ -3105,6 +3200,8 @@ msgstr "回覆數量"
|
||||
#. line 39
|
||||
#. line 23
|
||||
#. line 31
|
||||
#. line 23
|
||||
#. line 31
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:96
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:123
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:79
|
||||
@ -3174,20 +3271,22 @@ msgstr "無法自動旋轉圖片!"
|
||||
msgid "Could not strip EXIF metadata!"
|
||||
msgstr "無法獲取 EXIF 後設資料!"
|
||||
|
||||
#: ../../../../inc/config.php:1049
|
||||
#: ../../../../inc/config.php:1049 ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1053
|
||||
msgid "There was a problem processing your webm."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1050
|
||||
#. Is this error used anywhere ?
|
||||
#: ../../../../inc/config.php:1050 ../../../../inc/config.php:1054
|
||||
msgid "Invalid webm uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1051
|
||||
#: ../../../../inc/config.php:1051 ../../../../inc/config.php:1055
|
||||
msgid ""
|
||||
"The uploaded webm contains an audio or another type of additional stream."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../inc/config.php:1052
|
||||
#: ../../../../inc/config.php:1052 ../../../../inc/config.php:1056
|
||||
msgid "The uploaded webm is longer than "
|
||||
msgstr ""
|
||||
|
||||
@ -3204,3 +3303,7 @@ msgstr ""
|
||||
#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:113
|
||||
msgid "Very small"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/recent/theme.php:99
|
||||
msgid "(no comment)"
|
||||
msgstr ""
|
||||
|
@ -1585,10 +1585,11 @@ function mod_spoiler_image($board, $post, $file) {
|
||||
$result = $query->fetch(PDO::FETCH_ASSOC);
|
||||
$files = json_decode($result['files']);
|
||||
|
||||
$size_spoiler_image = @getimagesize($config['spoiler_image']);
|
||||
file_unlink($config['dir']['img_root'] . $board . '/' . $config['dir']['thumb'] . $files[$file]->thumb);
|
||||
$files[$file]->thumb = 'spoiler';
|
||||
$files[$file]->thumbheight = 128;
|
||||
$files[$file]->thumbwidth = 128;
|
||||
$files[$file]->thumbwidth = $size_spoiler[0];
|
||||
$files[$file]->thumbheight = $size_spoiler_image[1];
|
||||
|
||||
// Make thumbnail spoiler
|
||||
$query = prepare(sprintf("UPDATE ``posts_%s`` SET `files` = :files WHERE `id` = :id", $board));
|
||||
|
19
inc/secrets.example.php
Normal file
19
inc/secrets.example.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/*
|
||||
* Secrets for configuration
|
||||
*
|
||||
* Included from instance-config.php.
|
||||
*
|
||||
* Copy this file to secrets.php and edit.
|
||||
*/
|
||||
|
||||
$config['db']['server'] = 'localhost';
|
||||
$config['db']['database'] = '8chan';
|
||||
//$config['db']['prefix'] = '';
|
||||
$config['db']['user'] = 'eightchan-user';
|
||||
$config['db']['password'] = 'mysecretpassword';
|
||||
|
||||
// Consider generating these from the following command.
|
||||
// $ cat /proc/sys/kernel/random/uuid
|
||||
$config['secure_trip_salt'] = 'generate-a-uuid';
|
||||
$config['cookies']['salt'] = 'generate-a-uuid';
|
@ -43,6 +43,7 @@ $(document).ready(function(){
|
||||
var settings = new script_settings('auto-reload');
|
||||
var poll_interval_mindelay = settings.get('min_delay_bottom', 5000);
|
||||
var poll_interval_maxdelay = settings.get('max_delay', 600000);
|
||||
var poll_interval_errordelay = settings.get('error_delay', 30000);
|
||||
|
||||
// number of ms to wait before reloading
|
||||
var poll_interval_delay = poll_interval_mindelay;
|
||||
@ -191,6 +192,28 @@ $(document).ready(function(){
|
||||
else
|
||||
$('#update_secs').text("No new posts found");
|
||||
}
|
||||
},
|
||||
error: function(xhr, status_text, error_text) {
|
||||
if (status_text == "error") {
|
||||
if (error_text == "Not Found") {
|
||||
$('#update_secs').text("Thread deleted or pruned");
|
||||
$('#auto_update_status').prop('checked', false);
|
||||
$('#auto_update_status').prop('disabled', true); // disable updates if thread is deleted
|
||||
return;
|
||||
} else {
|
||||
$('#update_secs').text("Error: "+error_text);
|
||||
}
|
||||
} else if (status_text) {
|
||||
$('#update_secs').text("Error: "+status_text);
|
||||
} else {
|
||||
$('#update_secs').text("Unknown error");
|
||||
}
|
||||
|
||||
// Keep trying to update
|
||||
if ($('#auto_update_status').is(':checked')) {
|
||||
poll_interval_delay = poll_interval_errordelay;
|
||||
auto_update(poll_interval_delay);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -96,6 +96,6 @@ $(document).ready(function(){
|
||||
$('div.post > a > img.post-image, div > a > img.post-image').each(handle_images);
|
||||
|
||||
$(document).on('new_post', function(e, post) {
|
||||
$(post).find('> a > img.post-image').each(handle_images);
|
||||
$(post).find('a > img.post-image').each(handle_images);
|
||||
});
|
||||
});
|
||||
|
@ -67,6 +67,5 @@ if (active_page == 'thread' || active_page == 'index') {
|
||||
colorPostId(v);
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
|
@ -58,6 +58,8 @@ tb_settings['auto-reload'] = {
|
||||
min_delay_bottom: 5000,
|
||||
// Maximum delay before reloading the page
|
||||
max_delay: 600000,
|
||||
// Delay if there was an error
|
||||
error_delay: 30000,
|
||||
// Reset the delay to the minimum upon focussing the window.
|
||||
reset_focus: true
|
||||
};
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user