mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 23:50:11 +01:00
This commit is contained in:
commit
5b395c014c
@ -60,7 +60,3 @@ copyright notices untouched. Beside, we give you absolutely no guarantees.
|
||||
Tinyboard and vichan licenses also clarify, that the copyright notices found
|
||||
in the template footers are also covered by the copyright notice preservation
|
||||
clause.
|
||||
|
||||
# Exception
|
||||
It is explicitly allowed for the Tinyboard upstream, to take vichan
|
||||
changesets under a Tinyboard license.
|
||||
|
@ -215,6 +215,8 @@ function loadConfig() {
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', true);
|
||||
ini_set('html_errors', false);
|
||||
} else {
|
||||
ini_set('display_errors', false);
|
||||
}
|
||||
|
||||
// Keep the original address to properly comply with other board configurations
|
||||
@ -2039,7 +2041,8 @@ function buildThread50($id, $return = false, $mod = false, $thread = null, $anti
|
||||
|
||||
|
||||
if ($query->rowCount() == $config['noko50_count']+1) {
|
||||
$count = prepare(sprintf("SELECT COUNT(`id`) as `num` FROM ``posts_%s`` WHERE `thread` = :thread UNION ALL SELECT COUNT(`id`) FROM ``posts_%s`` WHERE `file` IS NOT NULL AND `thread` = :thread", $board['uri'], $board['uri']));
|
||||
$count = prepare(sprintf("SELECT COUNT(`id`) as `num` FROM ``posts_%s`` WHERE `thread` = :thread UNION ALL
|
||||
SELECT SUM(`num_files`) FROM ``posts_%s`` WHERE `files` IS NOT NULL AND `thread` = :thread", $board['uri'], $board['uri']));
|
||||
$count->bindValue(':thread', $id, PDO::PARAM_INT);
|
||||
$count->execute() or error(db_error($count));
|
||||
|
||||
|
@ -7,9 +7,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-20 00:49+0200\n"
|
||||
"PO-Revision-Date: 2014-04-19 22:53+0000\n"
|
||||
"Last-Translator: czaks <marcin@6irc.net>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -24,7 +24,7 @@ msgstr "Styl: "
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Soubor"
|
||||
|
||||
@ -33,6 +33,7 @@ msgid "hide"
|
||||
msgstr "skrýt"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "zobrazit"
|
||||
|
||||
@ -55,22 +56,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Skrýt zamčená vlákna"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr ""
|
||||
|
||||
@ -258,6 +264,7 @@ msgstr "Návrat"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr ""
|
||||
|
||||
@ -541,10 +548,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr ""
|
||||
|
||||
@ -567,3 +576,15 @@ msgstr ""
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
1
inc/locale/da_DK/LC_MESSAGES/javascript.js
Normal file
1
inc/locale/da_DK/LC_MESSAGES/javascript.js
Normal file
@ -0,0 +1 @@
|
||||
l10n = {"Style: ":"Stil","File":"Fil","hide":"skjul","show":"vis","Show locked threads":"Vis l\u00e5ste tr\u00e5de","Hide locked threads":"Skjul l\u00e5ste tr\u00e5de","URL":"URL","Embed":"Indlejr","Oekaki":"Oekaki","hidden":"Skjult","Show images":"Vis billeder","Hide images":"Skjul billeder","Password":"Adgangskode","Delete file only":"Slet kun fil","Delete":"Slet","Reason":"Grund","Report":"Anmeld","Click reply to view.":"Klik svar for at vise","Click to expand":"Klik for at udvide","Hide expanded replies":"Skjul udvidede svar","Brush size":"Penselst\u00f8rrelse","Clear":"Ryd","Save":"Gem","Load":"Indl\u00e6s","Get color":"L\u00e6s farve","Use oekaki instead of file?":"Brug oekaki istedet for fil?","Edit in oekaki":"Redig\u00e9r i oekaki","Enter some text":"Skriv noget","Enter font or leave empty":"V\u00e6lg skrifttype eller lad st\u00e5 tomt","Forced anonymity":"Tvungen anonymitet","enabled":"aktiveret","disabled":"deaktiveret","Sun":"s\u00f8n","Mon":"man","Tue":"tir","Wed":"ons","Thu":"tor","Fri":"fre","Sat":"l\u00f8r","Catalog":"Katalog","Submit":"Send","Quick reply":"Hurtigt svar","Posting mode: Replying to <small>>>{0}<\/small>":"Post tilstand: Svar til <small>>:>{0}<\/small>","Expand all images":"Udvid alle billeder","Hello!":"Hej!","{0} users":"{0} brugere","(hide threads from this board)":"(skjul tr\u00e5de fra dette board)","(show threads from this board)":"(vis tr\u00e5de fra dette board)","No more threads to display":"Ikke flere tr\u00e5de at vise","Loading...":"Indl\u00e6ser...","Save as original filename":"Gem under oprindelige filnavn","Reported post(s).":"Anmeldte post(s).","An unknown error occured!":"Der forekom en ukendt fejl!","Something went wrong... An unknown error occured!":"Noget gik galt... Der forekom en ukendt fejl!","Working...":"Arbjeder...","Posting... (#%)":"Poster... (#%)","Posted...":"Postet...","Posting...":"Poster...","Upload URL":"Upload URL","Comment":"Kommentar","Quick Reply":"Hurtigt Svar","Stop watching this thread":"Stop med at f\u00f8lge denne tr\u00e5d","Watch this thread":"F\u00f8lg tr\u00e5d","Unpin this board":"Frig\u00f8r dette board","Pin this board":"Fastg\u00f8r dette board","Stop watching this board":"Stop med at f\u00f8lge dette board","Watch this board":"F\u00f8lg dette board","Click on any image on this site to load it into oekaki applet":"Klik p\u00e5 et billede p\u00e5 siden for at indl\u00e6se det til oekaki appletten","Sunday":"s\u00f8ndag","Monday":"mandag","Tuesday":"tirsdag","Wednesday":"onsdag","Thursday":"torsdag","Friday":"fredag","Saturday":"l\u00f8rdag","January":"januar","February":"februar","March":"marts","April":"april","May":"maj","June":"juni","July":"juli","August":"august","September":"september","October":"oktober","November":"november","December":"december","Jan":"jan","Feb":"feb","Mar":"mar","Apr":"apr","Jun":"jun","Jul":"jul","Aug":"aug","Sep":"sep","Oct":"okt","Nov":"nov","Dec":"dec","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Din browser underst\u00f8tter ikke HTML5 video","[play once]":"[afspil en gang]","[loop]":"[gentag]","WebM Settings":"WebM indstillinger","Play videos on hover":"Afspil videoer n\u00e5r musen f\u00f8res over dem","Default volume":"Standard lydstyrke"};
|
591
inc/locale/da_DK/LC_MESSAGES/javascript.po
Normal file
591
inc/locale/da_DK/LC_MESSAGES/javascript.po
Normal file
@ -0,0 +1,591 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# sildeperker <nicholas.adam.wood@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da_DK\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41
|
||||
msgid "Style: "
|
||||
msgstr "Stil"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Fil"
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51
|
||||
msgid "hide"
|
||||
msgstr "skjul"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "vis"
|
||||
|
||||
#: ../../../../js/toggle-locked-threads.js:39
|
||||
#: ../../../../js/toggle-locked-threads.js:54
|
||||
#: ../../../../js/toggle-locked-threads.js:40
|
||||
#: ../../../../js/toggle-locked-threads.js:55
|
||||
#: ../../../../js/toggle-locked-threads.js:41
|
||||
#: ../../../../js/toggle-locked-threads.js:56
|
||||
msgid "Show locked threads"
|
||||
msgstr "Vis låste tråde"
|
||||
|
||||
#: ../../../../js/toggle-locked-threads.js:39
|
||||
#: ../../../../js/toggle-locked-threads.js:54
|
||||
#: ../../../../js/toggle-locked-threads.js:40
|
||||
#: ../../../../js/toggle-locked-threads.js:55
|
||||
#: ../../../../js/toggle-locked-threads.js:41
|
||||
#: ../../../../js/toggle-locked-threads.js:56
|
||||
msgid "Hide locked threads"
|
||||
msgstr "Skjul låste tråde"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Indlejr"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42
|
||||
msgid "hidden"
|
||||
msgstr "Skjult"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
msgid "Show images"
|
||||
msgstr "Vis billeder"
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
msgid "Hide images"
|
||||
msgstr "Skjul billeder"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:27
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
msgid "Password"
|
||||
msgstr "Adgangskode"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
msgid "Delete file only"
|
||||
msgstr "Slet kun fil"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
#: ../../../../js/quick-post-controls.js:33
|
||||
msgid "Delete"
|
||||
msgstr "Slet"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:35
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
msgid "Reason"
|
||||
msgstr "Grund"
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
#: ../../../../js/quick-post-controls.js:39
|
||||
msgid "Report"
|
||||
msgstr "Anmeld"
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
msgid "Click reply to view."
|
||||
msgstr "Klik svar for at vise"
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
msgid "Click to expand"
|
||||
msgstr "Klik for at udvide"
|
||||
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
msgid "Hide expanded replies"
|
||||
msgstr "Skjul udvidede svar"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
msgstr "Penselstørrelse"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Set text"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Clear"
|
||||
msgstr "Ryd"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Save"
|
||||
msgstr "Gem"
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Load"
|
||||
msgstr "Indlæs"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Toggle eraser"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Get color"
|
||||
msgstr "Læs farve"
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Fill"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:12
|
||||
msgid "Use oekaki instead of file?"
|
||||
msgstr "Brug oekaki istedet for fil?"
|
||||
|
||||
#: ../../../../js/oekaki.js:21
|
||||
msgid "Edit in oekaki"
|
||||
msgstr "Redigér i oekaki"
|
||||
|
||||
#: ../../../../js/oekaki.js:152
|
||||
msgid "Enter some text"
|
||||
msgstr "Skriv noget"
|
||||
|
||||
#: ../../../../js/oekaki.js:153
|
||||
msgid "Enter font or leave empty"
|
||||
msgstr "Vælg skrifttype eller lad stå tomt"
|
||||
|
||||
#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65
|
||||
#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60
|
||||
#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70
|
||||
#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67
|
||||
#: ../../../../js/forced-anon.js:71
|
||||
msgid "Forced anonymity"
|
||||
msgstr "Tvungen anonymitet"
|
||||
|
||||
#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65
|
||||
#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66
|
||||
#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67
|
||||
msgid "enabled"
|
||||
msgstr "aktiveret"
|
||||
|
||||
#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69
|
||||
#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70
|
||||
#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71
|
||||
msgid "disabled"
|
||||
msgstr "deaktiveret"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sun"
|
||||
msgstr "søn"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Mon"
|
||||
msgstr "man"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Tue"
|
||||
msgstr "tir"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Wed"
|
||||
msgstr "ons"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Thu"
|
||||
msgstr "tor"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Fri"
|
||||
msgstr "fre"
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sat"
|
||||
msgstr "lør"
|
||||
|
||||
#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32
|
||||
#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33
|
||||
#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52
|
||||
msgid "Catalog"
|
||||
msgstr "Katalog"
|
||||
|
||||
#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21
|
||||
#: ../../../../js/quick-reply-old.js:23
|
||||
msgid "Submit"
|
||||
msgstr "Send"
|
||||
|
||||
#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31
|
||||
#: ../../../../js/quick-reply-old.js:33
|
||||
msgid "Quick reply"
|
||||
msgstr "Hurtigt svar"
|
||||
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
#, python-brace-format
|
||||
msgid "Posting mode: Replying to <small>>>{0}</small>"
|
||||
msgstr "Post tilstand: Svar til <small>>:>{0}</small>"
|
||||
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
msgid "Return"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Udvid alle billeder"
|
||||
|
||||
#: ../../../../templates/main.js:6
|
||||
msgid "Hello!"
|
||||
msgstr "Hej!"
|
||||
|
||||
#: ../../../../templates/main.js:18
|
||||
#, python-brace-format
|
||||
msgid "{0} users"
|
||||
msgstr "{0} brugere"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:28
|
||||
#: ../../../../templates/themes/ukko/ukko.js:39
|
||||
#: ../../../../templates/themes/ukko/ukko.js:29
|
||||
#: ../../../../templates/themes/ukko/ukko.js:40
|
||||
msgid "(hide threads from this board)"
|
||||
msgstr "(skjul tråde fra dette board)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:32
|
||||
#: ../../../../templates/themes/ukko/ukko.js:44
|
||||
#: ../../../../templates/themes/ukko/ukko.js:33
|
||||
#: ../../../../templates/themes/ukko/ukko.js:45
|
||||
msgid "(show threads from this board)"
|
||||
msgstr "(vis tråde fra dette board)"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:57
|
||||
#: ../../../../templates/themes/ukko/ukko.js:58
|
||||
msgid "No more threads to display"
|
||||
msgstr "Ikke flere tråde at vise"
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:79
|
||||
#: ../../../../templates/themes/ukko/ukko.js:80
|
||||
msgid "Loading..."
|
||||
msgstr "Indlæser..."
|
||||
|
||||
#: ../../../../js/download-original.js:32
|
||||
#: ../../../../js/download-original.js:33
|
||||
msgid "Save as original filename"
|
||||
msgstr "Gem under oprindelige filnavn"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:43
|
||||
msgid "Reported post(s)."
|
||||
msgstr "Anmeldte post(s)."
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:53
|
||||
msgid "An unknown error occured!"
|
||||
msgstr "Der forekom en ukendt fejl!"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:60
|
||||
msgid "Something went wrong... An unknown error occured!"
|
||||
msgstr "Noget gik galt... Der forekom en ukendt fejl!"
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:68
|
||||
msgid "Working..."
|
||||
msgstr "Arbjeder..."
|
||||
|
||||
#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45
|
||||
msgid "Posting... (#%)"
|
||||
msgstr "Poster... (#%)"
|
||||
|
||||
#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109
|
||||
msgid "Posted..."
|
||||
msgstr "Postet..."
|
||||
|
||||
#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111
|
||||
msgid "An unknown error occured when posting!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135
|
||||
msgid "Posting..."
|
||||
msgstr "Poster..."
|
||||
|
||||
#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224
|
||||
#: ../../../../js/quick-reply.js:225
|
||||
msgid "Upload URL"
|
||||
msgstr "Upload URL"
|
||||
|
||||
#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267
|
||||
#: ../../../../js/quick-reply.js:268
|
||||
msgid "Spoiler Image"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278
|
||||
#: ../../../../js/quick-reply.js:279
|
||||
msgid "Comment"
|
||||
msgstr "Kommentar"
|
||||
|
||||
#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406
|
||||
#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407
|
||||
#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408
|
||||
msgid "Quick Reply"
|
||||
msgstr "Hurtigt Svar"
|
||||
|
||||
#: ../../../../js/watch.js:249 ../../../../js/watch.js:250
|
||||
#: ../../../../js/watch.js:288 ../../../../js/watch.js:289
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
msgid "Stop watching this thread"
|
||||
msgstr "Stop med at følge denne tråd"
|
||||
|
||||
#: ../../../../js/watch.js:249 ../../../../js/watch.js:250
|
||||
#: ../../../../js/watch.js:288 ../../../../js/watch.js:289
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
msgid "Watch this thread"
|
||||
msgstr "Følg tråd"
|
||||
|
||||
#: ../../../../js/watch.js:260 ../../../../js/watch.js:261
|
||||
#: ../../../../js/watch.js:269 ../../../../js/watch.js:299
|
||||
#: ../../../../js/watch.js:300 ../../../../js/watch.js:308
|
||||
#: ../../../../js/watch.js:341 ../../../../js/watch.js:342
|
||||
#: ../../../../js/watch.js:350
|
||||
msgid "Unpin this board"
|
||||
msgstr "Frigør dette board"
|
||||
|
||||
#: ../../../../js/watch.js:260 ../../../../js/watch.js:261
|
||||
#: ../../../../js/watch.js:269 ../../../../js/watch.js:299
|
||||
#: ../../../../js/watch.js:300 ../../../../js/watch.js:308
|
||||
#: ../../../../js/watch.js:341 ../../../../js/watch.js:342
|
||||
#: ../../../../js/watch.js:350
|
||||
msgid "Pin this board"
|
||||
msgstr "Fastgør dette board"
|
||||
|
||||
#: ../../../../js/watch.js:262 ../../../../js/watch.js:267
|
||||
#: ../../../../js/watch.js:268 ../../../../js/watch.js:301
|
||||
#: ../../../../js/watch.js:306 ../../../../js/watch.js:307
|
||||
#: ../../../../js/watch.js:343 ../../../../js/watch.js:348
|
||||
#: ../../../../js/watch.js:349
|
||||
msgid "Stop watching this board"
|
||||
msgstr "Stop med at følge dette board"
|
||||
|
||||
#: ../../../../js/watch.js:262 ../../../../js/watch.js:267
|
||||
#: ../../../../js/watch.js:268 ../../../../js/watch.js:301
|
||||
#: ../../../../js/watch.js:306 ../../../../js/watch.js:307
|
||||
#: ../../../../js/watch.js:343 ../../../../js/watch.js:348
|
||||
#: ../../../../js/watch.js:349
|
||||
msgid "Watch this board"
|
||||
msgstr "Følg dette board"
|
||||
|
||||
#: ../../../../js/wpaint.js:113
|
||||
msgid "Click on any image on this site to load it into oekaki applet"
|
||||
msgstr "Klik på et billede på siden for at indlæse det til oekaki appletten"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Sunday"
|
||||
msgstr "søndag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Monday"
|
||||
msgstr "mandag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Tuesday"
|
||||
msgstr "tirsdag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Wednesday"
|
||||
msgstr "onsdag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Thursday"
|
||||
msgstr "torsdag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Friday"
|
||||
msgstr "fredag"
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Saturday"
|
||||
msgstr "lørdag"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "January"
|
||||
msgstr "januar"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "February"
|
||||
msgstr "februar"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "March"
|
||||
msgstr "marts"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "April"
|
||||
msgstr "april"
|
||||
|
||||
#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32
|
||||
msgid "May"
|
||||
msgstr "maj"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "June"
|
||||
msgstr "juni"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "July"
|
||||
msgstr "juli"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "August"
|
||||
msgstr "august"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "September"
|
||||
msgstr "september"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "October"
|
||||
msgstr "oktober"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "November"
|
||||
msgstr "november"
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "December"
|
||||
msgstr "december"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jan"
|
||||
msgstr "jan"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Feb"
|
||||
msgstr "feb"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Mar"
|
||||
msgstr "mar"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Apr"
|
||||
msgstr "apr"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jun"
|
||||
msgstr "jun"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jul"
|
||||
msgstr "jul"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Aug"
|
||||
msgstr "aug"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Sep"
|
||||
msgstr "sep"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Oct"
|
||||
msgstr "okt"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Nov"
|
||||
msgstr "nov"
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Dec"
|
||||
msgstr "dec"
|
||||
|
||||
#: ../../../../js/local-time.js:33
|
||||
msgid "AM"
|
||||
msgstr "AM"
|
||||
|
||||
#: ../../../../js/local-time.js:34
|
||||
msgid "PM"
|
||||
msgstr "PM"
|
||||
|
||||
#: ../../../../js/local-time.js:35
|
||||
msgid "am"
|
||||
msgstr "am"
|
||||
|
||||
#: ../../../../js/local-time.js:36
|
||||
msgid "pm"
|
||||
msgstr "pm"
|
||||
|
||||
#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48
|
||||
msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Din browser understøtter ikke HTML5 video"
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[afspil en gang]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[gentag]"
|
||||
|
||||
#: ../../../../js/webm-settings.js:42
|
||||
msgid "WebM Settings"
|
||||
msgstr "WebM indstillinger"
|
||||
|
||||
#: ../../../../js/webm-settings.js:44
|
||||
msgid "Expand videos inline"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:45
|
||||
msgid "Play videos on hover"
|
||||
msgstr "Afspil videoer når musen føres over dem"
|
||||
|
||||
#: ../../../../js/webm-settings.js:46
|
||||
msgid "Default volume"
|
||||
msgstr "Standard lydstyrke"
|
||||
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
BIN
inc/locale/da_DK/LC_MESSAGES/tinyboard.mo
Normal file
BIN
inc/locale/da_DK/LC_MESSAGES/tinyboard.mo
Normal file
Binary file not shown.
3102
inc/locale/da_DK/LC_MESSAGES/tinyboard.po
Normal file
3102
inc/locale/da_DK/LC_MESSAGES/tinyboard.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-20 00:49+0200\n"
|
||||
"PO-Revision-Date: 2014-04-19 22:53+0000\n"
|
||||
"Last-Translator: czaks <marcin@6irc.net>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Stil"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Datei"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "ausblenden"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "zeigen"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Geschloßene Fäden ausblenden"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "wählen"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Remote"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Eingebettet"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Zurück"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Alle Bilder vergrößern"
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Dein Browser unterstützt keine HTML5-Videos."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[Abspielen]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[Schleife]"
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr "Standardlautstärke"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan 4.4.99-pre\n"
|
||||
"Project-Id-Version: vichan 5.0 branch\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -24,7 +24,7 @@ msgstr ""
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
|
||||
@ -33,6 +33,7 @@ msgid "hide"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr ""
|
||||
|
||||
@ -55,22 +56,27 @@ msgid "Hide locked threads"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr ""
|
||||
|
||||
@ -258,6 +264,7 @@ msgstr ""
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr ""
|
||||
|
||||
@ -541,10 +548,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr ""
|
||||
|
||||
@ -567,3 +576,15 @@ msgstr ""
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,9 +7,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-20 00:49+0200\n"
|
||||
"PO-Revision-Date: 2014-04-19 22:53+0000\n"
|
||||
"Last-Translator: czaks <marcin@6irc.net>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/en_AU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -24,7 +24,7 @@ msgstr ""
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
|
||||
@ -33,6 +33,7 @@ msgid "hide"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr ""
|
||||
|
||||
@ -55,22 +56,27 @@ msgid "Hide locked threads"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr ""
|
||||
|
||||
@ -258,6 +264,7 @@ msgstr ""
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr ""
|
||||
|
||||
@ -541,10 +548,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr ""
|
||||
|
||||
@ -567,3 +576,15 @@ msgstr ""
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# neniu <katnoj1@gmail.com>, 2014
|
||||
# Nenia Ulo <katnoj1@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"PO-Revision-Date: 2014-05-05 18:55+0000\n"
|
||||
"Last-Translator: neniu <katnoj1@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/eo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Stilo:"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Dosiero"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "kaŝi"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "malkaŝi"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Kaŝi fermitajn fadenojn"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Elekti"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Dista"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Enmeti"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Reiri"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Grandigi ĉiujn bildojn"
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Via retumilo ne subtenas HTML5 videon."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[ludi unufoje]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[ludi daŭre]"
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr "Defaŭlta laŭteco"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Arba vido"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"PO-Revision-Date: 2014-04-22 21:14+0000\n"
|
||||
"Last-Translator: copypaste <admin@8chan.co>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/es_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Estilo: "
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Archivo"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "ocultar"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "mostrar"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Ocultar hilos bloqueados"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Seleccionar"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Remoto"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Incrustar"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Volver"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Expandir todas las imágenes"
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Su navegador no soporta a video de HTML5."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[reproducir una vez]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr ""
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr ""
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"PO-Revision-Date: 2014-05-04 14:54+0000\n"
|
||||
"Last-Translator: Alrahambra <juho.mikkonen@europe.com>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Tyyli:"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Tiedosto"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "piilota"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "näytä"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Piilota lukitut langat"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Valitse"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Etä"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Upote"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Palaa"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Laajenna kaikki kuvat"
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Selaimesi ei tue HTML5 videota."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[toista kerran]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[silmukka]"
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr "Oletus volyymi"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Puunäkymä"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
l10n = {"Style: ":"Style:","File":"Fichier","hide":"masquer","show":"montrer","Show locked threads":"Montrer les fils v\u00e9rouill\u00e9s","Hide locked threads":"Masquer les fils v\u00e9rouill\u00e9s","URL":"URL","Select":"Choisissez","hidden":"cach\u00e9","Show images":"Montrer les images","Hide images":"Masquer les Images","Password":"Mot de passe","Delete file only":"Supprimer le fichier uniquement","Delete":"Supprimer","Reason":"Raison","Report":"Signaler","Click reply to view.":"Cliquer sur r\u00e9pondre pour voir les r\u00e9ponses.","Brush size":"Taille du pinceau","Set text":"Saisir le texte","Clear":"Effacer","Save":"Sauvegarder","Load":"Charger","Toggle eraser":"S\u00e9lectionner la gomme","Fill":"Remplir","Enter some text":"Entrer du texte","Enter font or leave empty":"Entrer une police ou laissez vide","Forced anonymity":"Anonymat forc\u00e9.","enabled":"activ\u00e9","disabled":"d\u00e9sactiv\u00e9","Sun":"Dim","Mon":"Lun","Tue":"Mar","Wed":"Mer","Thu":"Jeu","Fri":"Ven","Sat":"Sam","Catalog":"Catalogue","Submit":"Envoyer","Quick reply":"R\u00e9ponse rapide","Posting mode: Replying to <small>>>{0}<\/small>":"Mode de messagerie: R\u00e9ponse \u00e0 <small>>>{0}<\/small>","Return":"Retour","Hello!":"Bonjour!","{0} users":"{0} utilisateurs","(hide threads from this board)":"(masquer les fis de cette planche)","(show threads from this board)":"(montrer les fils de cette planche)","No more threads to display":"Plus aucun fil \u00e0 afficher","Loading...":"Chargement\u2026","Save as original filename":"Sauvegarder avec le nom de fichier d'origine","Reported post(s).":"Message(s) signal\u00e9(s).","An unknown error occured!":"Une erreur inconnu s'est produite\u00a0!","Something went wrong... An unknown error occured!":"Quelque chose s'est mal pass\u00e9\u2026 Une erreur inconnu s'est produite\u00a0!","An unknown error occured when posting!":"Une erreur s'est produite lors de l'envoi du message!","Upload URL":"URL d'upload","Comment":"Commentaire","Quick Reply":"R\u00e9ponse Rapide","Stop watching this thread":"Arr\u00eater de surveiller le fil","Watch this thread":"Surveiller ce fil","Unpin this board":"D\u00e9s\u00e9pingler cette planche","Pin this board":"\u00c9pingler cette planche","Stop watching this board":"Arr\u00eater de surveiller cette planche","Watch this board":"Surveiller cette planche","Sunday":"Dimanche","Monday":"Lundi","Tuesday":"Mardi","Wednesday":"Mercredi","Thursday":"Jeudi","Friday":"Vendredi","Saturday":"Samedi","January":"Janvier","February":"F\u00e9vrier","March":"Mars","April":"Avril","May":"Mai","June":"Juin","July":"Juillet","August":"Aout","September":"Septembre","October":"Otobre","November":"Novembre","December":"D\u00e9cembre","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Avr","Jun":"Jun","Jul":"Jul","Aug":"Aou","Sep":"Sep","Oct":"Oct","Nov":"Nov","Dec":"Dec","Your browser does not support HTML5 video.":"Votre navigateur ne supporte pas les vid\u00e9os HTML5.","[play once]":"[jouer une fois]","[loop]":"[boucler]","WebM Settings":"Param\u00e8tres Webm","Default volume":"Volume par d\u00e9faut"};
|
||||
l10n = {"Style: ":"Style:","File":"Fichier","hide":"masquer","show":"montrer","Show locked threads":"Montrer les fils v\u00e9rouill\u00e9s","Hide locked threads":"Masquer les fils v\u00e9rouill\u00e9s","URL":"URL","Select":"Choisissez","hidden":"cach\u00e9","Show images":"Montrer les images","Hide images":"Masquer les Images","Password":"Mot de passe","Delete file only":"Supprimer le fichier uniquement","Delete":"Supprimer","Reason":"Raison","Report":"Signaler","Click reply to view.":"Cliquer sur r\u00e9pondre pour voir les r\u00e9ponses.","Brush size":"Taille du pinceau","Set text":"Saisir le texte","Clear":"Effacer","Save":"Sauvegarder","Load":"Charger","Toggle eraser":"S\u00e9lectionner la gomme","Fill":"Remplir","Enter some text":"Entrer du texte","Enter font or leave empty":"Entrer une police ou laissez vide","Forced anonymity":"Anonymat forc\u00e9.","enabled":"activ\u00e9","disabled":"d\u00e9sactiv\u00e9","Sun":"Dim","Mon":"Lun","Tue":"Mar","Wed":"Mer","Thu":"Jeu","Fri":"Ven","Sat":"Sam","Catalog":"Catalogue","Submit":"Envoyer","Quick reply":"R\u00e9ponse rapide","Posting mode: Replying to <small>>>{0}<\/small>":"Mode de messagerie: R\u00e9ponse \u00e0 <small>>>{0}<\/small>","Return":"Retour","Hello!":"Bonjour!","{0} users":"{0} utilisateurs","(hide threads from this board)":"(masquer les fis de cette planche)","(show threads from this board)":"(montrer les fils de cette planche)","No more threads to display":"Plus aucun fil \u00e0 afficher","Loading...":"Chargement\u2026","Save as original filename":"Sauvegarder avec le nom de fichier d'origine","Reported post(s).":"Message(s) signal\u00e9(s).","An unknown error occured!":"Une erreur inconnu s'est produite\u00a0!","Something went wrong... An unknown error occured!":"Quelque chose s'est mal pass\u00e9\u2026 Une erreur inconnu s'est produite\u00a0!","An unknown error occured when posting!":"Une erreur s'est produite lors de l'envoi du message!","Upload URL":"URL d'upload","Comment":"Commentaire","Quick Reply":"R\u00e9ponse Rapide","Stop watching this thread":"Arr\u00eater de surveiller le fil","Watch this thread":"Surveiller ce fil","Unpin this board":"D\u00e9s\u00e9pingler cette planche","Pin this board":"\u00c9pingler cette planche","Stop watching this board":"Arr\u00eater de surveiller cette planche","Watch this board":"Surveiller cette planche","Sunday":"Dimanche","Monday":"Lundi","Tuesday":"Mardi","Wednesday":"Mercredi","Thursday":"Jeudi","Friday":"Vendredi","Saturday":"Samedi","January":"Janvier","February":"F\u00e9vrier","March":"Mars","April":"Avril","May":"Mai","June":"Juin","July":"Juillet","August":"Aout","September":"Septembre","October":"Otobre","November":"Novembre","December":"D\u00e9cembre","Jan":"Jan","Feb":"Fev","Mar":"Mar","Apr":"Avr","Jun":"Jun","Jul":"Jul","Aug":"Aou","Sep":"Sep","Oct":"Oct","Nov":"Nov","Dec":"Dec","Your browser does not support HTML5 video.":"Votre navigateur ne supporte pas les vid\u00e9os HTML5.","[play once]":"[jouer une fois]","[loop]":"[boucler]","WebM Settings":"Param\u00e8tres Webm","Expand videos inline":"\u00c9tendre les vid\u00e9os","Play videos on hover":"Lire les vid\u00e9o sur passage de la souris","Default volume":"Volume par d\u00e9faut"};
|
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-20 00:49+0200\n"
|
||||
"PO-Revision-Date: 2014-04-19 22:53+0000\n"
|
||||
"Last-Translator: czaks <marcin@6irc.net>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: French (France) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/fr_FR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Style:"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Fichier"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "masquer"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "montrer"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Masquer les fils vérouillés"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Choisissez"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr ""
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Retour"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr ""
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Votre navigateur ne supporte pas les vidéos HTML5."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[jouer une fois]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[boucler]"
|
||||
|
||||
@ -555,11 +564,11 @@ msgstr "Paramètres Webm"
|
||||
|
||||
#: ../../../../js/webm-settings.js:44
|
||||
msgid "Expand videos inline"
|
||||
msgstr ""
|
||||
msgstr "Étendre les vidéos"
|
||||
|
||||
#: ../../../../js/webm-settings.js:45
|
||||
msgid "Play videos on hover"
|
||||
msgstr ""
|
||||
msgstr "Lire les vidéo sur passage de la souris"
|
||||
|
||||
#: ../../../../js/webm-settings.js:46
|
||||
msgid "Default volume"
|
||||
@ -568,3 +577,15 @@ msgstr "Volume par défaut"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -4,14 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# limbobarrage <ijynyjdl@grr.la>, 2014
|
||||
# cicus <mercurio@index.hu>, 2014
|
||||
# cicus, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"PO-Revision-Date: 2014-05-07 17:41+0000\n"
|
||||
"Last-Translator: cicus <mercurio@index.hu>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/hu_HU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -26,7 +26,7 @@ msgstr "Stílus:"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Fájl"
|
||||
|
||||
@ -35,6 +35,7 @@ msgid "hide"
|
||||
msgstr "elrejt"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "mutat"
|
||||
|
||||
@ -57,22 +58,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Rejtse el a lezárt szálakat"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Kiválaszt"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Külső link"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Beágyaz"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Saját rajz"
|
||||
|
||||
@ -260,6 +266,7 @@ msgstr "Vissza"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Összes kép nagy méretűre"
|
||||
|
||||
@ -543,10 +550,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "A böngésződ nem támogatja a HTML5 videót."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[lejátszás egyszer]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[ismétlés]"
|
||||
|
||||
@ -569,3 +578,15 @@ msgstr "Alap hangerő"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Fa nézet"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Aš Esu <asesuarbanesu@gmail.com>, 2014
|
||||
# banginis <asesuarbanesu@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"PO-Revision-Date: 2014-05-04 20:26+0000\n"
|
||||
"Last-Translator: Aš Esu <asesuarbanesu@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Stilius:"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Failas"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "slėpti"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "rodyti"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Paslėpti užrakintas temas"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Pasirinkti"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Nutolęs"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Įterpti"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Grįžti"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Išskleisti visus paveikslėlius"
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Tavo naršyklė nepalaiko HTML5 vaizdo įrašų."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[paleisti kartą]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[leisti nepertraukiamai]"
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr "Numatytasis garsas"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Medžio peržiūra"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"PO-Revision-Date: 2014-05-07 10:56+0000\n"
|
||||
"Last-Translator: diggydoc <aigryz@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/lv_LV/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Stils:"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Fails"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "paslēpt"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "parādīt"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Slēpt slēgtos pavedienus"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Izvēlēties"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Attālināti"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Ieguldīt"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Atgriezties"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Izvērst visus attēlus"
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Jūsu pārlūks neatbalsta HTML 5 video."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[atspēlēt vienreiz]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[atspēlēt atkārtoti]"
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr "Noklusējuma skaļums"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Koka skatījums"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
l10n = {"Style: ":"Styl: ","File":"Plik","hide":"ukryj","show":"poka\u017c","Show locked threads":"Poka\u017c zablokowane tematy","Hide locked threads":"Schowaj zablokowane tematy","URL":"URL","Select":"Wybierz","Remote":"Zdalny","Embed":"Osad\u017a","Oekaki":"Oekaki","hidden":"ukryte","Show images":"Poka\u017c obrazki","Hide images":"Ukryj obrazki","Password":"Has\u0142o","Delete file only":"Usu\u0144 tylko plik","Delete":"Usu\u0144","Reason":"Pow\u00f3d","Report":"Zg\u0142oszenie","Click reply to view.":"Kliknij Odpowied\u017a aby zobaczy\u0107.","Click to expand":"Kliknij aby rozwin\u0105\u0107","Hide expanded replies":"Schowaj rozwini\u0119te odpowiedzi","Brush size":"Rozmiar p\u0119dzla","Set text":"Ustaw tekst","Clear":"Wyczy\u015b\u0107","Save":"Zapisz","Load":"Za\u0142aduj","Toggle eraser":"Prze\u0142\u0105cz gumk\u0119","Get color":"Wybierz kolor","Fill":"Wype\u0142nij","Use oekaki instead of file?":"U\u017cy\u0107 oekaki zamiast pliku?","Edit in oekaki":"Edytuj w oekaki","Enter some text":"Podaj jaki\u015b tekst","Enter font or leave empty":"Podaj czcionk\u0119, b\u0105d\u017a pozostaw puste","Forced anonymity":"Wymuszona anonimowo\u015b\u0107","enabled":"w\u0142\u0105czona","disabled":"wy\u0142\u0105czona","Sun":"nie","Mon":"pon","Tue":"wto","Wed":"\u015bro","Thu":"czw","Fri":"pi\u0105","Sat":"sob","Catalog":"Katalog","Submit":"Wy\u015blij","Quick reply":"Szybka odpowied\u017a","Posting mode: Replying to <small>>>{0}<\/small>":"Tryb postowania: Odpowied\u017a na <small>>>{0}<\/small>","Return":"Powr\u00f3t","Expand all images":"Rozwi\u0144 wszystkie obrazki","Hello!":"Witaj!","{0} users":"{0} u\u017cytkownik\u00f3w","(hide threads from this board)":"(schowaj w\u0105tki z tego boardu)","(show threads from this board)":"(poka\u017c w\u0105tki z tego boardu)","No more threads to display":"Nie ma wi\u0119cej w\u0105tk\u00f3w do wy\u015bwietlenia","Loading...":"\u0141adowanie...","Save as original filename":"Zapisz z oryginaln\u0105 nazw\u0105 pliku","Reported post(s).":"Zaraportowano post(y).","An unknown error occured!":"Wyst\u0105pi\u0142 nieznany b\u0142\u0105d!","Something went wrong... An unknown error occured!":"Co\u015b posz\u0142o \u017ale... wyst\u0105pi\u0142 nieznany b\u0142\u0105d!","Working...":"Przetwarzanie...","Posting... (#%)":"Postowanie... (#%)","Posted...":"Zapostowano...","An unknown error occured when posting!":"Wyst\u0105pi\u0142 nieznany b\u0142\u0105d podczas postowania!","Posting...":"Postowanie...","Upload URL":"Wy\u015blij URL","Spoiler Image":"Schowaj obrazek","Comment":"Komentarz","Quick Reply":"Szybka odpowied\u017a","Stop watching this thread":"Przesta\u0144 obserwowa\u0107 ten w\u0105tek","Watch this thread":"Obserwuj ten w\u0105tek","Unpin this board":"Odepnij ten board","Pin this board":"Przypnij ten board","Stop watching this board":"Przesta\u0144 oberwowa\u0107 ten board","Watch this board":"Obserwuj ten board","Click on any image on this site to load it into oekaki applet":"Kliknij w jakikolwiek obrazek na tej stronie aby za\u0142adowa\u0107 go do apletu oekaki","Sunday":"Niedziela","Monday":"Poniedzia\u0142ek","Tuesday":"Wtorek","Wednesday":"\u015aroda","Thursday":"Czwartek","Friday":"Pi\u0105tek","Saturday":"Sobota","January":"stycznia","February":"lutego","March":"marca","April":"kwietnia","May":"maj","June":"czerwca","July":"lipca","August":"sierpnia","September":"wrze\u015bnia","October":"pa\u017adziernika","November":"listopada","December":"grudnia","Jan":"sty","Feb":"lut","Mar":"mar","Apr":"kwi","Jun":"cze","Jul":"lip","Aug":"sie","Sep":"wrz","Oct":"pa\u017a","Nov":"lis","Dec":"gru","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Twoja przegl\u0105darka nie obs\u0142uguje wideo HTML5.","[play once]":"[pu\u015b\u0107 raz]","[loop]":"[zap\u0119tl]","WebM Settings":"Ustawienia WebM","Expand videos inline":"Rozwi\u0144 wideo w miejscu","Play videos on hover":"Puszczaj wideo po najechaniu","Default volume":"Domy\u015blna g\u0142o\u015bno\u015b\u0107","Tree view":"Widok drzewa"};
|
||||
l10n = {"Style: ":"Styl: ","File":"Plik","hide":"ukryj","show":"poka\u017c","Show locked threads":"Poka\u017c zablokowane tematy","Hide locked threads":"Schowaj zablokowane tematy","URL":"URL","Select":"Wybierz","Remote":"Zdalny","Embed":"Osad\u017a","Oekaki":"Oekaki","hidden":"ukryte","Show images":"Poka\u017c obrazki","Hide images":"Ukryj obrazki","Password":"Has\u0142o","Delete file only":"Usu\u0144 tylko plik","Delete":"Usu\u0144","Reason":"Pow\u00f3d","Report":"Zg\u0142oszenie","Click reply to view.":"Kliknij Odpowied\u017a aby zobaczy\u0107.","Click to expand":"Kliknij aby rozwin\u0105\u0107","Hide expanded replies":"Schowaj rozwini\u0119te odpowiedzi","Brush size":"Rozmiar p\u0119dzla","Set text":"Ustaw tekst","Clear":"Wyczy\u015b\u0107","Save":"Zapisz","Load":"Za\u0142aduj","Toggle eraser":"Prze\u0142\u0105cz gumk\u0119","Get color":"Wybierz kolor","Fill":"Wype\u0142nij","Use oekaki instead of file?":"U\u017cy\u0107 oekaki zamiast pliku?","Edit in oekaki":"Edytuj w oekaki","Enter some text":"Podaj jaki\u015b tekst","Enter font or leave empty":"Podaj czcionk\u0119, b\u0105d\u017a pozostaw puste","Forced anonymity":"Wymuszona anonimowo\u015b\u0107","enabled":"w\u0142\u0105czona","disabled":"wy\u0142\u0105czona","Sun":"nie","Mon":"pon","Tue":"wto","Wed":"\u015bro","Thu":"czw","Fri":"pi\u0105","Sat":"sob","Catalog":"Katalog","Submit":"Wy\u015blij","Quick reply":"Szybka odpowied\u017a","Posting mode: Replying to <small>>>{0}<\/small>":"Tryb postowania: Odpowied\u017a na <small>>>{0}<\/small>","Return":"Powr\u00f3t","Expand all images":"Rozwi\u0144 wszystkie obrazki","Hello!":"Witaj!","{0} users":"{0} u\u017cytkownik\u00f3w","(hide threads from this board)":"(schowaj w\u0105tki z tego boardu)","(show threads from this board)":"(poka\u017c w\u0105tki z tego boardu)","No more threads to display":"Nie ma wi\u0119cej w\u0105tk\u00f3w do wy\u015bwietlenia","Loading...":"\u0141adowanie...","Save as original filename":"Zapisz z oryginaln\u0105 nazw\u0105 pliku","Reported post(s).":"Zaraportowano post(y).","An unknown error occured!":"Wyst\u0105pi\u0142 nieznany b\u0142\u0105d!","Something went wrong... An unknown error occured!":"Co\u015b posz\u0142o \u017ale... wyst\u0105pi\u0142 nieznany b\u0142\u0105d!","Working...":"Przetwarzanie...","Posting... (#%)":"Postowanie... (#%)","Posted...":"Zapostowano...","An unknown error occured when posting!":"Wyst\u0105pi\u0142 nieznany b\u0142\u0105d podczas postowania!","Posting...":"Postowanie...","Upload URL":"Wy\u015blij URL","Spoiler Image":"Schowaj obrazek","Comment":"Komentarz","Quick Reply":"Szybka odpowied\u017a","Stop watching this thread":"Przesta\u0144 obserwowa\u0107 ten w\u0105tek","Watch this thread":"Obserwuj ten w\u0105tek","Unpin this board":"Odepnij ten board","Pin this board":"Przypnij ten board","Stop watching this board":"Przesta\u0144 obserwowa\u0107 ten board","Watch this board":"Obserwuj ten board","Click on any image on this site to load it into oekaki applet":"Kliknij w jakikolwiek obrazek na tej stronie aby za\u0142adowa\u0107 go do apletu oekaki","Sunday":"Niedziela","Monday":"Poniedzia\u0142ek","Tuesday":"Wtorek","Wednesday":"\u015aroda","Thursday":"Czwartek","Friday":"Pi\u0105tek","Saturday":"Sobota","January":"stycznia","February":"lutego","March":"marca","April":"kwietnia","May":"maj","June":"czerwca","July":"lipca","August":"sierpnia","September":"wrze\u015bnia","October":"pa\u017adziernika","November":"listopada","December":"grudnia","Jan":"sty","Feb":"lut","Mar":"mar","Apr":"kwi","Jun":"cze","Jul":"lip","Aug":"sie","Sep":"wrz","Oct":"pa\u017a","Nov":"lis","Dec":"gru","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"Twoja przegl\u0105darka nie obs\u0142uguje wideo HTML5.","[play once]":"[pu\u015b\u0107 raz]","[loop]":"[zap\u0119tl]","WebM Settings":"Ustawienia WebM","Expand videos inline":"Rozwi\u0144 wideo w miejscu","Play videos on hover":"Puszczaj wideo po najechaniu","Default volume":"Domy\u015blna g\u0142o\u015bno\u015b\u0107","Tree view":"Widok drzewa","Shrink all images":"Zmniejsz wszystkie obrazki","Animate GIFs":"Animuj GIF-y","Unanimate GIFs":"Nie animuj GIF-\u00f3w"};
|
@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# czaks <marcin@6irc.net>, 2014
|
||||
# Marcin Łabanowski <marcin@6irc.net>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-20 00:49+0200\n"
|
||||
"PO-Revision-Date: 2014-04-19 22:59+0000\n"
|
||||
"Last-Translator: czaks <marcin@6irc.net>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:58+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pl_PL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Styl: "
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Plik"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "ukryj"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "pokaż"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Schowaj zablokowane tematy"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Wybierz"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Zdalny"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Osadź"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Powrót"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Rozwiń wszystkie obrazki"
|
||||
|
||||
@ -387,7 +394,7 @@ msgstr "Przypnij ten board"
|
||||
#: ../../../../js/watch.js:343 ../../../../js/watch.js:348
|
||||
#: ../../../../js/watch.js:349
|
||||
msgid "Stop watching this board"
|
||||
msgstr "Przestań oberwować ten board"
|
||||
msgstr "Przestań obserwować ten board"
|
||||
|
||||
#: ../../../../js/watch.js:262 ../../../../js/watch.js:267
|
||||
#: ../../../../js/watch.js:268 ../../../../js/watch.js:301
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Twoja przeglądarka nie obsługuje wideo HTML5."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[puść raz]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[zapętl]"
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr "Domyślna głośność"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Widok drzewa"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr "Zmniejsz wszystkie obrazki"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr "Animuj GIF-y"
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr "Nie animuj GIF-ów"
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -10,9 +10,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-20 00:49+0200\n"
|
||||
"PO-Revision-Date: 2014-04-19 22:53+0000\n"
|
||||
"Last-Translator: czaks <marcin@6irc.net>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -27,7 +27,7 @@ msgstr "Estilo: "
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Arquivo"
|
||||
|
||||
@ -36,6 +36,7 @@ msgid "hide"
|
||||
msgstr "esconder"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "mostrar"
|
||||
|
||||
@ -58,22 +59,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Esconder threads trancadas"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Selecionar"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Remoto"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Embutir"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -261,6 +267,7 @@ msgstr "Voltar"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Expandir todas as imagens"
|
||||
|
||||
@ -544,10 +551,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Seu browser não suporta videos em HTML5."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[ver uma vez]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[vez repetidamente]"
|
||||
|
||||
@ -570,3 +579,15 @@ msgstr "Volume padrão"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -3,15 +3,15 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Assada <assada@mail.ua>, 2014
|
||||
# Assada <assada@mail.ua>, 2014
|
||||
# Alex Assada <assada@mail.ua>, 2014
|
||||
# Alex Assada <assada@mail.ua>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"PO-Revision-Date: 2014-04-21 20:11+0000\n"
|
||||
"Last-Translator: Assada <assada@mail.ua>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -26,7 +26,7 @@ msgstr "Стиль:"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Файл"
|
||||
|
||||
@ -35,6 +35,7 @@ msgid "hide"
|
||||
msgstr "скрыть"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "показать"
|
||||
|
||||
@ -57,22 +58,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Скрыть закрытые треды"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Выбрать"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Ссылка"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Встроить"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -260,6 +266,7 @@ msgstr "Вернуться"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Раскрыть все изображения"
|
||||
|
||||
@ -543,10 +550,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Твой браузер не умеет в HTML5 видео."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[Играть]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[Лупп]"
|
||||
|
||||
@ -569,3 +578,15 @@ msgstr "Громкость"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Просмотр дерева"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-20 00:49+0200\n"
|
||||
"PO-Revision-Date: 2014-04-19 23:20+0000\n"
|
||||
"Last-Translator: dubcheck <admin@alokal.eu>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/sk_SK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Štýl:"
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Súbor"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "skryť"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "ukázať"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Skryť zamknuté vlákna"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "Adresa"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Vybrať"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Vzdialený"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Vložiť"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Návrat"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Otvoriť všetky obrázky"
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Tvoj prehliadač nepodporuje HTML5 videá."
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[hrať raz]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[slučka]"
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr "Pôvodná hlasitosť"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Zobraziť ako strom"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-04-21 21:04+0200\n"
|
||||
"PO-Revision-Date: 2014-04-22 15:55+0000\n"
|
||||
"Last-Translator: Tunai <tunayuyar39@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/tr_TR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -25,7 +25,7 @@ msgstr "Stil: "
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr "Dosya"
|
||||
|
||||
@ -34,6 +34,7 @@ msgid "hide"
|
||||
msgstr "gizle"
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr "göster"
|
||||
|
||||
@ -56,22 +57,27 @@ msgid "Hide locked threads"
|
||||
msgstr "Gizli konuları kilitle"
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr "Seç"
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr "Uzak"
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr "Göm"
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr "Oekaki"
|
||||
|
||||
@ -259,6 +265,7 @@ msgstr "Geri dön"
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr "Bütün resimleri genişlet"
|
||||
|
||||
@ -542,10 +549,12 @@ msgid "Your browser does not support HTML5 video."
|
||||
msgstr "Tarayıcınız HTML5 videoları desteklemiyor"
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr "[bir kere oynat]"
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr "[devamlı]"
|
||||
|
||||
@ -568,3 +577,15 @@ msgstr "Ses"
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr "Gezgin görünümü"
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
1
inc/locale/zh_TW/LC_MESSAGES/javascript.js
Normal file
1
inc/locale/zh_TW/LC_MESSAGES/javascript.js
Normal file
@ -0,0 +1 @@
|
||||
l10n = [];
|
590
inc/locale/zh_TW/LC_MESSAGES/javascript.po
Normal file
590
inc/locale/zh_TW/LC_MESSAGES/javascript.po
Normal file
@ -0,0 +1,590 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vichan\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-21 20:55+0200\n"
|
||||
"PO-Revision-Date: 2014-06-21 18:56+0000\n"
|
||||
"Last-Translator: Marcin Łabanowski <marcin@6irc.net>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: ../../../../js/style-select.js:40 ../../../../js/style-select.js:41
|
||||
msgid "Style: "
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/upload-selection.js:51
|
||||
#: ../../../../js/quick-post-controls.js:30 ../../../../js/hide-images.js:51
|
||||
#: ../../../../js/quick-post-controls.js:32
|
||||
#: ../../../../js/upload-selection.js:61 ../../../../js/upload-selection.js:69
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/hide-images.js:50 ../../../../js/hide-images.js:51
|
||||
msgid "hide"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/hide-images.js:56 ../../../../js/hide-images.js:57
|
||||
#: ../../../../js/hide-images.js:63
|
||||
msgid "show"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/toggle-locked-threads.js:39
|
||||
#: ../../../../js/toggle-locked-threads.js:54
|
||||
#: ../../../../js/toggle-locked-threads.js:40
|
||||
#: ../../../../js/toggle-locked-threads.js:55
|
||||
#: ../../../../js/toggle-locked-threads.js:41
|
||||
#: ../../../../js/toggle-locked-threads.js:56
|
||||
msgid "Show locked threads"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/toggle-locked-threads.js:39
|
||||
#: ../../../../js/toggle-locked-threads.js:54
|
||||
#: ../../../../js/toggle-locked-threads.js:40
|
||||
#: ../../../../js/toggle-locked-threads.js:55
|
||||
#: ../../../../js/toggle-locked-threads.js:41
|
||||
#: ../../../../js/toggle-locked-threads.js:56
|
||||
msgid "Hide locked threads"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:32 ../../../../js/upload-selection.js:45
|
||||
#: ../../../../js/upload-selection.js:53
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:50 ../../../../js/upload-selection.js:60
|
||||
#: ../../../../js/upload-selection.js:68
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:53 ../../../../js/upload-selection.js:63
|
||||
#: ../../../../js/upload-selection.js:71
|
||||
msgid "Remote"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:56 ../../../../js/upload-selection.js:66
|
||||
#: ../../../../js/upload-selection.js:74
|
||||
msgid "Embed"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/upload-selection.js:59 ../../../../js/upload-selection.js:69
|
||||
#: ../../../../js/upload-selection.js:77
|
||||
msgid "Oekaki"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/toggle-images.js:41 ../../../../js/toggle-images.js:42
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
msgid "Show images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/toggle-images.js:57 ../../../../js/toggle-images.js:70
|
||||
#: ../../../../js/toggle-images.js:58 ../../../../js/toggle-images.js:71
|
||||
msgid "Hide images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:27
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:29
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
msgid "Delete file only"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:31
|
||||
#: ../../../../js/quick-post-controls.js:33
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:35
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
msgid "Reason"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-post-controls.js:37
|
||||
#: ../../../../js/quick-post-controls.js:39
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
msgid "Click reply to view."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand.js:20 ../../../../js/expand.js:22
|
||||
msgid "Click to expand"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand.js:44 ../../../../js/expand.js:46
|
||||
msgid "Hide expanded replies"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Brush size"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Set text"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:10
|
||||
msgid "Load"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Toggle eraser"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Get color"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:11
|
||||
msgid "Fill"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:12
|
||||
msgid "Use oekaki instead of file?"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:21
|
||||
msgid "Edit in oekaki"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:152
|
||||
msgid "Enter some text"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/oekaki.js:153
|
||||
msgid "Enter font or leave empty"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65
|
||||
#: ../../../../js/forced-anon.js:69 ../../../../js/forced-anon.js:60
|
||||
#: ../../../../js/forced-anon.js:66 ../../../../js/forced-anon.js:70
|
||||
#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67
|
||||
#: ../../../../js/forced-anon.js:71
|
||||
msgid "Forced anonymity"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:65
|
||||
#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:66
|
||||
#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:67
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/forced-anon.js:59 ../../../../js/forced-anon.js:69
|
||||
#: ../../../../js/forced-anon.js:60 ../../../../js/forced-anon.js:70
|
||||
#: ../../../../js/forced-anon.js:61 ../../../../js/forced-anon.js:71
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sun"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Mon"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Tue"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Wed"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Thu"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Fri"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:40 ../../../../js/local-time.js:41
|
||||
#: ../../../../js/local-time.js:30
|
||||
msgid "Sat"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/catalog-link.js:21 ../../../../js/catalog-link.js:32
|
||||
#: ../../../../js/catalog-link.js:40 ../../../../js/catalog-link.js:33
|
||||
#: ../../../../js/catalog-link.js:44 ../../../../js/catalog-link.js:52
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:21 ../../../../js/quick-reply-old.js:21
|
||||
#: ../../../../js/quick-reply-old.js:23
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:31 ../../../../js/quick-reply-old.js:31
|
||||
#: ../../../../js/quick-reply-old.js:33
|
||||
msgid "Quick reply"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
#, python-brace-format
|
||||
msgid "Posting mode: Replying to <small>>>{0}</small>"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:33 ../../../../js/quick-reply-old.js:33
|
||||
#: ../../../../js/quick-reply-old.js:35
|
||||
msgid "Return"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:20
|
||||
#: ../../../../js/expand-all-images.js:21
|
||||
#: ../../../../js/expand-all-images.js:22
|
||||
#: ../../../../js/expand-all-images.js:23
|
||||
msgid "Expand all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/main.js:6
|
||||
msgid "Hello!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/main.js:18
|
||||
#, python-brace-format
|
||||
msgid "{0} users"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:28
|
||||
#: ../../../../templates/themes/ukko/ukko.js:39
|
||||
#: ../../../../templates/themes/ukko/ukko.js:29
|
||||
#: ../../../../templates/themes/ukko/ukko.js:40
|
||||
msgid "(hide threads from this board)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:32
|
||||
#: ../../../../templates/themes/ukko/ukko.js:44
|
||||
#: ../../../../templates/themes/ukko/ukko.js:33
|
||||
#: ../../../../templates/themes/ukko/ukko.js:45
|
||||
msgid "(show threads from this board)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:57
|
||||
#: ../../../../templates/themes/ukko/ukko.js:58
|
||||
msgid "No more threads to display"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../templates/themes/ukko/ukko.js:79
|
||||
#: ../../../../templates/themes/ukko/ukko.js:80
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/download-original.js:32
|
||||
#: ../../../../js/download-original.js:33
|
||||
msgid "Save as original filename"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:43
|
||||
msgid "Reported post(s)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:53
|
||||
msgid "An unknown error occured!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:60
|
||||
msgid "Something went wrong... An unknown error occured!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax-post-controls.js:68
|
||||
msgid "Working..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax.js:42 ../../../../js/ajax.js:45
|
||||
msgid "Posting... (#%)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax.js:104 ../../../../js/ajax.js:109
|
||||
msgid "Posted..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax.js:106 ../../../../js/ajax.js:111
|
||||
msgid "An unknown error occured when posting!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/ajax.js:130 ../../../../js/ajax.js:135
|
||||
msgid "Posting..."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:223 ../../../../js/quick-reply.js:224
|
||||
#: ../../../../js/quick-reply.js:225
|
||||
msgid "Upload URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:266 ../../../../js/quick-reply.js:267
|
||||
#: ../../../../js/quick-reply.js:268
|
||||
msgid "Spoiler Image"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:277 ../../../../js/quick-reply.js:278
|
||||
#: ../../../../js/quick-reply.js:279
|
||||
msgid "Comment"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/quick-reply.js:285 ../../../../js/quick-reply.js:406
|
||||
#: ../../../../js/quick-reply.js:286 ../../../../js/quick-reply.js:407
|
||||
#: ../../../../js/quick-reply.js:287 ../../../../js/quick-reply.js:408
|
||||
msgid "Quick Reply"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/watch.js:249 ../../../../js/watch.js:250
|
||||
#: ../../../../js/watch.js:288 ../../../../js/watch.js:289
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
msgid "Stop watching this thread"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/watch.js:249 ../../../../js/watch.js:250
|
||||
#: ../../../../js/watch.js:288 ../../../../js/watch.js:289
|
||||
#: ../../../../js/watch.js:330 ../../../../js/watch.js:331
|
||||
msgid "Watch this thread"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/watch.js:260 ../../../../js/watch.js:261
|
||||
#: ../../../../js/watch.js:269 ../../../../js/watch.js:299
|
||||
#: ../../../../js/watch.js:300 ../../../../js/watch.js:308
|
||||
#: ../../../../js/watch.js:341 ../../../../js/watch.js:342
|
||||
#: ../../../../js/watch.js:350
|
||||
msgid "Unpin this board"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/watch.js:260 ../../../../js/watch.js:261
|
||||
#: ../../../../js/watch.js:269 ../../../../js/watch.js:299
|
||||
#: ../../../../js/watch.js:300 ../../../../js/watch.js:308
|
||||
#: ../../../../js/watch.js:341 ../../../../js/watch.js:342
|
||||
#: ../../../../js/watch.js:350
|
||||
msgid "Pin this board"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/watch.js:262 ../../../../js/watch.js:267
|
||||
#: ../../../../js/watch.js:268 ../../../../js/watch.js:301
|
||||
#: ../../../../js/watch.js:306 ../../../../js/watch.js:307
|
||||
#: ../../../../js/watch.js:343 ../../../../js/watch.js:348
|
||||
#: ../../../../js/watch.js:349
|
||||
msgid "Stop watching this board"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/watch.js:262 ../../../../js/watch.js:267
|
||||
#: ../../../../js/watch.js:268 ../../../../js/watch.js:301
|
||||
#: ../../../../js/watch.js:306 ../../../../js/watch.js:307
|
||||
#: ../../../../js/watch.js:343 ../../../../js/watch.js:348
|
||||
#: ../../../../js/watch.js:349
|
||||
msgid "Watch this board"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/wpaint.js:113
|
||||
msgid "Click on any image on this site to load it into oekaki applet"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Sunday"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Monday"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Tuesday"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Wednesday"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Thursday"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Friday"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:29
|
||||
msgid "Saturday"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "January"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "February"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "March"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "April"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31 ../../../../js/local-time.js:32
|
||||
msgid "May"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "June"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "July"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "August"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "September"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "October"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "November"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:31
|
||||
msgid "December"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jan"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Feb"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Mar"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Apr"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jun"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Jul"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Aug"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Sep"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Oct"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Nov"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:32
|
||||
msgid "Dec"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:33
|
||||
msgid "AM"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:34
|
||||
msgid "PM"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:35
|
||||
msgid "am"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/local-time.js:36
|
||||
msgid "pm"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:45 ../../../../js/expand-video.js:48
|
||||
msgid "Your browser does not support HTML5 video."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:189 ../../../../js/expand-video.js:192
|
||||
#: ../../../../js/expand-video.js:193
|
||||
msgid "[play once]"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-video.js:190 ../../../../js/expand-video.js:193
|
||||
#: ../../../../js/expand-video.js:194
|
||||
msgid "[loop]"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:42
|
||||
msgid "WebM Settings"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:44
|
||||
msgid "Expand videos inline"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:45
|
||||
msgid "Play videos on hover"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/webm-settings.js:46
|
||||
msgid "Default volume"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/treeview.js:18
|
||||
msgid "Tree view"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/expand-all-images.js:32
|
||||
msgid "Shrink all images"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:33
|
||||
msgid "Animate GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../js/no-animated-gif.js:42 ../../../../js/no-animated-gif.js:48
|
||||
msgid "Unanimate GIFs"
|
||||
msgstr ""
|
BIN
inc/locale/zh_TW/LC_MESSAGES/tinyboard.mo
Normal file
BIN
inc/locale/zh_TW/LC_MESSAGES/tinyboard.mo
Normal file
Binary file not shown.
3090
inc/locale/zh_TW/LC_MESSAGES/tinyboard.po
Normal file
3090
inc/locale/zh_TW/LC_MESSAGES/tinyboard.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -977,17 +977,22 @@ function mod_ban_appeals() {
|
||||
|
||||
if ($ban['post'] && isset($ban['post']['board'], $ban['post']['id'])) {
|
||||
if (openBoard($ban['post']['board'])) {
|
||||
$query = query(sprintf("SELECT `thumb`, `file` FROM ``posts_%s`` WHERE `id` = " .
|
||||
$query = query(sprintf("SELECT `num_files`, `files` FROM ``posts_%s`` WHERE `id` = " .
|
||||
(int)$ban['post']['id'], $board['uri']));
|
||||
if ($_post = $query->fetch(PDO::FETCH_ASSOC)) {
|
||||
$_post['files'] = $_post['files'] ? json_decode($_post['files']) : array();
|
||||
$ban['post'] = array_merge($ban['post'], $_post);
|
||||
} else {
|
||||
$ban['post']['file'] = 'deleted';
|
||||
$ban['post']['thumb'] = false;
|
||||
$ban['post']['files'] = array(array());
|
||||
$ban['post']['files'][0]['file'] = 'deleted';
|
||||
$ban['post']['files'][0]['thumb'] = false;
|
||||
$ban['post']['num_files'] = 1;
|
||||
}
|
||||
} else {
|
||||
$ban['post']['file'] = 'deleted';
|
||||
$ban['post']['thumb'] = false;
|
||||
$ban['post']['files'] = array(array());
|
||||
$ban['post']['files'][0]['file'] = 'deleted';
|
||||
$ban['post']['files'][0]['thumb'] = false;
|
||||
$ban['post']['num_files'] = 1;
|
||||
}
|
||||
|
||||
if ($ban['post']['thread']) {
|
||||
|
@ -523,6 +523,7 @@ if (file_exists($config['has_installed'])) {
|
||||
$twig->clearCacheFiles();
|
||||
case '4.4.98':
|
||||
case '4.5.0':
|
||||
case '4.5.1':
|
||||
if (!isset($_GET['confirm3'])) {
|
||||
$page['title'] = 'Breaking change';
|
||||
$page['body'] = '<p style="text-align:center">You are upgrading to the 5.0 branch of vichan. Please back up your database, because the process is irreversible. At the current time, if you want a very stable vichan experience, please use the 4.5 branch. This warning will be lifted as soon as we all agree that 5.0 branch is stable enough</p>
|
||||
@ -530,7 +531,7 @@ if (file_exists($config['has_installed'])) {
|
||||
<a href="?confirm3=1">I have read and understood the warning. Proceed to upgrading.</a>
|
||||
</p>';
|
||||
|
||||
file_write($config['has_installed'], '4.5.0');
|
||||
file_write($config['has_installed'], '4.5.1');
|
||||
|
||||
break;
|
||||
}
|
||||
|
@ -48,7 +48,8 @@ onready(function(){
|
||||
delete this.style.filter;
|
||||
}
|
||||
} else {
|
||||
this.parentNode.style.width = (parseInt(this.dataset.width)+40)+'px';
|
||||
if (~this.parentNode.className.indexOf('multifile'))
|
||||
this.parentNode.style.width = (parseInt(this.dataset.width)+40)+'px';
|
||||
this.childNodes[0].src = this.dataset.src;
|
||||
this.childNodes[0].style.width = this.dataset.width;
|
||||
this.childNodes[0].style.height = this.dataset.height;
|
||||
|
@ -14,12 +14,11 @@ function multi_image() {
|
||||
|
||||
$(document).on('click', 'a.add_image', function(e) {
|
||||
e.preventDefault();
|
||||
$('#upload_url').remove();
|
||||
|
||||
var images_len = $('form:not([id="quick-reply"]) [type=file]').length;
|
||||
|
||||
if (!(images_len >= max_images)) {
|
||||
$('.add_image').after('<br/><input type="file" name="file'+(images_len+1)+'" id="upload_file'+(images_len+1)+'">');
|
||||
$('.add_image').after('<br class="file_separator"/><input type="file" name="file'+(images_len+1)+'" id="upload_file'+(images_len+1)+'">');
|
||||
if (typeof setup_form !== 'undefined') setup_form($('form[name="post"]'));
|
||||
}
|
||||
})
|
||||
|
@ -66,6 +66,7 @@ onready(function(){
|
||||
var $newPost = $post.clone();
|
||||
$newPost.find('>.reply, >br').remove();
|
||||
$newPost.find('span.mentioned').remove();
|
||||
$newPost.find('a.post_anchor').remove();
|
||||
|
||||
$newPost
|
||||
.attr('id', 'post-hover-' + id)
|
||||
|
@ -20,11 +20,16 @@ $(function(){
|
||||
|
||||
var disable_all = function() {
|
||||
$("#upload").hide();
|
||||
$("#upload_file").hide();
|
||||
$("[id^=upload_file]").hide();
|
||||
$(".file_separator").hide();
|
||||
$("#upload_url").hide();
|
||||
$("#upload_embed").hide();
|
||||
$(".add_image").hide();
|
||||
|
||||
$('[id^=upload_file]').each(function(i, v) {
|
||||
$(v).val('');
|
||||
});
|
||||
|
||||
if (enabled_oekaki) {
|
||||
if (window.oekaki.initialized) {
|
||||
window.oekaki.deinit();
|
||||
@ -35,7 +40,8 @@ $(function(){
|
||||
enable_file = function() {
|
||||
disable_all();
|
||||
$("#upload").show();
|
||||
$("#upload_file").show();
|
||||
$(".file_separator").show();
|
||||
$("[id^=upload_file]").show();
|
||||
$(".add_image").show();
|
||||
};
|
||||
|
||||
|
@ -25,7 +25,7 @@ a.post_no {
|
||||
p.intro a.post_no {
|
||||
color: inherit;
|
||||
}
|
||||
p.intro a.post_no, p.intro a.email {
|
||||
p.intro a.post_no, p.intro a.email, p.intro a.post_anchor {
|
||||
margin: 0;
|
||||
}
|
||||
p.intro a.email span.name {
|
||||
|
@ -157,7 +157,7 @@ function highlightReply(id) {
|
||||
post.className += ' highlighted';
|
||||
window.location.hash = id;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
function generatePassword() {
|
||||
@ -189,6 +189,8 @@ function dopost(form) {
|
||||
|
||||
function citeReply(id, with_link) {
|
||||
var textarea = document.getElementById('body');
|
||||
|
||||
if (!textarea) return false;
|
||||
|
||||
if (document.selection) {
|
||||
// IE
|
||||
|
@ -1,7 +1,8 @@
|
||||
{% filter remove_whitespace %}
|
||||
{# tabs and new lines will be ignored #}
|
||||
<div class="post reply" id="reply_{{ post.id }}">
|
||||
<p class="intro"{% if not index %} id="{{ post.id }}"{% endif %}>
|
||||
<p class="intro">
|
||||
{% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %}
|
||||
<input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" />
|
||||
<label for="delete_{{ post.id }}">
|
||||
{% include 'post/subject.html' %}
|
||||
@ -10,12 +11,9 @@
|
||||
{% include 'post/flag.html' %}
|
||||
{% include 'post/time.html' %}
|
||||
</label>
|
||||
{% include 'post/poster_id.html' %}
|
||||
|
||||
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? highlightReply({{ post.id }}) : true;" href="{{ post.link }}">No.</a>
|
||||
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? citeReply({{ post.id }}) : true;" href="{{ post.link('q') }}">
|
||||
{{ post.id }}
|
||||
</a>
|
||||
{% include 'post/poster_id.html' %}
|
||||
<a class="post_no" id="post_no_{{ post.id }}" onclick="highlightReply({{ post.id }})" href="{{ post.link }}">No.</a>
|
||||
<a class="post_no" onclick="citeReply({{ post.id }})" href="{{ post.link('q') }}">{{ post.id }}</a>
|
||||
</p>
|
||||
{% include 'post/fileinfo.html' %}
|
||||
{% include 'post/post_controls.html' %}
|
||||
|
@ -2,8 +2,10 @@
|
||||
{# tabs and new lines will be ignored #}
|
||||
|
||||
<div id="thread_{{ post.id }}" data-board="{{ board.uri }}">
|
||||
{% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %}
|
||||
|
||||
{% include 'post/fileinfo.html' %}
|
||||
<div class="post op" {%if post.num_files > 1%}style='clear:both'{%endif%}><p class="intro"{% if not index %} id="{{ post.id }}"{% endif %}>
|
||||
<div class="post op" {%if post.num_files > 1%}style='clear:both'{%endif%}><p class="intro">
|
||||
<input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" />
|
||||
<label for="delete_{{ post.id }}">
|
||||
{% include 'post/subject.html' %}
|
||||
@ -12,11 +14,9 @@
|
||||
{% include 'post/flag.html' %}
|
||||
{% include 'post/time.html' %}
|
||||
</label>
|
||||
{% include 'post/poster_id.html' %}
|
||||
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? highlightReply({{ post.id }}) : true;" href="{{ post.link }}">No.</a>
|
||||
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? citeReply({{ post.id }}) : true;" href="{{ post.link('q') }}">
|
||||
{{ post.id }}
|
||||
</a>
|
||||
{% include 'post/poster_id.html' %}
|
||||
<a class="post_no" id="post_no_{{ post.id }}" onclick="highlightReply({{ post.id }})" href="{{ post.link }}">No.</a>
|
||||
<a class="post_no" onclick="citeReply({{ post.id }})" href="{{ post.link('q') }}">{{ post.id }}</a>
|
||||
{% if post.sticky %}
|
||||
{% if config.font_awesome %}
|
||||
<i class="fa fa-thumb-tack"></i>
|
||||
|
@ -2,10 +2,14 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta charset="utf-8">
|
||||
<title>{{ settings.title }}</title>
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
|
||||
{% if config.meta_keywords %}<meta name="keywords" content="{{ config.meta_keywords }}">{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||
{% if config.url_favicon %}<link rel="shortcut icon" href="{{ config.url_favicon }}">{% endif %}
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||
{% if config.default_stylesheet.1 != '' %}<link rel="stylesheet" type="text/css" id="stylesheet" href="{{ config.uri_stylesheets }}{{ config.default_stylesheet.1 }}">{% endif %}
|
||||
{% if config.font_awesome %}<link rel="stylesheet" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
{{ boardlist.top }}
|
||||
@ -25,7 +29,7 @@
|
||||
{% else %}
|
||||
<em>no subject</em>
|
||||
{% endif %}
|
||||
<span class="unimportant"> — by {{ entry.name }} at {{ entry.time|date(config.post_date) }}</span>
|
||||
<span class="unimportant"> — by {{ entry.name }} at {{ entry.time|date(config.post_date, config.timezone) }}</span>
|
||||
</h2>
|
||||
<p>{{ entry.body }}</p>
|
||||
{% endfor %}
|
||||
|
@ -56,7 +56,7 @@
|
||||
$post['file'] = $config['uri_thumb'] . $files[0]->thumb;
|
||||
}
|
||||
|
||||
if ($settings['use_tooltipster']) {
|
||||
if (isset($settings['use_tooltipster']) && $settings['use_tooltipster']) {
|
||||
$post['muhdifference'] = ago(time() - $post['time']);
|
||||
|
||||
if ($post['last_reply'])
|
||||
@ -66,6 +66,13 @@
|
||||
$recent_posts[] = $post;
|
||||
}
|
||||
|
||||
$required_scripts = array('js/jquery.min.js', 'js/jquery.mixitup.min.js', 'js/jquery.tooltipster.min.js', 'js/catalog.js');
|
||||
|
||||
foreach($required_scripts as $i => $s) {
|
||||
if (!in_array($s, $config['additional_javascript']))
|
||||
$config['additional_javascript'][] = $s;
|
||||
}
|
||||
|
||||
file_write($config['dir']['home'] . $board_name . '/catalog.html', Element('themes/catalog/catalog.html', Array(
|
||||
'settings' => $settings,
|
||||
'config' => $config,
|
||||
|
Loading…
Reference in New Issue
Block a user