diff --git a/inc/config.php b/inc/config.php index 275291b9..416209b7 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1096,9 +1096,9 @@ // Static images. These can be URLs OR base64 (data URI scheme). These are only used if // $config['font_awesome'] is false (default). - // $config['image_sticky'] = 'static/sticky.gif'; + // $config['image_sticky'] = 'static/sticky.png'; // $config['image_locked'] = 'static/locked.gif'; - // $config['image_bumplocked'] = 'static/sage.gif'. + // $config['image_bumplocked'] = 'static/sage.png'. // If you want to put images and other dynamic-static stuff on another (preferably cookieless) domain. // This will override $config['root'] and $config['dir']['...'] directives. "%s" will get replaced with @@ -1433,6 +1433,9 @@ // 'db', // ); + // Allow OP to remove arbitrary posts in his thread + $config['user_moderation'] = false; + /* * ==================== * Public post search diff --git a/inc/display.php b/inc/display.php index bcde41d0..4e8ab8fb 100644 --- a/inc/display.php +++ b/inc/display.php @@ -109,6 +109,18 @@ function error($message, $priority = true, $debug_stuff = false) { ))); } + $pw = $config['db']['password']; + $debug_callback = function(&$item) use (&$debug_callback, $pw) { + if (is_array($item)) { + $item = array_filter($item, $debug_callback); + } + return ($item !== $pw || !$pw); + }; + + + if ($debug_stuff) + $debug_stuff = array_filter($debug_stuff, $debug_callback); + die(Element('page.html', array( 'config' => $config, 'title' => _('Error'), diff --git a/inc/locale/eo/LC_MESSAGES/javascript.js b/inc/locale/eo/LC_MESSAGES/javascript.js index 4f759a3f..31120d5a 100644 --- a/inc/locale/eo/LC_MESSAGES/javascript.js +++ b/inc/locale/eo/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Style: ":"Stilo:","File":"Dosiero","hide":"ka\u015di","show":"malka\u015di","Show locked threads":"Vidigi fermitajn fadenojn","Hide locked threads":"Ka\u015di fermitajn fadenojn","URL":"URL","Select":"Elekti","Remote":"Dista","Embed":"Enmeti","Oekaki":"Oekaki","hidden":"ka\u015dita","Show images":"Vidigi bildojn","Hide images":"Ka\u015di bildojn","Password":"Pasvorto","Delete file only":"Forvi\u015di nur la dosieron","Delete":"Forvi\u015di","Reason":"Kialo","Report":"Raporti","Click reply to view.":"Klaku respondi por vidi.","Click to expand":"Klaku por grandigi","Hide expanded replies":"Ka\u015di grandigitajn respondojn","Brush size":"Penika grandeco","Set text":"Fiksi tekston","Clear":"Vi\u015di","Save":"Konservi","Load":"\u015car\u011di","Toggle eraser":"Baskuli vi\u015dilon","Get color":"Preni koloron","Fill":"Plenumi","Use oekaki instead of file?":"\u0108u uzi oekaki-on anstata\u016d dosieron?","Edit in oekaki":"Redakti en oekaki","Enter some text":"Entajpu tekston","Enter font or leave empty":"Enigu tiparon a\u016d lasu malplena","Forced anonymity":"Perforta anonimeco","enabled":"ebligita","disabled":"malebligita","Sun":"Dim","Mon":"Lun","Tue":"Mar","Wed":"Mer","Thu":"\u0134a\u016d","Fri":"Ven","Sat":"Sab","Catalog":"Katalogo","Submit":"Sendi","Quick reply":"Rapida respondo","Posting mode: Replying to >>{0}<\/small>":"Afi\u015dtipo: Respondo al >>{0}<\/small>","Return":"Reiri","Expand all images":"Grandigi \u0109iujn bildojn","Hello!":"Saluton!","{0} users":"{0} uzantoj","(hide threads from this board)":"(ka\u015di fadenojn de \u0109i tiu tabulo)","(show threads from this board)":"(vidigi fadenojn de \u0109i tiu tabulo)","No more threads to display":"Neniom plu fadenoj por vidigi","Loading...":"\u015car\u011danta...","Save as original filename":"Konservi kiel originala dosiernomo","Reported post(s).":"Raportita(j) afi\u015do(j)","An unknown error occured!":"Nekonata eraro okazis!","Something went wrong... An unknown error occured!":"Io mal\u011dustis...Nekonata eraro okazis!","Working...":"Laborado...","Posting... (#%)":"Afi\u015dando... (#%)","Posted...":"Afi\u015dita...","An unknown error occured when posting!":"Nekonata eraro okazis dum afi\u015dando!","Posting...":"Afi\u015dando...","Upload URL":"Al\u015duti URL","Spoiler Image":"Ka\u015di Bildon","Comment":"Komento","Quick Reply":"Rapida Respondo","Stop watching this thread":"\u0108esi de gvati \u0109i tiun fadenon","Watch this thread":"Gvati \u0109i tiun fadenon","Unpin this board":"Malfiksi \u0109i tiun tabulon","Pin this board":"Fiksi \u0109i tiun tabulon","Stop watching this board":"\u0108esi de gvati \u0109i tiun tabulon","Watch this board":"Gvati \u0109i tiun tabulon","Click on any image on this site to load it into oekaki applet":"Klaku je iu ajn bildo en \u0109i tiu retejo por \u015dar\u011digi \u011din al aplika\u0135o oekaki","Sunday":"Diman\u0109o","Monday":"Lundo","Tuesday":"Mardo","Wednesday":"Merkredo","Thursday":"\u0134a\u016ddo","Friday":"Vendredo","Saturday":"Sabato","January":"Januaro","February":"Februaro","March":"Marto","April":"Aprilo","May":"Majo","June":"Junio","July":"Julio","August":"A\u016dgusto","September":"Septembro","October":"Oktobro","November":"Novembro","December":"Decembro","Jan":"Jan","Feb":"Feb","Mar":"Mar","Apr":"Apr","Jun":"Jun","Jul":"Jul","Aug":"A\u016dg","Sep":"Sep","Oct":"Okt","Nov":"Nov","Dec":"Dec","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Via retumilo ne subtenas HTML5 videon.","[play once]":"[ludi unufoje]","[loop]":"[ludi da\u016dre]","WebM Settings":"WebM Opcioj","Expand videos inline":"Grandigi videojn interne","Play videos on hover":"Ludi videojn en \u015dvebi","Default volume":"Defa\u016dlta la\u016dteco","Tree view":"Arba vido"}; \ No newline at end of file +l10n = {"Style: ":"Stilo:","File":"Dosiero","hide":"ka\u015di","show":"malka\u015di","Show locked threads":"Vidigi fermitajn fadenojn","Hide locked threads":"Ka\u015di fermitajn fadenojn","URL":"URL","Select":"Elekti","Remote":"Dista","Embed":"Enmeti","Oekaki":"Oekaki","hidden":"ka\u015dita","Show images":"Vidigi bildojn","Hide images":"Ka\u015di bildojn","Password":"Pasvorto","Delete file only":"Forvi\u015di nur la dosieron","Delete":"Forvi\u015di","Reason":"Kialo","Report":"Raporti","Click reply to view.":"Klaku je respondi por vidi.","Click to expand":"Klaku por grandigi","Hide expanded replies":"Ka\u015di grandigitajn respondojn","Brush size":"Penika grandeco","Set text":"Fiksi tekston","Clear":"Vi\u015di","Save":"Konservi","Load":"\u015car\u011di","Toggle eraser":"Baskuli vi\u015dilon","Get color":"Preni koloron","Fill":"Plenumi","Use oekaki instead of file?":"\u0108u uzi oekaki-on anstata\u016d dosieron?","Edit in oekaki":"Redakti en oekaki","Enter some text":"Entajpu tekston","Enter font or leave empty":"Enigu tiparon a\u016d lasu malplena","Forced anonymity":"Perforta anonimeco","enabled":"ebligita","disabled":"malebligita","Sun":"Dim","Mon":"Lun","Tue":"Mar","Wed":"Mer","Thu":"\u0134a\u016d","Fri":"Ven","Sat":"Sab","Catalog":"Katalogo","Submit":"Sendi","Quick reply":"Rapida respondo","Posting mode: Replying to >>{0}<\/small>":"Afi\u015dtipo: Respondo al >>{0}<\/small>","Return":"Reiri","Expand all images":"Grandigi \u0109iujn bildojn","Hello!":"Saluton!","{0} users":"{0} uzantoj","(hide threads from this board)":"(ka\u015di fadenojn de \u0109i tiu tabulo)","(show threads from this board)":"(vidigi fadenojn de \u0109i tiu tabulo)","No more threads to display":"Neniom plu fadenoj por vidigi","Loading...":"\u015car\u011danta...","Save as original filename":"Konservi kiel originala dosiernomo","Reported post(s).":"Raportita(j) afi\u015do(j)","An unknown error occured!":"Nekonata eraro okazis!","Something went wrong... An unknown error occured!":"Io mal\u011dustis...Nekonata eraro okazis!","Working...":"Laborado...","Posting... (#%)":"Afi\u015dando... (#%)","Posted...":"Afi\u015dita...","An unknown error occured when posting!":"Nekonata eraro okazis dum afi\u015dando!","Posting...":"Afi\u015dando...","Upload URL":"Al\u015duti URL","Spoiler Image":"Ka\u015di Bildon","Comment":"Komento","Quick Reply":"Rapida Respondo","Stop watching this thread":"\u0108esi de gvati \u0109i tiun fadenon","Watch this thread":"Gvati \u0109i tiun fadenon","Unpin this board":"Malfiksi \u0109i tiun tabulon","Pin this board":"Fiksi \u0109i tiun tabulon","Stop watching this board":"\u0108esi de gvati \u0109i tiun tabulon","Watch this board":"Gvati \u0109i tiun tabulon","Click on any image on this site to load it into oekaki applet":"Klaku je iu ajn bildo en \u0109i tiu retejo por \u015dar\u011digi \u011din al aplika\u0135o oekaki","Sunday":"Diman\u0109o","Monday":"Lundo","Tuesday":"Mardo","Wednesday":"Merkredo","Thursday":"\u0134a\u016ddo","Friday":"Vendredo","Saturday":"Sabato","January":"Januaro","February":"Februaro","March":"Marto","April":"Aprilo","May":"Majo","June":"Junio","July":"Julio","August":"A\u016dgusto","September":"Septembro","October":"Oktobro","November":"Novembro","December":"Decembro","Jan":"Jan","Feb":"Feb","Mar":"Mar","Apr":"Apr","Jun":"Jun","Jul":"Jul","Aug":"A\u016dg","Sep":"Sep","Oct":"Okt","Nov":"Nov","Dec":"Dec","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Via retumilo ne subtenas HTML5 videon.","[play once]":"[ludi unufoje]","[loop]":"[ludi da\u016dre]","WebM Settings":"WebM Opcioj","Expand videos inline":"Grandigi videojn interne","Play videos on hover":"Ludi videojn en \u015dvebi","Default volume":"Defa\u016dlta la\u016dteco","Tree view":"Arba vido"}; \ No newline at end of file diff --git a/inc/locale/eo/LC_MESSAGES/javascript.po b/inc/locale/eo/LC_MESSAGES/javascript.po index 06264e66..b8addc22 100644 --- a/inc/locale/eo/LC_MESSAGES/javascript.po +++ b/inc/locale/eo/LC_MESSAGES/javascript.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-24 04:27+0000\n" +"PO-Revision-Date: 2014-05-05 18:55+0000\n" "Last-Translator: neniu \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/eo/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "Raporti" #: ../../../../js/expand.js:20 ../../../../js/expand.js:22 msgid "Click reply to view." -msgstr "Klaku respondi por vidi." +msgstr "Klaku je respondi por vidi." #: ../../../../js/expand.js:20 ../../../../js/expand.js:22 msgid "Click to expand" diff --git a/inc/locale/eo/LC_MESSAGES/tinyboard.mo b/inc/locale/eo/LC_MESSAGES/tinyboard.mo index b3d36bc1..75d92962 100644 Binary files a/inc/locale/eo/LC_MESSAGES/tinyboard.mo and b/inc/locale/eo/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/eo/LC_MESSAGES/tinyboard.po b/inc/locale/eo/LC_MESSAGES/tinyboard.po index 78fba862..14533057 100644 --- a/inc/locale/eo/LC_MESSAGES/tinyboard.po +++ b/inc/locale/eo/LC_MESSAGES/tinyboard.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-30 18:20+0000\n" +"PO-Revision-Date: 2014-05-05 18:49+0000\n" "Last-Translator: neniu \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/eo/)\n" "MIME-Version: 1.0\n" @@ -536,13 +536,13 @@ 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 msgid "MIME type detection XSS exploit (IE) detected; post discarded." -msgstr "MIME-tipo percepto XSS exploit (IE) perceptita; afiŝon forigita." +msgstr "MIME-tipo detection XSS exploit (IE) perceptita; afiŝon forigita." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 #: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 msgid "Couldn't make sense of the URL of the video you tried to embed." -msgstr "Maleblis kompreni la URL-on de la videon vi provis enmeti." +msgstr "Maleblis kompreni la URL-on de la videon kiun vi provis enmeti." #: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 #: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 @@ -590,7 +590,7 @@ msgstr "Malvalidaj/misformitaj cookie-oj." #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 msgid "Your browser didn't submit an input when it should have." -msgstr "Via retumilo ne faris enigon kiam enigo farendis." +msgstr "Via retumilo ne faris enigon kiam ĝi devis." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 diff --git a/inc/locale/fi_FI/LC_MESSAGES/javascript.js b/inc/locale/fi_FI/LC_MESSAGES/javascript.js index e4e2cd8e..ba166796 100644 --- a/inc/locale/fi_FI/LC_MESSAGES/javascript.js +++ b/inc/locale/fi_FI/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = []; \ No newline at end of file +l10n = {"Style: ":"Tyyli:","File":"Tiedosto","hide":"piilota","show":"n\u00e4yt\u00e4","Show locked threads":"N\u00e4yt\u00e4 lukitut langat","Hide locked threads":"Piilota lukitut langat","URL":"URL","Select":"Valitse","Remote":"Et\u00e4","Embed":"Upote","Oekaki":"Oekaki","hidden":"piilotettu","Show images":"N\u00e4yt\u00e4 kuvat","Hide images":"Piiloita kuvat","Password":"Salasana","Delete file only":"Poista vain tiedosto","Delete":"Poista","Reason":"Syy","Report":"Raportoi","Click reply to view.":"Paina vastaa n\u00e4ytt\u00e4\u00e4ksesi.","Click to expand":"Paina laajentaaksesi","Hide expanded replies":"Piiloita laajennetut vastaukset","Brush size":"Sudin koko","Set text":"Aseta teksti\u00e4","Clear":"Pyyhi","Save":"Tallenna","Load":"Lataa","Toggle eraser":"K\u00e4yt\u00e4 kumia","Get color":"Poimi v\u00e4ri","Fill":"T\u00e4yt\u00e4","Use oekaki instead of file?":"K\u00e4yt\u00e4 oekakia tekstin sijasta?","Edit in oekaki":"Muokkaa oekakissa","Enter some text":"Kirjoita teksti\u00e4","Enter font or leave empty":"Anna fontti tai j\u00e4t\u00e4 tyhj\u00e4ksi","Forced anonymity":"Pakotettu anonyymiys","enabled":"k\u00e4yt\u00f6ss\u00e4","disabled":"ei k\u00e4yt\u00f6ss\u00e4","Sun":"Sun","Mon":"Maa","Tue":"Tii","Wed":"Kes","Thu":"Tor","Fri":"Per","Sat":"Lau","Catalog":"Katalogi","Submit":"L\u00e4het\u00e4","Quick reply":"Pikavastaus","Posting mode: Replying to >>{0}<\/small>":"Vastaustila: Vastataan >>{0}<\/small>","Return":"Palaa","Expand all images":"Laajenna kaikki kuvat","Hello!":"Hei!","{0} users":"{0} k\u00e4ytt\u00e4j\u00e4\u00e4","(hide threads from this board)":"(piiloita langat t\u00e4lt\u00e4 laudalta)","(show threads from this board)":"(n\u00e4yt\u00e4 langat t\u00e4lt\u00e4 laudalta)","No more threads to display":"Ei enemp\u00e4\u00e4 lankoja n\u00e4ytett\u00e4v\u00e4ksi","Loading...":"Lataa...","Save as original filename":"Tallenna alkuper\u00e4isell\u00e4 nimell\u00e4","Reported post(s).":"Raportoitua viesti(\u00e4)","An unknown error occured!":"Tuntematon virhe tapahtui!","Something went wrong... An unknown error occured!":"Jokin meni pieleen...Tuntematon virhe tapahtui!","Working...":"Suoritan...","Posting... (#%)":"Postataan... (#%)","Posted...":"Postattu...","An unknown error occured when posting!":"Tuntematon virhe tapahtui postatessa!","Posting...":"Postataan...","Upload URL":"Ladattavan URL","Spoiler Image":"Piilokuva","Comment":"Viesti","Quick Reply":"Pikavastaus","Stop watching this thread":"Lopeta t\u00e4m\u00e4n langan seuraaminen","Watch this thread":"Seuraa t\u00e4t\u00e4 lankaa","Unpin this board":"Poista t\u00e4m\u00e4n laudan nastoitus","Pin this board":"Nastoita t\u00e4m\u00e4 lauta","Stop watching this board":"Lopeta laudan seuraaminen","Watch this board":"Seuraa t\u00e4t\u00e4 lautaa","Click on any image on this site to load it into oekaki applet":"Paina mit\u00e4 tahansa kuvaa t\u00e4ll\u00e4 sivulla ladataksesi sen oekaki ohjelmaan","Sunday":"Sunnuntai","Monday":"Maanantai","Tuesday":"Tiistai","Wednesday":"Keskiviikko","Thursday":"Torstai","Friday":"Perjantai","Saturday":"Lauantai","January":"Tammikuu","February":"Helmikuu","March":"Maaliskuu","April":"Huhtikuu","May":"Toukokuu","June":"Kes\u00e4kuu","July":"Hein\u00e4kuu","August":"Elokuu","September":"Syyskuu","October":"Lokakuu","November":"Marraskuu","December":"Joulukuu","Jan":"Tammi","Feb":"Helmi","Mar":"Maalis","Apr":"Huhti","Jun":"Kes\u00e4","Jul":"Hein\u00e4","Aug":"Elo","Sep":"Syys","Oct":"Loka","Nov":"Marras","Dec":"JoulunJoulu","AM":"AP","PM":"IP","am":"ap","pm":"ip","Your browser does not support HTML5 video.":"Selaimesi ei tue HTML5 videota.","[play once]":"[toista kerran]","[loop]":"[silmukka]","WebM Settings":"WebM-asetukset","Expand videos inline":"Laajenna videot sivun sis\u00e4ll\u00e4","Play videos on hover":"Toista videot hoveroitaessa","Default volume":"Oletus volyymi","Tree view":"Puun\u00e4kym\u00e4"}; \ No newline at end of file diff --git a/inc/locale/fi_FI/LC_MESSAGES/javascript.po b/inc/locale/fi_FI/LC_MESSAGES/javascript.po index 280a9143..c9610e4f 100644 --- a/inc/locale/fi_FI/LC_MESSAGES/javascript.po +++ b/inc/locale/fi_FI/LC_MESSAGES/javascript.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Alrahambra , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:53+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-05-04 14:54+0000\n" +"Last-Translator: Alrahambra \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,22 +20,22 @@ msgstr "" #: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 msgid "Style: " -msgstr "" +msgstr "Tyyli:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 #: ../../../../js/quick-post-controls.js:32 #: ../../../../js/upload-selection.js:61 msgid "File" -msgstr "" +msgstr "Tiedosto" #: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51 msgid "hide" -msgstr "" +msgstr "piilota" #: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57 msgid "show" -msgstr "" +msgstr "näytä" #: ../../../../js/toggle-locked-threads.js:39 #: ../../../../js/toggle-locked-threads.js:54 @@ -43,7 +44,7 @@ msgstr "" #: ../../../../js/toggle-locked-threads.js:41 #: ../../../../js/toggle-locked-threads.js:56 msgid "Show locked threads" -msgstr "" +msgstr "Näytä lukitut langat" #: ../../../../js/toggle-locked-threads.js:39 #: ../../../../js/toggle-locked-threads.js:54 @@ -52,126 +53,126 @@ msgstr "" #: ../../../../js/toggle-locked-threads.js:41 #: ../../../../js/toggle-locked-threads.js:56 msgid "Hide locked threads" -msgstr "" +msgstr "Piilota lukitut langat" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 msgid "URL" -msgstr "" +msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 msgid "Select" -msgstr "" +msgstr "Valitse" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 msgid "Remote" -msgstr "" +msgstr "Etä" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 msgid "Embed" -msgstr "" +msgstr "Upote" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 msgid "Oekaki" -msgstr "" +msgstr "Oekaki" #: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 msgid "hidden" -msgstr "" +msgstr "piilotettu" #: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 #: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 msgid "Show images" -msgstr "" +msgstr "Näytä kuvat" #: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 #: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 msgid "Hide images" -msgstr "" +msgstr "Piiloita kuvat" #: ../../../../js/quick-post-controls.js:27 #: ../../../../js/quick-post-controls.js:29 msgid "Password" -msgstr "" +msgstr "Salasana" #: ../../../../js/quick-post-controls.js:29 #: ../../../../js/quick-post-controls.js:31 msgid "Delete file only" -msgstr "" +msgstr "Poista vain tiedosto" #: ../../../../js/quick-post-controls.js:31 #: ../../../../js/quick-post-controls.js:33 msgid "Delete" -msgstr "" +msgstr "Poista" #: ../../../../js/quick-post-controls.js:35 #: ../../../../js/quick-post-controls.js:37 msgid "Reason" -msgstr "" +msgstr "Syy" #: ../../../../js/quick-post-controls.js:37 #: ../../../../js/quick-post-controls.js:39 msgid "Report" -msgstr "" +msgstr "Raportoi" #: ../../../../js/expand.js:20 ../../../../js/expand.js:22 msgid "Click reply to view." -msgstr "" +msgstr "Paina vastaa näyttääksesi." #: ../../../../js/expand.js:20 ../../../../js/expand.js:22 msgid "Click to expand" -msgstr "" +msgstr "Paina laajentaaksesi" #: ../../../../js/expand.js:44 ../../../../js/expand.js:46 msgid "Hide expanded replies" -msgstr "" +msgstr "Piiloita laajennetut vastaukset" #: ../../../../js/oekaki.js:10 msgid "Brush size" -msgstr "" +msgstr "Sudin koko" #: ../../../../js/oekaki.js:10 msgid "Set text" -msgstr "" +msgstr "Aseta tekstiä" #: ../../../../js/oekaki.js:10 msgid "Clear" -msgstr "" +msgstr "Pyyhi" #: ../../../../js/oekaki.js:10 msgid "Save" -msgstr "" +msgstr "Tallenna" #: ../../../../js/oekaki.js:10 msgid "Load" -msgstr "" +msgstr "Lataa" #: ../../../../js/oekaki.js:11 msgid "Toggle eraser" -msgstr "" +msgstr "Käytä kumia" #: ../../../../js/oekaki.js:11 msgid "Get color" -msgstr "" +msgstr "Poimi väri" #: ../../../../js/oekaki.js:11 msgid "Fill" -msgstr "" +msgstr "Täytä" #: ../../../../js/oekaki.js:12 msgid "Use oekaki instead of file?" -msgstr "" +msgstr "Käytä oekakia tekstin sijasta?" #: ../../../../js/oekaki.js:21 msgid "Edit in oekaki" -msgstr "" +msgstr "Muokkaa oekakissa" #: ../../../../js/oekaki.js:152 msgid "Enter some text" -msgstr "" +msgstr "Kirjoita tekstiä" #: ../../../../js/oekaki.js:153 msgid "Enter font or leave empty" -msgstr "" +msgstr "Anna fontti tai jätä tyhjäksi" #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 #: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 @@ -179,190 +180,190 @@ msgstr "" #: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 #: ../../../../js/forced-anon.js:71 msgid "Forced anonymity" -msgstr "" +msgstr "Pakotettu anonyymiys" #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 #: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 #: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 msgid "enabled" -msgstr "" +msgstr "käytössä" #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 #: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 #: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 msgid "disabled" -msgstr "" +msgstr "ei käytössä" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Sun" -msgstr "" +msgstr "Sun" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Mon" -msgstr "" +msgstr "Maa" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Tue" -msgstr "" +msgstr "Tii" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Wed" -msgstr "" +msgstr "Kes" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Thu" -msgstr "" +msgstr "Tor" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Fri" -msgstr "" +msgstr "Per" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Sat" -msgstr "" +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 msgid "Catalog" -msgstr "" +msgstr "Katalogi" #: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 #: ../../../../js/quick-reply-old.js:23 msgid "Submit" -msgstr "" +msgstr "Lähetä" #: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 #: ../../../../js/quick-reply-old.js:33 msgid "Quick reply" -msgstr "" +msgstr "Pikavastaus" #: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 #: ../../../../js/quick-reply-old.js:35 #, python-brace-format msgid "Posting mode: Replying to >>{0}" -msgstr "" +msgstr "Vastaustila: Vastataan >>{0}" #: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 #: ../../../../js/quick-reply-old.js:35 msgid "Return" -msgstr "" +msgstr "Palaa" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 msgid "Expand all images" -msgstr "" +msgstr "Laajenna kaikki kuvat" #: ../../../../templates/main.js:6 msgid "Hello!" -msgstr "" +msgstr "Hei!" #: ../../../../templates/main.js:18 #, python-brace-format msgid "{0} users" -msgstr "" +msgstr "{0} käyttäjää" #: ../../../../templates/themes/ukko/ukko.js:28 #: ../../../../templates/themes/ukko/ukko.js:39 #: ../../../../templates/themes/ukko/ukko.js:29 #: ../../../../templates/themes/ukko/ukko.js:40 msgid "(hide threads from this board)" -msgstr "" +msgstr "(piiloita langat tältä laudalta)" #: ../../../../templates/themes/ukko/ukko.js:32 #: ../../../../templates/themes/ukko/ukko.js:44 #: ../../../../templates/themes/ukko/ukko.js:33 #: ../../../../templates/themes/ukko/ukko.js:45 msgid "(show threads from this board)" -msgstr "" +msgstr "(näytä langat tältä laudalta)" #: ../../../../templates/themes/ukko/ukko.js:57 #: ../../../../templates/themes/ukko/ukko.js:58 msgid "No more threads to display" -msgstr "" +msgstr "Ei enempää lankoja näytettäväksi" #: ../../../../templates/themes/ukko/ukko.js:79 #: ../../../../templates/themes/ukko/ukko.js:80 msgid "Loading..." -msgstr "" +msgstr "Lataa..." #: ../../../../js/download-original.js:32 #: ../../../../js/download-original.js:33 msgid "Save as original filename" -msgstr "" +msgstr "Tallenna alkuperäisellä nimellä" #: ../../../../js/ajax-post-controls.js:43 msgid "Reported post(s)." -msgstr "" +msgstr "Raportoitua viesti(ä)" #: ../../../../js/ajax-post-controls.js:53 msgid "An unknown error occured!" -msgstr "" +msgstr "Tuntematon virhe tapahtui!" #: ../../../../js/ajax-post-controls.js:60 msgid "Something went wrong... An unknown error occured!" -msgstr "" +msgstr "Jokin meni pieleen...Tuntematon virhe tapahtui!" #: ../../../../js/ajax-post-controls.js:68 msgid "Working..." -msgstr "" +msgstr "Suoritan..." #: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 msgid "Posting... (#%)" -msgstr "" +msgstr "Postataan... (#%)" #: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 msgid "Posted..." -msgstr "" +msgstr "Postattu..." #: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 msgid "An unknown error occured when posting!" -msgstr "" +msgstr "Tuntematon virhe tapahtui postatessa!" #: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 msgid "Posting..." -msgstr "" +msgstr "Postataan..." #: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 #: ../../../../js/quick-reply.js:225 msgid "Upload URL" -msgstr "" +msgstr "Ladattavan URL" #: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 #: ../../../../js/quick-reply.js:268 msgid "Spoiler Image" -msgstr "" +msgstr "Piilokuva" #: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 #: ../../../../js/quick-reply.js:279 msgid "Comment" -msgstr "" +msgstr "Viesti" #: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 #: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 #: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 msgid "Quick Reply" -msgstr "" +msgstr "Pikavastaus" #: ../../../../js/watch.js:249 ../../../../js/watch.js:250 #: ../../../../js/watch.js:288 ../../../../js/watch.js:289 #: ../../../../js/watch.js:330 ../../../../js/watch.js:331 msgid "Stop watching this thread" -msgstr "" +msgstr "Lopeta tämän langan seuraaminen" #: ../../../../js/watch.js:249 ../../../../js/watch.js:250 #: ../../../../js/watch.js:288 ../../../../js/watch.js:289 #: ../../../../js/watch.js:330 ../../../../js/watch.js:331 msgid "Watch this thread" -msgstr "" +msgstr "Seuraa tätä lankaa" #: ../../../../js/watch.js:260 ../../../../js/watch.js:261 #: ../../../../js/watch.js:269 ../../../../js/watch.js:299 @@ -370,7 +371,7 @@ msgstr "" #: ../../../../js/watch.js:341 ../../../../js/watch.js:342 #: ../../../../js/watch.js:350 msgid "Unpin this board" -msgstr "" +msgstr "Poista tämän laudan nastoitus" #: ../../../../js/watch.js:260 ../../../../js/watch.js:261 #: ../../../../js/watch.js:269 ../../../../js/watch.js:299 @@ -378,7 +379,7 @@ msgstr "" #: ../../../../js/watch.js:341 ../../../../js/watch.js:342 #: ../../../../js/watch.js:350 msgid "Pin this board" -msgstr "" +msgstr "Nastoita tämä lauta" #: ../../../../js/watch.js:262 ../../../../js/watch.js:267 #: ../../../../js/watch.js:268 ../../../../js/watch.js:301 @@ -386,7 +387,7 @@ msgstr "" #: ../../../../js/watch.js:343 ../../../../js/watch.js:348 #: ../../../../js/watch.js:349 msgid "Stop watching this board" -msgstr "" +msgstr "Lopeta laudan seuraaminen" #: ../../../../js/watch.js:262 ../../../../js/watch.js:267 #: ../../../../js/watch.js:268 ../../../../js/watch.js:301 @@ -394,176 +395,176 @@ msgstr "" #: ../../../../js/watch.js:343 ../../../../js/watch.js:348 #: ../../../../js/watch.js:349 msgid "Watch this board" -msgstr "" +msgstr "Seuraa tätä lautaa" #: ../../../../js/wpaint.js:113 msgid "Click on any image on this site to load it into oekaki applet" -msgstr "" +msgstr "Paina mitä tahansa kuvaa tällä sivulla ladataksesi sen oekaki ohjelmaan" #: ../../../../js/local-time.js:29 msgid "Sunday" -msgstr "" +msgstr "Sunnuntai" #: ../../../../js/local-time.js:29 msgid "Monday" -msgstr "" +msgstr "Maanantai" #: ../../../../js/local-time.js:29 msgid "Tuesday" -msgstr "" +msgstr "Tiistai" #: ../../../../js/local-time.js:29 msgid "Wednesday" -msgstr "" +msgstr "Keskiviikko" #: ../../../../js/local-time.js:29 msgid "Thursday" -msgstr "" +msgstr "Torstai" #: ../../../../js/local-time.js:29 msgid "Friday" -msgstr "" +msgstr "Perjantai" #: ../../../../js/local-time.js:29 msgid "Saturday" -msgstr "" +msgstr "Lauantai" #: ../../../../js/local-time.js:31 msgid "January" -msgstr "" +msgstr "Tammikuu" #: ../../../../js/local-time.js:31 msgid "February" -msgstr "" +msgstr "Helmikuu" #: ../../../../js/local-time.js:31 msgid "March" -msgstr "" +msgstr "Maaliskuu" #: ../../../../js/local-time.js:31 msgid "April" -msgstr "" +msgstr "Huhtikuu" #: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 msgid "May" -msgstr "" +msgstr "Toukokuu" #: ../../../../js/local-time.js:31 msgid "June" -msgstr "" +msgstr "Kesäkuu" #: ../../../../js/local-time.js:31 msgid "July" -msgstr "" +msgstr "Heinäkuu" #: ../../../../js/local-time.js:31 msgid "August" -msgstr "" +msgstr "Elokuu" #: ../../../../js/local-time.js:31 msgid "September" -msgstr "" +msgstr "Syyskuu" #: ../../../../js/local-time.js:31 msgid "October" -msgstr "" +msgstr "Lokakuu" #: ../../../../js/local-time.js:31 msgid "November" -msgstr "" +msgstr "Marraskuu" #: ../../../../js/local-time.js:31 msgid "December" -msgstr "" +msgstr "Joulukuu" #: ../../../../js/local-time.js:32 msgid "Jan" -msgstr "" +msgstr "Tammi" #: ../../../../js/local-time.js:32 msgid "Feb" -msgstr "" +msgstr "Helmi" #: ../../../../js/local-time.js:32 msgid "Mar" -msgstr "" +msgstr "Maalis" #: ../../../../js/local-time.js:32 msgid "Apr" -msgstr "" +msgstr "Huhti" #: ../../../../js/local-time.js:32 msgid "Jun" -msgstr "" +msgstr "Kesä" #: ../../../../js/local-time.js:32 msgid "Jul" -msgstr "" +msgstr "Heinä" #: ../../../../js/local-time.js:32 msgid "Aug" -msgstr "" +msgstr "Elo" #: ../../../../js/local-time.js:32 msgid "Sep" -msgstr "" +msgstr "Syys" #: ../../../../js/local-time.js:32 msgid "Oct" -msgstr "" +msgstr "Loka" #: ../../../../js/local-time.js:32 msgid "Nov" -msgstr "" +msgstr "Marras" #: ../../../../js/local-time.js:32 msgid "Dec" -msgstr "" +msgstr "Joulu\nJoulu" #: ../../../../js/local-time.js:33 msgid "AM" -msgstr "" +msgstr "AP" #: ../../../../js/local-time.js:34 msgid "PM" -msgstr "" +msgstr "IP" #: ../../../../js/local-time.js:35 msgid "am" -msgstr "" +msgstr "ap" #: ../../../../js/local-time.js:36 msgid "pm" -msgstr "" +msgstr "ip" #: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48 msgid "Your browser does not support HTML5 video." -msgstr "" +msgstr "Selaimesi ei tue HTML5 videota." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 msgid "[play once]" -msgstr "" +msgstr "[toista kerran]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 msgid "[loop]" -msgstr "" +msgstr "[silmukka]" #: ../../../../js/webm-settings.js:42 msgid "WebM Settings" -msgstr "" +msgstr "WebM-asetukset" #: ../../../../js/webm-settings.js:44 msgid "Expand videos inline" -msgstr "" +msgstr "Laajenna videot sivun sisällä" #: ../../../../js/webm-settings.js:45 msgid "Play videos on hover" -msgstr "" +msgstr "Toista videot hoveroitaessa" #: ../../../../js/webm-settings.js:46 msgid "Default volume" -msgstr "" +msgstr "Oletus volyymi" #: ../../../../js/treeview.js:18 msgid "Tree view" -msgstr "" +msgstr "Puunäkymä" diff --git a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo index ba374765..22d1a647 100644 Binary files a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo and b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po index 3d29a39f..b5b4c1c7 100644 --- a/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po +++ b/inc/locale/fi_FI/LC_MESSAGES/tinyboard.po @@ -1,254 +1,2608 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Codegroove.net +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "Project-Id-Version: Tinyboard i18n\n" - "Report-Msgid-Bugs-To: savetheinternet@tinyboard.org\n" - "POT-Creation-Date: 2010-05-28 06:18-0500\n" - "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" - "Last-Translator: Riku \n" - "Language-Team: Tinyboard \n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" +# +# Translators: +# Alrahambra , 2014 +msgid "" +msgstr "" +"Project-Id-Version: vichan\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-05-04 15:05+0000\n" +"Last-Translator: Alrahambra \n" +"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../../../inc/functions.php:583 ../../../../inc/functions.php:600 +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:620 ../../../../inc/functions.php:637 +#: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 +#: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 +#: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 +#: ../../../../inc/functions.php:622 ../../../../inc/functions.php:639 +#: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 +#: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 +#: ../../../../inc/functions.php:624 ../../../../inc/functions.php:641 +#: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 +#: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 +#: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 +#: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 +#: ../../../../inc/functions.php:626 ../../../../inc/functions.php:643 +#: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 +#: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 +#: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 +#: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:645 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 +#: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 +#: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 +#: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 +#: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 +#: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 +#: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 +#: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 +#: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 +#: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 +#: ../../../../inc/functions.php:732 +msgid "Banned!" +msgstr "Bannittu!" + +#. There is no previous page. +#: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 +#: ../../../../inc/functions.php:1165 ../../../../inc/functions.php:1179 +#: ../../../../inc/functions.php:1168 ../../../../inc/functions.php:1182 +#: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 +#: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 +#: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 +#: ../../../../inc/functions.php:1244 +msgid "Previous" +msgstr "Edellinen" + +#. There is no next page. +#: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 +#: ../../../../inc/functions.php:1184 ../../../../inc/functions.php:1193 +#: ../../../../inc/functions.php:1187 ../../../../inc/functions.php:1196 +#: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 +#: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 +#: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 +#: ../../../../inc/functions.php:1258 +msgid "Next" +msgstr "Seuraava" + +#: ../../../../inc/display.php:93 ../../../../inc/display.php:105 +#: ../../../../inc/display.php:108 ../../../../inc/display.php:112 +msgid "Error" +msgstr "Virhe" + +#: ../../../../inc/display.php:94 ../../../../inc/display.php:106 +#: ../../../../inc/display.php:109 ../../../../inc/display.php:113 +msgid "An error has occured." +msgstr "Tapahtui virhe" + +#: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 +#: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 +#: ../../../../inc/display.php:125 ../../../../inc/display.php:129 +msgid "Login" +msgstr "Kirjaudu sisään" + +#: ../../../../inc/display.php:229 ../../../../inc/display.php:241 +#: ../../../../inc/display.php:244 ../../../../inc/display.php:248 +#, php-format +msgid "Post too long. Click here to view the full text." +msgstr "Postaus on liian pitkä. Paina tästä näyttääksesi koko tekstin." + +#: ../../../../inc/display.php:368 ../../../../inc/display.php:473 +#: ../../../../inc/display.php:385 ../../../../inc/display.php:495 +#: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +msgid "Ban" +msgstr "Bannaa" + +#: ../../../../inc/display.php:372 ../../../../inc/display.php:477 +#: ../../../../inc/display.php:389 ../../../../inc/display.php:499 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +msgid "Ban & Delete" +msgstr "Bannaa ja poista" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Delete file" +msgstr "Poista tiedosto" + +#: ../../../../inc/display.php:376 ../../../../inc/display.php:481 +#: ../../../../inc/display.php:393 ../../../../inc/display.php:503 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +msgid "Are you sure you want to delete this file?" +msgstr "Haluatko varmasti poistaa tämän tiedoston" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +msgid "Spoiler File" +msgstr "Piilokuva" + +#: ../../../../inc/display.php:380 ../../../../inc/display.php:485 +#: ../../../../inc/display.php:397 ../../../../inc/display.php:507 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 +msgid "Are you sure you want to spoiler this file?" +msgstr "Haluatko varmasti piiloittaa tämän kuvan?" + +#: ../../../../inc/display.php:384 ../../../../inc/display.php:401 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:408 +msgid "Move reply to another board" +msgstr "Siirrä viesti toiselle laudalle" + +#: ../../../../inc/display.php:388 ../../../../inc/display.php:512 +#: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 +#: ../../../../inc/display.php:405 ../../../../inc/display.php:534 +#: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +#: ../../../../inc/display.php:412 ../../../../inc/display.php:541 +msgid "Edit post" +msgstr "Muokkaa postausta" + +#. line 5 +#: ../../../../inc/display.php:461 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 +#: ../../../../inc/display.php:483 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +msgid "Delete" +msgstr "Poista" + +#: ../../../../inc/display.php:461 ../../../../inc/display.php:483 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 +msgid "Are you sure you want to delete this?" +msgstr "Haluatko varmasti poistaa tämän?" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +msgid "Delete all posts by IP" +msgstr "Poista viestit IP:n perusteella" + +#: ../../../../inc/display.php:465 ../../../../inc/display.php:487 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 +msgid "Are you sure you want to delete all posts by this IP address?" +msgstr "Haluatko varmasti poistaa kaikki postaukset tämän IP osoitteen perusteella?" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +msgid "Delete all posts by IP across all boards" +msgstr "Poista kaikki viestit lautojen välillä IP osoitteen perusteella" + +#: ../../../../inc/display.php:469 ../../../../inc/display.php:491 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 +msgid "" +"Are you sure you want to delete all posts by this IP address, across all " +"boards?" +msgstr "Haluatko varmasti poistaa kaikki postaukset tämän IP:n perusteella kaikilla laudoilla?" + +#: ../../../../inc/display.php:490 ../../../../inc/display.php:512 +#: ../../../../inc/display.php:515 ../../../../inc/display.php:519 +msgid "Make thread not sticky" +msgstr "Poista langan tahma" + +#: ../../../../inc/display.php:492 ../../../../inc/display.php:514 +#: ../../../../inc/display.php:517 ../../../../inc/display.php:521 +msgid "Make thread sticky" +msgstr "Tahmaa lanka" + +#: ../../../../inc/display.php:496 ../../../../inc/display.php:518 +#: ../../../../inc/display.php:521 ../../../../inc/display.php:525 +msgid "Allow thread to be bumped" +msgstr "Salli langan bumppaukset" + +#: ../../../../inc/display.php:498 ../../../../inc/display.php:520 +#: ../../../../inc/display.php:523 ../../../../inc/display.php:527 +msgid "Prevent thread from being bumped" +msgstr "Estä langan bumpit" + +#: ../../../../inc/display.php:503 ../../../../inc/display.php:525 +#: ../../../../inc/display.php:528 ../../../../inc/display.php:532 +msgid "Unlock thread" +msgstr "Poista langan lukitus" + +#: ../../../../inc/display.php:505 ../../../../inc/display.php:527 +#: ../../../../inc/display.php:530 ../../../../inc/display.php:534 +msgid "Lock thread" +msgstr "Lukitse lanka" + +#: ../../../../inc/display.php:508 ../../../../inc/display.php:530 +#: ../../../../inc/display.php:533 ../../../../inc/display.php:537 +msgid "Move thread to another board" +msgstr "Siirrä lankasi toiselle laudalle" + +#. How long before Tinyboard forgets about a mute? +#. 2 weeks +#. If you want to alter the algorithm a bit. Default value is 2. +#. (n^x where x is the number of previous mutes) +#: ../../../../inc/config.php:346 ../../../../inc/config.php:473 +#: ../../../../inc/config.php:474 ../../../../inc/config.php:475 +msgid "You have been muted for unoriginal content." +msgstr "Sinut on mykistetty ei-alkuperäisen sisällöln vuoksi" + +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#. The names on the post buttons. (On most imageboards, these are both just +#. "Post"). +#: ../../../../inc/config.php:677 ../../../../inc/config.php:781 +#: ../../../../inc/config.php:772 ../../../../inc/config.php:774 +#: ../../../../inc/config.php:776 ../../../../inc/config.php:792 +msgid "New Topic" +msgstr "Uusi lanka" + +#: ../../../../inc/config.php:678 ../../../../inc/config.php:782 +#: ../../../../inc/config.php:773 ../../../../inc/config.php:775 +#: ../../../../inc/config.php:777 ../../../../inc/config.php:793 +msgid "New Reply" +msgstr "Uusi aihe" + +#. Additional lines added to the footer of all pages. +#: ../../../../inc/config.php:689 ../../../../inc/config.php:793 +#: ../../../../inc/config.php:784 ../../../../inc/config.php:786 +#: ../../../../inc/config.php:788 ../../../../inc/config.php:804 +msgid "" +"All trademarks, copyrights, comments, and images on this page are owned by " +"and are the responsibility of their respective parties." +msgstr "Kaikki tavaramerkit, tekijäinoikeudet ja kuvat tällä sivulla kuuluvat niiden oikeille omistajilleen." + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:866 +msgid "Lurk some more before posting." +msgstr "Lurkkaa lisää ennenkuin postaat." + +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#. * ==================== +#. * Error messages +#. * ==================== +#. Error messages +#: ../../../../inc/config.php:867 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:963 ../../../../inc/config.php:965 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:983 +msgid "You look like a bot." +msgstr "Näytät botilta." + +#: ../../../../inc/config.php:868 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:964 ../../../../inc/config.php:966 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:984 +msgid "Your browser sent an invalid or no HTTP referer." +msgstr "Selaimesi ei lähettänyt tai lähetti vääristyneen HTTP-välitteen." + +#: ../../../../inc/config.php:869 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:965 ../../../../inc/config.php:967 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:985 +#, php-format +msgid "The %s field was too long." +msgstr "%s kenttä oli liian pitkä." + +#: ../../../../inc/config.php:870 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:966 ../../../../inc/config.php:968 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:986 +msgid "The body was too long." +msgstr "Viestin runko oli liian pitkä" + +#: ../../../../inc/config.php:871 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:967 ../../../../inc/config.php:969 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:987 +msgid "The body was too short or empty." +msgstr "Viestin runko oli liian lyhyt tai tyhjä." + +#: ../../../../inc/config.php:872 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:968 ../../../../inc/config.php:970 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:988 +msgid "You must upload an image." +msgstr "Sinun täytyy antaa kuva." + +#: ../../../../inc/config.php:873 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:969 ../../../../inc/config.php:971 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:989 +msgid "The server failed to handle your upload." +msgstr "Serveri ei pystynyt käsittelemään lähetystäsi." + +#: ../../../../inc/config.php:874 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:970 ../../../../inc/config.php:972 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:990 +msgid "Unsupported image format." +msgstr "Tukematon kuvaformaatti." + +#: ../../../../inc/config.php:875 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:971 ../../../../inc/config.php:973 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:991 +msgid "Invalid board!" +msgstr "Väärä lauta!" + +#: ../../../../inc/config.php:876 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:972 ../../../../inc/config.php:974 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:992 +msgid "Thread specified does not exist." +msgstr "Lankaa ei ole olemassa." + +#: ../../../../inc/config.php:877 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:973 ../../../../inc/config.php:975 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:993 +msgid "Thread locked. You may not reply at this time." +msgstr "Lanka lukittu. Et saa vastata." + +#: ../../../../inc/config.php:878 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:974 ../../../../inc/config.php:976 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:994 +msgid "Thread has reached its maximum reply limit." +msgstr "Lanka on ylittänyt bumplimitin." + +#: ../../../../inc/config.php:879 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:975 ../../../../inc/config.php:977 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:995 +msgid "Thread has reached its maximum image limit." +msgstr "Lanka on ylittänyt sallittujen kuvien rajan." + +#: ../../../../inc/config.php:880 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:976 ../../../../inc/config.php:978 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:996 +msgid "You didn't make a post." +msgstr "Et postannut." + +#: ../../../../inc/config.php:881 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:977 ../../../../inc/config.php:979 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:997 +msgid "Flood detected; Post discarded." +msgstr "Floodia havaittu; viestiä ei huomioida." + +#: ../../../../inc/config.php:882 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:978 ../../../../inc/config.php:980 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:998 +msgid "Your request looks automated; Post discarded." +msgstr "Pyyntösi vaikuttaa olevan automatisoitu; viestiä ei huomioida." + +#: ../../../../inc/config.php:883 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:979 ../../../../inc/config.php:981 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:999 +msgid "Unoriginal content!" +msgstr "Ei-alkuperäistä sisältöä!" + +#: ../../../../inc/config.php:884 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:980 ../../../../inc/config.php:982 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 +#, php-format +msgid "Unoriginal content! You have been muted for %d seconds." +msgstr "Ei-alkuperäistä sisältöä! Sinut on mykistetty %d sekunniksi" + +#: ../../../../inc/config.php:885 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:981 ../../../../inc/config.php:983 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:1001 +#, php-format +msgid "You are muted! Expires in %d seconds." +msgstr "Olet mykistetty! Loppuu %d sekunnissa." + +#: ../../../../inc/config.php:886 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:982 ../../../../inc/config.php:984 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:1002 +#, php-format +msgid "Your IP address is listed in %s." +msgstr "IP osoitteesi on listattu %s" + +#: ../../../../inc/config.php:887 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:983 ../../../../inc/config.php:985 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:1003 +msgid "Too many links; flood detected." +msgstr "Liian monta linkkiä; floodia havaittu." + +#: ../../../../inc/config.php:888 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:984 ../../../../inc/config.php:986 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:1004 +msgid "Too many cites; post discarded." +msgstr "Liian monta lainausta; viestiä ei huomioida." + +#: ../../../../inc/config.php:889 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:985 ../../../../inc/config.php:987 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:1005 +msgid "Too many cross-board links; post discarded." +msgstr "Liian monta lautojen välistä linkkiä; postausta ei huomioida." + +#: ../../../../inc/config.php:890 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:986 ../../../../inc/config.php:988 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:1006 +msgid "You didn't select anything to delete." +msgstr "Et valinnut mitään poistettavaksi." + +#: ../../../../inc/config.php:891 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:987 ../../../../inc/config.php:989 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:1007 +msgid "You didn't select anything to report." +msgstr "Et valinnut mitään raportoitavaksi." + +#: ../../../../inc/config.php:892 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:988 ../../../../inc/config.php:990 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:1008 +msgid "You can't report that many posts at once." +msgstr "Et voi raportoida niin monta postausta kerralla." + +#: ../../../../inc/config.php:893 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:989 ../../../../inc/config.php:991 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:1009 +msgid "Wrong password…" +msgstr "Väärä salasana..." + +#: ../../../../inc/config.php:894 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:990 ../../../../inc/config.php:992 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:1010 +msgid "Invalid image." +msgstr "Väärä kuva." + +#: ../../../../inc/config.php:895 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:991 ../../../../inc/config.php:993 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:1011 +msgid "Unknown file extension." +msgstr "Tuntematon tiedostotyyppi." + +#: ../../../../inc/config.php:896 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:992 ../../../../inc/config.php:994 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:1012 +msgid "Maximum file size: %maxsz% bytes
Your file's size: %filesz% bytes" +msgstr "Maksimi tiedoston koko: %maxsz% bittiä
Tiedostosi koko: %filesz% bittiä" + +#: ../../../../inc/config.php:897 ../../../../inc/config.php:1002 +#: ../../../../inc/config.php:993 ../../../../inc/config.php:995 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:1013 +msgid "The file was too big." +msgstr "Tiedosto oli liian suuri" + +#: ../../../../inc/config.php:898 ../../../../inc/config.php:1003 +#: ../../../../inc/config.php:994 ../../../../inc/config.php:996 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1014 +#, php-format +msgid "That file already exists!" +msgstr "Tämä tiedosto on jo olemassa!" + +#: ../../../../inc/config.php:899 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:995 ../../../../inc/config.php:997 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1015 +#, php-format +msgid "That file already exists in this thread!" +msgstr "Tuo tiedosto on jo tässä langassa!" + +#: ../../../../inc/config.php:900 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:996 ../../../../inc/config.php:998 +#: ../../../../inc/config.php:1000 ../../../../inc/config.php:1016 +#, php-format +msgid "You'll have to wait another %s before deleting that." +msgstr "Sinun täytyy odottaa %s ennenkuin poistat tuon." + +#: ../../../../inc/config.php:901 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:997 ../../../../inc/config.php:999 +#: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 +msgid "MIME type detection XSS exploit (IE) detected; post discarded." +msgstr "MIME tyypin XSS hyökkäys (IE) havaittu; postausta ei huomioida." + +#: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1018 +msgid "Couldn't make sense of the URL of the video you tried to embed." +msgstr "Upotteen URLista ei saatu selvää." + +#: ../../../../inc/config.php:903 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:999 ../../../../inc/config.php:1001 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1019 +msgid "You seem to have mistyped the verification." +msgstr "Et kirjoittanut oikein varmistusta." + +#. Moderator errors +#: ../../../../inc/config.php:906 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1002 ../../../../inc/config.php:1004 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1022 +#, php-format +msgid "" +"You are only allowed to unban %s users at a time. You tried to unban %u " +"users." +msgstr "" + +#: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1023 +msgid "Invalid username and/or password." +msgstr "" + +#: ../../../../inc/config.php:908 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1004 ../../../../inc/config.php:1006 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1024 +msgid "You are not a mod…" +msgstr "" + +#: ../../../../inc/config.php:909 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1005 ../../../../inc/config.php:1007 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1025 +msgid "" +"Invalid username and/or password. Your user may have been deleted or " +"changed." +msgstr "" + +#: ../../../../inc/config.php:910 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1006 ../../../../inc/config.php:1008 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1026 +msgid "Invalid/malformed cookies." +msgstr "" + +#: ../../../../inc/config.php:911 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 +msgid "Your browser didn't submit an input when it should have." +msgstr "" + +#: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1028 +#, php-format +msgid "The %s field is required." +msgstr "" + +#: ../../../../inc/config.php:913 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1009 ../../../../inc/config.php:1011 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1029 +#, php-format +msgid "The %s field was invalid." +msgstr "" + +#: ../../../../inc/config.php:914 ../../../../inc/config.php:1019 +#: ../../../../inc/config.php:1010 ../../../../inc/config.php:1012 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1030 +#, php-format +msgid "There is already a %s board." +msgstr "" + +#: ../../../../inc/config.php:915 ../../../../inc/config.php:1020 +#: ../../../../inc/config.php:1011 ../../../../inc/config.php:1013 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1031 +msgid "You don't have permission to do that." +msgstr "" + +#: ../../../../inc/config.php:916 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1012 ../../../../inc/config.php:1014 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1032 +msgid "That post doesn't exist…" +msgstr "" + +#: ../../../../inc/config.php:917 ../../../../inc/config.php:1022 +#: ../../../../inc/config.php:1013 ../../../../inc/config.php:1015 +#: ../../../../inc/config.php:1017 ../../../../inc/config.php:1033 +msgid "Page not found." +msgstr "" + +#: ../../../../inc/config.php:918 ../../../../inc/config.php:1023 +#: ../../../../inc/config.php:1014 ../../../../inc/config.php:1016 +#: ../../../../inc/config.php:1018 ../../../../inc/config.php:1034 +#, php-format +msgid "That mod already exists!" +msgstr "" + +#: ../../../../inc/config.php:919 ../../../../inc/config.php:1024 +#: ../../../../inc/config.php:1015 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1035 +msgid "That theme doesn't exist!" +msgstr "" + +#: ../../../../inc/config.php:920 ../../../../inc/config.php:1025 +#: ../../../../inc/config.php:1016 ../../../../inc/config.php:1018 +#: ../../../../inc/config.php:1020 ../../../../inc/config.php:1036 +msgid "Invalid security token! Please go back and try again." +msgstr "" + +#. Default public ban message. In public ban messages, %length% is replaced +#. with "for x days" or +#. "permanently" (with %LENGTH% being the uppercase equivalent). +#. Default public ban message. In public ban messages, %length% is replaced +#. with "for x days" or +#. "permanently" (with %LENGTH% being the uppercase equivalent). +#: ../../../../inc/config.php:1086 ../../../../inc/config.php:1189 +#: ../../../../inc/config.php:1180 ../../../../inc/config.php:1185 +#: ../../../../inc/config.php:1187 ../../../../inc/config.php:1203 +msgid "USER WAS BANNED FOR THIS POST" +msgstr "" + +#: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 +msgid "Confirm action" +msgstr "" + +#: ../../../../inc/mod/pages.php:110 ../../../../inc/mod/pages.php:108 +msgid "Could not find current version! (Check .installed)" +msgstr "" + +#: ../../../../inc/mod/pages.php:162 +msgid "Dashboard" +msgstr "Hallinta" + +#: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 +msgid "There are no boards to search!" +msgstr "" + +#. $results now contains the search results +#: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 +msgid "Search results" +msgstr "" + +#: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 +msgid "Edit board" +msgstr "" + +#: ../../../../inc/mod/pages.php:486 ../../../../inc/mod/pages.php:491 +msgid "Couldn't open board after creation." +msgstr "" + +#: ../../../../inc/mod/pages.php:506 ../../../../inc/mod/pages.php:511 +msgid "New board" +msgstr "" + +#. line 37 +#: ../../../../inc/mod/pages.php:553 ../../../../inc/mod/pages.php:562 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:121 +msgid "Noticeboard" +msgstr "Tiedotteet" + +#: ../../../../inc/mod/pages.php:614 ../../../../inc/mod/pages.php:631 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:194 +msgid "News" +msgstr "Uutiset" + +#: ../../../../inc/mod/pages.php:654 ../../../../inc/mod/pages.php:681 +#: ../../../../inc/mod/pages.php:671 ../../../../inc/mod/pages.php:698 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:300 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:75 +msgid "Moderation log" +msgstr "Moderaatio logi" + +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 104 +#. line 20 +#. line 18 +#. line 104 +#. line 20 +#. line 18 +#: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:64 +msgid "IP" +msgstr "" + +#. line 171 +#: ../../../../inc/mod/pages.php:848 ../../../../inc/mod/pages.php:1367 +#: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 +msgid "New ban" +msgstr "" + +#: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 +msgid "Ban list" +msgstr "Bannit" + +#: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 +msgid "Move reply" +msgstr "" + +#: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 +msgid "Target and source board are the same." +msgstr "" + +#: ../../../../inc/mod/pages.php:1296 ../../../../inc/mod/pages.php:1357 +msgid "Impossible to move thread; there is only one board." +msgstr "" + +#. line 39 +#: ../../../../inc/mod/pages.php:1300 ../../../../inc/mod/pages.php:1361 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:114 +msgid "Move thread" +msgstr "" + +#: ../../../../inc/mod/pages.php:1698 ../../../../inc/mod/pages.php:1751 +#: ../../../../inc/mod/pages.php:1775 +msgid "Edit user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1764 ../../../../inc/mod/pages.php:1855 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:274 +msgid "Manage users" +msgstr "Hallitse käyttäjiä" + +#. deleted? +#: ../../../../inc/mod/pages.php:1826 ../../../../inc/mod/pages.php:1899 +#: ../../../../inc/mod/pages.php:1945 ../../../../inc/mod/pages.php:2021 +msgid "New PM for" +msgstr "" + +#: ../../../../inc/mod/pages.php:1830 ../../../../inc/mod/pages.php:1952 +msgid "Private message" +msgstr "" + +#. line 68 +#: ../../../../inc/mod/pages.php:1851 ../../../../inc/mod/pages.php:1973 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:200 +msgid "PM inbox" +msgstr "" + +#: ../../../../inc/mod/pages.php:1963 ../../../../inc/mod/pages.php:1967 +#: ../../../../inc/mod/pages.php:2090 ../../../../inc/mod/pages.php:2094 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:309 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:115 +msgid "Rebuild" +msgstr "Rakenna uudelleen" + +#: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 +msgid "Report queue" +msgstr "Ilmiannot" + +#: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 +#: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 +msgid "Config editor" +msgstr "" + +#: ../../../../inc/mod/pages.php:2226 ../../../../inc/mod/pages.php:2367 +msgid "Themes directory doesn't exist!" +msgstr "" + +#: ../../../../inc/mod/pages.php:2228 ../../../../inc/mod/pages.php:2369 +msgid "Cannot open themes directory; check permissions." +msgstr "" + +#: ../../../../inc/mod/pages.php:2242 ../../../../inc/mod/pages.php:2388 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:291 +msgid "Manage themes" +msgstr "Hallitse teemoja" + +#: ../../../../inc/mod/pages.php:2307 ../../../../inc/mod/pages.php:2453 +#, php-format +msgid "Installed theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2318 ../../../../inc/mod/pages.php:2464 +#, php-format +msgid "Configuring theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2346 ../../../../inc/mod/pages.php:2493 +#, php-format +msgid "Rebuilt theme: %s" +msgstr "" + +#: ../../../../inc/mod/pages.php:2385 ../../../../inc/mod/pages.php:2532 +msgid "Debug: Anti-spam" +msgstr "" + +#: ../../../../inc/mod/pages.php:2409 ../../../../inc/mod/pages.php:2566 +msgid "Debug: Recent posts" +msgstr "" + +#: ../../../../inc/mod/pages.php:2433 ../../../../inc/mod/pages.php:2590 +msgid "Debug: SQL" +msgstr "" + +#. Print error +#: ../../../../inc/database.php:72 ../../../../inc/database.php:94 +msgid "Database error: " +msgstr "" + +#: ../../../../banned.php:4 +msgid "Banned?" +msgstr "" + +#: ../../../../banned.php:5 +msgid "You are not banned." +msgstr "" + +#. line 6 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 +msgid "Go back" +msgstr "" + +#. line 13 +#: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 +#: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 +msgid "Error information" +msgstr "" + +#. line 2 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 +msgid "Delete Post" +msgstr "Poista Viesti" + +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 84 +#. line 3 +#. line 97 +#. line 3 +#. line 97 +#. line 3 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:29 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:290 +msgid "File" +msgstr "Tiedosto" + +#. line 132 +#. line 14 +#. line 132 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 14 +#. line 131 +#. line 21 +#. line 14 +#. line 131 +#. line 14 +#. line 144 +#. line 14 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:31 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:48 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:363 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:69 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:400 +msgid "Password" +msgstr "Salasana" + +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 8 +#. line 108 +#. line 32 +#. line 8 +#. line 32 +#. line 23 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 8 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 9 +#. line 23 +#. line 48 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:99 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:43 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:77 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:37 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:141 +msgid "Reason" +msgstr "Syy" + +#. line 10 +#: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:44 +#: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:47 +msgid "Report" +msgstr "Report" + +#: ../../../../templates/cache/f5/e3/343716327c6183713f70a3fb57f1.php:149 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:134 +#: ../../../../templates/cache/62/8c/21348d46377c3e1b3f8c476ba376.php:65 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:137 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:153 +#: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:68 +#: ../../../../templates/cache/e5/67/00152f100a684a6ff580e1afded8e907bdea04b4818d725ebfeb103d70d9.php:71 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:120 +#: ../../../../templates/cache/26/b3/eb11457d26f281883c21fad69f55f2c85f7cde1e4986db8692a12aaf72a5.php:138 +msgid "Return to dashboard" +msgstr "Palaa hallintaan" + +#. line 39 +#. line 33 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:143 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:146 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:134 +msgid "Posting mode: Reply" +msgstr "Viestin tyyppi: Vastaus" + +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:147 +#: ../../../../templates/cache/aa/f6/f10fd83961bcd8c947af6ddf919d.php:200 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:150 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:203 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:138 +#: ../../../../templates/cache/b8/d9/05d4f2709538c393e80cdee33c24efe8d6fd13e68df2f5b3493356ef42e3.php:186 +msgid "Return" +msgstr "Takaisin" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 +msgid "(No news to show.)" +msgstr "" + +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:85 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:146 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:116 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:144 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:88 +msgid "no subject" +msgstr "ei aihetta" + +#. line 44 +#. line 56 +#. line 44 +#. line 56 +#. line 44 +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:94 +msgid "by" +msgstr "" + +#. line 50 +#: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:95 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:146 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:157 +#: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:98 +msgid "at" +msgstr "" + +#. line 28 +#. line 26 +#: ../../../../templates/cache/4b/3e/915cc5ac5fe144c331207c656528.php:99 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:102 +#: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 +msgid "1 reply" +msgid_plural "%count% replies" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 +msgid "File:" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:115 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:127 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:165 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:206 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:118 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:130 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:168 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:209 +#: ../../../../templates/cache/9b/6a/0d0c5add399e8dfbd5c8c097ea68815306312248498dae4682282190e561.php:128 +msgid "Spoiler Image" +msgstr "Spoiler Image" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:530 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:495 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:506 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:532 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:591 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:304 +msgid "Reply" +msgstr "Vastaa" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:544 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:509 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:520 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:546 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 +msgid "View All" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:561 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:526 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:537 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:622 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 +msgid "Last 1 Post" +msgid_plural "Last %count% Posts" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:598 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:574 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:600 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:659 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:372 +msgid "1 post" +msgid_plural "%count% posts" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:604 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:569 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:580 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:116 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:606 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:665 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:378 +msgid "and" +msgstr "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:616 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:581 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:592 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:618 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:677 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:390 +msgid "1 image reply" +msgid_plural "%count% image replies" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:621 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:586 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:597 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:623 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 +#: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 +msgid "omitted. Click reply to view." +msgstr "" + +#. line 7 +#. line 14 +#. line 7 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 14 +#. line 8 +#. line 14 +#. line 8 +#. line 14 +#. line 7 +#. line 8 +#. line 7 +#. line 14 +#. line 8 +#. line 14 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:42 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:48 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:69 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:33 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:40 +msgid "Name" +msgstr "Nimi" + +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#. line 15 +#. line 24 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:44 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:88 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:91 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:47 +msgid "Email" +msgstr "Email" + +#. line 23 +#. line 46 +#. line 23 +#. line 46 +#. line 12 +#. line 24 +#. line 46 +#. line 23 +#. line 12 +#. line 46 +#. line 12 +#. line 46 +#. line 12 +#. line 46 +#. line 23 +#. line 12 +#. line 24 +#. line 46 +#. line 12 +#. line 46 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:76 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:150 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:61 +msgid "Subject" +msgstr "Aihe" + +#. line 27 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:71 +msgid "Update" +msgstr "" + +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#. line 32 +#. line 57 +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:76 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:178 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:181 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:79 +msgid "Comment" +msgstr "Viesti" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:97 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:100 +msgid "Currently editing raw HTML." +msgstr "" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:105 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:108 +msgid "Edit markup instead?" +msgstr "" + +#: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:115 +#: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:118 +msgid "Edit raw HTML instead?" +msgstr "" + +#. line 73 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:226 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:229 +msgid "Verification" +msgstr "Varmennus" + +#. line 90 +#. line 103 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:262 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:302 +msgid "Or URL" +msgstr "" + +#. line 100 +#. line 113 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:282 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:285 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:322 +msgid "Embed" +msgstr "Upote" + +#. line 112 +#. line 111 +#. line 124 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:306 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:309 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:305 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:342 +msgid "Flags" +msgstr "Arvot" + +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 116 +#. line 117 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 115 +#. line 116 +#. line 128 +#. line 129 +#. line 128 +#. line 129 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:323 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:315 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:352 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:356 +msgid "Sticky" +msgstr "Sticky" + +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 120 +#. line 121 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 119 +#. line 120 +#. line 132 +#. line 133 +#. line 132 +#. line 133 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:337 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:329 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:366 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:370 +msgid "Lock" +msgstr "Lukko" + +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 124 +#. line 125 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 123 +#. line 124 +#. line 136 +#. line 137 +#. line 136 +#. line 137 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:351 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:343 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:380 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:384 +msgid "Raw HTML" +msgstr "Raaka HTML" + +#. line 137 +#. line 136 +#. line 141 +#. line 154 +#: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:374 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:377 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:373 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:378 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:415 +msgid "(For file deletion.)" +msgstr "(Tiedoston poistoon.)" + +#: ../../../../search.php:5 +msgid "Post search is disabled" +msgstr "" + +#: ../../../../search.php:25 ../../../../search.php:31 +#: ../../../../search.php:29 ../../../../search.php:35 +msgid "Wait a while before searching again, please." +msgstr "" + +#: ../../../../search.php:131 ../../../../search.php:135 +msgid "Query too broad." +msgstr "" + +#: ../../../../search.php:152 ../../../../search.php:156 +#, php-format +msgid "%d result in" +msgid_plural "%d results in" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../search.php:163 ../../../../search.php:167 +msgid "No results." +msgstr "" + +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 2 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#. line 115 +#. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 +#: ../../../../search.php:168 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:25 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:66 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:25 +#: ../../../../search.php:172 +msgid "Search" +msgstr "Etsi" + +#: ../../../../inc/mod/pages.php:939 +msgid "Ban appeal not found!" +msgstr "" + +#: ../../../../inc/mod/pages.php:989 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 +msgid "Ban appeals" +msgstr "" + +#: ../../../../inc/mod/pages.php:1833 +msgid "New user" +msgstr "" + +#: ../../../../inc/mod/pages.php:1888 +msgid "Impossible to promote/demote user." +msgstr "" + +#: ../../../../inc/mod/pages.php:2612 +msgid "Debug: APC" +msgstr "" + +#: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 +#: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 +#: ../../../../inc/config.php:1037 +msgid "" +"Your code contained PHP syntax errors. Please go back and correct them. PHP " +"says: " +msgstr "" + +#. line 2 +#. line 6 +#. line 2 +#. line 6 +#. line 2 +#. line 46 +#. line 6 +#. line 2 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:25 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:38 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:139 +msgid "Boards" +msgstr "Laudat" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:79 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:215 +msgid "edit" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:97 +msgid "Create new board" +msgstr "Luo uusi lauta" + +#. line 32 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:108 +msgid "Messages" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:188 +msgid "View all noticeboard entries" +msgstr "" + +#. line 76 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:222 +msgid "Administration" +msgstr "Hallinta" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:282 +msgid "Change password" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:318 +msgid "Configuration" +msgstr "Asetukset" + +#. line 127 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 +msgid "Other" +msgstr "" + +#. line 139 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 +msgid "Debug" +msgstr "" + +#. line 141 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:396 +msgid "Anti-spam" +msgstr "" + +#. line 142 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:400 +msgid "Recent posts" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:407 +msgid "SQL" +msgstr "" + +#. line 164 +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:446 +msgid "User account" +msgstr "" + +#: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:454 +msgid "Logout" +msgstr "Kirjaudu ulos" + +#. line 3 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:27 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:27 +msgid "New post" +msgstr "" + +#. line 16 +#. line 28 +#. line 16 +#. line 28 +#. line 16 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 +msgid "Body" +msgstr "Viesti" + +#. line 21 +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:63 +msgid "Post to noticeboard" +msgstr "Lähetä tiedotteisiin" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:90 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:118 +msgid "delete" +msgstr "" + +#: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:138 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:123 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:405 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:504 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:197 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:70 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:42 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:67 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:99 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:345 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:415 +msgid "deleted?" +msgstr "" + +#. line 33 +#: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 +msgid "Post news entry" +msgstr "" + +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 15 +#. line 3 +#. line 67 +#. line 17 +#. line 54 +#. line 133 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:464 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:67 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:183 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:26 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:59 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:165 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:371 +msgid "Staff" +msgstr "Moderaattori" + +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 18 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#. line 25 +#. line 68 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 +msgid "Note" +msgstr "" + +#. line 26 +#. line 22 +#. line 26 +#. line 19 +#. line 26 +#. line 19 +#. line 26 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:89 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:79 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:67 +msgid "Date" +msgstr "" + +#. line 25 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:96 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:88 +msgid "Actions" +msgstr "Toiminto" + +#. line 49 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:154 +msgid "remove" +msgstr "" + +#. line 76 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:208 +msgid "New note" +msgstr "" + +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#. line 94 +#. line 7 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 +msgid "Status" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 +msgid "Expired" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 +msgid "Active" +msgstr "" + +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:299 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:91 +msgid "no reason" +msgstr "" + +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 33 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 95 +#. line 118 +#. line 184 +#. line 65 +#. line 10 +#. line 6 +#. line 33 +#. line 49 +#. line 136 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:47 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:101 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:38 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:26 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:145 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:383 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:263 +msgid "Board" +msgstr "Lauta" + +#. line 71 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:323 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:169 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:133 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:115 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:73 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:100 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:227 +msgid "all boards" +msgstr "kaikki laudat" + +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 11 +#. line 43 +#. line 50 +#. line 128 +#. line 43 +#. line 128 +#. line 43 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:149 +msgid "Set" +msgstr "Aseta" -msgid "Name" -msgstr "Nimi" +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 13 +#. line 47 +#. line 52 +#. line 132 +#. line 47 +#. line 132 +#. line 47 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:157 +msgid "Expires" +msgstr "Vanhenee" -msgid "Email" -msgstr "Email" +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:357 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:173 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:149 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:155 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:267 +msgid "never" +msgstr "" -msgid "Subject" -msgstr "Aihe" +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 14 +#. line 57 +#. line 53 +#. line 142 +#. line 57 +#. line 142 +#. line 57 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:161 +msgid "Seen" +msgstr "" -msgid "Comment" -msgstr "Viesti" +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:375 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:201 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:167 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:295 +msgid "Yes" +msgstr "" -msgid "Verification" -msgstr "Varmennus" +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:381 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:207 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:173 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:301 +msgid "No" +msgstr "" -msgid "File" -msgstr "Tiedosto" +#. line 163 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 +msgid "Remove ban" +msgstr "" -msgid "Embed" -msgstr "Upote" +#. line 183 +#. line 5 +#. line 183 +#. line 5 +#. line 135 +#. line 94 +#. line 183 +#. line 5 +#. line 135 +#. line 183 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:468 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:34 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:259 +msgid "Time" +msgstr "" -msgid "Flags" -msgstr "Arvot" +#. line 185 +#. line 89 +#. line 185 +#. line 89 +#. line 185 +#. line 7 +#. line 89 +#. line 185 +#. line 89 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 96 +#. line 185 +#. line 7 +#. line 89 +#. line 137 +#. line 185 +#. line 89 +#. line 185 +#. line 89 +#: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:387 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:267 +msgid "Action" +msgstr "Tapahtuma" -msgid "Password" -msgstr "Salasana" +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 +msgid "(or subnet)" +msgstr "" -msgid "(For file deletion.)" -msgstr "(Tiedoston poistoon.)" +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:88 +msgid "hidden" +msgstr "" -msgid "Spoiler Image" -msgstr "Spoiler Image" +#. line 41 +#. line 27 +#. line 41 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:117 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:92 +msgid "Message" +msgstr "" -msgid "Return" -msgstr "Takaisin" +#. line 46 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:133 +msgid "public; attached to post" +msgstr "" -msgid "Posting mode: Reply" -msgstr "Viestin tyyppi: Vastaus" +#. line 58 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:150 +msgid "Length" +msgstr "" -msgid "Reply" -msgstr "Vastaa" +#. line 88 +#: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:212 +msgid "New Ban" +msgstr "" -msgid "Sticky" -msgstr "Sticky" +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#. line 2 +#. line 5 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 +msgid "Phrase:" +msgstr "Lause tai sana:" -msgid "Lock" -msgstr "Lukko" +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 +msgid "Posts" +msgstr "" -msgid "Raw HTML" -msgstr "Raaka HTML" +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 +msgid "IP address notes" +msgstr "" -msgid "Delete Post" -msgstr "Poista Viesti" +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 +msgid "Bans" +msgstr "" -msgid "Delete" -msgstr "Poista" +#. line 18 +#: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:88 +msgid "" +"(Search is case-insensitive and based on keywords. To match exact phrases, " +"use \"quotes\". Use an asterisk (*) for wildcard.)" +msgstr "" -msgid "Reason" -msgstr "Syy" +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 +msgid "There are no active bans." +msgstr "" -msgid "Report" -msgstr "Report" +#. line 8 +#. line 47 +#. line 8 +#. line 47 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:39 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:137 +msgid "IP address/mask" +msgstr "" -msgid "Previous" -msgstr "Edellinen" +#. line 12 +#. line 51 +#. line 12 +#. line 51 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:55 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:153 +msgid "Duration" +msgstr "" -msgid "Next" -msgstr "Seuraava" +#. line 92 +#: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 +msgid "Unban selected" +msgstr "" -msgid "Return to dashboard" -msgstr "Palaa hallintaan" +#. line 6 +#. line 4 +#. line 6 +#. line 4 +#. line 11 +#. line 6 +#. line 4 +#. line 6 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:34 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 +msgid "Username" +msgstr "Käyttäjänimi" + +#. line 23 +#: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 +msgid "Continue" +msgstr "Jatka" -msgid "PM Inbox" -msgstr "Viestilaatikko" +#. line 80 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 +msgid "Appeal time" +msgstr "" -msgid "empty" -msgstr "tyhjä" +#. line 84 +#: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 +msgid "Appeal reason" +msgstr "" -msgid "unread" -msgstr "lukematon" +#: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 +msgid "There are no reports." +msgstr "" -msgid "No private messages for you." -msgstr "Sinulle ei ole uusia viestejä." +#: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 +msgid "That ban doesn't exist or is not for you." +msgstr "" -msgid "Manage users" -msgstr "Hallitse käyttäjiä" +#: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 +msgid "You cannot appeal a ban of this length." +msgstr "" -msgid "ID" +#: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 +msgid "You cannot appeal this ban again." msgstr "" -msgid "Username" -msgstr "Käyttäjänimi" +#: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 +msgid "There is already a pending appeal for this ban." +msgstr "" + +#: ../../../../inc/image.php:24 ../../../../inc/image.php:62 +msgid "Unsupported file format: " +msgstr "" + +#: ../../../../inc/image.php:282 ../../../../inc/image.php:288 +msgid "Failed to redraw image!" +msgstr "" + +#: ../../../../inc/image.php:324 ../../../../inc/image.php:343 +#: ../../../../inc/image.php:368 ../../../../inc/image.php:342 +#: ../../../../inc/image.php:366 +msgid "Failed to resize image!" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 +msgid "You were banned! ;_;" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 +msgid "You are banned! ;_;" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 +msgid "You were banned from" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 +msgid "You have been banned from" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 +msgid "for the following reason:" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 +msgid "for an unspecified reason." +msgstr "" + +#. line 32 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 +msgid "Your ban was filed on" +msgstr "" + +#. line 51 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:123 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:156 +msgid "has since expired. Refresh the page to continue." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 +msgid "expires" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 +msgid "from now, which is on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 +msgid "will not expire" +msgstr "" + +#. line 78 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 +msgid "Your IP address is" +msgstr "" + +#. line 86 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 +msgid "You were banned for the following post on" +msgstr "" + +#. line 95 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 +msgid "You submitted an appeal for this ban on" +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 +msgid "It is still pending" +msgstr "" + +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#. line 101 +#. line 112 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 +msgid "You appealed this ban on" +msgstr "" + +#. line 103 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 +msgid "and it was denied. You may not appeal this ban again." +msgstr "" + +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 +msgid "" +"You have submitted the maximum number of ban appeals allowed. You may not " +"appeal this ban again." +msgstr "" + +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#. line 114 +#. line 121 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 +msgid "and it was denied." +msgstr "" + +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#. line 116 +#. line 123 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 +msgid "You may appeal this ban again. Please enter your reasoning below." +msgstr "" + +#. line 119 +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 +msgid "You last appealed this ban on" +msgstr "" -msgid "User" -msgstr "Käyttäjä" +#: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 +msgid "You may appeal this ban. Please enter your reasoning below." +msgstr "" +#. line 4 +#. line 16 +#. line 134 +#. line 93 +#. line 4 +#. line 16 +#. line 134 +#: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:30 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:55 +#: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:375 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:255 msgid "IP address" msgstr "IP osoite" +#. line 3 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 +msgid "ID" +msgstr "" + +#. line 5 +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:34 msgid "Type" msgstr "Tyyppi" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:45 msgid "Last action" msgstr "Viimeinen tapahtuma" -msgid "Boards" -msgstr "Laudat" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 +msgid "Unknown" +msgstr "" -msgid "Create new board" -msgstr "Luo uusi lauta" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 +msgid "none" +msgstr "" -msgid "Create new user" -msgstr "Luo uusi käyttäjä" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:174 +msgid "Promote" +msgstr "" -msgid "News" -msgstr "Uutiset" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:187 +msgid "Demote" +msgstr "" -msgid "no subject" -msgstr "ei aihetta" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 +msgid "Are you sure you want to demote yourself?" +msgstr "" -msgid "View all entries" -msgstr "Näytä kaikki tiedotteet" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 +msgid "log" +msgstr "" -msgid "Dashboard" -msgstr "Hallinta" +#: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:226 +msgid "PM" +msgstr "" -msgid "Noticeboard" -msgstr "Tiedotteet" +#. line 6 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 +msgid "Thread ID" +msgstr "" -msgid "Report queue" -msgstr "Ilmiannot" +#. line 14 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 +msgid "Leave shadow thread" +msgstr "" -msgid "Ban list" -msgstr "Bannit" +#. line 18 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 +msgid "locks thread; replies to it with a link." +msgstr "" -msgid "Moderation log" -msgstr "Moderaatio logi" +#. line 22 +#: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 +msgid "Target board" +msgstr "" -msgid "Rebuild static files" -msgstr "Rakenna uudelleen" +#. line 8 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 +msgid "Select board" +msgstr "" -msgid "Show configuration" -msgstr "Näytä asetukset" +#. line 17 +#: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:73 +msgid "" +"Search is case-insensitive and based on keywords. To match exact phrases, " +"use \"quotes\". Use an asterisk (*) for wildcard.

You may apply the following filters to your searches: " +"id, thread, subject, and " +"name. To apply a filter, simply add to your query, for " +"example, name:Anonymous or subject:\"Some Thread\". " +"Wildcards cannot be used in filters." +msgstr "" -msgid "Configuration" -msgstr "Asetukset" +#. line 2 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 +msgid "Are you sure you want to do that?" +msgstr "" -msgid "Themes" -msgstr "Teemat" +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 +msgid "Click to proceed to" +msgstr "" -msgid "Manage themes" -msgstr "Hallitse teemoja" +#. line 5 +#: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:39 +msgid "" +"You are probably seeing this message because Javascript being disabled. This" +" is a necessary security measure to prevent CSRF attacks." +msgstr "" -msgid "Search" -msgstr "Etsi" +#. line 7 +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 +msgid "Report date" +msgstr "" -msgid "Phrase:" -msgstr "Lause tai sana:" +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 +msgid "Reported by" +msgstr "" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 +msgid "Discard abuse report" +msgstr "" + +#: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:93 +msgid "Discard all abuse reports by this IP address" +msgstr "" -msgid "(Search is case-insensitive, and based on keywords. To match exact phrases, use \"quotes\". Use an asterisk (*) for wildcard.)" -msgstr "(Haku etsii sanoja ja lauseita myös muiden lauseiden ja sanojen sisältä. Löytääksesi tietyn fraasin käytä \"lainausmerkkejä\". Voit käyttää myös (*) merkkiä jokerina.)" +#. line 4 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 +msgid "From" +msgstr "" + +#. line 34 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 +msgid "Delete forever" +msgstr "" + +#. line 39 +#: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 +msgid "Reply with quote" +msgstr "" + +#. line 18 +#: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 +msgid "Send message" +msgstr "" + +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 +msgid "There are no themes available." +msgstr "" +#. line 11 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 msgid "Version" msgstr "Versio" +#. line 15 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 msgid "Description" msgstr "Kuvaus" +#. line 19 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 msgid "Thumbnail" msgstr "" -msgid "Uninstall all themes." -msgstr "Poista kaikki teemat" +#. line 27 +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 +msgid "Use theme" +msgstr "Käytä teemaa" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 msgid "Reconfigure" msgstr "Asetukset" -msgid "Rebuild" -msgstr "Rakenna uudelleen" - -msgid "Uninstall" -msgstr "Poista" - +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 msgid "Install" msgstr "Asenna" -msgid "Use theme" -msgstr "Käytä teemaa" - -msgid "Actions" -msgstr "Toiminto" - -msgid "Body" -msgstr "Viesti" - -msgid "Ago" -msgstr "Viesti" - -msgid "Board" -msgstr "Lauta" - -msgid "Action" -msgstr "Tapahtuma" - -msgid "Set" -msgstr "Aseta" +#: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 +msgid "Uninstall" +msgstr "Poista" -msgid "Expires" -msgstr "Vanhenee" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 +msgid "new; optional" +msgstr "" -msgid "Staff" -msgstr "Moderaattori" +#. line 32 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 +msgid "Group" +msgstr "" -msgid "all boards" -msgstr "kaikki laudat" +#. line 56 +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 +msgid "All boards" +msgstr "" -msgid "Post to news" -msgstr "Lähetä uutisiin" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 +msgid "Create user" +msgstr "" -msgid "Post to noticeboard" -msgstr "Lähetä tiedotteisiin" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 +msgid "Save changes" +msgstr "" -msgid "Showing all %d reports." +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 +msgid "Delete user" msgstr "" -msgid "Logout" -msgstr "Kirjaudu ulos" +#: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 +msgid "View more logs for this user." +msgstr "" -msgid "Login" -msgstr "Kirjaudu sisään" +#. line 84 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255 +msgid "Flag" +msgstr "" -msgid "Continue" -msgstr "Jatka" +#. line 87 +#: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 +msgid "None" +msgstr "" -msgid "Administration" -msgstr "Hallinta" +#. When moving a thread to another board and choosing to keep a "shadow +#. thread", an automated post (with +#. a capcode) will be made, linking to the new location for the thread. "%s" +#. will be replaced with a +#. standard cross-board post citation (>>>/board/xxx) +#: ../../../../inc/config.php:1211 +#, php-format +msgid "Moved to %s." +msgstr "" +#: ../../../../templates/themes/recent/theme.php:50 +msgid "" +"Can't build the RecentPosts theme, because there are no boards to be " +"fetched." +msgstr "" diff --git a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo index 65bdca3d..948caf60 100644 Binary files a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo and b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po index 344cee8a..268fc3ec 100644 --- a/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po +++ b/inc/locale/fr_FR/LC_MESSAGES/tinyboard.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-21 19:05+0000\n" -"Last-Translator: czaks \n" +"PO-Revision-Date: 2014-05-02 21:08+0000\n" +"Last-Translator: kaf \n" "Language-Team: French (France) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fr_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -2585,12 +2585,12 @@ msgstr "Voir plus de log pour cet utilisateur." #. line 84 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255 msgid "Flag" -msgstr "" +msgstr "Drapeau" #. line 87 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 msgid "None" -msgstr "" +msgstr "Aucun" #. When moving a thread to another board and choosing to keep a "shadow #. thread", an automated post (with diff --git a/inc/locale/hu_HU/LC_MESSAGES/javascript.js b/inc/locale/hu_HU/LC_MESSAGES/javascript.js index 2baee865..b51de016 100644 --- a/inc/locale/hu_HU/LC_MESSAGES/javascript.js +++ b/inc/locale/hu_HU/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Style: ":"St\u00edlus:","File":"F\u00e1jl","hide":"elrejt","show":"mutat","Show locked threads":"Mutassa a lez\u00e1rt sz\u00e1lakat","Hide locked threads":"Rejtse el a lez\u00e1rt sz\u00e1lakat","URL":"URL","Select":"Kiv\u00e1laszt","Remote":"K\u00fcls\u0151 link","Embed":"Be\u00e1gyaz","Oekaki":"Saj\u00e1t rajz","hidden":"rejtett","Show images":"Mutassa a k\u00e9peket","Hide images":"Rejtse el a k\u00e9peket","Password":"Jelsz\u00f3","Delete file only":"Csak a f\u00e1jlt t\u00f6r\u00f6lje","Delete":"T\u00f6rl\u00e9s","Reason":"Ok","Report":"Jelent","Click reply to view.":"Kattints a v\u00e1laszra a megjelen\u00edt\u00e9shez","Click to expand":"Kattints a nagyobb m\u00e9rethez","Hide expanded replies":"Rejtse el a nagy m\u00e9ret\u0171 v\u00e1laszokat","Brush size":"Ecsetm\u00e9ret","Set text":"Sz\u00f6veg megad\u00e1sa","Clear":"T\u00f6r\u00f6l","Save":"Ment\u00e9s","Load":"Bet\u00f6lt\u00e9s","Toggle eraser":"Rad\u00edrt kapcsol","Get color":"Sz\u00ednt kiv\u00e1laszt","Fill":"KIt\u00f6lt","Use oekaki instead of file?":"Szeretn\u00e9d a rajzodat haszn\u00e1lni f\u00e1jl helyett?","Edit in oekaki":"A rajzod szerkeszt\u00e9se","Enter some text":"\u00cdrj be sz\u00f6veget","Enter font or leave empty":"Adj meg bet\u0171t\u00edpust, vagy hagyd \u00fcresen","Forced anonymity":"Er\u0151ltetett anonimit\u00e1s","enabled":"enged\u00e9lyezett","disabled":"tiltott","Sun":"Va","Mon":"H\u00e9","Tue":"Ke","Wed":"Sze","Thu":"Cs\u00fc","Fri":"P\u00e9","Sat":"Szo","Catalog":"Katal\u00f3gus","Submit":"Elk\u00fcld","Quick reply":"Gyors v\u00e1lasz","Posting mode: Replying to >>{0}<\/small>":"Hozz\u00e1sz\u00f3l\u00e1s m\u00f3dja: V\u00e1lasz erre: >>{0}<\/small>","Return":"Vissza","Expand all images":"\u00d6sszes k\u00e9p nagy m\u00e9ret\u0171re","Hello!":"Szia!","{0} users":"(0) felhaszn\u00e1l\u00f3","(hide threads from this board)":"(sz\u00e1lak elrejt\u00e9se err\u0151l a t\u00e1bl\u00e1r\u00f3l)","(show threads from this board)":"(sz\u00e1lak mutat\u00e1sa err\u0151l a t\u00e1bl\u00e1r\u00f3l)","No more threads to display":"Nincs t\u00f6bb megjelen\u00edtend\u0151 sz\u00e1l","Loading...":"Bet\u00f6lt\u00e9s...","Save as original filename":"Ment\u00e9s eredeti f\u00e1jln\u00e9vvel","Reported post(s).":"Jelentett hozz\u00e1sz\u00f3l\u00e1s(ok).","An unknown error occured!":"Ismeretlen hiba t\u00f6rt\u00e9nt!","Something went wrong... An unknown error occured!":"V\u00e9g\u00e9rv\u00e9nyesen... Valami elveszett!","Working...":"Feldolgoz\u00e1s...","Posting... (#%)":"K\u00fcld\u00e9s... (#%)","Posted...":"Elk\u00fcldve...","An unknown error occured when posting!":"Ismeretlen hiba t\u00f6rt\u00e9nt k\u00fcld\u00e9s k\u00f6zben!","Posting...":"K\u00fcld\u00e9s...","Upload URL":"URL Felt\u00f6lt\u00e9se","Spoiler Image":"Spoiler K\u00e9p","Comment":"Hozz\u00e1sz\u00f3l\u00e1s","Quick Reply":"Gyors v\u00e1lasz","Stop watching this thread":"Sz\u00e1l figyel\u00e9s\u00e9nek megsz\u00fcntet\u00e9se","Watch this thread":"Figyelje ezt a sz\u00e1lat","Unpin this board":"T\u00e1bla kiemel\u00e9s megsz\u00fcntet\u00e9se","Pin this board":"Emelje ki a t\u00e1bl\u00e1t","Stop watching this board":"T\u00e1bla figyel\u00e9s\u00e9nek megsz\u00fcntet\u00e9se","Watch this board":"Figyelje ezt a t\u00e1bl\u00e1t","Click on any image on this site to load it into oekaki applet":"Kattints a k\u00edv\u00e1nt k\u00e9pre ezen az oldalon a rajzprogramba bet\u00f6lt\u00e9shez","Sunday":"Vas\u00e1rnap","Monday":"H\u00e9tf\u0151","Tuesday":"Kedd","Wednesday":"Szerda","Thursday":"Cs\u00fct\u00f6rt\u00f6k","Friday":"P\u00e9ntek","Saturday":"Szombat","January":"Janu\u00e1r","February":"Febru\u00e1r","March":"M\u00e1rcius","April":"\u00c1prilis","May":"M\u00e1jus","June":"J\u00fanius","July":"J\u00falius","August":"Augusztus","September":"Szeptember","October":"Okt\u00f3ber","November":"November","December":"December","Jan":"Jan","Feb":"Feb","Mar":"M\u00e1r","Apr":"\u00c1pr","Jun":"Jun","Jul":"Jul","Aug":"Aug","Sep":"Szep","Oct":"Okt","Nov":"Nov","Dec":"Dec","AM":"D\u00e9lel\u0151tt","PM":"D\u00e9lut\u00e1n","am":"d\u00e9lel\u0151tt","pm":"d\u00e9lut\u00e1n","Your browser does not support HTML5 video.":"A b\u00f6ng\u00e9sz\u0151d nem t\u00e1mogatja a HTML5 vide\u00f3t.","[play once]":"[lej\u00e1tsz\u00e1s egyszer]","[loop]":"[ism\u00e9tl\u00e9s]","WebM Settings":"WebM be\u00e1ll\u00edt\u00e1sok","Expand videos inline":"Vide\u00f3k kinagy\u00edt\u00e1sa sz\u00e1lon bel\u00fcl","Play videos on hover":"Vide\u00f3k lej\u00e1tsz\u00e1sa ha az eg\u00e9rmutat\u00f3 f\u00f6l\u00e9j\u00fck \u00e9r","Default volume":"Alap hanger\u0151","Tree view":"Fa n\u00e9zet"}; \ No newline at end of file +l10n = {"Style: ":"St\u00edlus:","File":"F\u00e1jl","hide":"elrejt","show":"mutat","Show locked threads":"Mutassa a lez\u00e1rt sz\u00e1lakat","Hide locked threads":"Rejtse el a lez\u00e1rt sz\u00e1lakat","URL":"URL","Select":"Kiv\u00e1laszt","Remote":"K\u00fcls\u0151 link","Embed":"Be\u00e1gyaz","Oekaki":"Saj\u00e1t rajz","hidden":"rejtett","Show images":"Mutassa a k\u00e9peket","Hide images":"Rejtse el a k\u00e9peket","Password":"Jelsz\u00f3","Delete file only":"Csak a f\u00e1jlt t\u00f6r\u00f6lje","Delete":"T\u00f6rl\u00e9s","Reason":"Ok","Report":"Jelent","Click reply to view.":"Kattints a v\u00e1laszra a megjelen\u00edt\u00e9shez","Click to expand":"Kattints a nagyobb m\u00e9rethez","Hide expanded replies":"Rejtse el a nagy m\u00e9ret\u0171 v\u00e1laszokat","Brush size":"Ecsetm\u00e9ret","Set text":"Sz\u00f6veg megad\u00e1sa","Clear":"T\u00f6r\u00f6l","Save":"Ment\u00e9s","Load":"Bet\u00f6lt\u00e9s","Toggle eraser":"Rad\u00edrt kapcsol","Get color":"Sz\u00ednt kiv\u00e1laszt","Fill":"KIt\u00f6lt","Use oekaki instead of file?":"Szeretn\u00e9d a rajzodat haszn\u00e1lni f\u00e1jl helyett?","Edit in oekaki":"A rajzod szerkeszt\u00e9se","Enter some text":"\u00cdrj be sz\u00f6veget","Enter font or leave empty":"Adj meg bet\u0171t\u00edpust, vagy hagyd \u00fcresen","Forced anonymity":"Er\u0151ltetett anonimit\u00e1s","enabled":"enged\u00e9lyezett","disabled":"tiltott","Sun":"Va","Mon":"H\u00e9","Tue":"Ke","Wed":"Sze","Thu":"Cs\u00fc","Fri":"P\u00e9","Sat":"Szo","Catalog":"Katal\u00f3gus","Submit":"Elk\u00fcld","Quick reply":"Gyors v\u00e1lasz","Posting mode: Replying to >>{0}<\/small>":"Hozz\u00e1sz\u00f3l\u00e1s m\u00f3dja: V\u00e1lasz erre: >>{0}<\/small>","Return":"Vissza","Expand all images":"\u00d6sszes k\u00e9p nagy m\u00e9ret\u0171re","Hello!":"Szia!","{0} users":"(0) felhaszn\u00e1l\u00f3","(hide threads from this board)":"(sz\u00e1lak elrejt\u00e9se err\u0151l a t\u00e1bl\u00e1r\u00f3l)","(show threads from this board)":"(sz\u00e1lak mutat\u00e1sa err\u0151l a t\u00e1bl\u00e1r\u00f3l)","No more threads to display":"Nincs t\u00f6bb megjelen\u00edtend\u0151 sz\u00e1l","Loading...":"Bet\u00f6lt\u00e9s...","Save as original filename":"Ment\u00e9s eredeti f\u00e1jln\u00e9vvel","Reported post(s).":"Jelentett hozz\u00e1sz\u00f3l\u00e1s(ok).","An unknown error occured!":"Ismeretlen hiba t\u00f6rt\u00e9nt!","Something went wrong... An unknown error occured!":"V\u00e9g\u00e9rv\u00e9nyesen... Valami elveszett!","Working...":"Feldolgoz\u00e1s...","Posting... (#%)":"K\u00fcld\u00e9s... (#%)","Posted...":"Elk\u00fcldve...","An unknown error occured when posting!":"Ismeretlen hiba t\u00f6rt\u00e9nt k\u00fcld\u00e9s k\u00f6zben!","Posting...":"K\u00fcld\u00e9s...","Upload URL":"URL Felt\u00f6lt\u00e9se","Spoiler Image":"Spoiler K\u00e9p","Comment":"Hozz\u00e1sz\u00f3l\u00e1s","Quick Reply":"Gyors v\u00e1lasz","Stop watching this thread":"Sz\u00e1l figyel\u00e9s\u00e9nek megsz\u00fcntet\u00e9se","Watch this thread":"Figyelje ezt a sz\u00e1lat","Unpin this board":"T\u00e1bla kiemel\u00e9s megsz\u00fcntet\u00e9se","Pin this board":"Emelje ki a t\u00e1bl\u00e1t","Stop watching this board":"T\u00e1bla figyel\u00e9s\u00e9nek megsz\u00fcntet\u00e9se","Watch this board":"Figyelje ezt a t\u00e1bl\u00e1t","Click on any image on this site to load it into oekaki applet":"Kattints a k\u00edv\u00e1nt k\u00e9pre ezen az oldalon a rajzprogramba bet\u00f6lt\u00e9shez","Sunday":"Vas\u00e1rnap","Monday":"H\u00e9tf\u0151","Tuesday":"Kedd","Wednesday":"Szerda","Thursday":"Cs\u00fct\u00f6rt\u00f6k","Friday":"P\u00e9ntek","Saturday":"Szombat","January":"Janu\u00e1r","February":"Febru\u00e1r","March":"M\u00e1rcius","April":"\u00c1prilis","May":"M\u00e1jus","June":"J\u00fanius","July":"J\u00falius","August":"Augusztus","September":"Szeptember","October":"Okt\u00f3ber","November":"November","December":"December","Jan":"Jan","Feb":"Feb","Mar":"M\u00e1r","Apr":"\u00c1pr","Jun":"Jun","Jul":"Jul","Aug":"Aug","Sep":"Szep","Oct":"Okt","Nov":"Nov","Dec":"Dec","AM":"D\u00e9lel\u0151tt","PM":"D\u00e9lut\u00e1n","am":"d\u00e9lel\u0151tt","pm":"d\u00e9lut\u00e1n","Your browser does not support HTML5 video.":"A b\u00f6ng\u00e9sz\u0151d nem t\u00e1mogatja a HTML5 vide\u00f3t.","[play once]":"[lej\u00e1tsz\u00e1s egyszer]","[loop]":"[ism\u00e9tl\u00e9s]","WebM Settings":"WebM be\u00e1ll\u00edt\u00e1sok","Expand videos inline":"Vide\u00f3k kinagy\u00edt\u00e1sa sz\u00e1lon bel\u00fcl","Play videos on hover":"Vide\u00f3k lebeg\u0151 lej\u00e1tsz\u00e1sa ha az eg\u00e9rmutat\u00f3 f\u00f6l\u00e9j\u00fck \u00e9r","Default volume":"Alap hanger\u0151","Tree view":"Fa n\u00e9zet"}; \ No newline at end of file diff --git a/inc/locale/hu_HU/LC_MESSAGES/javascript.po b/inc/locale/hu_HU/LC_MESSAGES/javascript.po index 7b1bba38..f8883a28 100644 --- a/inc/locale/hu_HU/LC_MESSAGES/javascript.po +++ b/inc/locale/hu_HU/LC_MESSAGES/javascript.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-20 15:00+0000\n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-05-07 17:41+0000\n" "Last-Translator: cicus \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -560,7 +560,7 @@ msgstr "Videók kinagyítása szálon belül" #: ../../../../js/webm-settings.js:45 msgid "Play videos on hover" -msgstr "Videók lejátszása ha az egérmutató föléjük ér" +msgstr "Videók lebegő lejátszása ha az egérmutató föléjük ér" #: ../../../../js/webm-settings.js:46 msgid "Default volume" diff --git a/inc/locale/lt_LT/LC_MESSAGES/javascript.js b/inc/locale/lt_LT/LC_MESSAGES/javascript.js index 6c29aa78..b9bdbcd1 100644 --- a/inc/locale/lt_LT/LC_MESSAGES/javascript.js +++ b/inc/locale/lt_LT/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Style: ":"Stilius","File":"Failas","hide":"sl\u0117pti","show":"rodyti","Show locked threads":"Rodyti u\u017erakintas temas","Hide locked threads":"Pasl\u0117pti u\u017erakintas temas","Sunday":"Sekmadienis","Monday":"Pirmadienis","Tuesday":"Antradienis","Wednesday":"Tre\u010diadienis","Thursday":"Ketvirtadienis","Friday":"Penktadienis","Saturday":"\u0160e\u0161tadienis","January":"Sausis","February":"Vasaris","March":"Kovas","April":"Balandis","WebM Settings":"WebM nustatymai"}; \ No newline at end of file +l10n = {"Style: ":"Stilius:","File":"Failas","hide":"sl\u0117pti","show":"rodyti","Show locked threads":"Rodyti u\u017erakintas temas","Hide locked threads":"Pasl\u0117pti u\u017erakintas temas","URL":"URL","Select":"Pasirinkti","Remote":"Nutol\u0119s","Embed":"\u012eterpti","Oekaki":"Oekaki","hidden":"pasl\u0117pta","Show images":"Rodyti paveiksl\u0117lius","Hide images":"Sl\u0117pti paveiksl\u0117lius","Password":"Slapta\u017eodis","Delete file only":"Trinti tik fail\u0105","Delete":"I\u0161trinti","Reason":"Prie\u017eastis","Report":"Prane\u0161ti","Click reply to view.":"Nor\u0117damas per\u017ei\u016br\u0117ti spausk \u201eAtsakyti\u201c.","Click to expand":"I\u0161skleisti","Hide expanded replies":"Pasl\u0117pti i\u0161skleistus atsakymus","Brush size":"Teptuko dydis","Set text":"Nustatyti tekst\u0105","Clear":"I\u0161valyti","Save":"I\u0161saugoti","Load":"U\u017ekrauti","Toggle eraser":"Perjungti trintuk\u0105","Get color":"Gauti spalv\u0105","Fill":"U\u017epildyti","Use oekaki instead of file?":"Vietoj failo naudoti oekaki?","Edit in oekaki":"Redaguoti su oekaki","Enter some text":"\u012era\u0161yk k\u0105 nors","Enter font or leave empty":"\u012era\u0161yk \u0161rifto pavadinim\u0105 arba palik tu\u0161\u010di\u0105","Forced anonymity":"Priverstinis anonimi\u0161kumas","enabled":"\u012fjungta","disabled":"i\u0161jungta","Sun":"Sk","Mon":"Pr","Tue":"An","Wed":"Tr","Thu":"Kt","Fri":"Pn","Sat":"\u0160\u0161","Catalog":"Katalogas","Submit":"Patvirtinti","Quick reply":"Greitas atsakymas","Posting mode: Replying to >>{0}<\/small>":"Ra\u0161ymo re\u017eimas: Atsakymas \u012f >>{0}<\/small>","Return":"Gr\u012f\u017eti","Expand all images":"I\u0161skleisti visus paveiksl\u0117lius","Hello!":"Sveiks!","{0} users":"{0} vartotoj\u0173","(hide threads from this board)":"(sl\u0117pti temas i\u0161 \u0161ios lentos)","(show threads from this board)":"(rodyti temas i\u0161 \u0161ios lentos)","No more threads to display":"Daugiau tem\u0173 n\u0117ra","Loading...":"Kraunasi...","Save as original filename":"I\u0161saugoti originaliu pavadinimu","Reported post(s).":"\u012era\u0161ai apie kuriuos prane\u0161ta.","An unknown error occured!":"\u012evyko ne\u017einoma klaida!","Something went wrong... An unknown error occured!":"Ka\u017ekas blogai... \u012evyko ne\u017einoma klaida!","Working...":"Dirbama...","Posting... (#%)":"Skelbiama... (#%)","Posted...":"Paskelbta...","An unknown error occured when posting!":"Skelbiant \u012fvyko ne\u017einoma klaida!","Posting...":"Skelbiama...","Upload URL":"I\u0161siuntimo URL","Spoiler Image":"Paveiksl\u0117lis, galintis atskleisti svarbias detales","Comment":"Komentuoti","Quick Reply":"Greitas atsakymas","Stop watching this thread":"Nebesekti \u0161ios temos","Watch this thread":"Steb\u0117ti \u0161i\u0105 tem\u0105","Unpin this board":"Prisegti \u0161i\u0105 lent\u0105","Pin this board":"Atkabinti \u0161i\u0105 lent\u0105","Stop watching this board":"Nebesekti \u0161ios lentos","Watch this board":"Sekti \u0161i\u0105 lent\u0105","Click on any image on this site to load it into oekaki applet":"Spausk ant bet kurio \u0161iame puslapyje esan\u010dio paveiksl\u0117lio, kad atvertum j\u012f su oekaki program\u0117le","Sunday":"Sekmadienis","Monday":"Pirmadienis","Tuesday":"Antradienis","Wednesday":"Tre\u010diadienis","Thursday":"Ketvirtadienis","Friday":"Penktadienis","Saturday":"\u0160e\u0161tadienis","January":"Sausis","February":"Vasaris","March":"Kovas","April":"Balandis","May":"Gegu\u017e\u0117","June":"Bir\u017eelis","July":"Liepa","August":"Rugpj\u016btis","September":"Rugs\u0117jis","October":"Spalis","November":"Lapkritis","December":"Gruodis","Jan":"Sau","Feb":"Vas","Mar":"Kov","Apr":"Bal","Jun":"Bir","Jul":"Lie","Aug":"Rgp","Sep":"Rgs","Oct":"Spa","Nov":"Lap","Dec":"Gru","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Tavo nar\u0161ykl\u0117 nepalaiko HTML5 vaizdo \u012fra\u0161\u0173.","[play once]":"[paleisti kart\u0105]","[loop]":"[leisti nepertraukiamai]","WebM Settings":"WebM nustatymai","Expand videos inline":"I\u0161skleisti vaizdo \u012fra\u0161us puslapyje","Play videos on hover":"Paleisti \u012fra\u0161\u0105 i\u0161art tik u\u017evedus pelyte","Default volume":"Numatytasis garsas","Tree view":"Med\u017eio per\u017ei\u016bra"}; \ No newline at end of file diff --git a/inc/locale/lt_LT/LC_MESSAGES/javascript.po b/inc/locale/lt_LT/LC_MESSAGES/javascript.po index d65b27d9..7c5e02f2 100644 --- a/inc/locale/lt_LT/LC_MESSAGES/javascript.po +++ b/inc/locale/lt_LT/LC_MESSAGES/javascript.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# banginis , 2014 +# Aš Esu , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:53+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-05-04 20:26+0000\n" +"Last-Translator: Aš Esu \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,7 @@ msgstr "" #: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41 msgid "Style: " -msgstr "Stilius" +msgstr "Stilius:" #: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51 #: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51 @@ -57,122 +57,122 @@ msgstr "Paslėpti užrakintas temas" #: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45 msgid "URL" -msgstr "" +msgstr "URL" #: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60 msgid "Select" -msgstr "" +msgstr "Pasirinkti" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 msgid "Remote" -msgstr "" +msgstr "Nutolęs" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 msgid "Embed" -msgstr "" +msgstr "Įterpti" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 msgid "Oekaki" -msgstr "" +msgstr "Oekaki" #: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 msgid "hidden" -msgstr "" +msgstr "paslėpta" #: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 #: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 msgid "Show images" -msgstr "" +msgstr "Rodyti paveikslėlius" #: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70 #: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71 msgid "Hide images" -msgstr "" +msgstr "Slėpti paveikslėlius" #: ../../../../js/quick-post-controls.js:27 #: ../../../../js/quick-post-controls.js:29 msgid "Password" -msgstr "" +msgstr "Slaptažodis" #: ../../../../js/quick-post-controls.js:29 #: ../../../../js/quick-post-controls.js:31 msgid "Delete file only" -msgstr "" +msgstr "Trinti tik failą" #: ../../../../js/quick-post-controls.js:31 #: ../../../../js/quick-post-controls.js:33 msgid "Delete" -msgstr "" +msgstr "Ištrinti" #: ../../../../js/quick-post-controls.js:35 #: ../../../../js/quick-post-controls.js:37 msgid "Reason" -msgstr "" +msgstr "Priežastis" #: ../../../../js/quick-post-controls.js:37 #: ../../../../js/quick-post-controls.js:39 msgid "Report" -msgstr "" +msgstr "Pranešti" #: ../../../../js/expand.js:20 ../../../../js/expand.js:22 msgid "Click reply to view." -msgstr "" +msgstr "Norėdamas peržiūrėti spausk „Atsakyti“." #: ../../../../js/expand.js:20 ../../../../js/expand.js:22 msgid "Click to expand" -msgstr "" +msgstr "Išskleisti" #: ../../../../js/expand.js:44 ../../../../js/expand.js:46 msgid "Hide expanded replies" -msgstr "" +msgstr "Paslėpti išskleistus atsakymus" #: ../../../../js/oekaki.js:10 msgid "Brush size" -msgstr "" +msgstr "Teptuko dydis" #: ../../../../js/oekaki.js:10 msgid "Set text" -msgstr "" +msgstr "Nustatyti tekstą" #: ../../../../js/oekaki.js:10 msgid "Clear" -msgstr "" +msgstr "Išvalyti" #: ../../../../js/oekaki.js:10 msgid "Save" -msgstr "" +msgstr "Išsaugoti" #: ../../../../js/oekaki.js:10 msgid "Load" -msgstr "" +msgstr "Užkrauti" #: ../../../../js/oekaki.js:11 msgid "Toggle eraser" -msgstr "" +msgstr "Perjungti trintuką" #: ../../../../js/oekaki.js:11 msgid "Get color" -msgstr "" +msgstr "Gauti spalvą" #: ../../../../js/oekaki.js:11 msgid "Fill" -msgstr "" +msgstr "Užpildyti" #: ../../../../js/oekaki.js:12 msgid "Use oekaki instead of file?" -msgstr "" +msgstr "Vietoj failo naudoti oekaki?" #: ../../../../js/oekaki.js:21 msgid "Edit in oekaki" -msgstr "" +msgstr "Redaguoti su oekaki" #: ../../../../js/oekaki.js:152 msgid "Enter some text" -msgstr "" +msgstr "Įrašyk ką nors" #: ../../../../js/oekaki.js:153 msgid "Enter font or leave empty" -msgstr "" +msgstr "Įrašyk šrifto pavadinimą arba palik tuščią" #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 #: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 @@ -180,190 +180,190 @@ msgstr "" #: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 #: ../../../../js/forced-anon.js:71 msgid "Forced anonymity" -msgstr "" +msgstr "Priverstinis anonimiškumas" #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 #: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 #: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 msgid "enabled" -msgstr "" +msgstr "įjungta" #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69 #: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70 #: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71 msgid "disabled" -msgstr "" +msgstr "išjungta" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Sun" -msgstr "" +msgstr "Sk" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Mon" -msgstr "" +msgstr "Pr" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Tue" -msgstr "" +msgstr "An" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Wed" -msgstr "" +msgstr "Tr" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Thu" -msgstr "" +msgstr "Kt" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Fri" -msgstr "" +msgstr "Pn" #: ../../../../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 msgid "Catalog" -msgstr "" +msgstr "Katalogas" #: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 #: ../../../../js/quick-reply-old.js:23 msgid "Submit" -msgstr "" +msgstr "Patvirtinti" #: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 #: ../../../../js/quick-reply-old.js:33 msgid "Quick reply" -msgstr "" +msgstr "Greitas atsakymas" #: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 #: ../../../../js/quick-reply-old.js:35 #, python-brace-format msgid "Posting mode: Replying to >>{0}" -msgstr "" +msgstr "Rašymo režimas: Atsakymas į >>{0}" #: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 #: ../../../../js/quick-reply-old.js:35 msgid "Return" -msgstr "" +msgstr "Grįžti" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 msgid "Expand all images" -msgstr "" +msgstr "Išskleisti visus paveikslėlius" #: ../../../../templates/main.js:6 msgid "Hello!" -msgstr "" +msgstr "Sveiks!" #: ../../../../templates/main.js:18 #, python-brace-format msgid "{0} users" -msgstr "" +msgstr "{0} vartotojų" #: ../../../../templates/themes/ukko/ukko.js:28 #: ../../../../templates/themes/ukko/ukko.js:39 #: ../../../../templates/themes/ukko/ukko.js:29 #: ../../../../templates/themes/ukko/ukko.js:40 msgid "(hide threads from this board)" -msgstr "" +msgstr "(slėpti temas iš šios lentos)" #: ../../../../templates/themes/ukko/ukko.js:32 #: ../../../../templates/themes/ukko/ukko.js:44 #: ../../../../templates/themes/ukko/ukko.js:33 #: ../../../../templates/themes/ukko/ukko.js:45 msgid "(show threads from this board)" -msgstr "" +msgstr "(rodyti temas iš šios lentos)" #: ../../../../templates/themes/ukko/ukko.js:57 #: ../../../../templates/themes/ukko/ukko.js:58 msgid "No more threads to display" -msgstr "" +msgstr "Daugiau temų nėra" #: ../../../../templates/themes/ukko/ukko.js:79 #: ../../../../templates/themes/ukko/ukko.js:80 msgid "Loading..." -msgstr "" +msgstr "Kraunasi..." #: ../../../../js/download-original.js:32 #: ../../../../js/download-original.js:33 msgid "Save as original filename" -msgstr "" +msgstr "Išsaugoti originaliu pavadinimu" #: ../../../../js/ajax-post-controls.js:43 msgid "Reported post(s)." -msgstr "" +msgstr "Įrašai apie kuriuos pranešta." #: ../../../../js/ajax-post-controls.js:53 msgid "An unknown error occured!" -msgstr "" +msgstr "Įvyko nežinoma klaida!" #: ../../../../js/ajax-post-controls.js:60 msgid "Something went wrong... An unknown error occured!" -msgstr "" +msgstr "Kažkas blogai... Įvyko nežinoma klaida!" #: ../../../../js/ajax-post-controls.js:68 msgid "Working..." -msgstr "" +msgstr "Dirbama..." #: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 msgid "Posting... (#%)" -msgstr "" +msgstr "Skelbiama... (#%)" #: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 msgid "Posted..." -msgstr "" +msgstr "Paskelbta..." #: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 msgid "An unknown error occured when posting!" -msgstr "" +msgstr "Skelbiant įvyko nežinoma klaida!" #: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 msgid "Posting..." -msgstr "" +msgstr "Skelbiama..." #: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 #: ../../../../js/quick-reply.js:225 msgid "Upload URL" -msgstr "" +msgstr "Išsiuntimo URL" #: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 #: ../../../../js/quick-reply.js:268 msgid "Spoiler Image" -msgstr "" +msgstr "Paveikslėlis, galintis atskleisti svarbias detales" #: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 #: ../../../../js/quick-reply.js:279 msgid "Comment" -msgstr "" +msgstr "Komentuoti" #: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 #: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 #: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 msgid "Quick Reply" -msgstr "" +msgstr "Greitas atsakymas" #: ../../../../js/watch.js:249 ../../../../js/watch.js:250 #: ../../../../js/watch.js:288 ../../../../js/watch.js:289 #: ../../../../js/watch.js:330 ../../../../js/watch.js:331 msgid "Stop watching this thread" -msgstr "" +msgstr "Nebesekti šios temos" #: ../../../../js/watch.js:249 ../../../../js/watch.js:250 #: ../../../../js/watch.js:288 ../../../../js/watch.js:289 #: ../../../../js/watch.js:330 ../../../../js/watch.js:331 msgid "Watch this thread" -msgstr "" +msgstr "Stebėti šią temą" #: ../../../../js/watch.js:260 ../../../../js/watch.js:261 #: ../../../../js/watch.js:269 ../../../../js/watch.js:299 @@ -371,7 +371,7 @@ msgstr "" #: ../../../../js/watch.js:341 ../../../../js/watch.js:342 #: ../../../../js/watch.js:350 msgid "Unpin this board" -msgstr "" +msgstr "Prisegti šią lentą" #: ../../../../js/watch.js:260 ../../../../js/watch.js:261 #: ../../../../js/watch.js:269 ../../../../js/watch.js:299 @@ -379,7 +379,7 @@ msgstr "" #: ../../../../js/watch.js:341 ../../../../js/watch.js:342 #: ../../../../js/watch.js:350 msgid "Pin this board" -msgstr "" +msgstr "Atkabinti šią lentą" #: ../../../../js/watch.js:262 ../../../../js/watch.js:267 #: ../../../../js/watch.js:268 ../../../../js/watch.js:301 @@ -387,7 +387,7 @@ msgstr "" #: ../../../../js/watch.js:343 ../../../../js/watch.js:348 #: ../../../../js/watch.js:349 msgid "Stop watching this board" -msgstr "" +msgstr "Nebesekti šios lentos" #: ../../../../js/watch.js:262 ../../../../js/watch.js:267 #: ../../../../js/watch.js:268 ../../../../js/watch.js:301 @@ -395,11 +395,11 @@ msgstr "" #: ../../../../js/watch.js:343 ../../../../js/watch.js:348 #: ../../../../js/watch.js:349 msgid "Watch this board" -msgstr "" +msgstr "Sekti šią lentą" #: ../../../../js/wpaint.js:113 msgid "Click on any image on this site to load it into oekaki applet" -msgstr "" +msgstr "Spausk ant bet kurio šiame puslapyje esančio paveikslėlio, kad atvertum jį su oekaki programėle" #: ../../../../js/local-time.js:29 msgid "Sunday" @@ -447,107 +447,107 @@ msgstr "Balandis" #: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 msgid "May" -msgstr "" +msgstr "Gegužė" #: ../../../../js/local-time.js:31 msgid "June" -msgstr "" +msgstr "Birželis" #: ../../../../js/local-time.js:31 msgid "July" -msgstr "" +msgstr "Liepa" #: ../../../../js/local-time.js:31 msgid "August" -msgstr "" +msgstr "Rugpjūtis" #: ../../../../js/local-time.js:31 msgid "September" -msgstr "" +msgstr "Rugsėjis" #: ../../../../js/local-time.js:31 msgid "October" -msgstr "" +msgstr "Spalis" #: ../../../../js/local-time.js:31 msgid "November" -msgstr "" +msgstr "Lapkritis" #: ../../../../js/local-time.js:31 msgid "December" -msgstr "" +msgstr "Gruodis" #: ../../../../js/local-time.js:32 msgid "Jan" -msgstr "" +msgstr "Sau" #: ../../../../js/local-time.js:32 msgid "Feb" -msgstr "" +msgstr "Vas" #: ../../../../js/local-time.js:32 msgid "Mar" -msgstr "" +msgstr "Kov" #: ../../../../js/local-time.js:32 msgid "Apr" -msgstr "" +msgstr "Bal" #: ../../../../js/local-time.js:32 msgid "Jun" -msgstr "" +msgstr "Bir" #: ../../../../js/local-time.js:32 msgid "Jul" -msgstr "" +msgstr "Lie" #: ../../../../js/local-time.js:32 msgid "Aug" -msgstr "" +msgstr "Rgp" #: ../../../../js/local-time.js:32 msgid "Sep" -msgstr "" +msgstr "Rgs" #: ../../../../js/local-time.js:32 msgid "Oct" -msgstr "" +msgstr "Spa" #: ../../../../js/local-time.js:32 msgid "Nov" -msgstr "" +msgstr "Lap" #: ../../../../js/local-time.js:32 msgid "Dec" -msgstr "" +msgstr "Gru" #: ../../../../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." -msgstr "" +msgstr "Tavo naršyklė nepalaiko HTML5 vaizdo įrašų." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 msgid "[play once]" -msgstr "" +msgstr "[paleisti kartą]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 msgid "[loop]" -msgstr "" +msgstr "[leisti nepertraukiamai]" #: ../../../../js/webm-settings.js:42 msgid "WebM Settings" @@ -555,16 +555,16 @@ msgstr "WebM nustatymai" #: ../../../../js/webm-settings.js:44 msgid "Expand videos inline" -msgstr "" +msgstr "Išskleisti vaizdo įrašus puslapyje" #: ../../../../js/webm-settings.js:45 msgid "Play videos on hover" -msgstr "" +msgstr "Paleisti įrašą išart tik užvedus pelyte" #: ../../../../js/webm-settings.js:46 msgid "Default volume" -msgstr "" +msgstr "Numatytasis garsas" #: ../../../../js/treeview.js:18 msgid "Tree view" -msgstr "" +msgstr "Medžio peržiūra" diff --git a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo index e40a3c43..8fd397cd 100644 Binary files a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo and b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po index 9e7b4213..c9f54413 100644 --- a/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po +++ b/inc/locale/lt_LT/LC_MESSAGES/tinyboard.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Aš Esu , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-21 19:05+0000\n" -"Last-Translator: czaks \n" +"PO-Revision-Date: 2014-05-04 20:30+0000\n" +"Last-Translator: Aš Esu \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,9 +27,9 @@ msgstr "" #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 msgid "second" msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "sekundė" +msgstr[1] "sekundės" +msgstr[2] "sekundžių" #: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 #: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 @@ -39,9 +40,9 @@ msgstr[2] "" #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "minute" msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "minutė" +msgstr[1] "minutės" +msgstr[2] "minučių" #: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 #: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 @@ -52,9 +53,9 @@ msgstr[2] "" #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "hour" msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "valanda" +msgstr[1] "valandos" +msgstr[2] "valandų" #: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 #: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 @@ -65,9 +66,9 @@ msgstr[2] "" #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "day" msgid_plural "days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "diena" +msgstr[1] "dienos" +msgstr[2] "dienų" #: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 #: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 @@ -78,9 +79,9 @@ msgstr[2] "" #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "week" msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "savaitė" +msgstr[1] "savaitės" +msgstr[2] "savaičių" #: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 #: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 @@ -91,16 +92,16 @@ msgstr[2] "" #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 msgid "year" msgid_plural "years" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "metai" +msgstr[1] "metai" +msgstr[2] "metų" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 #: ../../../../inc/functions.php:732 msgid "Banned!" -msgstr "" +msgstr "Užblokuotas!" #. There is no previous page. #: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 @@ -129,12 +130,12 @@ msgstr "Pirmyn" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 msgid "Error" -msgstr "" +msgstr "Klaida" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 msgid "An error has occured." -msgstr "" +msgstr "Įvyko klaida." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 @@ -146,54 +147,54 @@ msgstr "Prisijungimas" #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 #, php-format msgid "Post too long. Click here to view the full text." -msgstr "" +msgstr "Įrašas per ilgas. Norėdamas pamatyti visą tekstą, spausk čia." #: ../../../../inc/display.php:368 ../../../../inc/display.php:473 #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 msgid "Ban" -msgstr "" +msgstr "Blokuoti" #: ../../../../inc/display.php:372 ../../../../inc/display.php:477 #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Ban & Delete" -msgstr "" +msgstr "Trinti ir blokuoti" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Delete file" -msgstr "" +msgstr "Ištrinti failą" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Are you sure you want to delete this file?" -msgstr "" +msgstr "Ar tikrai nori ištrinti šį failą?" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Spoiler File" -msgstr "" +msgstr "Paveikslėlis, galintis atskleisti svarbias detales" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Are you sure you want to spoiler this file?" -msgstr "" +msgstr "Ar tikrai šis paveikslėlis gali atskleisti svarbias detales?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 msgid "Move reply to another board" -msgstr "" +msgstr "Perkelti atsakymą į kitą lentą" #: ../../../../inc/display.php:388 ../../../../inc/display.php:512 #: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 @@ -215,64 +216,64 @@ msgstr "Ištrinti" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Are you sure you want to delete this?" -msgstr "" +msgstr "Ar tikrai nori tai ištrinti?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Delete all posts by IP" -msgstr "" +msgstr "Ištrinti visus šiuo IP paskelbtus įrašus" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Are you sure you want to delete all posts by this IP address?" -msgstr "" +msgstr "Ar tikrai nori ištrinti visas šiuo IP parašytas žinutes?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "Delete all posts by IP across all boards" -msgstr "" +msgstr "Ištrinti visas šiuo IP parašytas žinutes visose lentose" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" -msgstr "" +msgstr "Ar tikrai nori ištrinti visas šiuo IP parašytas žinutes iš visų lentų?" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 msgid "Make thread not sticky" -msgstr "" +msgstr "Atklijuoti temą" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 msgid "Make thread sticky" -msgstr "" +msgstr "Prilipdyti temą" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 msgid "Allow thread to be bumped" -msgstr "" +msgstr "Leisti prikelti temą" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 msgid "Prevent thread from being bumped" -msgstr "" +msgstr "Neleisti prikelti temos" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 msgid "Unlock thread" -msgstr "" +msgstr "Atrakinti temą" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 msgid "Lock thread" -msgstr "" +msgstr "Užrakinti temą" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 msgid "Move thread to another board" -msgstr "" +msgstr "Perkelti temą į kitą lentą" #. How long before Tinyboard forgets about a mute? #. 2 weeks @@ -281,7 +282,7 @@ msgstr "" #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 msgid "You have been muted for unoriginal content." -msgstr "" +msgstr "Buvai pritildytas, nes skelbi neoriginalų turinį." #. The names on the post buttons. (On most imageboards, these are both just #. "Post"). @@ -291,13 +292,13 @@ msgstr "" #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 msgid "New Topic" -msgstr "" +msgstr "Nauja tema" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 msgid "New Reply" -msgstr "" +msgstr "Atsakyti" #. Additional lines added to the footer of all pages. #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 @@ -306,7 +307,7 @@ msgstr "" msgid "" "All trademarks, copyrights, comments, and images on this page are owned by " "and are the responsibility of their respective parties." -msgstr "" +msgstr "Visi prekių ženklai, autorių teisės, komentarai ir paveiksliukai esantys šiame puslapyje priklauso jų tikriesiems savininkams, už juos atsakingi juos paskelbę asmenys." #. * ==================== #. * Error messages @@ -395,13 +396,13 @@ 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 msgid "Thread has reached its maximum reply limit." -msgstr "" +msgstr "Tema pasiekė atsakymų limitą." #: ../../../../inc/config.php:879 ../../../../inc/config.php:984 #: ../../../../inc/config.php:975 ../../../../inc/config.php:977 #: ../../../../inc/config.php:979 ../../../../inc/config.php:995 msgid "Thread has reached its maximum image limit." -msgstr "" +msgstr "Tema pasiekė paveikslėlių limitą." #: ../../../../inc/config.php:880 ../../../../inc/config.php:985 #: ../../../../inc/config.php:976 ../../../../inc/config.php:978 @@ -561,7 +562,7 @@ msgstr "Atrodo tu įvedei neteisingą patvirtinimą." msgid "" "You are only allowed to unban %s users at a time. You tried to unban %u " "users." -msgstr "" +msgstr "Vienu metu galima atblokuoti iki %s vartotojų. Tu bandei atblokuoti %u vartotojų." #: ../../../../inc/config.php:907 ../../../../inc/config.php:1012 #: ../../../../inc/config.php:1003 ../../../../inc/config.php:1005 @@ -663,7 +664,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 msgid "USER WAS BANNED FOR THIS POST" -msgstr "" +msgstr "ŠIOS ŽINUTĖS AUTORIUS BUVO UŽBLOKUOTAS" #: ../../../../inc/mod/pages.php:66 ../../../../inc/mod/pages.php:64 msgid "Confirm action" @@ -679,12 +680,12 @@ msgstr "Administratoriaus lenta." #: ../../../../inc/mod/pages.php:267 ../../../../inc/mod/pages.php:265 msgid "There are no boards to search!" -msgstr "" +msgstr "Nėra lentų, kuriose būtų galima ieškoti!" #. $results now contains the search results #: ../../../../inc/mod/pages.php:335 ../../../../inc/mod/pages.php:334 msgid "Search results" -msgstr "" +msgstr "Paieškos rezultatai" #: ../../../../inc/mod/pages.php:436 ../../../../inc/mod/pages.php:438 msgid "Edit board" @@ -754,16 +755,16 @@ msgstr "IP" #: ../../../../inc/mod/pages.php:862 ../../../../inc/mod/pages.php:1432 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:440 msgid "New ban" -msgstr "Naujas draudimas" +msgstr "Blokuoti naują IP" #: ../../../../inc/mod/pages.php:931 ../../../../inc/mod/pages.php:914 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:256 msgid "Ban list" -msgstr "Draudimų sąrašas" +msgstr "Užblokuotųjų sąrašas" #: ../../../../inc/mod/pages.php:1105 ../../../../inc/mod/pages.php:1165 msgid "Move reply" -msgstr "" +msgstr "Perkelti atsakymą" #: ../../../../inc/mod/pages.php:1131 ../../../../inc/mod/pages.php:1191 msgid "Target and source board are the same." @@ -865,33 +866,33 @@ msgstr "Derinimas: SQL" #. Print error #: ../../../../inc/database.php:72 ../../../../inc/database.php:94 msgid "Database error: " -msgstr "" +msgstr "Klaida duomenų bazėje:" #: ../../../../banned.php:4 msgid "Banned?" -msgstr "" +msgstr "Užblokuotas?" #: ../../../../banned.php:5 msgid "You are not banned." -msgstr "" +msgstr "Tu nesi užblokuotas." #. line 6 #: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:41 #: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:44 msgid "Go back" -msgstr "" +msgstr "Grįžti atgal" #. line 13 #: ../../../../templates/cache/3c/80/0ebbee302f4fad8d0d7f13e62db5.php:56 #: ../../../../templates/cache/e1/4c/f58701138b0d44bc13ada3e46deec60da83d42ff4f39720ccd6955b641f7.php:59 msgid "Error information" -msgstr "" +msgstr "Informacija apie klaidą" #. line 2 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:22 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:25 msgid "Delete Post" -msgstr "Ištrinti komentarą" +msgstr "Ištrinti įrašą" #. line 3 #. line 84 @@ -1054,7 +1055,7 @@ msgstr "Grįžti" #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:61 #: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:64 msgid "(No news to show.)" -msgstr "" +msgstr "(Naujienų nėra.)" #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:85 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:146 @@ -1091,9 +1092,9 @@ msgstr " " #: ../../../../templates/cache/41/57/9143de5f74d921965e5ff24e0f1ce44a18317fd4937f5d8d65f56337acf3.php:88 msgid "1 reply" msgid_plural "%count% replies" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "atsakymas" +msgstr[1] "atsakymai" +msgstr[2] "atsakymų" #: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:102 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:105 @@ -1128,7 +1129,7 @@ msgstr "Atsiliepimas" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:605 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:318 msgid "View All" -msgstr "" +msgstr "Rodyti viską" #: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:561 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:526 @@ -1138,9 +1139,9 @@ msgstr "" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:335 msgid "Last 1 Post" msgid_plural "Last %count% Posts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Paskutinis įrašas" +msgstr[1] "%count% paskutiniai įrašai" +msgstr[2] "%count% paskutinių įrašų" #: ../../../../templates/cache/d8/f2/7780eb1adcdbda7e332659e3fb4f.php:598 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:563 @@ -1183,7 +1184,7 @@ msgstr[2] "%count% žinučių su paveikslėliais" #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:682 #: ../../../../templates/cache/b5/eb/fd7d06d38210e123d492fb7f2a1891578af746ef421003f1b55da157122f.php:395 msgid "omitted. Click reply to view." -msgstr "nerodomi. Paspauskite atsliepimą, kad peržiūrėti." +msgstr "nerodoma. Norėdamas peržiūrėti spausk „Atsakyti“." #. line 7 #. line 14 @@ -1257,7 +1258,7 @@ msgstr "Email" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:150 #: ../../../../templates/cache/d1/2d/e4ea563232b42da227befa9cf03fef935e472b1268221e2399d8d6af1cd5.php:61 msgid "Subject" -msgstr "Subjektas" +msgstr "Tema" #. line 27 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:68 @@ -1307,7 +1308,7 @@ msgstr "Patvirtinimas" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:265 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:302 msgid "Or URL" -msgstr "" +msgstr "Arba URL" #. line 100 #. line 113 @@ -1361,7 +1362,7 @@ msgstr "Vėliavos" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:352 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:356 msgid "Sticky" -msgstr "Sticky" +msgstr "Lipnu" #. line 120 #. line 121 @@ -1397,7 +1398,7 @@ msgstr "Sticky" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:366 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:370 msgid "Lock" -msgstr "Užrakinti" +msgstr "Užrakinta" #. line 124 #. line 125 @@ -1449,28 +1450,28 @@ msgstr "(Failų trynimui.)" #: ../../../../search.php:5 msgid "Post search is disabled" -msgstr "" +msgstr "Žinučių paieška išjungta" #: ../../../../search.php:25 ../../../../search.php:31 #: ../../../../search.php:29 ../../../../search.php:35 msgid "Wait a while before searching again, please." -msgstr "" +msgstr "Luktelėk prieš vėl ieškodamas." #: ../../../../search.php:131 ../../../../search.php:135 msgid "Query too broad." -msgstr "" +msgstr "Per plati užklausa." #: ../../../../search.php:152 ../../../../search.php:156 #, php-format msgid "%d result in" msgid_plural "%d results in" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%d rezultatas" +msgstr[1] "%d rezultatai" +msgstr[2] "%d rezultatų" #: ../../../../search.php:163 ../../../../search.php:167 msgid "No results." -msgstr "" +msgstr "Rezultatų nerasta." #. line 115 #. line 16 @@ -1522,24 +1523,24 @@ msgstr "Ieškoti" #: ../../../../inc/mod/pages.php:939 msgid "Ban appeal not found!" -msgstr "" +msgstr "Apeliacija nerasta!" #: ../../../../inc/mod/pages.php:989 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:265 msgid "Ban appeals" -msgstr "" +msgstr "Užblokuotųjų apeliacijos" #: ../../../../inc/mod/pages.php:1833 msgid "New user" -msgstr "" +msgstr "Naujas vartotojas" #: ../../../../inc/mod/pages.php:1888 msgid "Impossible to promote/demote user." -msgstr "" +msgstr "Neįmanoma paaukštinti ar pažeminti vartotojo." #: ../../../../inc/mod/pages.php:2612 msgid "Debug: APC" -msgstr "" +msgstr "Derinimas: APC" #: ../../../../inc/config.php:1026 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1019 ../../../../inc/config.php:1021 @@ -1547,7 +1548,7 @@ msgstr "" msgid "" "Your code contained PHP syntax errors. Please go back and correct them. PHP " "says: " -msgstr "" +msgstr "Tavo kode buvo PHP sintaksės klaidų. Grįžk ir ištaisyk jas. PHP sako:" #. line 2 #. line 6 @@ -1597,7 +1598,7 @@ msgstr "Konfiguracija" #. line 127 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:357 msgid "Other" -msgstr "" +msgstr "Kita" #. line 139 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:391 @@ -2009,26 +2010,26 @@ msgstr "niekada" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:161 msgid "Seen" -msgstr "" +msgstr "Matė" #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:375 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:201 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:167 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:295 msgid "Yes" -msgstr "" +msgstr "Taip" #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:381 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:207 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:173 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:301 msgid "No" -msgstr "" +msgstr "Ne" #. line 163 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:419 msgid "Remove ban" -msgstr "Pašalinti draudimą" +msgstr "Atblokuoti" #. line 183 #. line 5 @@ -2045,7 +2046,7 @@ msgstr "Pašalinti draudimą" #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:379 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:259 msgid "Time" -msgstr "" +msgstr "Laikas" #. line 185 #. line 89 @@ -2075,7 +2076,7 @@ msgstr "" #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:387 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:267 msgid "Action" -msgstr "" +msgstr "Veiksmas" #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:73 msgid "(or subnet)" @@ -2129,26 +2130,26 @@ msgstr "Frazė:" #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 msgid "Posts" -msgstr "" +msgstr "Įrašai" #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 msgid "IP address notes" -msgstr "" +msgstr "Užrašai apie šį IP adresą" #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 msgid "Bans" -msgstr "" +msgstr "Užblokuotųjų sąrašas" #. line 18 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:88 msgid "" "(Search is case-insensitive and based on keywords. To match exact phrases, " "use \"quotes\". Use an asterisk (*) for wildcard.)" -msgstr "" +msgstr "(Paieška yra pagrįsta raktažodžiais ir jai nesvarbu ar naudojamos didžiosios ar mažosios raidės. Norėdamas rasti tikslią frazę, apskliausk ją \"tokiomis kabutėmis\". Nenuspėjamumo faktoriui naudok žvaigždutę (*).)" #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 msgid "There are no active bans." -msgstr "" +msgstr "Nėra galiojančių blokavimų." #. line 8 #. line 47 @@ -2157,7 +2158,7 @@ msgstr "" #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:39 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:137 msgid "IP address/mask" -msgstr "" +msgstr "IP adresas/mask" #. line 12 #. line 51 @@ -2166,12 +2167,12 @@ msgstr "" #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:55 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:153 msgid "Duration" -msgstr "" +msgstr "Trukmė" #. line 92 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:269 msgid "Unban selected" -msgstr "" +msgstr "Atblokuoti pažymėtus" #. line 6 #. line 4 @@ -2185,22 +2186,22 @@ msgstr "" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:30 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:45 msgid "Username" -msgstr "Slapyvardis" +msgstr "Vartotojo vardas" #. line 23 #: ../../../../templates/cache/00/31/a027d7b6d57819b6e43e58620f3f4c76194dd75db65fc888a5053ce62803.php:60 msgid "Continue" -msgstr "Toliau" +msgstr "Tęsti" #. line 80 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 msgid "Appeal time" -msgstr "" +msgstr "Apeliacijos laikas" #. line 84 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 msgid "Appeal reason" -msgstr "" +msgstr "Apeliacijos priežastis" #: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 msgid "There are no reports." @@ -2208,99 +2209,99 @@ msgstr "Nėra pranešimų." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 msgid "That ban doesn't exist or is not for you." -msgstr "" +msgstr "Tokio bano nėra arba jis ne tau." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 msgid "You cannot appeal a ban of this length." -msgstr "" +msgstr "Negalima teikti apeliacijos tokios trukmės blokavimui." #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 msgid "You cannot appeal this ban again." -msgstr "" +msgstr "Šiam blokavimui dar kartą teikti apeliacijos nebegalima." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 msgid "There is already a pending appeal for this ban." -msgstr "" +msgstr "Šiam blokavimui jau yra pateikta apeliacija." #: ../../../../inc/image.php:24 ../../../../inc/image.php:62 msgid "Unsupported file format: " -msgstr "" +msgstr "Nepalaikomas failo formatas:" #: ../../../../inc/image.php:282 ../../../../inc/image.php:288 msgid "Failed to redraw image!" -msgstr "" +msgstr "Nepavyko perpiešti paveikslėlio!" #: ../../../../inc/image.php:324 ../../../../inc/image.php:343 #: ../../../../inc/image.php:368 ../../../../inc/image.php:342 #: ../../../../inc/image.php:366 msgid "Failed to resize image!" -msgstr "" +msgstr "Nepavyko pakeisti paveikslėlio dydžio!" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:35 msgid "You were banned! ;_;" -msgstr "" +msgstr "Tu buvai užblokuotas! ;_;" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:41 msgid "You are banned! ;_;" -msgstr "" +msgstr "Tu esi užblokuotas! ;_;" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:52 msgid "You were banned from" -msgstr "" +msgstr "Tu buvai užblokuotas iš" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:58 msgid "You have been banned from" -msgstr "" +msgstr "Tu buvai užblokuotas iš" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 msgid "for the following reason:" -msgstr "" +msgstr "dėl šios priežasties:" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 msgid "for an unspecified reason." -msgstr "" +msgstr "dėl nenurodytos priežasties." #. line 32 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 msgid "Your ban was filed on" -msgstr "" +msgstr "Buvai užblokuotas" #. line 51 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:156 msgid "has since expired. Refresh the page to continue." -msgstr "" +msgstr "nuo tada baigėsi. Norėdamas tęsti perkrauk puslapį." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:129 msgid "expires" -msgstr "" +msgstr "baigiasi" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 msgid "from now, which is on" -msgstr "" +msgstr "nuo dabar, kas yra" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 msgid "will not expire" -msgstr "" +msgstr "nesibaigs" #. line 78 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 msgid "Your IP address is" -msgstr "" +msgstr "Tavo IP adresas yra" #. line 86 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:215 msgid "You were banned for the following post on" -msgstr "" +msgstr "Buvai užblokuotas dėl šios žinutės" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 msgid "You submitted an appeal for this ban on" -msgstr "" +msgstr "Dėl šio blokavimo peteikei apeliaciją" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 msgid "It is still pending" -msgstr "" +msgstr "Vis dar laukiama svarstymo" #. line 101 #. line 112 @@ -2319,18 +2320,18 @@ msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 msgid "You appealed this ban on" -msgstr "" +msgstr "Pateikei apeliaciją" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 msgid "and it was denied. You may not appeal this ban again." -msgstr "" +msgstr "ir ji buvo atmesta. Daugiau apeliuoti šio blokavimo nebegali." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." -msgstr "" +msgstr "Pateikei didžiausią leidžiamą apeliacijų skaičių. Daugiau jų teikti nebegali." #. line 114 #. line 121 @@ -2349,7 +2350,7 @@ msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 msgid "and it was denied." -msgstr "" +msgstr "ir ji buvo atmesta." #. line 116 #. line 123 @@ -2368,16 +2369,16 @@ msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 msgid "You may appeal this ban again. Please enter your reasoning below." -msgstr "" +msgstr "Gali dar kartą pateikti apeliaciją dėl šio užblokavimo. Viską išdėstyk žemiau esančiame laukelyje." #. line 119 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:310 msgid "You last appealed this ban on" -msgstr "" +msgstr "Paskutinį kartą teikei apeliaciją" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 msgid "You may appeal this ban. Please enter your reasoning below." -msgstr "" +msgstr "Gali pateikti apeliaciją dėl užblokavimo. Viską išdėstyk žemiau esančiame laukelyje." #. line 4 #. line 16 @@ -2391,7 +2392,7 @@ msgstr "" #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:375 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:255 msgid "IP address" -msgstr "" +msgstr "IP adresas" #. line 3 #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:26 @@ -2409,7 +2410,7 @@ msgstr "Paskutinis veiksmas" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:80 msgid "Unknown" -msgstr "" +msgstr "Nežinoma" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:94 msgid "none" @@ -2425,7 +2426,7 @@ msgstr "Pažeminti" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:191 msgid "Are you sure you want to demote yourself?" -msgstr "" +msgstr "Ar tikrai nori pažeminti save pareigose?" #: ../../../../templates/cache/fc/8d/2b5f6c25d93a9966c429a79ee7ebdd921957079dab214aebbc665d67b9f4.php:204 msgid "log" @@ -2438,27 +2439,27 @@ msgstr "Privatus pranešimas" #. line 6 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:36 msgid "Thread ID" -msgstr "" +msgstr "Temos ID" #. line 14 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:51 msgid "Leave shadow thread" -msgstr "" +msgstr "Palikti šešėlinę temą" #. line 18 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:58 msgid "locks thread; replies to it with a link." -msgstr "" +msgstr "užrakina temą; atsako į ją su nuoroda." #. line 22 #: ../../../../templates/cache/32/3a/d7e02cef5846ec4f1f423bb0ad2d3c307845d29f70da3f8a90a41f873e7d.php:65 msgid "Target board" -msgstr "" +msgstr "Lenta į kurią nukreipiama" #. line 8 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:40 msgid "Select board" -msgstr "" +msgstr "Pasirinkti lentą" #. line 17 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:73 @@ -2470,23 +2471,23 @@ msgid "" "name. To apply a filter, simply add to your query, for " "example, name:Anonymous or subject:\"Some Thread\". " "Wildcards cannot be used in filters." -msgstr "" +msgstr "Paieška yra pagrįsta raktažodžiais ir jai nesvarbu ar naudojamos didžiosios ar mažosios raidės. Norėdamas rasti tikslią frazę, apskliausk ją \"tokiomis kabutėmis\". Nenuspėjamumo faktoriui naudok žvaigždutę (*).

Paieškai galima pritaikyti tokius filtrus: id, thread, subject, ir name. Kad filtruotum tiesiog pridėk į savo užklausą tarkim „name:Anonimas“ arba „subject:\"Kokia tais tema\"“. Nenuspėjamumo faktoriaus filtruose naudoti negalima." #. line 2 #: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:25 msgid "Are you sure you want to do that?" -msgstr "" +msgstr "Ar tikrai nori tai padaryti?" #: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:31 msgid "Click to proceed to" -msgstr "" +msgstr "Tęsti" #. line 5 #: ../../../../templates/cache/57/a7/c0a734e494c78acfc595f033a070bdc87fdc3e6a28ad5aaa8666c7a1a966.php:39 msgid "" "You are probably seeing this message because Javascript being disabled. This" " is a necessary security measure to prevent CSRF attacks." -msgstr "" +msgstr "Šią žinutę matai tikriausiai dėl to jog Javascript išjungtas. Tai būtina saugumo procedūra apsisaugojimui nuo CSRF atakų." #. line 7 #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:44 @@ -2508,98 +2509,98 @@ msgstr "Pašalinti visus šio IP adreso išnaudojimo pranešimus." #. line 4 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:27 msgid "From" -msgstr "" +msgstr "Iš" #. line 34 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:105 msgid "Delete forever" -msgstr "" +msgstr "Ištrinti galutinai" #. line 39 #: ../../../../templates/cache/f9/e9/d592e3c89e2f76520cf989aa8359d3d143d8fa4996ff1d97b3be51f87a05.php:119 msgid "Reply with quote" -msgstr "" +msgstr "Atsakyti su citata" #. line 18 #: ../../../../templates/cache/1f/f5/c63468797b4f93a8005563716a720117a6d51a804f2124a4c5158ca78525.php:62 msgid "Send message" -msgstr "" +msgstr "Siųsti žinutę" #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:25 msgid "There are no themes available." -msgstr "" +msgstr "Nėra prieinamų išvaizdos temų." #. line 11 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:50 msgid "Version" -msgstr "" +msgstr "Versija" #. line 15 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:60 msgid "Description" -msgstr "" +msgstr "Aprašymas" #. line 19 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:70 msgid "Thumbnail" -msgstr "" +msgstr "Miniatiūra" #. line 27 #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:93 msgid "Use theme" -msgstr "" +msgstr "Naudoti išvaizdos temą" #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:100 msgid "Reconfigure" -msgstr "" +msgstr "Perkonfigūruoti" #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:102 msgid "Install" -msgstr "" +msgstr "Instaliuoti" #: ../../../../templates/cache/ae/30/5b1888bb2e8ab6981af945fea88c1ecb021b0dfa8a068ee7adeb9dd3ee7d.php:123 msgid "Uninstall" -msgstr "" +msgstr "Pašalinti" #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:72 msgid "new; optional" -msgstr "" +msgstr "nauja; pasirinktinai" #. line 32 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:98 msgid "Group" -msgstr "" +msgstr "Grupė" #. line 56 #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:161 msgid "All boards" -msgstr "" +msgstr "Visos lentos" #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:223 msgid "Create user" -msgstr "" +msgstr "Sukurti vartotoją" #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:229 msgid "Save changes" -msgstr "" +msgstr "Išsaugoti pakeitimus" #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:236 msgid "Delete user" -msgstr "" +msgstr "Pašalinti vartotoją" #: ../../../../templates/cache/37/ea/10898251a344348e062662ce7a7b7f6c8dae001e2c860ce58ea35cedd935.php:331 msgid "View more logs for this user." -msgstr "" +msgstr "Peržiūrėti daugiau įrašų iš šio vartotojo veiksmų žurnalo." #. line 84 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255 msgid "Flag" -msgstr "" +msgstr "Vėliava" #. line 87 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 msgid "None" -msgstr "" +msgstr "Nieko" #. When moving a thread to another board and choosing to keep a "shadow #. thread", an automated post (with @@ -2609,10 +2610,10 @@ msgstr "" #: ../../../../inc/config.php:1211 #, php-format msgid "Moved to %s." -msgstr "" +msgstr "Perkelta į %s." #: ../../../../templates/themes/recent/theme.php:50 msgid "" "Can't build the RecentPosts theme, because there are no boards to be " "fetched." -msgstr "" +msgstr "Negalima sukurti RecentPosts išvaizdos temos, nes nėra lentų." diff --git a/inc/locale/lv_LV/LC_MESSAGES/javascript.js b/inc/locale/lv_LV/LC_MESSAGES/javascript.js index 5c95f723..07f70c94 100644 --- a/inc/locale/lv_LV/LC_MESSAGES/javascript.js +++ b/inc/locale/lv_LV/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Style: ":"Stils:","File":"Fails","hide":"pasl\u0113pt","show":"par\u0101d\u012bt","Show locked threads":"R\u0101d\u012bt sl\u0113gtos pavedienus","Hide locked threads":"Sl\u0113pt sl\u0113gtos pavedienus","URL":"URL","Select":"Izv\u0113l\u0113ties","hidden":"pasl\u0113pts","Show images":"R\u0101d\u012bt att\u0113lus","Hide images":"Pasl\u0113pt att\u0113lus","Password":"Parole","Delete file only":"Dz\u0113st tikai failu","Delete":"Dz\u0113st","Reason":"Iemesls","Report":"Zi\u0146ot","Click reply to view.":"Nospiest uz atbildes, lai apskat\u012btu","Click to expand":"Nospiest, lai izv\u0113rstu","Hide expanded replies":"Pasl\u0113pt izv\u0113rst\u0101s atbildes","Brush size":"Otas izm\u0113rs","Set text":"Uzst\u0101d\u012bt tekstu","Clear":"Not\u012br\u012bt","Save":"Saglab\u0101t","Load":"Iel\u0101d\u0113t","Toggle eraser":"P\u0101rsl\u0113gt dz\u0113\u0161anu","Get color":"Ieg\u016bt kr\u0101su","Fill":"Aizpild\u012bt","enabled":"iesl\u0113gts","disabled":"izsl\u0113gts"}; \ No newline at end of file +l10n = {"Style: ":"Stils:","File":"Fails","hide":"pasl\u0113pt","show":"par\u0101d\u012bt","Show locked threads":"R\u0101d\u012bt sl\u0113gtos pavedienus","Hide locked threads":"Sl\u0113pt sl\u0113gtos pavedienus","URL":"URL","Select":"Izv\u0113l\u0113ties","Remote":"Att\u0101lin\u0101ti","Embed":"Ieguld\u012bt","Oekaki":"Oekaki","hidden":"pasl\u0113pts","Show images":"R\u0101d\u012bt att\u0113lus","Hide images":"Pasl\u0113pt att\u0113lus","Password":"Parole","Delete file only":"Dz\u0113st tikai failu","Delete":"Dz\u0113st","Reason":"Iemesls","Report":"Zi\u0146ot","Click reply to view.":"Nospiest uz atbildes, lai apskat\u012btu","Click to expand":"Nospiest, lai izv\u0113rstu","Hide expanded replies":"Pasl\u0113pt izv\u0113rst\u0101s atbildes","Brush size":"Otas izm\u0113rs","Set text":"Uzst\u0101d\u012bt tekstu","Clear":"Not\u012br\u012bt","Save":"Saglab\u0101t","Load":"Iel\u0101d\u0113t","Toggle eraser":"P\u0101rsl\u0113gt dz\u0113\u0161anu","Get color":"Ieg\u016bt kr\u0101su","Fill":"Aizpild\u012bt","Use oekaki instead of file?":"Lietot oekaki faila viet\u0101?","Edit in oekaki":"Redi\u0123\u0113t oekaki","Enter some text":"Ierakstiet tekstu","Enter font or leave empty":"Ierakstiet fontu, vai atst\u0101jiet tuk\u0161u","Forced anonymity":"Piespiedu anonimit\u0101te","enabled":"iesl\u0113gts","disabled":"izsl\u0113gts","Sun":"SV","Mon":"PR","Tue":"OT","Wed":"TR","Thu":"CE","Fri":"PK","Sat":"SE","Catalog":"Katalogs","Submit":"Nos\u016bt\u012bt","Quick reply":"\u0100tr\u0101 atbilde","Posting mode: Replying to >>{0}<\/small>":"Rakst\u012b\u0161anas re\u017e\u012bms: Atbilde >>{0}<\/small>","Return":"Atgriezties","Expand all images":"Izv\u0113rst visus att\u0113lus","Hello!":"Sveicin\u0101ti!","{0} users":"{0} lietot\u0101ji","(hide threads from this board)":"(pasl\u0113pt pavedienus no \u0161\u012b d\u0113\u013ca)","(show threads from this board)":"(r\u0101d\u012bt pavedienus no \u0161\u012b d\u0113\u013ca)","No more threads to display":"Nav vair\u0101k r\u0101d\u0101mu pavedienu","Loading...":"Iel\u0101de...","Save as original filename":"Saglab\u0101t k\u0101 jaunu faila nosaukumu","Reported post(s).":"Nozi\u0146otie ieraksti.","An unknown error occured!":"Radusies nezin\u0101ma k\u013c\u016bme!","Something went wrong... An unknown error occured!":"Kaut kas nog\u0101ja greizi... radusies nezin\u0101ma k\u013c\u016bme!","Working...":"Apstr\u0101d\u0101...","Posting... (#%)":"Ieraksta... (#%)","Posted...":"Ierakst\u012bts...","An unknown error occured when posting!":"Radusies nezin\u0101ma k\u013c\u016bme ierakstot zi\u0146ojumu!","Posting...":"Ieraksta...","Upload URL":"Aug\u0161upiel\u0101d\u0113t URL","Spoiler Image":"Spoilera att\u0113ls","Comment":"Koment\u0101rs","Quick Reply":"\u0100tr\u0101 atbilde","Stop watching this thread":"P\u0101rst\u0101t uzraudz\u012bt \u0161o pavedienu","Watch this thread":"Uzraudz\u012bt \u0161o pavedienu","Unpin this board":"Atspraust d\u0113li","Pin this board":"Piespraust d\u0113li","Stop watching this board":"P\u0101rst\u0101t uzraudz\u012bt \u0161o d\u0113li","Watch this board":"Uzraudz\u012bt \u0161o d\u0113li","Click on any image on this site to load it into oekaki applet":"Uzklik\u0161\u0137iniet uz jebkura att\u0113la, lai iel\u0101d\u0113tu to oekaki s\u012bklietnotn\u0113","Sunday":"Sv\u0113tdiena","Monday":"Pirmdiena","Tuesday":"Otrdiena","Wednesday":"Tre\u0161diena","Thursday":"Ceturtdiena","Friday":"Piektdiena","Saturday":"Sestdiena","January":"Janv\u0101ris","February":"Febru\u0101ris","March":"Marts","April":"Apr\u012blis","May":"Maijs","June":"J\u016bnijs","July":"\u016blijs","August":"Augusts","September":"Septembris","October":"Oktobris","November":"Novembris","December":"Decembris","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.":"J\u016bsu p\u0101rl\u016bks neatbalsta HTML 5 video.","[play once]":"[atsp\u0113l\u0113t vienreiz]","[loop]":"[atsp\u0113l\u0113t atk\u0101rtoti]","WebM Settings":"WebM uzst\u0101d\u012bjumi","Expand videos inline":"Izv\u0113rst video iek\u013cauti","Play videos on hover":"Atsp\u0113l\u0113t video uzbraucot","Default volume":"Noklus\u0113juma ska\u013cums","Tree view":"Koka skat\u012bjums"}; \ No newline at end of file diff --git a/inc/locale/lv_LV/LC_MESSAGES/javascript.po b/inc/locale/lv_LV/LC_MESSAGES/javascript.po index 2dd47a49..7a07c9d9 100644 --- a/inc/locale/lv_LV/LC_MESSAGES/javascript.po +++ b/inc/locale/lv_LV/LC_MESSAGES/javascript.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-30 21:37+0000\n" +"PO-Revision-Date: 2014-05-07 10:56+0000\n" "Last-Translator: diggydoc \n" "Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lv_LV/)\n" "MIME-Version: 1.0\n" @@ -65,15 +65,15 @@ msgstr "Izvēlēties" #: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63 msgid "Remote" -msgstr "" +msgstr "Attālināti" #: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66 msgid "Embed" -msgstr "" +msgstr "Ieguldīt" #: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69 msgid "Oekaki" -msgstr "" +msgstr "Oekaki" #: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42 msgid "hidden" @@ -160,19 +160,19 @@ msgstr "Aizpildīt" #: ../../../../js/oekaki.js:12 msgid "Use oekaki instead of file?" -msgstr "" +msgstr "Lietot oekaki faila vietā?" #: ../../../../js/oekaki.js:21 msgid "Edit in oekaki" -msgstr "" +msgstr "Rediģēt oekaki" #: ../../../../js/oekaki.js:152 msgid "Enter some text" -msgstr "" +msgstr "Ierakstiet tekstu" #: ../../../../js/oekaki.js:153 msgid "Enter font or leave empty" -msgstr "" +msgstr "Ierakstiet fontu, vai atstājiet tukšu" #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 #: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60 @@ -180,7 +180,7 @@ msgstr "" #: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67 #: ../../../../js/forced-anon.js:71 msgid "Forced anonymity" -msgstr "" +msgstr "Piespiedu anonimitāte" #: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65 #: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66 @@ -197,173 +197,173 @@ msgstr "izslēgts" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Sun" -msgstr "" +msgstr "SV" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Mon" -msgstr "" +msgstr "PR" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Tue" -msgstr "" +msgstr "OT" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Wed" -msgstr "" +msgstr "TR" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Thu" -msgstr "" +msgstr "CE" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Fri" -msgstr "" +msgstr "PK" #: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41 #: ../../../../js/local-time.js:30 msgid "Sat" -msgstr "" +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 msgid "Catalog" -msgstr "" +msgstr "Katalogs" #: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21 #: ../../../../js/quick-reply-old.js:23 msgid "Submit" -msgstr "" +msgstr "Nosūtīt" #: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31 #: ../../../../js/quick-reply-old.js:33 msgid "Quick reply" -msgstr "" +msgstr "Ātrā atbilde" #: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 #: ../../../../js/quick-reply-old.js:35 #, python-brace-format msgid "Posting mode: Replying to >>{0}" -msgstr "" +msgstr "Rakstīšanas režīms: Atbilde >>{0}" #: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33 #: ../../../../js/quick-reply-old.js:35 msgid "Return" -msgstr "" +msgstr "Atgriezties" #: ../../../../js/expand-all-images.js:20 #: ../../../../js/expand-all-images.js:21 #: ../../../../js/expand-all-images.js:22 msgid "Expand all images" -msgstr "" +msgstr "Izvērst visus attēlus" #: ../../../../templates/main.js:6 msgid "Hello!" -msgstr "" +msgstr "Sveicināti!" #: ../../../../templates/main.js:18 #, python-brace-format msgid "{0} users" -msgstr "" +msgstr "{0} lietotāji" #: ../../../../templates/themes/ukko/ukko.js:28 #: ../../../../templates/themes/ukko/ukko.js:39 #: ../../../../templates/themes/ukko/ukko.js:29 #: ../../../../templates/themes/ukko/ukko.js:40 msgid "(hide threads from this board)" -msgstr "" +msgstr "(paslēpt pavedienus no šī dēļa)" #: ../../../../templates/themes/ukko/ukko.js:32 #: ../../../../templates/themes/ukko/ukko.js:44 #: ../../../../templates/themes/ukko/ukko.js:33 #: ../../../../templates/themes/ukko/ukko.js:45 msgid "(show threads from this board)" -msgstr "" +msgstr "(rādīt pavedienus no šī dēļa)" #: ../../../../templates/themes/ukko/ukko.js:57 #: ../../../../templates/themes/ukko/ukko.js:58 msgid "No more threads to display" -msgstr "" +msgstr "Nav vairāk rādāmu pavedienu" #: ../../../../templates/themes/ukko/ukko.js:79 #: ../../../../templates/themes/ukko/ukko.js:80 msgid "Loading..." -msgstr "" +msgstr "Ielāde..." #: ../../../../js/download-original.js:32 #: ../../../../js/download-original.js:33 msgid "Save as original filename" -msgstr "" +msgstr "Saglabāt kā jaunu faila nosaukumu" #: ../../../../js/ajax-post-controls.js:43 msgid "Reported post(s)." -msgstr "" +msgstr "Noziņotie ieraksti." #: ../../../../js/ajax-post-controls.js:53 msgid "An unknown error occured!" -msgstr "" +msgstr "Radusies nezināma kļūme!" #: ../../../../js/ajax-post-controls.js:60 msgid "Something went wrong... An unknown error occured!" -msgstr "" +msgstr "Kaut kas nogāja greizi... radusies nezināma kļūme!" #: ../../../../js/ajax-post-controls.js:68 msgid "Working..." -msgstr "" +msgstr "Apstrādā..." #: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45 msgid "Posting... (#%)" -msgstr "" +msgstr "Ieraksta... (#%)" #: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109 msgid "Posted..." -msgstr "" +msgstr "Ierakstīts..." #: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111 msgid "An unknown error occured when posting!" -msgstr "" +msgstr "Radusies nezināma kļūme ierakstot ziņojumu!" #: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135 msgid "Posting..." -msgstr "" +msgstr "Ieraksta..." #: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224 #: ../../../../js/quick-reply.js:225 msgid "Upload URL" -msgstr "" +msgstr "Augšupielādēt URL" #: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267 #: ../../../../js/quick-reply.js:268 msgid "Spoiler Image" -msgstr "" +msgstr "Spoilera attēls" #: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278 #: ../../../../js/quick-reply.js:279 msgid "Comment" -msgstr "" +msgstr "Komentārs" #: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406 #: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407 #: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408 msgid "Quick Reply" -msgstr "" +msgstr "Ātrā atbilde" #: ../../../../js/watch.js:249 ../../../../js/watch.js:250 #: ../../../../js/watch.js:288 ../../../../js/watch.js:289 #: ../../../../js/watch.js:330 ../../../../js/watch.js:331 msgid "Stop watching this thread" -msgstr "" +msgstr "Pārstāt uzraudzīt šo pavedienu" #: ../../../../js/watch.js:249 ../../../../js/watch.js:250 #: ../../../../js/watch.js:288 ../../../../js/watch.js:289 #: ../../../../js/watch.js:330 ../../../../js/watch.js:331 msgid "Watch this thread" -msgstr "" +msgstr "Uzraudzīt šo pavedienu" #: ../../../../js/watch.js:260 ../../../../js/watch.js:261 #: ../../../../js/watch.js:269 ../../../../js/watch.js:299 @@ -371,7 +371,7 @@ msgstr "" #: ../../../../js/watch.js:341 ../../../../js/watch.js:342 #: ../../../../js/watch.js:350 msgid "Unpin this board" -msgstr "" +msgstr "Atspraust dēli" #: ../../../../js/watch.js:260 ../../../../js/watch.js:261 #: ../../../../js/watch.js:269 ../../../../js/watch.js:299 @@ -379,7 +379,7 @@ msgstr "" #: ../../../../js/watch.js:341 ../../../../js/watch.js:342 #: ../../../../js/watch.js:350 msgid "Pin this board" -msgstr "" +msgstr "Piespraust dēli" #: ../../../../js/watch.js:262 ../../../../js/watch.js:267 #: ../../../../js/watch.js:268 ../../../../js/watch.js:301 @@ -387,7 +387,7 @@ msgstr "" #: ../../../../js/watch.js:343 ../../../../js/watch.js:348 #: ../../../../js/watch.js:349 msgid "Stop watching this board" -msgstr "" +msgstr "Pārstāt uzraudzīt šo dēli" #: ../../../../js/watch.js:262 ../../../../js/watch.js:267 #: ../../../../js/watch.js:268 ../../../../js/watch.js:301 @@ -395,176 +395,176 @@ msgstr "" #: ../../../../js/watch.js:343 ../../../../js/watch.js:348 #: ../../../../js/watch.js:349 msgid "Watch this board" -msgstr "" +msgstr "Uzraudzīt šo dēli" #: ../../../../js/wpaint.js:113 msgid "Click on any image on this site to load it into oekaki applet" -msgstr "" +msgstr "Uzklikšķiniet uz jebkura attēla, lai ielādētu to oekaki sīklietnotnē" #: ../../../../js/local-time.js:29 msgid "Sunday" -msgstr "" +msgstr "Svētdiena" #: ../../../../js/local-time.js:29 msgid "Monday" -msgstr "" +msgstr "Pirmdiena" #: ../../../../js/local-time.js:29 msgid "Tuesday" -msgstr "" +msgstr "Otrdiena" #: ../../../../js/local-time.js:29 msgid "Wednesday" -msgstr "" +msgstr "Trešdiena" #: ../../../../js/local-time.js:29 msgid "Thursday" -msgstr "" +msgstr "Ceturtdiena" #: ../../../../js/local-time.js:29 msgid "Friday" -msgstr "" +msgstr "Piektdiena" #: ../../../../js/local-time.js:29 msgid "Saturday" -msgstr "" +msgstr "Sestdiena" #: ../../../../js/local-time.js:31 msgid "January" -msgstr "" +msgstr "Janvāris" #: ../../../../js/local-time.js:31 msgid "February" -msgstr "" +msgstr "Februāris" #: ../../../../js/local-time.js:31 msgid "March" -msgstr "" +msgstr "Marts" #: ../../../../js/local-time.js:31 msgid "April" -msgstr "" +msgstr "Aprīlis" #: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32 msgid "May" -msgstr "" +msgstr "Maijs" #: ../../../../js/local-time.js:31 msgid "June" -msgstr "" +msgstr "Jūnijs" #: ../../../../js/local-time.js:31 msgid "July" -msgstr "" +msgstr "ūlijs" #: ../../../../js/local-time.js:31 msgid "August" -msgstr "" +msgstr "Augusts" #: ../../../../js/local-time.js:31 msgid "September" -msgstr "" +msgstr "Septembris" #: ../../../../js/local-time.js:31 msgid "October" -msgstr "" +msgstr "Oktobris" #: ../../../../js/local-time.js:31 msgid "November" -msgstr "" +msgstr "Novembris" #: ../../../../js/local-time.js:31 msgid "December" -msgstr "" +msgstr "Decembris" #: ../../../../js/local-time.js:32 msgid "Jan" -msgstr "" +msgstr "Jan" #: ../../../../js/local-time.js:32 msgid "Feb" -msgstr "" +msgstr "Feb" #: ../../../../js/local-time.js:32 msgid "Mar" -msgstr "" +msgstr "Mar" #: ../../../../js/local-time.js:32 msgid "Apr" -msgstr "" +msgstr "Apr" #: ../../../../js/local-time.js:32 msgid "Jun" -msgstr "" +msgstr "Jun" #: ../../../../js/local-time.js:32 msgid "Jul" -msgstr "" +msgstr "Jul" #: ../../../../js/local-time.js:32 msgid "Aug" -msgstr "" +msgstr "Aug" #: ../../../../js/local-time.js:32 msgid "Sep" -msgstr "" +msgstr "Sep" #: ../../../../js/local-time.js:32 msgid "Oct" -msgstr "" +msgstr "Okt" #: ../../../../js/local-time.js:32 msgid "Nov" -msgstr "" +msgstr "Nov" #: ../../../../js/local-time.js:32 msgid "Dec" -msgstr "" +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." -msgstr "" +msgstr "Jūsu pārlūks neatbalsta HTML 5 video." #: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192 msgid "[play once]" -msgstr "" +msgstr "[atspēlēt vienreiz]" #: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193 msgid "[loop]" -msgstr "" +msgstr "[atspēlēt atkārtoti]" #: ../../../../js/webm-settings.js:42 msgid "WebM Settings" -msgstr "" +msgstr "WebM uzstādījumi" #: ../../../../js/webm-settings.js:44 msgid "Expand videos inline" -msgstr "" +msgstr "Izvērst video iekļauti" #: ../../../../js/webm-settings.js:45 msgid "Play videos on hover" -msgstr "" +msgstr "Atspēlēt video uzbraucot" #: ../../../../js/webm-settings.js:46 msgid "Default volume" -msgstr "" +msgstr "Noklusējuma skaļums" #: ../../../../js/treeview.js:18 msgid "Tree view" -msgstr "" +msgstr "Koka skatījums" diff --git a/inc/locale/lv_LV/LC_MESSAGES/tinyboard.mo b/inc/locale/lv_LV/LC_MESSAGES/tinyboard.mo index 5c3b037a..ca6c96f7 100644 Binary files a/inc/locale/lv_LV/LC_MESSAGES/tinyboard.mo and b/inc/locale/lv_LV/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/lv_LV/LC_MESSAGES/tinyboard.po b/inc/locale/lv_LV/LC_MESSAGES/tinyboard.po index 90799049..1be8878f 100644 --- a/inc/locale/lv_LV/LC_MESSAGES/tinyboard.po +++ b/inc/locale/lv_LV/LC_MESSAGES/tinyboard.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# diggydoc , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-30 21:28+0000\n" -"Last-Translator: czaks \n" +"PO-Revision-Date: 2014-05-07 11:38+0000\n" +"Last-Translator: diggydoc \n" "Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lv_LV/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,9 +27,9 @@ msgstr "" #: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 msgid "second" msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "sekundes" +msgstr[1] "sekunde" +msgstr[2] "sekundes" #: ../../../../inc/functions.php:585 ../../../../inc/functions.php:602 #: ../../../../inc/functions.php:593 ../../../../inc/functions.php:610 @@ -39,9 +40,9 @@ msgstr[2] "" #: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "minute" msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "minūtes" +msgstr[1] "minūte" +msgstr[2] "minūtes" #: ../../../../inc/functions.php:587 ../../../../inc/functions.php:604 #: ../../../../inc/functions.php:595 ../../../../inc/functions.php:612 @@ -52,9 +53,9 @@ msgstr[2] "" #: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "hour" msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "stundas" +msgstr[1] "stunda" +msgstr[2] "stundas" #: ../../../../inc/functions.php:589 ../../../../inc/functions.php:606 #: ../../../../inc/functions.php:597 ../../../../inc/functions.php:614 @@ -65,9 +66,9 @@ msgstr[2] "" #: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "day" msgid_plural "days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "dienas" +msgstr[1] "diena" +msgstr[2] "dienas" #: ../../../../inc/functions.php:591 ../../../../inc/functions.php:608 #: ../../../../inc/functions.php:599 ../../../../inc/functions.php:616 @@ -78,9 +79,9 @@ msgstr[2] "" #: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "week" msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "nedēļas" +msgstr[1] "nedēļa" +msgstr[2] "nedēļas" #: ../../../../inc/functions.php:594 ../../../../inc/functions.php:611 #: ../../../../inc/functions.php:602 ../../../../inc/functions.php:619 @@ -91,16 +92,16 @@ msgstr[2] "" #: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 msgid "year" msgid_plural "years" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "gadi" +msgstr[1] "gads" +msgstr[2] "gadi" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 #: ../../../../inc/functions.php:732 msgid "Banned!" -msgstr "" +msgstr "Banots!" #. There is no previous page. #: ../../../../inc/functions.php:1125 ../../../../inc/functions.php:1139 @@ -112,7 +113,7 @@ msgstr "" #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 #: ../../../../inc/functions.php:1244 msgid "Previous" -msgstr "" +msgstr "Iepriekšējais" #. There is no next page. #: ../../../../inc/functions.php:1144 ../../../../inc/functions.php:1153 @@ -124,76 +125,76 @@ msgstr "" #: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 #: ../../../../inc/functions.php:1258 msgid "Next" -msgstr "" +msgstr "Nākamais" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 #: ../../../../inc/display.php:108 ../../../../inc/display.php:112 msgid "Error" -msgstr "" +msgstr "Kļūda" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 #: ../../../../inc/display.php:109 ../../../../inc/display.php:113 msgid "An error has occured." -msgstr "" +msgstr "Radusies nezināma kļūme!" #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 #: ../../../../inc/display.php:125 ../../../../inc/display.php:129 msgid "Login" -msgstr "" +msgstr "Pieteikties" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 #: ../../../../inc/display.php:244 ../../../../inc/display.php:248 #, php-format msgid "Post too long. Click here to view the full text." -msgstr "" +msgstr "Ieraksts pārāk garš. Klikšķiniet šeit, lai pārskatītu pilnu tekstu." #: ../../../../inc/display.php:368 ../../../../inc/display.php:473 #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 msgid "Ban" -msgstr "" +msgstr "Banot" #: ../../../../inc/display.php:372 ../../../../inc/display.php:477 #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Ban & Delete" -msgstr "" +msgstr "Banot un Dzēst" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Delete file" -msgstr "" +msgstr "Dzēst failu" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Are you sure you want to delete this file?" -msgstr "" +msgstr "Vai esiet pārliecināti, ka vēlaties dzēst šo failu?" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Spoiler File" -msgstr "" +msgstr "Spoilera fails" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 #: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Are you sure you want to spoiler this file?" -msgstr "" +msgstr "Vai esat pārliecināti, ka vēlieties spoilot šo failu?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 #: ../../../../inc/display.php:404 ../../../../inc/display.php:408 msgid "Move reply to another board" -msgstr "" +msgstr "Pārvietot atbildi uz citu dēli" #: ../../../../inc/display.php:388 ../../../../inc/display.php:512 #: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 @@ -201,7 +202,7 @@ msgstr "" #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 #: ../../../../inc/display.php:412 ../../../../inc/display.php:541 msgid "Edit post" -msgstr "" +msgstr "Rediģēt ierakstu" #. line 5 #: ../../../../inc/display.php:461 @@ -210,69 +211,69 @@ msgstr "" #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Delete" -msgstr "" +msgstr "Dzēst" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 #: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Are you sure you want to delete this?" -msgstr "" +msgstr "Vai esat pārliecināti, ka vēlaties šo dzēst?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Delete all posts by IP" -msgstr "" +msgstr "Dzēst visus ierakstus no šīs IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 #: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Are you sure you want to delete all posts by this IP address?" -msgstr "" +msgstr "Vai esat pārliecināti, ka vēlaties dzēst visus ierakstus no šīs IP?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "Delete all posts by IP across all boards" -msgstr "" +msgstr "Dzēst visus ierakstus no šīs IP, visos dēļos" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 #: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" -msgstr "" +msgstr "Vai esat pārliecināti, ka vēlaties dzēst visus ierakstus no šīs IP, visos dēļos?" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 #: ../../../../inc/display.php:515 ../../../../inc/display.php:519 msgid "Make thread not sticky" -msgstr "" +msgstr "Noņemt izcelšanu šim pavedienam" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 #: ../../../../inc/display.php:517 ../../../../inc/display.php:521 msgid "Make thread sticky" -msgstr "" +msgstr "Izcelt šo pavedienu" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 #: ../../../../inc/display.php:521 ../../../../inc/display.php:525 msgid "Allow thread to be bumped" -msgstr "" +msgstr "Atļaut pavediena uzcelšanu" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 #: ../../../../inc/display.php:523 ../../../../inc/display.php:527 msgid "Prevent thread from being bumped" -msgstr "" +msgstr "Nepieļaut pavediena uzcelšanu" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 #: ../../../../inc/display.php:528 ../../../../inc/display.php:532 msgid "Unlock thread" -msgstr "" +msgstr "Atslēgt pavedienu" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 #: ../../../../inc/display.php:530 ../../../../inc/display.php:534 msgid "Lock thread" -msgstr "" +msgstr "Aizslēgt pavedienu" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 #: ../../../../inc/display.php:533 ../../../../inc/display.php:537 msgid "Move thread to another board" -msgstr "" +msgstr "Pārvietot pavedienu un citu dēli" #. How long before Tinyboard forgets about a mute? #. 2 weeks @@ -281,7 +282,7 @@ msgstr "" #: ../../../../inc/config.php:346 ../../../../inc/config.php:473 #: ../../../../inc/config.php:474 ../../../../inc/config.php:475 msgid "You have been muted for unoriginal content." -msgstr "" +msgstr "Jūs tiekat apklusināts dēļ neorģināla satura." #. The names on the post buttons. (On most imageboards, these are both just #. "Post"). @@ -291,13 +292,13 @@ msgstr "" #: ../../../../inc/config.php:772 ../../../../inc/config.php:774 #: ../../../../inc/config.php:776 ../../../../inc/config.php:792 msgid "New Topic" -msgstr "" +msgstr "Jauna tēma" #: ../../../../inc/config.php:678 ../../../../inc/config.php:782 #: ../../../../inc/config.php:773 ../../../../inc/config.php:775 #: ../../../../inc/config.php:777 ../../../../inc/config.php:793 msgid "New Reply" -msgstr "" +msgstr "Jauna atbilde" #. Additional lines added to the footer of all pages. #: ../../../../inc/config.php:689 ../../../../inc/config.php:793 diff --git a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo index 71aea924..8db334e2 100644 Binary files a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo and b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo differ diff --git a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po index 33795c37..0f058ab1 100644 --- a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po +++ b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-04-21 21:04+0200\n" -"PO-Revision-Date: 2014-04-22 20:14+0000\n" +"PO-Revision-Date: 2014-05-06 10:23+0000\n" "Last-Translator: Assada \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -318,7 +318,7 @@ msgstr "Все права, копирайты на этой странице п #. Error messages #: ../../../../inc/config.php:866 msgid "Lurk some more before posting." -msgstr "" +msgstr "Луркай еще немного, прежде чем отправлять." #. * ==================== #. * Error messages @@ -436,7 +436,7 @@ msgstr "Не оригинальный контент." #: ../../../../inc/config.php:984 ../../../../inc/config.php:1000 #, php-format msgid "Unoriginal content! You have been muted for %d seconds." -msgstr "" +msgstr "Не оригинальный контент. Кляп на %d секунд." #: ../../../../inc/config.php:885 ../../../../inc/config.php:990 #: ../../../../inc/config.php:981 ../../../../inc/config.php:983 @@ -543,7 +543,7 @@ msgstr "" #: ../../../../inc/config.php:997 ../../../../inc/config.php:999 #: ../../../../inc/config.php:1001 ../../../../inc/config.php:1017 msgid "MIME type detection XSS exploit (IE) detected; post discarded." -msgstr "" +msgstr "Обнаружен XSS (IE). Пост отклонен." #: ../../../../inc/config.php:902 ../../../../inc/config.php:1007 #: ../../../../inc/config.php:998 ../../../../inc/config.php:1000 @@ -597,7 +597,7 @@ msgstr "Неверные/испорченные куки." #: ../../../../inc/config.php:1007 ../../../../inc/config.php:1009 #: ../../../../inc/config.php:1011 ../../../../inc/config.php:1027 msgid "Your browser didn't submit an input when it should have." -msgstr "" +msgstr "Твой браузер не отправляет нужных данных, а должен." #: ../../../../inc/config.php:912 ../../../../inc/config.php:1017 #: ../../../../inc/config.php:1008 ../../../../inc/config.php:1010 @@ -819,7 +819,7 @@ msgstr "Ребилд" #: ../../../../inc/mod/pages.php:2043 ../../../../inc/mod/pages.php:2179 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:238 msgid "Report queue" -msgstr "" +msgstr "Очередь жалоб" #: ../../../../inc/mod/pages.php:2111 ../../../../inc/mod/pages.php:2210 #: ../../../../inc/mod/pages.php:2256 ../../../../inc/mod/pages.php:2350 @@ -1078,7 +1078,7 @@ msgstr "без темы" #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 #: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:94 msgid "by" -msgstr "" +msgstr "by" #. line 50 #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:95 @@ -1086,7 +1086,7 @@ msgstr "" #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:157 #: ../../../../templates/cache/d2/14/70c07e4c5f648cfa0d0663a1f18973ff6f6946363b45332b2627a0fcf273.php:98 msgid "at" -msgstr "" +msgstr "на" #. line 28 #. line 26 @@ -1670,7 +1670,7 @@ msgstr "удалить" #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:345 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:415 msgid "deleted?" -msgstr "" +msgstr "удален?" #. line 33 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:91 @@ -1827,7 +1827,7 @@ msgstr "Статус" #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:259 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:44 msgid "Expired" -msgstr "" +msgstr "Истекло" #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:265 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:50 @@ -2013,7 +2013,7 @@ msgstr "никогда" #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:161 msgid "Seen" -msgstr "" +msgstr "Замечен" #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:375 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:201 @@ -2129,7 +2129,7 @@ msgstr "Новый бан" #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" -msgstr "" +msgstr "Фраза:" #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:38 msgid "Posts" @@ -2137,7 +2137,7 @@ msgstr "Посты" #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:49 msgid "IP address notes" -msgstr "" +msgstr "Заметки для IP" #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:62 msgid "Bans" @@ -2152,7 +2152,7 @@ msgstr "" #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:25 msgid "There are no active bans." -msgstr "" +msgstr "Нет активных банов." #. line 8 #. line 47 @@ -2199,20 +2199,20 @@ msgstr "Продолжить" #. line 80 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:210 msgid "Appeal time" -msgstr "" +msgstr "Время обжалования" #. line 84 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:220 msgid "Appeal reason" -msgstr "" +msgstr "Причина обжалования" #: ../../../../templates/cache/7d/63/b6fd83bf4ed7f6031a2b3373b997d2d40617bf98899fe672a0aae48520c5.php:31 msgid "There are no reports." -msgstr "" +msgstr "Нет сообщений." #: ../../../../post.php:802 ../../../../post.php:811 ../../../../post.php:825 msgid "That ban doesn't exist or is not for you." -msgstr "" +msgstr "Этого бана нет или он не для вас." #: ../../../../post.php:806 ../../../../post.php:815 ../../../../post.php:829 msgid "You cannot appeal a ban of this length." @@ -2220,7 +2220,7 @@ msgstr "" #: ../../../../post.php:813 ../../../../post.php:822 ../../../../post.php:836 msgid "You cannot appeal this ban again." -msgstr "" +msgstr "Ты не можешь обжаловать этот бан снова." #: ../../../../post.php:818 ../../../../post.php:827 ../../../../post.php:841 msgid "There is already a pending appeal for this ban." @@ -2228,11 +2228,11 @@ msgstr "" #: ../../../../inc/image.php:24 ../../../../inc/image.php:62 msgid "Unsupported file format: " -msgstr "" +msgstr "Формат файла не поддерживается:" #: ../../../../inc/image.php:282 ../../../../inc/image.php:288 msgid "Failed to redraw image!" -msgstr "" +msgstr "Не удалось перерисовать изображение!" #: ../../../../inc/image.php:324 ../../../../inc/image.php:343 #: ../../../../inc/image.php:368 ../../../../inc/image.php:342 @@ -2258,11 +2258,11 @@ msgstr "Вас забанили в " #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:82 msgid "for the following reason:" -msgstr "" +msgstr "по следующей причине:" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:88 msgid "for an unspecified reason." -msgstr "" +msgstr "по неопределенный причине." #. line 32 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:110 @@ -2281,11 +2281,11 @@ msgstr "истекает" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:133 msgid "from now, which is on" -msgstr "" +msgstr "прямо сейчас, который находится на" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:183 msgid "will not expire" -msgstr "" +msgstr "еще не истек" #. line 78 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:192 @@ -2300,11 +2300,11 @@ msgstr "" #. line 95 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:239 msgid "You submitted an appeal for this ban on" -msgstr "" +msgstr "Ты подал апелляцию на этот бан" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:245 msgid "It is still pending" -msgstr "" +msgstr "Пока не принято" #. line 101 #. line 112 @@ -2323,18 +2323,18 @@ msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 msgid "You appealed this ban on" -msgstr "" +msgstr "Ты обжаловал запрет на" #. line 103 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:265 msgid "and it was denied. You may not appeal this ban again." -msgstr "" +msgstr "и отклонен. Вы не можете обжаловать это бан снова." #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:272 msgid "" "You have submitted the maximum number of ban appeals allowed. You may not " "appeal this ban again." -msgstr "" +msgstr "Ты отправил достаточное количество апелляций. Больше не нужно!" #. line 114 #. line 121 @@ -2353,7 +2353,7 @@ msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 msgid "and it was denied." -msgstr "" +msgstr "и отклонен." #. line 116 #. line 123 @@ -2381,7 +2381,7 @@ msgstr "" #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:332 msgid "You may appeal this ban. Please enter your reasoning below." -msgstr "" +msgstr "Ты можешь обжаловать этот бан. Введи причину апелляции." #. line 4 #. line 16 @@ -2598,7 +2598,7 @@ msgstr "Показать все логи этого пользователя." #. line 84 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:255 msgid "Flag" -msgstr "" +msgstr "Флаг" #. line 87 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 diff --git a/inc/mod/auth.php b/inc/mod/auth.php index f2003dfe..01ed5b68 100644 --- a/inc/mod/auth.php +++ b/inc/mod/auth.php @@ -69,13 +69,13 @@ function setCookies() { $mod['hash'][0] . // password ':' . $mod['hash'][1], // salt - time() + $config['cookies']['expire'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, false, $config['cookies']['httponly']); + time() + $config['cookies']['expire'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off', $config['cookies']['httponly']); } function destroyCookies() { global $config; // Delete the cookies - setcookie($config['cookies']['mod'], 'deleted', time() - $config['cookies']['expire'], $config['cookies']['jail']?$config['cookies']['path'] : '/', null, false, true); + setcookie($config['cookies']['mod'], 'deleted', time() - $config['cookies']['expire'], $config['cookies']['jail']?$config['cookies']['path'] : '/', null, !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off', true); } function modLog($action, $_board=null) { diff --git a/inc/mod/pages.php b/inc/mod/pages.php index a247e35c..05a24865 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -150,7 +150,7 @@ function mod_dashboard() { $latest = false; } - setcookie('update', serialize($latest), time() + $config['check_updates_time'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, false, true); + setcookie('update', serialize($latest), time() + $config['check_updates_time'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off', true); } if ($latest) diff --git a/install.php b/install.php index 16ef9fcb..8c31c317 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ clearCacheFiles(); + case '4.4.98': case false: // TODO: enhance Tinyboard -> vichan upgrade path. query("CREATE TABLE IF NOT EXISTS ``search_queries`` ( `ip` varchar(39) NOT NULL, `time` int(11) NOT NULL, `query` text NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;") or error(db_error()); diff --git a/js/expand-too-long.js b/js/expand-too-long.js index 23921eaf..0720fa75 100644 --- a/js/expand-too-long.js +++ b/js/expand-too-long.js @@ -23,7 +23,7 @@ $(function() { url: url, context: document.body, success: function(data) { - var content = $(data).find('#'+url.split('#')[1]).next().html(); + var content = $(data).find('#'+url.split('#')[1]).parent().find(".body").html(); body.html(content); } diff --git a/post.php b/post.php index dbc59345..8d4aa8c6 100644 --- a/post.php +++ b/post.php @@ -52,10 +52,19 @@ if (isset($_POST['delete'])) { $query->execute() or error(db_error($query)); if ($post = $query->fetch(PDO::FETCH_ASSOC)) { - if ($password != '' && $post['password'] != $password) + $thread = false; + if ($config['user_moderation'] && $post['thread']) { + $thread_query = prepare(sprintf("SELECT `time`,`password` FROM ``posts_%s`` WHERE `id` = :id", $board['uri'])); + $thread_query->bindValue(':id', $post['thread'], PDO::PARAM_INT); + $thread_query->execute() or error(db_error($query)); + + $thread = $thread_query->fetch(PDO::FETCH_ASSOC); + } + + if ($password != '' && $post['password'] != $password && (!$thread || $thread['password'] != $password)) error($config['error']['invalidpassword']); - if ($post['time'] > time() - $config['delete_time']) { + if ($post['time'] > time() - $config['delete_time'] && (!$thread || $thread['password'] != $password)) { error(sprintf($config['error']['delete_too_soon'], until($post['time'] + $config['delete_time']))); } @@ -632,7 +641,7 @@ if (isset($_POST['delete'])) { if (!$config['redraw_image'] && $config['use_exiftool']) { if($error = shell_exec_error('exiftool -overwrite_original -ignoreMinorErrors -q -q -all= ' . escapeshellarg($upload))) - error('Could not strip EXIF metadata!', null, $error); + error(_('Could not strip EXIF metadata!'), null, $error); } else { $image->to($post['file']); $dont_copy_file = true; diff --git a/static/collapse.gif b/static/collapse.gif index cda6b337..2f42cdc0 100644 Binary files a/static/collapse.gif and b/static/collapse.gif differ diff --git a/static/deleted.png b/static/deleted.png index 269090ec..5b90b4fb 100644 Binary files a/static/deleted.png and b/static/deleted.png differ diff --git a/static/file.png b/static/file.png index 8060fe3c..2b224e87 100644 Binary files a/static/file.png and b/static/file.png differ diff --git a/static/flags/ad.png b/static/flags/ad.png index 625ca84f..dd4adcdd 100755 Binary files a/static/flags/ad.png and b/static/flags/ad.png differ diff --git a/static/flags/ae.png b/static/flags/ae.png index ef3a1ecf..3aaf20d8 100755 Binary files a/static/flags/ae.png and b/static/flags/ae.png differ diff --git a/static/flags/af.png b/static/flags/af.png index a4742e29..51e1933a 100755 Binary files a/static/flags/af.png and b/static/flags/af.png differ diff --git a/static/flags/ag.png b/static/flags/ag.png index 556d5504..da53be82 100755 Binary files a/static/flags/ag.png and b/static/flags/ag.png differ diff --git a/static/flags/ai.png b/static/flags/ai.png index 74ed29d9..9bde3ce7 100755 Binary files a/static/flags/ai.png and b/static/flags/ai.png differ diff --git a/static/flags/al.png b/static/flags/al.png index 92354cb6..a38a7307 100755 Binary files a/static/flags/al.png and b/static/flags/al.png differ diff --git a/static/flags/am.png b/static/flags/am.png index 344a2a86..763478ff 100755 Binary files a/static/flags/am.png and b/static/flags/am.png differ diff --git a/static/flags/an.png b/static/flags/an.png index 633e4b89..4e2a57c3 100755 Binary files a/static/flags/an.png and b/static/flags/an.png differ diff --git a/static/flags/ao.png b/static/flags/ao.png index d6bd64a3..64208f83 100755 Binary files a/static/flags/ao.png and b/static/flags/ao.png differ diff --git a/static/flags/ar.png b/static/flags/ar.png index e5ef8f1f..86e8dbed 100755 Binary files a/static/flags/ar.png and b/static/flags/ar.png differ diff --git a/static/flags/as.png b/static/flags/as.png index 32f30e4c..c0729de3 100755 Binary files a/static/flags/as.png and b/static/flags/as.png differ diff --git a/static/flags/at.png b/static/flags/at.png index 0f15f34f..700a6566 100755 Binary files a/static/flags/at.png and b/static/flags/at.png differ diff --git a/static/flags/au.png b/static/flags/au.png index a01389a7..27c4d0a7 100755 Binary files a/static/flags/au.png and b/static/flags/au.png differ diff --git a/static/flags/aw.png b/static/flags/aw.png index a3579c2d..7b7d01c1 100755 Binary files a/static/flags/aw.png and b/static/flags/aw.png differ diff --git a/static/flags/ax.png b/static/flags/ax.png index 1eea80a7..2c7c7f44 100755 Binary files a/static/flags/ax.png and b/static/flags/ax.png differ diff --git a/static/flags/az.png b/static/flags/az.png index 4ee9fe5c..ba4d61fe 100755 Binary files a/static/flags/az.png and b/static/flags/az.png differ diff --git a/static/flags/ba.png b/static/flags/ba.png index c7749924..688c1af9 100755 Binary files a/static/flags/ba.png and b/static/flags/ba.png differ diff --git a/static/flags/bb.png b/static/flags/bb.png index 0df19c71..61557ba5 100755 Binary files a/static/flags/bb.png and b/static/flags/bb.png differ diff --git a/static/flags/bd.png b/static/flags/bd.png index 076a8bf8..347601c6 100755 Binary files a/static/flags/bd.png and b/static/flags/bd.png differ diff --git a/static/flags/be.png b/static/flags/be.png index d86ebc80..12c10f46 100755 Binary files a/static/flags/be.png and b/static/flags/be.png differ diff --git a/static/flags/bf.png b/static/flags/bf.png index ab5ce8fe..34416757 100755 Binary files a/static/flags/bf.png and b/static/flags/bf.png differ diff --git a/static/flags/bg.png b/static/flags/bg.png index 0469f060..41f34d85 100755 Binary files a/static/flags/bg.png and b/static/flags/bg.png differ diff --git a/static/flags/bh.png b/static/flags/bh.png index ea8ce687..651934f0 100755 Binary files a/static/flags/bh.png and b/static/flags/bh.png differ diff --git a/static/flags/bi.png b/static/flags/bi.png index 5cc2e30c..5ff589b8 100755 Binary files a/static/flags/bi.png and b/static/flags/bi.png differ diff --git a/static/flags/bj.png b/static/flags/bj.png index 1cc8b458..5fd1a5a1 100755 Binary files a/static/flags/bj.png and b/static/flags/bj.png differ diff --git a/static/flags/bl.png b/static/flags/bl.png index 744ede39..ba149735 100755 Binary files a/static/flags/bl.png and b/static/flags/bl.png differ diff --git a/static/flags/bm.png b/static/flags/bm.png index c0c7aead..3cb88031 100755 Binary files a/static/flags/bm.png and b/static/flags/bm.png differ diff --git a/static/flags/bn.png b/static/flags/bn.png index 8fb09849..2a3d934e 100755 Binary files a/static/flags/bn.png and b/static/flags/bn.png differ diff --git a/static/flags/bo.png b/static/flags/bo.png index ce7ba522..46b519ea 100755 Binary files a/static/flags/bo.png and b/static/flags/bo.png differ diff --git a/static/flags/bq.png b/static/flags/bq.png index 77f75f6f..3d09d5e9 100755 Binary files a/static/flags/bq.png and b/static/flags/bq.png differ diff --git a/static/flags/br.png b/static/flags/br.png index 9b1a5538..a011b1dd 100755 Binary files a/static/flags/br.png and b/static/flags/br.png differ diff --git a/static/flags/bs.png b/static/flags/bs.png index 639fa6cf..1030207a 100755 Binary files a/static/flags/bs.png and b/static/flags/bs.png differ diff --git a/static/flags/bt.png b/static/flags/bt.png index 1d512dff..dd3bb1c2 100755 Binary files a/static/flags/bt.png and b/static/flags/bt.png differ diff --git a/static/flags/bv.png b/static/flags/bv.png index 160b6b5b..74264c58 100755 Binary files a/static/flags/bv.png and b/static/flags/bv.png differ diff --git a/static/flags/bw.png b/static/flags/bw.png index fcb10394..4a840d38 100755 Binary files a/static/flags/bw.png and b/static/flags/bw.png differ diff --git a/static/flags/by.png b/static/flags/by.png index 504774ec..e9f9c348 100755 Binary files a/static/flags/by.png and b/static/flags/by.png differ diff --git a/static/flags/bz.png b/static/flags/bz.png index be63ee1c..3b13813d 100755 Binary files a/static/flags/bz.png and b/static/flags/bz.png differ diff --git a/static/flags/ca.png b/static/flags/ca.png index 1f204193..c4df905c 100755 Binary files a/static/flags/ca.png and b/static/flags/ca.png differ diff --git a/static/flags/cc.png b/static/flags/cc.png index aed3d3b4..bf5dcf17 100755 Binary files a/static/flags/cc.png and b/static/flags/cc.png differ diff --git a/static/flags/cd.png b/static/flags/cd.png index a072ac26..ce2e4f19 100755 Binary files a/static/flags/cd.png and b/static/flags/cd.png differ diff --git a/static/flags/cf.png b/static/flags/cf.png index da687bdc..7fcb5614 100755 Binary files a/static/flags/cf.png and b/static/flags/cf.png differ diff --git a/static/flags/cg.png b/static/flags/cg.png index a859792e..a6e0490f 100755 Binary files a/static/flags/cg.png and b/static/flags/cg.png differ diff --git a/static/flags/ch.png b/static/flags/ch.png index 242ec01a..ca4d9be6 100755 Binary files a/static/flags/ch.png and b/static/flags/ch.png differ diff --git a/static/flags/ci.png b/static/flags/ci.png index 3f2c62eb..2ee79a36 100755 Binary files a/static/flags/ci.png and b/static/flags/ci.png differ diff --git a/static/flags/ck.png b/static/flags/ck.png index 746d3d6f..45254db4 100755 Binary files a/static/flags/ck.png and b/static/flags/ck.png differ diff --git a/static/flags/cl.png b/static/flags/cl.png index 29c6d61b..74a69dc8 100755 Binary files a/static/flags/cl.png and b/static/flags/cl.png differ diff --git a/static/flags/cm.png b/static/flags/cm.png index f65c5bd5..7add66be 100755 Binary files a/static/flags/cm.png and b/static/flags/cm.png differ diff --git a/static/flags/cn.png b/static/flags/cn.png index 89144146..9f1b3109 100755 Binary files a/static/flags/cn.png and b/static/flags/cn.png differ diff --git a/static/flags/co.png b/static/flags/co.png index a118ff4a..a2fb4769 100755 Binary files a/static/flags/co.png and b/static/flags/co.png differ diff --git a/static/flags/cp.png b/static/flags/cp.png index 744ede39..ba149735 100755 Binary files a/static/flags/cp.png and b/static/flags/cp.png differ diff --git a/static/flags/cr.png b/static/flags/cr.png index c7a37317..413797bf 100755 Binary files a/static/flags/cr.png and b/static/flags/cr.png differ diff --git a/static/flags/cs.png b/static/flags/cs.png index 8254790c..0e0fb6de 100755 Binary files a/static/flags/cs.png and b/static/flags/cs.png differ diff --git a/static/flags/cu.png b/static/flags/cu.png index 083f1d61..8ad51d2e 100755 Binary files a/static/flags/cu.png and b/static/flags/cu.png differ diff --git a/static/flags/cv.png b/static/flags/cv.png index a63f7eaf..eb96f9ca 100755 Binary files a/static/flags/cv.png and b/static/flags/cv.png differ diff --git a/static/flags/cx.png b/static/flags/cx.png index 48e31adb..35ca80cf 100755 Binary files a/static/flags/cx.png and b/static/flags/cx.png differ diff --git a/static/flags/cy.png b/static/flags/cy.png index 5b1ad6c0..cd9253d6 100755 Binary files a/static/flags/cy.png and b/static/flags/cy.png differ diff --git a/static/flags/cz.png b/static/flags/cz.png index c8403dd2..113c8737 100755 Binary files a/static/flags/cz.png and b/static/flags/cz.png differ diff --git a/static/flags/de.png b/static/flags/de.png index ac4a9773..5cf32c74 100755 Binary files a/static/flags/de.png and b/static/flags/de.png differ diff --git a/static/flags/dg.png b/static/flags/dg.png index 3e74b6a3..d87ed5f9 100755 Binary files a/static/flags/dg.png and b/static/flags/dg.png differ diff --git a/static/flags/dj.png b/static/flags/dj.png index 582af364..de0faaa0 100755 Binary files a/static/flags/dj.png and b/static/flags/dj.png differ diff --git a/static/flags/dk.png b/static/flags/dk.png index e2993d3c..622cebd2 100755 Binary files a/static/flags/dk.png and b/static/flags/dk.png differ diff --git a/static/flags/dm.png b/static/flags/dm.png index 5fbffcba..9f6a3dd5 100755 Binary files a/static/flags/dm.png and b/static/flags/dm.png differ diff --git a/static/flags/do.png b/static/flags/do.png index 5a04932d..46230992 100755 Binary files a/static/flags/do.png and b/static/flags/do.png differ diff --git a/static/flags/dz.png b/static/flags/dz.png index 335c2391..cc6b0149 100755 Binary files a/static/flags/dz.png and b/static/flags/dz.png differ diff --git a/static/flags/ea.png b/static/flags/ea.png index cfd22a44..ef156815 100755 Binary files a/static/flags/ea.png and b/static/flags/ea.png differ diff --git a/static/flags/ec.png b/static/flags/ec.png index 0caa0b1e..4ca13865 100755 Binary files a/static/flags/ec.png and b/static/flags/ec.png differ diff --git a/static/flags/ee.png b/static/flags/ee.png index 0c82efb7..4bd81804 100755 Binary files a/static/flags/ee.png and b/static/flags/ee.png differ diff --git a/static/flags/eg.png b/static/flags/eg.png index 8a3f7a10..a7131a3a 100755 Binary files a/static/flags/eg.png and b/static/flags/eg.png differ diff --git a/static/flags/eh.png b/static/flags/eh.png index 90a1195b..e6566ce2 100755 Binary files a/static/flags/eh.png and b/static/flags/eh.png differ diff --git a/static/flags/er.png b/static/flags/er.png index 13065ae9..8223dbfc 100755 Binary files a/static/flags/er.png and b/static/flags/er.png differ diff --git a/static/flags/es.png b/static/flags/es.png index c2de2d71..ef156815 100755 Binary files a/static/flags/es.png and b/static/flags/es.png differ diff --git a/static/flags/et.png b/static/flags/et.png index 2e893fa0..11f79b00 100755 Binary files a/static/flags/et.png and b/static/flags/et.png differ diff --git a/static/flags/eu.png b/static/flags/eu.png index 8f5a3eb3..bb04ca0f 100755 Binary files a/static/flags/eu.png and b/static/flags/eu.png differ diff --git a/static/flags/fi.png b/static/flags/fi.png index 14ec091b..541a8727 100755 Binary files a/static/flags/fi.png and b/static/flags/fi.png differ diff --git a/static/flags/fj.png b/static/flags/fj.png index cee99889..4e8d0734 100755 Binary files a/static/flags/fj.png and b/static/flags/fj.png differ diff --git a/static/flags/fk.png b/static/flags/fk.png index ceaeb27d..0c80c6e5 100755 Binary files a/static/flags/fk.png and b/static/flags/fk.png differ diff --git a/static/flags/fm.png b/static/flags/fm.png index 066bb247..a77a777a 100755 Binary files a/static/flags/fm.png and b/static/flags/fm.png differ diff --git a/static/flags/fo.png b/static/flags/fo.png index cbceb809..957b0df6 100755 Binary files a/static/flags/fo.png and b/static/flags/fo.png differ diff --git a/static/flags/fr.png b/static/flags/fr.png index 8332c4ec..25cbe709 100755 Binary files a/static/flags/fr.png and b/static/flags/fr.png differ diff --git a/static/flags/fx.png b/static/flags/fx.png index 744ede39..ba149735 100755 Binary files a/static/flags/fx.png and b/static/flags/fx.png differ diff --git a/static/flags/ga.png b/static/flags/ga.png index 0e0d4343..476fcf7d 100755 Binary files a/static/flags/ga.png and b/static/flags/ga.png differ diff --git a/static/flags/gb.png b/static/flags/gb.png index 5c4d301a..08c5d816 100755 Binary files a/static/flags/gb.png and b/static/flags/gb.png differ diff --git a/static/flags/gd.png b/static/flags/gd.png index 9ab57f54..e533b304 100755 Binary files a/static/flags/gd.png and b/static/flags/gd.png differ diff --git a/static/flags/ge.png b/static/flags/ge.png index 728d9707..38a2a8b1 100755 Binary files a/static/flags/ge.png and b/static/flags/ge.png differ diff --git a/static/flags/gf.png b/static/flags/gf.png index 744ede39..ba149735 100755 Binary files a/static/flags/gf.png and b/static/flags/gf.png differ diff --git a/static/flags/gg.png b/static/flags/gg.png index 47914119..dac579d2 100755 Binary files a/static/flags/gg.png and b/static/flags/gg.png differ diff --git a/static/flags/gh.png b/static/flags/gh.png index 4e2f8965..952b1620 100755 Binary files a/static/flags/gh.png and b/static/flags/gh.png differ diff --git a/static/flags/gi.png b/static/flags/gi.png index e76797f6..dbf58f99 100755 Binary files a/static/flags/gi.png and b/static/flags/gi.png differ diff --git a/static/flags/gl.png b/static/flags/gl.png index ef12a73b..1a429de1 100755 Binary files a/static/flags/gl.png and b/static/flags/gl.png differ diff --git a/static/flags/gm.png b/static/flags/gm.png index 0720b667..483e0dd7 100755 Binary files a/static/flags/gm.png and b/static/flags/gm.png differ diff --git a/static/flags/gn.png b/static/flags/gn.png index ea660b01..72e879ad 100755 Binary files a/static/flags/gn.png and b/static/flags/gn.png differ diff --git a/static/flags/gp.png b/static/flags/gp.png index dbb086d0..160dae80 100755 Binary files a/static/flags/gp.png and b/static/flags/gp.png differ diff --git a/static/flags/gq.png b/static/flags/gq.png index ebe20a28..2cf6cf2a 100755 Binary files a/static/flags/gq.png and b/static/flags/gq.png differ diff --git a/static/flags/gr.png b/static/flags/gr.png index 8651ade7..e2864b92 100755 Binary files a/static/flags/gr.png and b/static/flags/gr.png differ diff --git a/static/flags/gs.png b/static/flags/gs.png index 7ef0bf59..e37521f6 100755 Binary files a/static/flags/gs.png and b/static/flags/gs.png differ diff --git a/static/flags/gt.png b/static/flags/gt.png index c43a70d3..abeaa198 100755 Binary files a/static/flags/gt.png and b/static/flags/gt.png differ diff --git a/static/flags/gu.png b/static/flags/gu.png index 92f37c05..f1248c5d 100755 Binary files a/static/flags/gu.png and b/static/flags/gu.png differ diff --git a/static/flags/gw.png b/static/flags/gw.png index b37bcf06..2ad970b2 100755 Binary files a/static/flags/gw.png and b/static/flags/gw.png differ diff --git a/static/flags/gy.png b/static/flags/gy.png index 22cbe2f5..b8f6a044 100755 Binary files a/static/flags/gy.png and b/static/flags/gy.png differ diff --git a/static/flags/hk.png b/static/flags/hk.png index d5c380ca..5a3663a8 100755 Binary files a/static/flags/hk.png and b/static/flags/hk.png differ diff --git a/static/flags/hm.png b/static/flags/hm.png index 709eac00..27c4d0a7 100755 Binary files a/static/flags/hm.png and b/static/flags/hm.png differ diff --git a/static/flags/hn.png b/static/flags/hn.png index 96f83885..97630a33 100755 Binary files a/static/flags/hn.png and b/static/flags/hn.png differ diff --git a/static/flags/hr.png b/static/flags/hr.png index 696b5154..42d6f072 100755 Binary files a/static/flags/hr.png and b/static/flags/hr.png differ diff --git a/static/flags/ht.png b/static/flags/ht.png index 416052af..674ec29f 100755 Binary files a/static/flags/ht.png and b/static/flags/ht.png differ diff --git a/static/flags/hu.png b/static/flags/hu.png index 7baafe44..2d018183 100755 Binary files a/static/flags/hu.png and b/static/flags/hu.png differ diff --git a/static/flags/id.png b/static/flags/id.png index c6bc0faf..ba72a73f 100755 Binary files a/static/flags/id.png and b/static/flags/id.png differ diff --git a/static/flags/ie.png b/static/flags/ie.png index 26baa31e..fc3a4558 100755 Binary files a/static/flags/ie.png and b/static/flags/ie.png differ diff --git a/static/flags/il.png b/static/flags/il.png index 2ca772d0..a6a4331d 100755 Binary files a/static/flags/il.png and b/static/flags/il.png differ diff --git a/static/flags/im.png b/static/flags/im.png index 8df02545..645e14c8 100755 Binary files a/static/flags/im.png and b/static/flags/im.png differ diff --git a/static/flags/in.png b/static/flags/in.png index e4d7e81a..6be798c1 100755 Binary files a/static/flags/in.png and b/static/flags/in.png differ diff --git a/static/flags/io.png b/static/flags/io.png index 3e74b6a3..d87ed5f9 100755 Binary files a/static/flags/io.png and b/static/flags/io.png differ diff --git a/static/flags/iq.png b/static/flags/iq.png index 878a3514..9ac7f01c 100755 Binary files a/static/flags/iq.png and b/static/flags/iq.png differ diff --git a/static/flags/ir.png b/static/flags/ir.png index c5fd136a..f038dc9a 100755 Binary files a/static/flags/ir.png and b/static/flags/ir.png differ diff --git a/static/flags/is.png b/static/flags/is.png index b8f6d0f0..a4f54627 100755 Binary files a/static/flags/is.png and b/static/flags/is.png differ diff --git a/static/flags/it.png b/static/flags/it.png index 89692f74..8f248c52 100755 Binary files a/static/flags/it.png and b/static/flags/it.png differ diff --git a/static/flags/jm.png b/static/flags/jm.png index 7be119e0..7a301fb6 100755 Binary files a/static/flags/jm.png and b/static/flags/jm.png differ diff --git a/static/flags/jo.png b/static/flags/jo.png index 11bd4972..f7beba7e 100755 Binary files a/static/flags/jo.png and b/static/flags/jo.png differ diff --git a/static/flags/jp.png b/static/flags/jp.png index 325fbad3..fcb41a13 100755 Binary files a/static/flags/jp.png and b/static/flags/jp.png differ diff --git a/static/flags/ke.png b/static/flags/ke.png index 51879adf..dde4b7a5 100755 Binary files a/static/flags/ke.png and b/static/flags/ke.png differ diff --git a/static/flags/kg.png b/static/flags/kg.png index 0a818f67..6ded1b10 100755 Binary files a/static/flags/kg.png and b/static/flags/kg.png differ diff --git a/static/flags/kh.png b/static/flags/kh.png index 30f6bb1b..d8a0f044 100755 Binary files a/static/flags/kh.png and b/static/flags/kh.png differ diff --git a/static/flags/ki.png b/static/flags/ki.png index 2dcce4b3..36bc7283 100755 Binary files a/static/flags/ki.png and b/static/flags/ki.png differ diff --git a/static/flags/km.png b/static/flags/km.png index 812b2f56..a2e1c624 100755 Binary files a/static/flags/km.png and b/static/flags/km.png differ diff --git a/static/flags/kn.png b/static/flags/kn.png index febd5b48..4570fc61 100755 Binary files a/static/flags/kn.png and b/static/flags/kn.png differ diff --git a/static/flags/kp.png b/static/flags/kp.png index d3d509aa..0a01c5e0 100755 Binary files a/static/flags/kp.png and b/static/flags/kp.png differ diff --git a/static/flags/kr.png b/static/flags/kr.png index 9c0a78eb..cdffba1d 100755 Binary files a/static/flags/kr.png and b/static/flags/kr.png differ diff --git a/static/flags/kw.png b/static/flags/kw.png index 96546da3..00e1c892 100755 Binary files a/static/flags/kw.png and b/static/flags/kw.png differ diff --git a/static/flags/ky.png b/static/flags/ky.png index 15c5f8e4..13de72ef 100755 Binary files a/static/flags/ky.png and b/static/flags/ky.png differ diff --git a/static/flags/kz.png b/static/flags/kz.png index 45a8c887..947e721a 100755 Binary files a/static/flags/kz.png and b/static/flags/kz.png differ diff --git a/static/flags/la.png b/static/flags/la.png index e28acd01..257d2bc3 100755 Binary files a/static/flags/la.png and b/static/flags/la.png differ diff --git a/static/flags/lb.png b/static/flags/lb.png index d0d452bf..8affe4a8 100755 Binary files a/static/flags/lb.png and b/static/flags/lb.png differ diff --git a/static/flags/lc.png b/static/flags/lc.png index 8fc12b4a..0913aa04 100755 Binary files a/static/flags/lc.png and b/static/flags/lc.png differ diff --git a/static/flags/li.png b/static/flags/li.png index 6469909c..0d7ad971 100755 Binary files a/static/flags/li.png and b/static/flags/li.png differ diff --git a/static/flags/lk.png b/static/flags/lk.png index 088aad6d..165bcd2c 100755 Binary files a/static/flags/lk.png and b/static/flags/lk.png differ diff --git a/static/flags/lr.png b/static/flags/lr.png index 89a5bc7e..111aae80 100755 Binary files a/static/flags/lr.png and b/static/flags/lr.png differ diff --git a/static/flags/ls.png b/static/flags/ls.png index 33fdef10..e9c653aa 100755 Binary files a/static/flags/ls.png and b/static/flags/ls.png differ diff --git a/static/flags/lt.png b/static/flags/lt.png index c8ef0da0..2e3b86f7 100755 Binary files a/static/flags/lt.png and b/static/flags/lt.png differ diff --git a/static/flags/lu.png b/static/flags/lu.png index 4cabba98..8e400a85 100755 Binary files a/static/flags/lu.png and b/static/flags/lu.png differ diff --git a/static/flags/lv.png b/static/flags/lv.png index 49b69981..d9236f96 100755 Binary files a/static/flags/lv.png and b/static/flags/lv.png differ diff --git a/static/flags/ly.png b/static/flags/ly.png index b163a9f8..4277cc37 100755 Binary files a/static/flags/ly.png and b/static/flags/ly.png differ diff --git a/static/flags/ma.png b/static/flags/ma.png index f3867702..44f2961c 100755 Binary files a/static/flags/ma.png and b/static/flags/ma.png differ diff --git a/static/flags/mc.png b/static/flags/mc.png index 1aa830f1..6647ff98 100755 Binary files a/static/flags/mc.png and b/static/flags/mc.png differ diff --git a/static/flags/md.png b/static/flags/md.png index 4e92c189..7601ee5d 100755 Binary files a/static/flags/md.png and b/static/flags/md.png differ diff --git a/static/flags/me.png b/static/flags/me.png index 0a3ee99b..a457f2b6 100755 Binary files a/static/flags/me.png and b/static/flags/me.png differ diff --git a/static/flags/mf.png b/static/flags/mf.png index 744ede39..ba149735 100755 Binary files a/static/flags/mf.png and b/static/flags/mf.png differ diff --git a/static/flags/mg.png b/static/flags/mg.png index d2715b3d..b8740f88 100755 Binary files a/static/flags/mg.png and b/static/flags/mg.png differ diff --git a/static/flags/mh.png b/static/flags/mh.png index fb523a8c..ae1ca1da 100755 Binary files a/static/flags/mh.png and b/static/flags/mh.png differ diff --git a/static/flags/mk.png b/static/flags/mk.png index db173aaf..c2b84b79 100755 Binary files a/static/flags/mk.png and b/static/flags/mk.png differ diff --git a/static/flags/ml.png b/static/flags/ml.png index 2cec8ba4..0796eaa5 100755 Binary files a/static/flags/ml.png and b/static/flags/ml.png differ diff --git a/static/flags/mm.png b/static/flags/mm.png index f464f67f..d931b1db 100755 Binary files a/static/flags/mm.png and b/static/flags/mm.png differ diff --git a/static/flags/mn.png b/static/flags/mn.png index 9396355d..8efe371b 100755 Binary files a/static/flags/mn.png and b/static/flags/mn.png differ diff --git a/static/flags/mo.png b/static/flags/mo.png index deb801dd..fc49f581 100755 Binary files a/static/flags/mo.png and b/static/flags/mo.png differ diff --git a/static/flags/mp.png b/static/flags/mp.png index 298d588b..df0c4b8c 100755 Binary files a/static/flags/mp.png and b/static/flags/mp.png differ diff --git a/static/flags/mq.png b/static/flags/mq.png index 010143b3..05452001 100755 Binary files a/static/flags/mq.png and b/static/flags/mq.png differ diff --git a/static/flags/mr.png b/static/flags/mr.png index 319546b1..6700d1ce 100755 Binary files a/static/flags/mr.png and b/static/flags/mr.png differ diff --git a/static/flags/ms.png b/static/flags/ms.png index d4cbb433..aef23fc5 100755 Binary files a/static/flags/ms.png and b/static/flags/ms.png differ diff --git a/static/flags/mt.png b/static/flags/mt.png index 00af9487..a3703194 100755 Binary files a/static/flags/mt.png and b/static/flags/mt.png differ diff --git a/static/flags/mu.png b/static/flags/mu.png index b7fdce1b..c1e8b909 100755 Binary files a/static/flags/mu.png and b/static/flags/mu.png differ diff --git a/static/flags/mv.png b/static/flags/mv.png index 5073d9ec..f03f90ac 100755 Binary files a/static/flags/mv.png and b/static/flags/mv.png differ diff --git a/static/flags/mw.png b/static/flags/mw.png index 13886e9f..1ee6485e 100755 Binary files a/static/flags/mw.png and b/static/flags/mw.png differ diff --git a/static/flags/mx.png b/static/flags/mx.png index 5bc58ab3..755f3be4 100755 Binary files a/static/flags/mx.png and b/static/flags/mx.png differ diff --git a/static/flags/my.png b/static/flags/my.png index 9034cbab..1680e0f3 100755 Binary files a/static/flags/my.png and b/static/flags/my.png differ diff --git a/static/flags/mz.png b/static/flags/mz.png index 76405e06..9128db2a 100755 Binary files a/static/flags/mz.png and b/static/flags/mz.png differ diff --git a/static/flags/na.png b/static/flags/na.png index 63358c67..a94c230c 100755 Binary files a/static/flags/na.png and b/static/flags/na.png differ diff --git a/static/flags/nc.png b/static/flags/nc.png index 2cad2837..b8f86548 100755 Binary files a/static/flags/nc.png and b/static/flags/nc.png differ diff --git a/static/flags/ne.png b/static/flags/ne.png index d85f424f..60c89345 100755 Binary files a/static/flags/ne.png and b/static/flags/ne.png differ diff --git a/static/flags/nf.png b/static/flags/nf.png index f9bcdda1..659bc0f0 100755 Binary files a/static/flags/nf.png and b/static/flags/nf.png differ diff --git a/static/flags/ng.png b/static/flags/ng.png index 3eea2e02..6a1e6ee6 100755 Binary files a/static/flags/ng.png and b/static/flags/ng.png differ diff --git a/static/flags/ni.png b/static/flags/ni.png index 3969aaaa..6aab83f0 100755 Binary files a/static/flags/ni.png and b/static/flags/ni.png differ diff --git a/static/flags/nl.png b/static/flags/nl.png index fe44791e..3d09d5e9 100755 Binary files a/static/flags/nl.png and b/static/flags/nl.png differ diff --git a/static/flags/no.png b/static/flags/no.png index 160b6b5b..74264c58 100755 Binary files a/static/flags/no.png and b/static/flags/no.png differ diff --git a/static/flags/np.png b/static/flags/np.png index aeb058b7..58d26660 100755 Binary files a/static/flags/np.png and b/static/flags/np.png differ diff --git a/static/flags/nr.png b/static/flags/nr.png index 705fc337..2c319cae 100755 Binary files a/static/flags/nr.png and b/static/flags/nr.png differ diff --git a/static/flags/nt.png b/static/flags/nt.png index b2539145..f7411b16 100755 Binary files a/static/flags/nt.png and b/static/flags/nt.png differ diff --git a/static/flags/nu.png b/static/flags/nu.png index c3ce4aed..5e365e12 100755 Binary files a/static/flags/nu.png and b/static/flags/nu.png differ diff --git a/static/flags/nz.png b/static/flags/nz.png index 10d6306d..be935de8 100755 Binary files a/static/flags/nz.png and b/static/flags/nz.png differ diff --git a/static/flags/om.png b/static/flags/om.png index 2ffba7e8..dce4f36e 100755 Binary files a/static/flags/om.png and b/static/flags/om.png differ diff --git a/static/flags/pa.png b/static/flags/pa.png index 9b2ee9a7..59a45a1b 100755 Binary files a/static/flags/pa.png and b/static/flags/pa.png differ diff --git a/static/flags/pe.png b/static/flags/pe.png index 62a04977..b14d04d8 100755 Binary files a/static/flags/pe.png and b/static/flags/pe.png differ diff --git a/static/flags/pf.png b/static/flags/pf.png index 771a0f65..0da2b6c3 100755 Binary files a/static/flags/pf.png and b/static/flags/pf.png differ diff --git a/static/flags/pg.png b/static/flags/pg.png index 10d62334..bcd1ea2e 100755 Binary files a/static/flags/pg.png and b/static/flags/pg.png differ diff --git a/static/flags/ph.png b/static/flags/ph.png index b89e1593..89083e94 100755 Binary files a/static/flags/ph.png and b/static/flags/ph.png differ diff --git a/static/flags/pk.png b/static/flags/pk.png index e9df70ca..fc036d27 100755 Binary files a/static/flags/pk.png and b/static/flags/pk.png differ diff --git a/static/flags/pl.png b/static/flags/pl.png index d413d010..52c7a9d5 100755 Binary files a/static/flags/pl.png and b/static/flags/pl.png differ diff --git a/static/flags/pm.png b/static/flags/pm.png index ba91d2c7..0eea37cd 100755 Binary files a/static/flags/pm.png and b/static/flags/pm.png differ diff --git a/static/flags/pn.png b/static/flags/pn.png index aa9344f5..edf6e572 100755 Binary files a/static/flags/pn.png and b/static/flags/pn.png differ diff --git a/static/flags/pr.png b/static/flags/pr.png index 82d9130d..5eb084ea 100755 Binary files a/static/flags/pr.png and b/static/flags/pr.png differ diff --git a/static/flags/ps.png b/static/flags/ps.png index f5f54776..12a338a2 100755 Binary files a/static/flags/ps.png and b/static/flags/ps.png differ diff --git a/static/flags/pt.png b/static/flags/pt.png index ece79801..dfe00c44 100755 Binary files a/static/flags/pt.png and b/static/flags/pt.png differ diff --git a/static/flags/pw.png b/static/flags/pw.png index 6178b254..0581288c 100755 Binary files a/static/flags/pw.png and b/static/flags/pw.png differ diff --git a/static/flags/py.png b/static/flags/py.png index cb8723c0..7010556b 100755 Binary files a/static/flags/py.png and b/static/flags/py.png differ diff --git a/static/flags/qa.png b/static/flags/qa.png index ed4c621f..b8dab331 100755 Binary files a/static/flags/qa.png and b/static/flags/qa.png differ diff --git a/static/flags/re.png b/static/flags/re.png index 744ede39..ba149735 100755 Binary files a/static/flags/re.png and b/static/flags/re.png differ diff --git a/static/flags/ro.png b/static/flags/ro.png index 57e74a65..2535bc81 100755 Binary files a/static/flags/ro.png and b/static/flags/ro.png differ diff --git a/static/flags/ru.png b/static/flags/ru.png index 47da4214..17641a67 100755 Binary files a/static/flags/ru.png and b/static/flags/ru.png differ diff --git a/static/flags/rw.png b/static/flags/rw.png index 53564917..f4b0136e 100755 Binary files a/static/flags/rw.png and b/static/flags/rw.png differ diff --git a/static/flags/sa.png b/static/flags/sa.png index b4641c7e..36ebcb7c 100755 Binary files a/static/flags/sa.png and b/static/flags/sa.png differ diff --git a/static/flags/sb.png b/static/flags/sb.png index a9937ccf..9293fa45 100755 Binary files a/static/flags/sb.png and b/static/flags/sb.png differ diff --git a/static/flags/sc.png b/static/flags/sc.png index 39ee3718..8ad512b7 100755 Binary files a/static/flags/sc.png and b/static/flags/sc.png differ diff --git a/static/flags/sd.png b/static/flags/sd.png index eaab69eb..eba0a207 100755 Binary files a/static/flags/sd.png and b/static/flags/sd.png differ diff --git a/static/flags/se.png b/static/flags/se.png index 1994653d..e2b347c7 100755 Binary files a/static/flags/se.png and b/static/flags/se.png differ diff --git a/static/flags/sf.png b/static/flags/sf.png index f3b1058c..4d59e601 100755 Binary files a/static/flags/sf.png and b/static/flags/sf.png differ diff --git a/static/flags/sg.png b/static/flags/sg.png index dd34d612..975d6bb0 100755 Binary files a/static/flags/sg.png and b/static/flags/sg.png differ diff --git a/static/flags/sh.png b/static/flags/sh.png index 4b1d2a29..9b6d05e3 100755 Binary files a/static/flags/sh.png and b/static/flags/sh.png differ diff --git a/static/flags/si.png b/static/flags/si.png index bb1476ff..266b9df2 100755 Binary files a/static/flags/si.png and b/static/flags/si.png differ diff --git a/static/flags/sk.png b/static/flags/sk.png index 7ccbc827..3d96e0bb 100755 Binary files a/static/flags/sk.png and b/static/flags/sk.png differ diff --git a/static/flags/sl.png b/static/flags/sl.png index 12d812d2..c59445bc 100755 Binary files a/static/flags/sl.png and b/static/flags/sl.png differ diff --git a/static/flags/sm.png b/static/flags/sm.png index 3df2fdcf..07282bb5 100755 Binary files a/static/flags/sm.png and b/static/flags/sm.png differ diff --git a/static/flags/sn.png b/static/flags/sn.png index eabb71db..89961cb8 100755 Binary files a/static/flags/sn.png and b/static/flags/sn.png differ diff --git a/static/flags/so.png b/static/flags/so.png index 4a1ea4b2..ee5d955e 100755 Binary files a/static/flags/so.png and b/static/flags/so.png differ diff --git a/static/flags/sr.png b/static/flags/sr.png index 5eff9271..a217ac41 100755 Binary files a/static/flags/sr.png and b/static/flags/sr.png differ diff --git a/static/flags/ss.png b/static/flags/ss.png index 84a52ca2..6bb20f17 100755 Binary files a/static/flags/ss.png and b/static/flags/ss.png differ diff --git a/static/flags/st.png b/static/flags/st.png index 2978557b..fb781300 100755 Binary files a/static/flags/st.png and b/static/flags/st.png differ diff --git a/static/flags/su.png b/static/flags/su.png index 3e1d87c9..69b6bbfb 100755 Binary files a/static/flags/su.png and b/static/flags/su.png differ diff --git a/static/flags/sv.png b/static/flags/sv.png index 24987990..bed69b9a 100755 Binary files a/static/flags/sv.png and b/static/flags/sv.png differ diff --git a/static/flags/sx.png b/static/flags/sx.png index 229d4014..284ec783 100755 Binary files a/static/flags/sx.png and b/static/flags/sx.png differ diff --git a/static/flags/sy.png b/static/flags/sy.png index f5ce30dc..6b9e5358 100755 Binary files a/static/flags/sy.png and b/static/flags/sy.png differ diff --git a/static/flags/sz.png b/static/flags/sz.png index 914ee861..aadce522 100755 Binary files a/static/flags/sz.png and b/static/flags/sz.png differ diff --git a/static/flags/tc.png b/static/flags/tc.png index 8fc1156b..729ce5a6 100755 Binary files a/static/flags/tc.png and b/static/flags/tc.png differ diff --git a/static/flags/td.png b/static/flags/td.png index 667f21fd..24421ad3 100755 Binary files a/static/flags/td.png and b/static/flags/td.png differ diff --git a/static/flags/tf.png b/static/flags/tf.png index 80529a43..faf0e200 100755 Binary files a/static/flags/tf.png and b/static/flags/tf.png differ diff --git a/static/flags/tg.png b/static/flags/tg.png index 3aa00ad4..6f709478 100755 Binary files a/static/flags/tg.png and b/static/flags/tg.png differ diff --git a/static/flags/th.png b/static/flags/th.png index dd8ba917..c1817ebc 100755 Binary files a/static/flags/th.png and b/static/flags/th.png differ diff --git a/static/flags/ti.png b/static/flags/ti.png index 02531206..81e734c8 100755 Binary files a/static/flags/ti.png and b/static/flags/ti.png differ diff --git a/static/flags/tj.png b/static/flags/tj.png index 617bf645..68dba1ab 100755 Binary files a/static/flags/tj.png and b/static/flags/tj.png differ diff --git a/static/flags/tk.png b/static/flags/tk.png index 67b8c8cb..f3aa0f77 100755 Binary files a/static/flags/tk.png and b/static/flags/tk.png differ diff --git a/static/flags/tl.png b/static/flags/tl.png index 77da181e..0fa1b597 100755 Binary files a/static/flags/tl.png and b/static/flags/tl.png differ diff --git a/static/flags/tm.png b/static/flags/tm.png index 828020ec..cb1b24dd 100755 Binary files a/static/flags/tm.png and b/static/flags/tm.png differ diff --git a/static/flags/tn.png b/static/flags/tn.png index 183cdd3d..35215a53 100755 Binary files a/static/flags/tn.png and b/static/flags/tn.png differ diff --git a/static/flags/to.png b/static/flags/to.png index f89b8ba7..4a208a5e 100755 Binary files a/static/flags/to.png and b/static/flags/to.png differ diff --git a/static/flags/tr.png b/static/flags/tr.png index be32f77e..97c147b8 100755 Binary files a/static/flags/tr.png and b/static/flags/tr.png differ diff --git a/static/flags/tt.png b/static/flags/tt.png index 2a11c1e2..add5c9a8 100755 Binary files a/static/flags/tt.png and b/static/flags/tt.png differ diff --git a/static/flags/tv.png b/static/flags/tv.png index 28274c5f..f439e47a 100755 Binary files a/static/flags/tv.png and b/static/flags/tv.png differ diff --git a/static/flags/tw.png b/static/flags/tw.png index f31c654c..242fa9ee 100755 Binary files a/static/flags/tw.png and b/static/flags/tw.png differ diff --git a/static/flags/tz.png b/static/flags/tz.png index c00ff796..80f0bda0 100755 Binary files a/static/flags/tz.png and b/static/flags/tz.png differ diff --git a/static/flags/ua.png b/static/flags/ua.png index 09563a21..7182cb38 100755 Binary files a/static/flags/ua.png and b/static/flags/ua.png differ diff --git a/static/flags/ug.png b/static/flags/ug.png index 33f4affa..33977454 100755 Binary files a/static/flags/ug.png and b/static/flags/ug.png differ diff --git a/static/flags/um.png b/static/flags/um.png index c1dd9654..714556bf 100755 Binary files a/static/flags/um.png and b/static/flags/um.png differ diff --git a/static/flags/us.png b/static/flags/us.png index 10f451fe..e1a58805 100755 Binary files a/static/flags/us.png and b/static/flags/us.png differ diff --git a/static/flags/uy.png b/static/flags/uy.png index 31d948a0..52d04308 100755 Binary files a/static/flags/uy.png and b/static/flags/uy.png differ diff --git a/static/flags/uz.png b/static/flags/uz.png index fef5dc17..e387bea7 100755 Binary files a/static/flags/uz.png and b/static/flags/uz.png differ diff --git a/static/flags/va.png b/static/flags/va.png index b31eaf22..557f514f 100755 Binary files a/static/flags/va.png and b/static/flags/va.png differ diff --git a/static/flags/vc.png b/static/flags/vc.png index 8fa17b06..22d5eaa3 100755 Binary files a/static/flags/vc.png and b/static/flags/vc.png differ diff --git a/static/flags/ve.png b/static/flags/ve.png index 00c90f9a..3b59ee68 100755 Binary files a/static/flags/ve.png and b/static/flags/ve.png differ diff --git a/static/flags/vg.png b/static/flags/vg.png index 41569079..da34b84c 100755 Binary files a/static/flags/vg.png and b/static/flags/vg.png differ diff --git a/static/flags/vi.png b/static/flags/vi.png index ed26915a..581cb924 100755 Binary files a/static/flags/vi.png and b/static/flags/vi.png differ diff --git a/static/flags/vn.png b/static/flags/vn.png index ec7cd48a..a2cd8a15 100755 Binary files a/static/flags/vn.png and b/static/flags/vn.png differ diff --git a/static/flags/vu.png b/static/flags/vu.png index b3397bc6..32d7756d 100755 Binary files a/static/flags/vu.png and b/static/flags/vu.png differ diff --git a/static/flags/wf.png b/static/flags/wf.png index 9f955873..d60c5b4b 100755 Binary files a/static/flags/wf.png and b/static/flags/wf.png differ diff --git a/static/flags/ws.png b/static/flags/ws.png index c1695080..8b40fdd2 100755 Binary files a/static/flags/ws.png and b/static/flags/ws.png differ diff --git a/static/flags/ye.png b/static/flags/ye.png index 468dfad0..9279e7e0 100755 Binary files a/static/flags/ye.png and b/static/flags/ye.png differ diff --git a/static/flags/yt.png b/static/flags/yt.png index c298f378..a12f24d0 100755 Binary files a/static/flags/yt.png and b/static/flags/yt.png differ diff --git a/static/flags/za.png b/static/flags/za.png index 57c58e21..489545f8 100755 Binary files a/static/flags/za.png and b/static/flags/za.png differ diff --git a/static/flags/zm.png b/static/flags/zm.png index c25b07be..69dddb86 100755 Binary files a/static/flags/zm.png and b/static/flags/zm.png differ diff --git a/static/flags/zr.png b/static/flags/zr.png index 0811ccce..a6e0490f 100755 Binary files a/static/flags/zr.png and b/static/flags/zr.png differ diff --git a/static/flags/zw.png b/static/flags/zw.png index 53c97259..a795223b 100755 Binary files a/static/flags/zw.png and b/static/flags/zw.png differ diff --git a/static/sage.gif b/static/sage.gif deleted file mode 100644 index e7049a04..00000000 Binary files a/static/sage.gif and /dev/null differ diff --git a/static/spoiler.png b/static/spoiler.png index 931dc884..c1537ffd 100644 Binary files a/static/spoiler.png and b/static/spoiler.png differ diff --git a/static/sticky.gif b/static/sticky.gif deleted file mode 100644 index da4ec3a3..00000000 Binary files a/static/sticky.gif and /dev/null differ diff --git a/static/video.png b/static/video.png index 935a1d54..ba4283b9 100644 Binary files a/static/video.png and b/static/video.png differ diff --git a/static/warning.png b/static/warning.png index 43fec41e..d4b6d98f 100644 Binary files a/static/warning.png and b/static/warning.png differ diff --git a/static/zip.png b/static/zip.png index 7886679a..c6213413 100644 Binary files a/static/zip.png and b/static/zip.png differ diff --git a/stylesheets/img/arrow.png b/stylesheets/img/arrow.png index 0e160ee1..604e8279 100644 Binary files a/stylesheets/img/arrow.png and b/stylesheets/img/arrow.png differ diff --git a/stylesheets/img/caffe_bg.png b/stylesheets/img/caffe_bg.png index c7720ba9..f37a102b 100644 Binary files a/stylesheets/img/caffe_bg.png and b/stylesheets/img/caffe_bg.png differ diff --git a/stylesheets/img/caffe_reply.png b/stylesheets/img/caffe_reply.png index 04821cca..837ddb56 100644 Binary files a/stylesheets/img/caffe_reply.png and b/stylesheets/img/caffe_reply.png differ diff --git a/stylesheets/img/caffe_reply2.png b/stylesheets/img/caffe_reply2.png index 037e61c5..17c44d2c 100644 Binary files a/stylesheets/img/caffe_reply2.png and b/stylesheets/img/caffe_reply2.png differ diff --git a/stylesheets/img/confraria_bg.png b/stylesheets/img/confraria_bg.png index 703c4b8b..3e1f19d5 100644 Binary files a/stylesheets/img/confraria_bg.png and b/stylesheets/img/confraria_bg.png differ diff --git a/stylesheets/img/confraria_foot.png b/stylesheets/img/confraria_foot.png index 70a82310..4b81315d 100644 Binary files a/stylesheets/img/confraria_foot.png and b/stylesheets/img/confraria_foot.png differ diff --git a/stylesheets/img/confraria_hatstand.png b/stylesheets/img/confraria_hatstand.png index 2ccc42f0..938e13d8 100644 Binary files a/stylesheets/img/confraria_hatstand.png and b/stylesheets/img/confraria_hatstand.png differ diff --git a/stylesheets/img/fade-yellow.png b/stylesheets/img/fade-yellow.png index 7e1b6913..fda7a273 100644 Binary files a/stylesheets/img/fade-yellow.png and b/stylesheets/img/fade-yellow.png differ diff --git a/stylesheets/img/jungle_bg.png b/stylesheets/img/jungle_bg.png index bc1bfa81..1e12e18e 100644 Binary files a/stylesheets/img/jungle_bg.png and b/stylesheets/img/jungle_bg.png differ diff --git a/stylesheets/img/jungle_td_dark.png b/stylesheets/img/jungle_td_dark.png index 7b844961..94f26fbf 100644 Binary files a/stylesheets/img/jungle_td_dark.png and b/stylesheets/img/jungle_td_dark.png differ diff --git a/stylesheets/img/luna_bg1.png b/stylesheets/img/luna_bg1.png index 9db2f398..ea1e170b 100644 Binary files a/stylesheets/img/luna_bg1.png and b/stylesheets/img/luna_bg1.png differ diff --git a/stylesheets/img/rugby_background.jpg b/stylesheets/img/rugby_background.jpg index b1a248c4..e6600216 100644 Binary files a/stylesheets/img/rugby_background.jpg and b/stylesheets/img/rugby_background.jpg differ diff --git a/stylesheets/img/rugby_background2.jpg b/stylesheets/img/rugby_background2.jpg index 4aa67884..f2a66a95 100644 Binary files a/stylesheets/img/rugby_background2.jpg and b/stylesheets/img/rugby_background2.jpg differ diff --git a/stylesheets/img/rugby_rugbysta.png b/stylesheets/img/rugby_rugbysta.png index a54215b6..edccf7f7 100644 Binary files a/stylesheets/img/rugby_rugbysta.png and b/stylesheets/img/rugby_rugbysta.png differ diff --git a/stylesheets/img/stripes_textarea.png b/stylesheets/img/stripes_textarea.png index c0ec2cf6..6e8ed772 100644 Binary files a/stylesheets/img/stripes_textarea.png and b/stylesheets/img/stripes_textarea.png differ diff --git a/stylesheets/img/testorange_bg.gif b/stylesheets/img/testorange_bg.gif deleted file mode 100644 index 79ed93b9..00000000 Binary files a/stylesheets/img/testorange_bg.gif and /dev/null differ diff --git a/stylesheets/img/testorange_top_bg.gif b/stylesheets/img/testorange_top_bg.gif deleted file mode 100644 index c1d18282..00000000 Binary files a/stylesheets/img/testorange_top_bg.gif and /dev/null differ diff --git a/stylesheets/testorange.css b/stylesheets/testorange.css index d266152a..cd2161b6 100644 --- a/stylesheets/testorange.css +++ b/stylesheets/testorange.css @@ -6,19 +6,19 @@ body { color:#bebebe; background-color: #1e1e1e; - background-image: url('img/testorange_testo.png'), url('img/testorange_top_bg.gif'), url('img/testorange_bg.gif'); + background-image: url('img/testorange_testo.png'), url('img/testorange_top_bg.png'), url('img/testorange_bg.png'); background-repeat: no-repeat, repeat-x, repeat; background-attachment: fixed, scroll, scroll; background-position: right bottom, 0% 0%, 0% 0%; } .desktop-style .bl-menu{ -background-image: url('img/testorange_bg.gif'); +background-image: url('img/testorange_bg.png'); background-repeat: repeat; } .boardlist .board a { -background-image: url('img/testorange_bg.gif'); +background-image: url('img/testorange_bg.png'); background-repeat: repeat; } diff --git a/templates/post/poster_id.html b/templates/post/poster_id.html index 3f168003..63cdf562 100644 --- a/templates/post/poster_id.html +++ b/templates/post/poster_id.html @@ -1,3 +1,7 @@ {% if config.poster_ids %} - ID: {{ post.ip|poster_id(post.id) }} + {% if post.thread %} + ID: {{ post.ip|poster_id(post.thread) }} + {% else %} + ID: {{ post.ip|poster_id(post.id) }} + {% endif %} {% endif %} diff --git a/templates/themes/basic/thumb.png b/templates/themes/basic/thumb.png index 05dcd96c..d0c3c771 100644 Binary files a/templates/themes/basic/thumb.png and b/templates/themes/basic/thumb.png differ diff --git a/templates/themes/categories/thumb.png b/templates/themes/categories/thumb.png index 35d747e2..8bdd7a8a 100644 Binary files a/templates/themes/categories/thumb.png and b/templates/themes/categories/thumb.png differ diff --git a/templates/themes/frameset/thumb.png b/templates/themes/frameset/thumb.png index df18a8e9..22d73da4 100644 Binary files a/templates/themes/frameset/thumb.png and b/templates/themes/frameset/thumb.png differ diff --git a/templates/themes/recent/thumb.png b/templates/themes/recent/thumb.png index fff5b824..98e3ecfc 100644 Binary files a/templates/themes/recent/thumb.png and b/templates/themes/recent/thumb.png differ diff --git a/templates/themes/ukko/thumb.png b/templates/themes/ukko/thumb.png index 49c4237b..eb616ef7 100644 Binary files a/templates/themes/ukko/thumb.png and b/templates/themes/ukko/thumb.png differ