From 49a04bf33be7c95bca5f69e0b670061cc1a1f9c3 Mon Sep 17 00:00:00 2001
From: Riku Rouvila PHP-gettext provides a simple gettext replacement that works independently from the system's gettext abilities.
-It can read MO files and use them for translating strings. This version has the ability to cache all strings and translations to speed up the string lookup.
-While the cache is enabled by default, it can be switched off with the second parameter in the constructor (e.g. when using very large MO files
-that you don't want to keep in memory) Copyright (c) 2003-2006 Danilo Segan Copyright (c) 2005-2006 Steven Armstrong Example showing how to use PHP-gettext as a dropin replacement for the native gettext library.
');
+ var do_expand = function() {
+ $(this)
+ .html($(this).html().replace(_("Click reply to view."), ''+_("Click to expand")+'.'))
+ .find('a').click(function() {
+ var thread = $(this).parent().parent().parent();
+ var id = thread.attr('id').replace(/^thread_/, '');
+ $.ajax({
+ url: thread.find('p.intro a.post_no:first').attr('href'),
+ context: document.body,
+ success: function(data) {
+ var last_expanded = false;
+ $(data).find('div.post.reply').each(function() {
+ thread.find('div.hidden').remove();
+ var post_in_doc = thread.find('#' + $(this).attr('id'));
+ if(post_in_doc.length == 0) {
+ if(last_expanded) {
+ $(this).addClass('expanded').insertAfter(last_expanded).before('
');
+ } else {
+ $(this).addClass('expanded').insertAfter(thread.find('div.post:first')).after('
');
+ }
+ last_expanded = $(this);
+ $(document).trigger('new_post', this);
} else {
- $(this).addClass('expanded').insertAfter(thread.find('div.post:first')).after('
');
+ last_expanded = post_in_doc;
}
- last_expanded = $(this);
- $(document).trigger('new_post', this);
- } else {
- last_expanded = post_in_doc;
- }
- });
- $('' + _('Hide expanded replies') + '.')
- .insertAfter(thread.find('span.omitted').css('display', 'none'))
- .click(function() {
- thread.find('.expanded').remove();
- $(this).prev().css('display', '');
- $(this).remove();
});
- }
+ $('' + _('Hide expanded replies') + '.')
+ .insertAfter(thread.find('span.omitted').css('display', 'none'))
+ .click(function() {
+ thread.find('.expanded').remove();
+ $(this).prev().css('display', '');
+ $(this).remove();
+ });
+ }
+ });
});
- });
- }
-
- $('div.post.op span.omitted').each(do_expand);
-
- $(document).bind("new_post", function(e, post) {
- if (!$(post).hasClass("reply")) {
- $(post).find('div.post.op span.omitted').each(do_expand);
}
+
+ $('div.post.op span.omitted').each(do_expand);
+
+ $(document).bind("new_post", function(e, post) {
+ if (!$(post).hasClass("reply")) {
+ $(post).find('div.post.op span.omitted').each(do_expand);
+ }
+ });
});
});
From 8404b4cd46a040da5511c3ee36c6731b8c9781bd Mon Sep 17 00:00:00 2001
From: undido PHP-gettext
-
-Introduction
-Examples
-
-
-
-PHP-gettext as a dropin replacement
-
locale '$locale' is supported by your system, using native gettext implementation.
\n"; -} -else { - print "locale '$locale' is _not_ supported on your system, using the default locale '". DEFAULT_LOCALE ."'.
\n"; -} -?> - -« back
- - diff --git a/inc/lib/gettext/examples/pigs_fallback.php b/inc/lib/gettext/examples/pigs_fallback.php deleted file mode 100644 index 353190da..00000000 --- a/inc/lib/gettext/examples/pigs_fallback.php +++ /dev/null @@ -1,88 +0,0 @@ -. - Copyright (c) 2005,2006 Steven ArmstrongExample showing how to use PHP-gettext as a fallback solution if the native gettext library is not available or the system does not support the requested locale.
- -"; -foreach($supported_locales as $l) { - print "[$l] "; -} -print "\n"; - -if (!locale_emulation()) { - print "locale '$locale' is supported by your system, using native gettext implementation.
\n"; -} -else { - print "locale '$locale' is not supported on your system, using custom gettext implementation.
\n"; -} -?> - -« back
- - diff --git a/inc/lib/gettext/examples/update b/inc/lib/gettext/examples/update deleted file mode 100755 index 76b4308a..00000000 --- a/inc/lib/gettext/examples/update +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -TEMPLATE=pigs.pot -xgettext -kT_ngettext:1,2 -kT_ -L PHP -o $TEMPLATE pigs_dropin.php -if [ "x$1" = "x-p" ]; then - msgfmt --statistics $TEMPLATE -else - if [ -f $1.po ]; then - msgmerge -o .tmp$1.po $1.po $TEMPLATE - mv .tmp$1.po $1.po - msgfmt --statistics $1.po - else - echo "Usage: $0 [-p|Nq~t={OaYfn3yHDMp>ILVuiu0a%0D%(r3)c2BkY4M5Eec zP@5(dHL(Gx4hyWqFo1dmCgT{?ef3C}W)|k-8syKk^3fk7dy{|d{?gvgcYckv!MYH2 zehq3D??g8qLw#ktGMq1{uBi8V2 uXV)b~pCJGa2MRh(c^1=f@%0 zItKgFejmDVHR`&LP#N2g8t@P@7t?0zy|_u|%aPw3GYZ4-Hq`wMs7%d5?X^ce6hbMy zgj&0Gn2Xy{PjcDXjp-`oS*VWkF$Awf? VhTo$m5|-(#Wlz+1dO527daT6h_%ObMX?PV2%6>C-n1D-APxuyUPwcV&V2$S& zjtBIZ5(-M;WURp^)J)Hy1`f)0Uc-1Spk9N@%rew{Z=eSL95s>P9Ou3qYX$OWCi4-2 z3($?PV3gkf9Tf6tIE*}uiRO!XES4e5YM#PiY(ZseFRG*c$e%gQhrVds1054lOOk?G zvVOKc5VbdoQA<>UF^q3UQqU7k!6ZNq`VT9+8a<4 zoQk@y0dK&$s9(L)$UZY^Mb1R7MdoPcp!Uc%WVOwiBJ!_Py17dkNJ6D18)I-J>NT5! z%FI1h4=SZis3)3-%H$&Kh|91HSD+^N4aVYS)Y8NhJ8x5xhk^#kLk(Dpov{XW;ay1f z%uKAnjhK$EAx=gzunYBKyaKCH8NCbD-hi6uJk&%Nq8{WaR0cgSQ_!Z{fI6`Yb>Ti+ zKZGgNPa*rxgbj7BD@Aosg?bxmP)l<+YQUMOj5eYs{5a}CH(OgULGS-(6qK@yn25f^ zoYbVEQd(dgX05 bgUyCHWdhpkE1@VSH0X;YOT+ zsdyCAFrd`g&HYiStV1o82enj-P?>uUwG^vSdu9u24{S$my4^SyPop+t(N)g%BhaH6 zT}weTt;1?;LUnx9dIojlMbz~j%AEH;2KBlYVLVo12fQ7 @p`r;W>M!rTryll_=mOH5q!T{RiQ0J3SOPPk6PzGub z<&~3ve+r}Ri3zBVYcUz8V;nBVakw6p(!dI5LP@A6Pe=7rfyz)7Y63T-zE5sP4Llol z-Fytfr5*~p;6>EHTToBD3xn_gDl?yBBz}eJ$Ti%#E)=!7Vo;m14{G3I)I`cq8M_X( zM`} cQ^BOuQfUJ+c;i>HYtb0>7Xpywb@;DQYuLMy=7kwmuKLQeTN$f^C?Nhfxy^9PQNO zkd93mDzkOy#y_LJVOOEPDc{Fvz5gdD Ph=mIsXL9$2{uOu>e=0_QIE_>wL#J zn=2HPs7Ijs$;F;H4VC(N*c%t1mg;Q`#yuFQ_x~^jZ^sx;-IteDPacW-)k;S_@lB}f z9zZR{aty^)7=fFtyHHDU1hq7$QT=|4S`ybd=X<6vda`MlKp_H~P%~bRDfm2UA}!bl zkD`_!wAyJ;#_`k(aWT$E4UkS_E>6T8oQF~P9_np5h&}Mqc=De~q5A}< _UAas(l(}<3rdPH(pKtwN^W6 zP-@TOKn$AXOkfDor&)=G=(@)FVj7J4Vi}Fyu^QRO<__Dw1@(4p!!X=o>-$h^e+acS zr#!ZB4%N~3*6?ecHA}-R+VfF2OhY}%-I#_=7>Mgp8QO{(_!I1e`%!zL)p{N^adVxs zq@E5Gv=-T@8^@srn1q^89cq&`p*GzTbfJzPh (|jM~6De28A& z5??|%nAl U+ zn*XYu@>AG;cwVElnz)hJ+}?`M5>fWXS8V%-*qgRLqBh+S;!#5T I^ zc!JPtIEZ`MKHlS>d=Ak1|Mt-CtRSu;S_yq~og{uCE)qIA(9tQJP83njCUop{Fg `Y}l3hHtQ$7(|>WqG?M&9l6A-M64 LNG{Nq&pe_VF@kW>=0n^} z`CXzj 3NY_j&1S9EyROFvh6t(ucp40&{0FA z6W r50PfuGP!4sEsH3k%GNvLQlgWKecpu&BdJ`0m+>AVg7}(vkN69r zqmk(0E%A>ue3=O5p7!GoTPVVT#3ABJ;u_WMb&pftP59e-qMmR?^U0W#zRlfwT=H*@ tPpORv$aH6B4$8@2FelF)*gxN$l|3jkvw3Y^gMafQ#cu~TPcF}k`X9n3xSs$3 diff --git a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po index c252d6c0..508cb5ee 100644 --- a/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po +++ b/inc/locale/pl_PL/LC_MESSAGES/tinyboard.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 23:00+0000\n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-04-21 19:08+0000\n" "Last-Translator: czaks \n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pl_PL/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,7 @@ msgstr "" #: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 +#: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" @@ -36,6 +37,7 @@ msgstr[2] "sekund" #: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "minute" msgid_plural "minutes" msgstr[0] "minuta" @@ -48,6 +50,7 @@ msgstr[2] "minut" #: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "hour" msgid_plural "hours" msgstr[0] "godzina" @@ -60,6 +63,7 @@ msgstr[2] "godzin" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "day" msgid_plural "days" msgstr[0] "dzień" @@ -72,6 +76,7 @@ msgstr[2] "dni" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "week" msgid_plural "weeks" msgstr[0] "tydzień" @@ -84,6 +89,7 @@ msgstr[2] "tygodni" #: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 +#: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 msgid "year" msgid_plural "years" msgstr[0] "rok" @@ -93,6 +99,7 @@ msgstr[2] "lat" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 +#: ../../../../inc/functions.php:732 msgid "Banned!" msgstr "Zbanowany!" @@ -103,7 +110,8 @@ msgstr "Zbanowany!" #: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 -#: ../../../../inc/functions.php:1234 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 +#: ../../../../inc/functions.php:1244 msgid "Previous" msgstr "Wstecz" @@ -114,28 +122,29 @@ msgstr "Wstecz" #: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 -#: ../../../../inc/functions.php:1248 +#: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 +#: ../../../../inc/functions.php:1258 msgid "Next" msgstr "Dalej" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 -#: ../../../../inc/display.php:108 +#: ../../../../inc/display.php:108 ../../../../inc/display.php:112 msgid "Error" msgstr "Błąd" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 -#: ../../../../inc/display.php:109 +#: ../../../../inc/display.php:109 ../../../../inc/display.php:113 msgid "An error has occured." msgstr "Wystąpił błąd." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 -#: ../../../../inc/display.php:125 +#: ../../../../inc/display.php:125 ../../../../inc/display.php:129 msgid "Login" msgstr "Logowanie" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 -#: ../../../../inc/display.php:244 +#: ../../../../inc/display.php:244 ../../../../inc/display.php:248 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Post za długi. Kliknij tutaj, aby zobaczyć jego pełną treść." @@ -143,41 +152,47 @@ msgstr "Post za długi. Kliknij tutaj, aby zobaczyć jego pe #: ../../../../inc/display.php:368 ../../../../inc/display.php:473 #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 msgid "Ban" msgstr "Ban" #: ../../../../inc/display.php:372 ../../../../inc/display.php:477 #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Ban & Delete" msgstr "Usuń i zbanuj" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Delete file" msgstr "Usuń plik" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Are you sure you want to delete this file?" msgstr "Czy jesteś pewien, że chcesz usunąć ten plik?" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Spoiler File" msgstr "Schowaj plik" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Are you sure you want to spoiler this file?" msgstr "Czy jesteś pewien, że chcesz schować ten obrazek?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 -#: ../../../../inc/display.php:404 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:408 msgid "Move reply to another board" msgstr "Przenieś odpowiedź na inny board" @@ -185,6 +200,7 @@ msgstr "Przenieś odpowiedź na inny board" #: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +#: ../../../../inc/display.php:412 ../../../../inc/display.php:541 msgid "Edit post" msgstr "Edytuj post" @@ -193,69 +209,69 @@ msgstr "Edytuj post" #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Delete" msgstr "Usuń" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Are you sure you want to delete this?" msgstr "Czy jesteś pewien, że chcesz to usunąć?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Delete all posts by IP" msgstr "Usuń wszystkie posty z tego adresu IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Czy na pewno chcesz usunąć wszystkie posty z tego adresu IP?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "Delete all posts by IP across all boards" msgstr "Usuń wszystkie posty z tego IP ze wszystkich boardów" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" msgstr "Czy jesteś pewien, że chcesz usunąć wszystkie posty z tego adresu IP, ze wszystkich boardów?" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 -#: ../../../../inc/display.php:515 +#: ../../../../inc/display.php:515 ../../../../inc/display.php:519 msgid "Make thread not sticky" msgstr "Odklej wątek" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 -#: ../../../../inc/display.php:517 +#: ../../../../inc/display.php:517 ../../../../inc/display.php:521 msgid "Make thread sticky" msgstr "Przyklej wątek" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 -#: ../../../../inc/display.php:521 +#: ../../../../inc/display.php:521 ../../../../inc/display.php:525 msgid "Allow thread to be bumped" msgstr "Zezwól wątkowi na bumpowanie" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 -#: ../../../../inc/display.php:523 +#: ../../../../inc/display.php:523 ../../../../inc/display.php:527 msgid "Prevent thread from being bumped" msgstr "Zabroń wątkowi na bumpowanie" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 -#: ../../../../inc/display.php:528 +#: ../../../../inc/display.php:528 ../../../../inc/display.php:532 msgid "Unlock thread" msgstr "Odblokuj wątek" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 -#: ../../../../inc/display.php:530 +#: ../../../../inc/display.php:530 ../../../../inc/display.php:534 msgid "Lock thread" msgstr "Zablokuj wątek" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 -#: ../../../../inc/display.php:533 +#: ../../../../inc/display.php:533 ../../../../inc/display.php:537 msgid "Move thread to another board" msgstr "Przenieś wątek na inny board" @@ -724,6 +740,9 @@ msgstr "Log moderacji" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -898,6 +917,8 @@ msgstr "Usuń post" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 @@ -922,6 +943,7 @@ msgstr "Plik" #. line 131 #. line 14 #. line 144 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -979,6 +1001,11 @@ msgstr "Hasło" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1042,6 +1069,7 @@ msgstr "brak tematu" #. line 56 #. line 44 #. line 56 +#. line 44 #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 @@ -1175,6 +1203,8 @@ msgstr "pominięte. Kliknij Odpowiedź aby zobaczyć." #. line 8 #. line 7 #. line 14 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1219,6 +1249,8 @@ msgstr "E-mail" #. line 12 #. line 24 #. line 46 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1320,6 +1352,8 @@ msgstr "Flagi" #. line 116 #. line 128 #. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1354,6 +1388,8 @@ msgstr "Przyklejony" #. line 120 #. line 132 #. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1388,6 +1424,8 @@ msgstr "Zablokowany" #. line 124 #. line 136 #. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1469,6 +1507,10 @@ msgstr "Brak wyników." #. line 13 #. line 115 #. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1596,6 +1638,7 @@ msgstr "Nowy post" #. line 28 #. line 16 #. line 28 +#. line 16 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" @@ -1684,6 +1727,11 @@ msgstr "Zapostuj newsa" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1715,6 +1763,8 @@ msgstr "Ekipa" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1764,6 +1814,8 @@ msgstr "Nowa notka" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1833,6 +1885,11 @@ msgstr "brak powodu" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1878,6 +1935,8 @@ msgstr "wszystkie boardy" #. line 50 #. line 128 #. line 43 +#. line 128 +#. line 43 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1906,6 +1965,8 @@ msgstr "Ustawione" #. line 52 #. line 132 #. line 47 +#. line 132 +#. line 47 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1942,6 +2003,8 @@ msgstr "nigdy" #. line 53 #. line 142 #. line 57 +#. line 142 +#. line 57 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2005,6 +2068,8 @@ msgstr "Czas" #. line 137 #. line 185 #. line 89 +#. line 185 +#. line 89 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2057,6 +2122,7 @@ msgstr "Nowy ban" #. line 2 #. line 5 #. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2249,6 +2315,8 @@ msgstr "Apelacja wciąż oczekuje na rozpatrzenie" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 msgid "You appealed this ban on" @@ -2277,6 +2345,8 @@ msgstr "Wysłałeś maksymalną możliwą ilość apelacji. Nie możesz apelowa #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 msgid "and it was denied." @@ -2294,6 +2364,8 @@ msgstr "i została ona odrzucona." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 msgid "You may appeal this ban again. Please enter your reasoning below." @@ -2529,3 +2601,19 @@ msgstr "Flaga" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 msgid "None" msgstr "Brak" + +#. When moving a thread to another board and choosing to keep a "shadow +#. thread", an automated post (with +#. a capcode) will be made, linking to the new location for the thread. "%s" +#. will be replaced with a +#. standard cross-board post citation (>>>/board/xxx) +#: ../../../../inc/config.php:1211 +#, php-format +msgid "Moved to %s." +msgstr "Przeniesiono do %s." + +#: ../../../../templates/themes/recent/theme.php:50 +msgid "" +"Can't build the RecentPosts theme, because there are no boards to be " +"fetched." +msgstr "Nie mogę zbudować dodatku RecentPosts, ponieważ nie ma boardów, które mógłbym załączyć." diff --git a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.mo index cfe67c7ea0a683906b84f7ddeb2638feec49ad3b..47e7f3d252e6f9188b0e8774bcbcbde4983dffb5 100644 GIT binary patch delta 62 zcmZ3zm2ve}#tpa4^$it_46O`Iv<-|547dXPb%RpNGK(|w^K@MjOH!>Aj0_A-bPY^& SjSLkGEv*bpH*;AmR005Hj}hho delta 62 zcmZ3zm2ve}#tpa4^$ipZ46IBnwGE6647dXPb%RpNGK(|w^K@MjOH!>Aj0_A-bPY^& S4J{RnjI2yeHgj1lR005IqY>}` diff --git a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po index c27903ea..05323955 100644 --- a/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po +++ b/inc/locale/pt_BR/LC_MESSAGES/tinyboard.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:54+0000\n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-04-21 19:05+0000\n" "Last-Translator: czaks \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -26,6 +26,7 @@ msgstr "" #: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 +#: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 msgid "second" msgid_plural "seconds" msgstr[0] "segundos" @@ -37,6 +38,7 @@ msgstr[1] "segundos" #: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "minute" msgid_plural "minutes" msgstr[0] "segundos" @@ -48,6 +50,7 @@ msgstr[1] "minutos" #: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "hour" msgid_plural "hours" msgstr[0] "hora" @@ -59,6 +62,7 @@ msgstr[1] "horas" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "day" msgid_plural "days" msgstr[0] "dia" @@ -70,6 +74,7 @@ msgstr[1] "dias" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "week" msgid_plural "weeks" msgstr[0] "semana" @@ -81,6 +86,7 @@ msgstr[1] "semanas" #: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 +#: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 msgid "year" msgid_plural "years" msgstr[0] "ano" @@ -89,6 +95,7 @@ msgstr[1] "anos" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 +#: ../../../../inc/functions.php:732 msgid "Banned!" msgstr "Banido!" @@ -99,7 +106,8 @@ msgstr "Banido!" #: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 -#: ../../../../inc/functions.php:1234 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 +#: ../../../../inc/functions.php:1244 msgid "Previous" msgstr "Anterior" @@ -110,28 +118,29 @@ msgstr "Anterior" #: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 -#: ../../../../inc/functions.php:1248 +#: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 +#: ../../../../inc/functions.php:1258 msgid "Next" msgstr "Proximo" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 -#: ../../../../inc/display.php:108 +#: ../../../../inc/display.php:108 ../../../../inc/display.php:112 msgid "Error" msgstr "Erro" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 -#: ../../../../inc/display.php:109 +#: ../../../../inc/display.php:109 ../../../../inc/display.php:113 msgid "An error has occured." msgstr "Um erro ocorreu." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 -#: ../../../../inc/display.php:125 +#: ../../../../inc/display.php:125 ../../../../inc/display.php:129 msgid "Login" msgstr "Login" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 -#: ../../../../inc/display.php:244 +#: ../../../../inc/display.php:244 ../../../../inc/display.php:248 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Mensagem muito longa. Clique aqui para ver o texto completo." @@ -139,41 +148,47 @@ msgstr "Mensagem muito longa. Clique aqui para ver o texto co #: ../../../../inc/display.php:368 ../../../../inc/display.php:473 #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 msgid "Ban" msgstr "Banir" #: ../../../../inc/display.php:372 ../../../../inc/display.php:477 #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Ban & Delete" msgstr "Banir & Deletar" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Delete file" msgstr "Deletar arquivo" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Are you sure you want to delete this file?" msgstr "Tem certeza que quer deletar esse arquivo?" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Spoiler File" msgstr "Arquivo spoiler" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Are you sure you want to spoiler this file?" msgstr "Você tem certeza de que quer tornar o arquivo spoiler?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 -#: ../../../../inc/display.php:404 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:408 msgid "Move reply to another board" msgstr "Mover resposta para outra board" @@ -181,6 +196,7 @@ msgstr "Mover resposta para outra board" #: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +#: ../../../../inc/display.php:412 ../../../../inc/display.php:541 msgid "Edit post" msgstr "Editar mensagem" @@ -189,69 +205,69 @@ msgstr "Editar mensagem" #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Delete" msgstr "Deletar" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Are you sure you want to delete this?" msgstr "Você tem certeza que deseja deletar isto?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Delete all posts by IP" msgstr "Deletar todos os posts do IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Você tem certeza que deseja deletar todos os posts deste IP?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "Delete all posts by IP across all boards" msgstr "Deletar todos os posts deste IP em todas as boards" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" msgstr "Tem certeza que quer deletar todos os posts deste IP em todas as boards?" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 -#: ../../../../inc/display.php:515 +#: ../../../../inc/display.php:515 ../../../../inc/display.php:519 msgid "Make thread not sticky" msgstr "Despinar tópico" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 -#: ../../../../inc/display.php:517 +#: ../../../../inc/display.php:517 ../../../../inc/display.php:521 msgid "Make thread sticky" msgstr "Pinar tópico" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 -#: ../../../../inc/display.php:521 +#: ../../../../inc/display.php:521 ../../../../inc/display.php:525 msgid "Allow thread to be bumped" msgstr "Retirar limite de bump" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 -#: ../../../../inc/display.php:523 +#: ../../../../inc/display.php:523 ../../../../inc/display.php:527 msgid "Prevent thread from being bumped" msgstr "Adicionar limite de bump" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 -#: ../../../../inc/display.php:528 +#: ../../../../inc/display.php:528 ../../../../inc/display.php:532 msgid "Unlock thread" msgstr "Destrancar tópico" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 -#: ../../../../inc/display.php:530 +#: ../../../../inc/display.php:530 ../../../../inc/display.php:534 msgid "Lock thread" msgstr "Trancar tópico" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 -#: ../../../../inc/display.php:533 +#: ../../../../inc/display.php:533 ../../../../inc/display.php:537 msgid "Move thread to another board" msgstr "Mover tópico para outra board" @@ -720,6 +736,9 @@ msgstr "Log da moderação" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -894,6 +913,8 @@ msgstr "Deletar Mensagem" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 @@ -918,6 +939,7 @@ msgstr "Arquivo" #. line 131 #. line 14 #. line 144 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -975,6 +997,11 @@ msgstr "Senha" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1038,6 +1065,7 @@ msgstr "sem assunto" #. line 56 #. line 44 #. line 56 +#. line 44 #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 @@ -1167,6 +1195,8 @@ msgstr "omitidas. Clique em responder para visualizar." #. line 8 #. line 7 #. line 14 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1211,6 +1241,8 @@ msgstr "E-mail" #. line 12 #. line 24 #. line 46 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1312,6 +1344,8 @@ msgstr "Sinalizações" #. line 116 #. line 128 #. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1346,6 +1380,8 @@ msgstr "Fixar" #. line 120 #. line 132 #. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1380,6 +1416,8 @@ msgstr "Trancar" #. line 124 #. line 136 #. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1460,6 +1498,10 @@ msgstr "Sem resultados." #. line 13 #. line 115 #. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1587,6 +1629,7 @@ msgstr "Nova mensagem" #. line 28 #. line 16 #. line 28 +#. line 16 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" @@ -1675,6 +1718,11 @@ msgstr "Postar nova notícia" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1706,6 +1754,8 @@ msgstr "Equipe" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1755,6 +1805,8 @@ msgstr "Nova nota" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1824,6 +1876,11 @@ msgstr "sem razão especificada" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1869,6 +1926,8 @@ msgstr "todas as boards" #. line 50 #. line 128 #. line 43 +#. line 128 +#. line 43 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1897,6 +1956,8 @@ msgstr "Configurar" #. line 52 #. line 132 #. line 47 +#. line 132 +#. line 47 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1933,6 +1994,8 @@ msgstr "nunca" #. line 53 #. line 142 #. line 57 +#. line 142 +#. line 57 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -1996,6 +2059,8 @@ msgstr "Tempo" #. line 137 #. line 185 #. line 89 +#. line 185 +#. line 89 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2048,6 +2113,7 @@ msgstr "Nova Expulsão" #. line 2 #. line 5 #. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2240,6 +2306,8 @@ msgstr "Ele ainda está pendente" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 msgid "You appealed this ban on" @@ -2268,6 +2336,8 @@ msgstr "Você excedeu o limite de apelos. Você não pode apelar por este ban no #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 msgid "and it was denied." @@ -2285,6 +2355,8 @@ msgstr "e foi negado." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 msgid "You may appeal this ban again. Please enter your reasoning below." @@ -2520,3 +2592,19 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 msgid "None" msgstr "" + +#. When moving a thread to another board and choosing to keep a "shadow +#. thread", an automated post (with +#. a capcode) will be made, linking to the new location for the thread. "%s" +#. will be replaced with a +#. standard cross-board post citation (>>>/board/xxx) +#: ../../../../inc/config.php:1211 +#, php-format +msgid "Moved to %s." +msgstr "" + +#: ../../../../templates/themes/recent/theme.php:50 +msgid "" +"Can't build the RecentPosts theme, because there are no boards to be " +"fetched." +msgstr "" diff --git a/inc/locale/ru_RU/LC_MESSAGES/javascript.js b/inc/locale/ru_RU/LC_MESSAGES/javascript.js index 03231b23..4964fedb 100644 --- a/inc/locale/ru_RU/LC_MESSAGES/javascript.js +++ b/inc/locale/ru_RU/LC_MESSAGES/javascript.js @@ -1 +1 @@ -l10n = {"Style: ":"\u0421\u0442\u0438\u043b\u044c:","File":"\u0424\u0430\u0439\u043b","hide":"\u0441\u043a\u0440\u044b\u0442\u044c","show":"\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c","Show locked threads":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0435 \u0442\u0440\u0435\u0434\u044b","Hide locked threads":"\u0421\u043a\u0440\u044b\u0442\u044c \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0435 \u0442\u0440\u0435\u0434\u044b","URL":"URL","Select":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c","Remote":"\u0421\u0441\u044b\u043b\u043a\u0430","Embed":"\u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c","Oekaki":"Oekaki","hidden":"\u0441\u043a\u0440\u044b\u0442\u043e","Show images":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","Hide images":"\u0421\u043a\u0440\u044b\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","Password":"\u041f\u0430\u0440\u043e\u043b\u044c","Delete file only":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0444\u0430\u0439\u043b","Delete":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","Reason":"\u041f\u0440\u0438\u0447\u0438\u043d\u0430","Report":"\u0416\u0430\u043b\u043e\u0431\u0430","Click reply to view.":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043e\u0442\u0432\u0435\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430.","Click to expand":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0447\u0442\u043e\u0431\u044b \u0440\u0430\u0441\u043a\u0440\u044b\u0442\u044c","Hide expanded replies":"\u0421\u043a\u0440\u044b\u0442\u044c \u0440\u0430\u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u043e\u0442\u0432\u0435\u0442\u044b","Brush size":"\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u0438\u0441\u0442\u0438","Set text":"\u0422\u0435\u043a\u0441\u0442","Clear":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c","Save":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","Load":"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c","Toggle eraser":"\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043b\u0430\u0441\u0442\u0438\u043a","Get color":"\u0426\u0432\u0435\u0442","Fill":"\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c","Use oekaki instead of file?":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c oekaki \u0432\u043c\u0435\u0441\u0442\u043e \u0444\u0430\u0439\u043b\u0430?","Edit in oekaki":"\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432 oekaki","Enter some text":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043a\u0441\u0442","Enter font or leave empty":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0448\u0440\u0438\u0444\u0442 \u0438\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c","Forced anonymity":"\u0412\u0441\u0435 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u043e","enabled":"\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e ","disabled":"\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e","Sun":"\u0412\u0441","Mon":"\u041f\u043d","Tue":"\u0412\u0442","Wed":"\u0421\u0440","Thu":"\u0427\u0442","Fri":"\u041f\u0442","Sat":"\u0421\u0431","Catalog":"\u041a\u0430\u0442\u0430\u043b\u043e\u0433","Submit":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c","Quick reply":"\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043e\u0442\u0432\u0435\u0442","Posting mode: Replying to >>{0}<\/small>":"\u041e\u0442\u0432\u0435\u0442 \u0432 >>{0}<\/small>","Return":"\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f","Expand all images":"\u0420\u0430\u0441\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","Hello!":"\u041f\u0440\u0438\u0432\u0435\u0442!","{0} users":"{0} \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439","(hide threads from this board)":"(\u0441\u043a\u0440\u044b\u0442\u044c \u0442\u0440\u0435\u0434\u044b \u044d\u0442\u043e\u0439 \u0434\u043e\u0441\u043a\u0438)","(show threads from this board)":"(\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0442\u0440\u0435\u0434\u044b \u044d\u0442\u043e\u0439 \u0434\u043e\u0441\u043a\u0438)","No more threads to display":"\u041d\u0435\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u0442\u0440\u0435\u0434\u043e\u0432 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","Loading...":"\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...","Save as original filename":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435","Reported post(s).":"\u0416\u0430\u043b\u043e\u0431\u044b \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435(\u044f).","An unknown error occured!":"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430.","Something went wrong... An unknown error occured!":"\u0427\u0442\u043e \u0442\u043e \u043d\u0435 \u0442\u0430\u043a... \u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430!","Working...":"\u0414\u0443\u043c\u0430\u044e...","Posting... (#%)":"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430...(#%)","Posted...":"\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e...","An unknown error occured when posting!":"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430!","Posting...":"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430...","Upload URL":"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c URL","Spoiler Image":"\u041a\u0430\u0440\u0442\u0438\u043d\u043a\u0430-\u0441\u043f\u043e\u0439\u043b\u0435\u0440","Comment":"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439","Quick Reply":"\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043e\u0442\u0432\u0435\u0442","Stop watching this thread":"\u041d\u0435 \u0441\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u0442\u0440\u0435\u0434\u043e\u043c","Watch this thread":"\u0421\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u0442\u0440\u0435\u0434\u043e\u043c","Unpin this board":"\u041e\u0442\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0434\u043e\u0441\u043a\u0443","Pin this board":"\u041f\u0440\u0438\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0434\u043e\u0441\u043a\u0443","Stop watching this board":"\u041d\u0435 \u0441\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u0434\u043e\u0441\u043a\u043e\u0439","Watch this board":"\u0421\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u0434\u043e\u0441\u043a\u043e\u0439","Click on any image on this site to load it into oekaki applet":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u043b\u044e\u0431\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0435\u0433\u043e \u0432 oekaki","Sunday":"\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435","Monday":"\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a","Tuesday":"\u0412\u0442\u043e\u0440\u043d\u0438\u043a","Wednesday":"\u0421\u0440\u0435\u0434\u0430","Thursday":"\u0427\u0435\u0442\u0432\u0435\u0440\u0433","Friday":"\u041f\u044f\u0442\u043d\u0438\u0446\u0430","Saturday":"\u0421\u0443\u0431\u0431\u043e\u0442\u0430","January":"\u042f\u043d\u0432\u0430\u0440\u044c","February":"\u0424\u0435\u0432\u0440\u0430\u043b\u044c","March":"\u041c\u0430\u0440\u0442","April":"\u0410\u043f\u0440\u0435\u043b\u044c","May":"\u041c\u0430\u0439","June":"\u0418\u044e\u043d\u044c","July":"\u0418\u044e\u043b\u044c","August":"\u0410\u0432\u0433\u0443\u0441\u0442","September":"\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c","October":"\u041e\u043a\u0442\u044f\u0431\u0440\u044c","November":"\u041d\u043e\u044f\u0431\u0440\u044c","December":"\u0414\u0435\u043a\u0430\u0431\u0440\u044c","Jan":"\u042f\u043d\u0432","Feb":"\u0424\u0435\u0432","Mar":"\u041c\u0430\u0440","Apr":"\u0410\u043f\u0440","Jun":"\u0418\u044e\u043d","Jul":"\u0418\u044e\u043b","Aug":"\u0410\u0432\u0433","Sep":"\u0421\u0435\u043d","Oct":"\u041e\u043a\u0442","Nov":"\u041d\u043e\u044f","Dec":"\u0414\u0435\u043a","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"\u0422\u0432\u043e\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u0443\u043c\u0435\u0435\u0442 \u0432 HTML5 \u0432\u0438\u0434\u0435\u043e.","[play once]":"[\u0418\u0433\u0440\u0430\u0442\u044c]","[loop]":"[\u041b\u0443\u043f\u043f]","WebM Settings":"WebM \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","Expand videos inline":"\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0438\u0434\u0435\u043e","Play videos on hover":"\u041f\u0440\u043e\u0438\u0433\u0440\u0430\u0442\u044c \u043f\u0440\u0438 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0438","Default volume":"\u0413\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c"}; \ No newline at end of file +l10n = {"Style: ":"\u0421\u0442\u0438\u043b\u044c:","File":"\u0424\u0430\u0439\u043b","hide":"\u0441\u043a\u0440\u044b\u0442\u044c","show":"\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c","Show locked threads":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0435 \u0442\u0440\u0435\u0434\u044b","Hide locked threads":"\u0421\u043a\u0440\u044b\u0442\u044c \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0435 \u0442\u0440\u0435\u0434\u044b","URL":"URL","Select":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c","Remote":"\u0421\u0441\u044b\u043b\u043a\u0430","Embed":"\u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c","Oekaki":"Oekaki","hidden":"\u0441\u043a\u0440\u044b\u0442\u043e","Show images":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","Hide images":"\u0421\u043a\u0440\u044b\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","Password":"\u041f\u0430\u0440\u043e\u043b\u044c","Delete file only":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0444\u0430\u0439\u043b","Delete":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c","Reason":"\u041f\u0440\u0438\u0447\u0438\u043d\u0430","Report":"\u0416\u0430\u043b\u043e\u0431\u0430","Click reply to view.":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043e\u0442\u0432\u0435\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430.","Click to expand":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0447\u0442\u043e\u0431\u044b \u0440\u0430\u0441\u043a\u0440\u044b\u0442\u044c","Hide expanded replies":"\u0421\u043a\u0440\u044b\u0442\u044c \u0440\u0430\u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u043e\u0442\u0432\u0435\u0442\u044b","Brush size":"\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u0438\u0441\u0442\u0438","Set text":"\u0422\u0435\u043a\u0441\u0442","Clear":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c","Save":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","Load":"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c","Toggle eraser":"\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043b\u0430\u0441\u0442\u0438\u043a","Get color":"\u0426\u0432\u0435\u0442","Fill":"\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c","Use oekaki instead of file?":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c oekaki \u0432\u043c\u0435\u0441\u0442\u043e \u0444\u0430\u0439\u043b\u0430?","Edit in oekaki":"\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432 oekaki","Enter some text":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043a\u0441\u0442","Enter font or leave empty":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0448\u0440\u0438\u0444\u0442 \u0438\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c","Forced anonymity":"\u0412\u0441\u0435 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u043e","enabled":"\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e ","disabled":"\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e","Sun":"\u0412\u0441","Mon":"\u041f\u043d","Tue":"\u0412\u0442","Wed":"\u0421\u0440","Thu":"\u0427\u0442","Fri":"\u041f\u0442","Sat":"\u0421\u0431","Catalog":"\u041a\u0430\u0442\u0430\u043b\u043e\u0433","Submit":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c","Quick reply":"\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043e\u0442\u0432\u0435\u0442","Posting mode: Replying to >>{0}<\/small>":"\u041e\u0442\u0432\u0435\u0442 \u0432 >>{0}<\/small>","Return":"\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f","Expand all images":"\u0420\u0430\u0441\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","Hello!":"\u041f\u0440\u0438\u0432\u0435\u0442!","{0} users":"{0} \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439","(hide threads from this board)":"(\u0441\u043a\u0440\u044b\u0442\u044c \u0442\u0440\u0435\u0434\u044b \u044d\u0442\u043e\u0439 \u0434\u043e\u0441\u043a\u0438)","(show threads from this board)":"(\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0442\u0440\u0435\u0434\u044b \u044d\u0442\u043e\u0439 \u0434\u043e\u0441\u043a\u0438)","No more threads to display":"\u041d\u0435\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u0442\u0440\u0435\u0434\u043e\u0432 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f","Loading...":"\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...","Save as original filename":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435","Reported post(s).":"\u0416\u0430\u043b\u043e\u0431\u044b \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435(\u044f).","An unknown error occured!":"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430.","Something went wrong... An unknown error occured!":"\u0427\u0442\u043e \u0442\u043e \u043d\u0435 \u0442\u0430\u043a... \u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430!","Working...":"\u0414\u0443\u043c\u0430\u044e...","Posting... (#%)":"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430...(#%)","Posted...":"\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e...","An unknown error occured when posting!":"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430!","Posting...":"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430...","Upload URL":"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c URL","Spoiler Image":"\u041a\u0430\u0440\u0442\u0438\u043d\u043a\u0430-\u0441\u043f\u043e\u0439\u043b\u0435\u0440","Comment":"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439","Quick Reply":"\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043e\u0442\u0432\u0435\u0442","Stop watching this thread":"\u041d\u0435 \u0441\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u0442\u0440\u0435\u0434\u043e\u043c","Watch this thread":"\u0421\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u0442\u0440\u0435\u0434\u043e\u043c","Unpin this board":"\u041e\u0442\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0434\u043e\u0441\u043a\u0443","Pin this board":"\u041f\u0440\u0438\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0434\u043e\u0441\u043a\u0443","Stop watching this board":"\u041d\u0435 \u0441\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u0434\u043e\u0441\u043a\u043e\u0439","Watch this board":"\u0421\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u0434\u043e\u0441\u043a\u043e\u0439","Click on any image on this site to load it into oekaki applet":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u043b\u044e\u0431\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0435\u0433\u043e \u0432 oekaki","Sunday":"\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435","Monday":"\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a","Tuesday":"\u0412\u0442\u043e\u0440\u043d\u0438\u043a","Wednesday":"\u0421\u0440\u0435\u0434\u0430","Thursday":"\u0427\u0435\u0442\u0432\u0435\u0440\u0433","Friday":"\u041f\u044f\u0442\u043d\u0438\u0446\u0430","Saturday":"\u0421\u0443\u0431\u0431\u043e\u0442\u0430","January":"\u042f\u043d\u0432\u0430\u0440\u044c","February":"\u0424\u0435\u0432\u0440\u0430\u043b\u044c","March":"\u041c\u0430\u0440\u0442","April":"\u0410\u043f\u0440\u0435\u043b\u044c","May":"\u041c\u0430\u0439","June":"\u0418\u044e\u043d\u044c","July":"\u0418\u044e\u043b\u044c","August":"\u0410\u0432\u0433\u0443\u0441\u0442","September":"\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c","October":"\u041e\u043a\u0442\u044f\u0431\u0440\u044c","November":"\u041d\u043e\u044f\u0431\u0440\u044c","December":"\u0414\u0435\u043a\u0430\u0431\u0440\u044c","Jan":"\u042f\u043d\u0432","Feb":"\u0424\u0435\u0432","Mar":"\u041c\u0430\u0440","Apr":"\u0410\u043f\u0440","Jun":"\u0418\u044e\u043d","Jul":"\u0418\u044e\u043b","Aug":"\u0410\u0432\u0433","Sep":"\u0421\u0435\u043d","Oct":"\u041e\u043a\u0442","Nov":"\u041d\u043e\u044f","Dec":"\u0414\u0435\u043a","AM":"AM","PM":"PM","am":"am","pm":"pm","Your browser does not support HTML5 video.":"\u0422\u0432\u043e\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u0443\u043c\u0435\u0435\u0442 \u0432 HTML5 \u0432\u0438\u0434\u0435\u043e.","[play once]":"[\u0418\u0433\u0440\u0430\u0442\u044c]","[loop]":"[\u041b\u0443\u043f\u043f]","WebM Settings":"WebM \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","Expand videos inline":"\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0438\u0434\u0435\u043e","Play videos on hover":"\u041f\u0440\u043e\u0438\u0433\u0440\u0430\u0442\u044c \u043f\u0440\u0438 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0438","Default volume":"\u0413\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c","Tree view":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0434\u0435\u0440\u0435\u0432\u0430"}; \ No newline at end of file diff --git a/inc/locale/ru_RU/LC_MESSAGES/javascript.po b/inc/locale/ru_RU/LC_MESSAGES/javascript.po index 2208e32b..208cbdb7 100644 --- a/inc/locale/ru_RU/LC_MESSAGES/javascript.po +++ b/inc/locale/ru_RU/LC_MESSAGES/javascript.po @@ -4,13 +4,14 @@ # # Translators: # Assada , 2014 +# Assada , 2014 msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:53+0000\n" -"Last-Translator: czaks \n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-04-21 20:11+0000\n" +"Last-Translator: Assada \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -567,4 +568,4 @@ msgstr "Громкость" #: ../../../../js/treeview.js:18 msgid "Tree view" -msgstr "" +msgstr "Просмотр дерева" diff --git a/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo b/inc/locale/ru_RU/LC_MESSAGES/tinyboard.mo index eb57a241b045576a93ecda1db4ecbc50c5ccd39e..e0c61fe64fc21cb7dfe733ad8a67274aec1bf85d 100644 GIT binary patch delta 4063 zcmX}vd2r509LMnuk%-&~QIb4Cf<)3J5+tn#m2`^e F3{~3q$Fu2geDm7f-|zYD?ss<|$&I|_6Wzbo_g-eW zDv4%9Zy#d
$JSUId!xpXi*<20s^hWfjgzqs7N7=Jguyrm_1sDf#EsS+ zsDT|u4fsc_OaJB?g%lcYV+)LEU<{KmUC rW*88$a@^)P QTHQ{TCz-x#CK6MFGOWxK59UYZC{C+ zNU6QQ6_ue~VdS5zn^QDst$)UDcndYs1fJ5`r=bS&5^BIX*c5Y79Zy1S-a=Hz>rkIB zK|Q|}mD#=4qxSykM&w^N&eNcdezyK@twz1@f%P%gqOQEF bYpt zdt0J1oM7vnunYBUHwC474(fwz?E@vK4{WpbL#PfaP&4}hwFfSsGIs+tp!=v9KSjOI zFWj@4gHfM%p`L4Hb+@xOGEoD`MjgKas22~m_eZ0aAkVfJSr=N@ppM&SR7d-)<){Hy zU<{r?z4tz*>-_&qA&!RhCdNF6!;pW*ZCzz8L)|}%tb)0PF8mkSF2==8EoFO*$IjL< zm`HskYN;x1`x%VV`G06{gtMa}cpw5b(-%-L?2cs9^hV8a3@TGok-p7B)QmTyp8p25 z<_A$TJ%P%=Iop02)z4K7)%kx)K`9Sm3v )z*>xYz7jQ%Ur?v% z0Vbgzy(C};YEO(p^)nGQz -f;im}+cA`%S)$^vxRN@)+eJ|7u90p*eOz?doC3KQoyhs;|I&+=2r!I-2hS zoQCbN95wTMn2X-LOz$0pdhb|%Xab8-r)ncA13R0Oe~tJc4YC3mtT~6;WYx$!jdu%A z2eHT`Oggs4{-`CGj&I=#?16Vso3cYo&;Kbor~yo{^+MDDO5GGV0A{;=;3R6zFJUrP zV^54?1E_rrY5+4(FDymPv<%rsrUL2PT*Wr%9qXA`BI =4RYODP&Wai5k%v z)Y@J`W#l*PfVa^bo3oH=Z-shM3hGp3q9&4q%E$<045k3tkER&;XO8e=2;Rgr`ZuqT z$9HJ>1U2$2s1CdszB&v*%{&y<-o~1Wno%Zd$=*f{UiO2FCGCb? zb^b?CP)fI82A)PA^yXVco6jG$7a~w=nu RnJT!2eZpL228WjtyL+M_1c1GVc% zqXtrd0XP@+Eo)X#PzSq^FGEvl>(@~;e2CgCeu U7OJB`sE+ecYyAn<#?`0+ zuebLrP^mwM>i1qE`PT#f&wCzBMvb^1YJ~ZyRLwwb&Uu)LOHnVlh<)*{ZO=;b{3 }RSL7hH0*;8cEdkVGfm{JIhc-W zpN$&m8BE6usEGxpdQ#pFb&9&8GB*`Ts#)TukWJwjhM;enCq?0?dIoAqdZ02g0`-E4 zn1%CDyZSt8uT-NlcpqD0{q~-jcEA^@kHn5ximZZhU!kDi;Q|<*9*D z!BFhar)%M8)Nvb&K{y*V;N_?cZ9)xvH!3q{Q3JY&dj1iH>A=+`UuuX%txW>PVlHYR zZuCMOCB2~L+U6_{Xpl39s^&e4*h2Ioz9e+*Cb|*d5j_a4IBDk8d;T}sjI#-bVcsN` zIrjphypB7efsOlrL47)*D~~w%tmOF yg+i9(_?QFG05yn-4>&!>9G zHqEqZcby=%5}!KhK`p#CIfH`Y-DT7V5EF>Kgsug|$!8^gjX^D-i 0$ z%S6nx5{DigTi$QwJKlUqtR+?u-3j)a{vZ^_yh;=k >(nA7FptdtxfFju=NA zAat!MD-N0A>o cmF6>ZT;SlG8Ji(#m>8{uSI{ e{rTxtN6!~l?X22eb*O4@Re9Bsvd)Py{{I2=(W2J? delta 4044 zcmX}v4^-CG9mnzSBY!mE;g5fSFcd;eA>e_4g3Ssd4jCe8QrRCf#X^t&8`iWvm49MO zDt-J@niiVP!X^&4>8O=y)X}xgo!NHGI;X$mtmD?U=E+Vw?fv2Tvfts$>)!kOJ->VJ z_ul)UTUUIxJpAE^*e%A@M_fWQ#G3^JW~&p`YSx`%HVO|Sx2z9`;=5iyjY-tc;&A)| zN8@?C2oqDynlKF~ E=QF<6TlLp=_|nW&EM!dRS-akvmQ zuw|Hx51^iF#~?oC?m`W0KWe~l;xPKRQxr;RID@$u9BIbjtppRW1~rpLZ@(2afL5dQ`?E(d*E{;5_qZBt2HN)|4z8gZ4Wfho?^{4^e z?e|;Ug*cA(WqyAnDl=RC{w@rw;}<9>bqD-`*O4*V+o%!0@BR(Tsb4@XSuyz>i#MTW zz7&;-)u;ij@%DDqL^k{V?WhcOjwb(P-44^BwLXcp_!rbjvv^8tpNASq5o*AbaSYa@ zI-ZBxyh~9Xcc4DM3HAJTRA%?O2mJn#H1e+-M`=(;C*41}AD~|Nx%&kUq5dVR<9~bm zcc_`ivL2dg0_wR`)O$yvGMwf0Lae4<5vHJ2KY;q+27h1^>H|Bx-i7Mm5Nc+ vj9^>j2-Zcp2>{$hS7(zucJYXnj;R>whUX@@P;>>X9Ft#V^%Y z;Y#elJ1{PX4T|^R71)WI`Dwfr`%xWL^HRNcI=?i5AD~XtT2ux$qXxY5Qu43DJ{lOT z^`JJ{Ddb(&kLqAJe;63NW#L4ej9P;EI0IMVjre=irW`Xq`nRM6HGr93pNASiJ8}SQ zW7r>f8MWp|umn$G1IDlc)ZT;|z D%3=>06zrmRHf zWOZ1F;Z_P7Q8#LBkDxwy46nrBVJyb8kZMmry(kTJDsoXXDM4jq3evaDM)sktLw;;G zzwX8pSdImxakkF?910rwQB((?p*s8$HS_;?dyr}Aeg ir13H0v{|Bgnf2#ZRZ$mDR&MXy`+DlLwn1t%M2$j-WOuz-$fo(V(V>#?H z8MOqNsJ&8*+V#^=1DTD9xEM9yRTx$WTPW})XkDm!A8LkYQJdu)D#a;9(IuIL>aZHM z#tj&Qt*C)6^7|3gDcXetUsQhojBCZ@Un8AR935F5Dn&DJ7|z0La4zZvd$1W_^Y&4p z=s(?VMv`HVp}rRmd3!&yiZ+HL#Ye0T8?gdKbyHPVgi%B@7EP8rUQJeS%B#AZ$>+nfT!S})xl%l_S!$sxMrN~6B zRXOSfHF!PFLha_~QG4W7R0faYc>D-8)A$Or?_&jCg)5M(+kVtP+1~g2;cqCU(QqY) zeKj`X9e5H`aU!1{f>o$JFc~$&X4DK?P#J1N?V(3dnRym9pgpMP-@(!NXRn__mL}i6 zr7(dTmyt&eq!9zCBcvA$UN1*F6Gu*cjH>2+AF+>UBwiqN9VBXrH;Eew<$<&goc5LY zQ(`@#VN54BM*_idfj1&K!Svg9Q-6fewVXISP>TMSMbp=HgwVlVOvDko9wM5FrwG>G z<`a8}R$?x3AhI!-p0|@y4{;MQcs(z+J?a$h*NYlU|{e;de-kJx$z8uutt;V(?lQ zNli-6d7SF6y=kpmhewH*h({wgB;^KPj4Vnj2>+b=EMggPh|slxcx#|!_A}H1W)lw* zTKtEJHAF9=>pDW)T$eV>rh$^#FI~RdZ4t49*h)+xDu|{ioC7M)6HAF|;>W~ZV(@y6 zLbq3v@fVS)$pwL*L>^4eow;rBA>8QYSFw-Kj=i4PPrOcikLV!oCv?RVT?Cu@|JTiw zeiZp<^2oyHyzLp(DV;_<>1`owAa3z`XQU+MimAV$Hk8oO)74H~JW%39;4vcN^#ynv zah&)e@hq`~_!XgRd(Xj?wL^QVGrox{4rPZzRb`b0q0&%jc+<4P=`C%oD_WN , 2014 +# Assada , 2014 # cookiezeater , 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:54+0000\n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-04-21 19:05+0000\n" "Last-Translator: czaks \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -25,6 +26,7 @@ msgstr "" #: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 +#: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 msgid "second" msgid_plural "seconds" msgstr[0] "секунда" @@ -37,6 +39,7 @@ msgstr[2] "секунд" #: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "minute" msgid_plural "minutes" msgstr[0] "минута" @@ -49,6 +52,7 @@ msgstr[2] "минут" #: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "hour" msgid_plural "hours" msgstr[0] "час" @@ -61,6 +65,7 @@ msgstr[2] "часа" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "day" msgid_plural "days" msgstr[0] "день" @@ -73,6 +78,7 @@ msgstr[2] "дней" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "week" msgid_plural "weeks" msgstr[0] "неделя" @@ -85,6 +91,7 @@ msgstr[2] "недель" #: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 +#: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 msgid "year" msgid_plural "years" msgstr[0] "год" @@ -94,6 +101,7 @@ msgstr[2] "лет" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 +#: ../../../../inc/functions.php:732 msgid "Banned!" msgstr "Забанен!" @@ -104,7 +112,8 @@ msgstr "Забанен!" #: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 -#: ../../../../inc/functions.php:1234 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 +#: ../../../../inc/functions.php:1244 msgid "Previous" msgstr "Предыдущий" @@ -115,28 +124,29 @@ msgstr "Предыдущий" #: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 -#: ../../../../inc/functions.php:1248 +#: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 +#: ../../../../inc/functions.php:1258 msgid "Next" msgstr "Следующий" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 -#: ../../../../inc/display.php:108 +#: ../../../../inc/display.php:108 ../../../../inc/display.php:112 msgid "Error" msgstr "Ошибка" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 -#: ../../../../inc/display.php:109 +#: ../../../../inc/display.php:109 ../../../../inc/display.php:113 msgid "An error has occured." msgstr "Произошла ошибка." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 -#: ../../../../inc/display.php:125 +#: ../../../../inc/display.php:125 ../../../../inc/display.php:129 msgid "Login" msgstr "Войти" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 -#: ../../../../inc/display.php:244 +#: ../../../../inc/display.php:244 ../../../../inc/display.php:248 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Пост слишком длинный. Нажмите вот сюда чтобы просмотреть полностью." @@ -144,41 +154,47 @@ msgstr "Пост слишком длинный. Нажмите в #: ../../../../inc/display.php:368 ../../../../inc/display.php:473 #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 msgid "Ban" msgstr "Забанить" #: ../../../../inc/display.php:372 ../../../../inc/display.php:477 #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Ban & Delete" msgstr "Забанить и удалить" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Delete file" msgstr "Удалить файл" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Are you sure you want to delete this file?" msgstr "Вы точно хотите удалить этот файл?" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Spoiler File" msgstr "*** Заспойлерить файл" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Are you sure you want to spoiler this file?" msgstr "Вы точно хотите поместить этот файл под спойлер?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 -#: ../../../../inc/display.php:404 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:408 msgid "Move reply to another board" msgstr "*** Переместить ответ на другую доску" @@ -186,6 +202,7 @@ msgstr "*** Переместить ответ на другую доску" #: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +#: ../../../../inc/display.php:412 ../../../../inc/display.php:541 msgid "Edit post" msgstr "Редактировать пост" @@ -194,69 +211,69 @@ msgstr "Редактировать пост" #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Delete" msgstr "Удалить" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Are you sure you want to delete this?" msgstr "Вы точно хотите это удалить?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Delete all posts by IP" msgstr "Удалить все посты с этого IP" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Вы точно хотите удалить все посты с этого IP адреса?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "Delete all posts by IP across all boards" msgstr "Удалить все посты с данного IP со всех борд" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" msgstr "Вы точно хотите удалить все посты с этого IP адреса на всех досках?" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 -#: ../../../../inc/display.php:515 +#: ../../../../inc/display.php:515 ../../../../inc/display.php:519 msgid "Make thread not sticky" msgstr "Открепить тред" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 -#: ../../../../inc/display.php:517 +#: ../../../../inc/display.php:517 ../../../../inc/display.php:521 msgid "Make thread sticky" msgstr "Прикрепить тред" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 -#: ../../../../inc/display.php:521 +#: ../../../../inc/display.php:521 ../../../../inc/display.php:525 msgid "Allow thread to be bumped" msgstr "" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 -#: ../../../../inc/display.php:523 +#: ../../../../inc/display.php:523 ../../../../inc/display.php:527 msgid "Prevent thread from being bumped" msgstr "" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 -#: ../../../../inc/display.php:528 +#: ../../../../inc/display.php:528 ../../../../inc/display.php:532 msgid "Unlock thread" msgstr "Открыть тред" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 -#: ../../../../inc/display.php:530 +#: ../../../../inc/display.php:530 ../../../../inc/display.php:534 msgid "Lock thread" msgstr "Закрыть тред" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 -#: ../../../../inc/display.php:533 +#: ../../../../inc/display.php:533 ../../../../inc/display.php:537 msgid "Move thread to another board" msgstr "Переместить тред в другую доску" @@ -725,6 +742,9 @@ msgstr "Логи модерации" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -899,6 +919,8 @@ msgstr "удалить пост" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 @@ -923,6 +945,7 @@ msgstr "Файл" #. line 131 #. line 14 #. line 144 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -980,6 +1003,11 @@ msgstr "Пaроль" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1043,6 +1071,7 @@ msgstr "" #. line 56 #. line 44 #. line 56 +#. line 44 #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 @@ -1176,6 +1205,8 @@ msgstr "" #. line 8 #. line 7 #. line 14 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1220,6 +1251,8 @@ msgstr "Адрес" #. line 12 #. line 24 #. line 46 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1321,6 +1354,8 @@ msgstr "Флаги" #. line 116 #. line 128 #. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1355,6 +1390,8 @@ msgstr "Sticky" #. line 120 #. line 132 #. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1389,6 +1426,8 @@ msgstr "Lock" #. line 124 #. line 136 #. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1470,6 +1509,10 @@ msgstr "Нет результатов" #. line 13 #. line 115 #. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1597,6 +1640,7 @@ msgstr "Новый пост" #. line 28 #. line 16 #. line 28 +#. line 16 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" @@ -1685,6 +1729,11 @@ msgstr "" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1716,6 +1765,8 @@ msgstr "" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1765,6 +1816,8 @@ msgstr "Новая заметка" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1834,6 +1887,11 @@ msgstr "без причины" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1879,6 +1937,8 @@ msgstr "все доски" #. line 50 #. line 128 #. line 43 +#. line 128 +#. line 43 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1907,6 +1967,8 @@ msgstr "" #. line 52 #. line 132 #. line 47 +#. line 132 +#. line 47 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1943,6 +2005,8 @@ msgstr "никогда" #. line 53 #. line 142 #. line 57 +#. line 142 +#. line 57 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2006,6 +2070,8 @@ msgstr "Время" #. line 137 #. line 185 #. line 89 +#. line 185 +#. line 89 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2058,6 +2124,7 @@ msgstr "Новый бан" #. line 2 #. line 5 #. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2250,6 +2317,8 @@ msgstr "" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 msgid "You appealed this ban on" @@ -2278,6 +2347,8 @@ msgstr "" #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 msgid "and it was denied." @@ -2295,6 +2366,8 @@ msgstr "" #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 msgid "You may appeal this ban again. Please enter your reasoning below." @@ -2425,7 +2498,7 @@ msgstr "Время жалобы" #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:54 msgid "Reported by" -msgstr "" +msgstr "Отправлено" #: ../../../../templates/cache/3a/62/f804928dbcf285e3d5d8d7ae31b1e3a7c78264f270efa9650d31f69c7897.php:73 msgid "Discard abuse report" @@ -2530,3 +2603,19 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 msgid "None" msgstr "" + +#. When moving a thread to another board and choosing to keep a "shadow +#. thread", an automated post (with +#. a capcode) will be made, linking to the new location for the thread. "%s" +#. will be replaced with a +#. standard cross-board post citation (>>>/board/xxx) +#: ../../../../inc/config.php:1211 +#, php-format +msgid "Moved to %s." +msgstr "" + +#: ../../../../templates/themes/recent/theme.php:50 +msgid "" +"Can't build the RecentPosts theme, because there are no boards to be " +"fetched." +msgstr "" diff --git a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.mo index 782d9ee2d07f849ecdf359850566dd507efc2b96..85c98dd89885094fd4f5f92bbfa4b6f6588bb364 100644 GIT binary patch delta 2655 zcmXZee@vBC9LMoP;DvidQ2|Rpxq_k%(0f5duBfPikO&FL4}Z)U#BwTbT(ZS#kD^#J zYHDE%&B9XWTt;bg(P{}aTWRLzruK)fzg&%_x#b_}r1yvCIOpq}^E}Tv-}C*R=eeF5 zi1=(EqCdgs{2XD-g?wYOjWL}C#>~Ke^y5|h0q^4^{4!)r9S&kHCM|ZKtH5#eU$=Im zm;PHg5f9-6?8A@o3rxn!LgS3xu(i;b7zR2p9{1p6`~Yk4G%mp>I0p;qOvh#nVkf5K zc}&Bb=)*_&40@ItGaFM;^A}?*HY|1AMvEN?V-y#5p?1_|ecO&7#1)JmM(yYpYA1J5 zJC0mtOae|oT~9*=5WqMr!?A@?^RzfL=F>Qh0lbBY=qoa2D*AB-=A$OAMP+6ydhiWY zpnFj}-j7 A4^XxK4^z;~_B2lhreO%Ru}!GJ!^nJ&>2Mon7wUn1sEB(}XW|4Z17~q2UO`Q8 z54G?^+kavmx6+uojK|_rn1{M=k+sN 7392`F3iP2RP7$( zbc}q?EyYY!;JL_Ovx IRgI3N#C&acL>}_s}R|AQIQ07G7&_ zXhto#&AJn{@Gew9@1SaY$d31568+;i4!=V!G=wVcFPMRUpx%O*GV)(TBel$}X*(*# zhft^ZBUFF`sK74T>(@~wyMtq;LERVgy!(6{YQZGb+Y&&Pq!^WvT8zOKhlXz4fj;a) zEpz~ts!vfR`Wm&9VNAu#sEm!+>-SL;j$(+E#H@B}zjBTH+(uN1no;w$p)%;~wgdZ6 z5%$;%C#`4D%XmL3fB}3K2T?m2L8bID>QJUvxS!h17^L5YI)oQcr~fxpM*c!J?wC;; zN_AqTd-!rNi+&Aid^hIdG1O~!9aXyrs0F<*xQDkG{q!49*E=u=526o;aRFYnMy=(W zp!dIkMmiVTP&Xb%rKS((;z{HO(p<$^7+vM2J`3m551`(j7jYuCqe`&{wc~D_f+tZs z{{}VRub8U$-^15HHO;^YSc00U2IH{__28?h!`6*DY#-ue`~>IVSEz6L@5nE<@zl5r z7oj#(je0xkF&@L{Xoqjwfqqn^!>A9&4SXMS))})9FX23VV$H5~OSBQw7=I1*{WyxM z`S+NBH&7)V!HqbL|3oO0JL|~57CgcLYnijiaWIkfZlqNhpuZjUz%k6mA=JeG;M3@7 zaBDjQHD5LAth8Vv?!_GJMV*-|xB|WF$^SAMTnwF#7TGnb$0q38hWj+p>}i&wea6|Jb`>orJsWOqUEA? zSb$o%9OJMab$DOKAcj#TIf1(GCsd}cqcSssy5H;D Cr)dPB0W$@Lud9 ze_l?|A1nw3@-hSb@s&4*+p}xh8e7BL8ryfYh5St&ja$S1!tIT1O)Hh2>qC}!hWtCr_;9_yU
Ci3;=( zYRB)O7CMRwYydTW5u@-bYTlc;7_GZBSkol0HfAP1k4n+2sK~oe51v3R^cgCUbEv>W z7=iauwf-09VKm#*Jein^D^VMJ0Tp;VGM{BS?1t$?J#ZKm@p06d7(iv 9ldVrP5 ?_Bnraxc6%}DUDuu5h=gxGaA490xJ-{Rk zUu%~l9ToU; dV(i?9N9U$5h7)ayEoD&hB7i?>ko7d&md7A@6mBMt4K4wd3o)LD2Rz1WY_ zFoX*13M!!Ms1n^mo%TD<^}kVPCalEHWGpJ6WK^Kp7=f!x$bUGEQU)Hu&8USdof~$c z7HoCgk6O4B70`RA8Xs}SkK$wWPvdmFfLiDhs J)#33UCw^*hT01II3i~ajG<^`=Zv{&(B0Hn1p&;{HP3+pw3neMq;ByLpSb54|by# z>P4mM6I6-5Lha--rr=dn#wMNX_fQjtZQxr$N}^D;U-yjt+;&uncA@5LLuJr9;0zo_ zMR?S?Fz9#|-HZ>R0vN?i454;1iAw2zs6)A6ll`f!#~k|Is6a+gr~emJM*cuHZkez$ zJJpG(! lHqYWi^z4kEuG%^0Smr@~HsHfGcJqu!ndjKzJZQXE9>xCdwAAZq7d zqvrb=Q}q73`5LIEnHYnmsEMj^7QTpj@O9K->p>m14{-*5j0^EgT#UbBKDsOIg^N)e zszSXTbvO(b5jzat4M_kzPi9Fm7NU=5FEZhF5S2x~gn_sJCQ0rs5l@5}riW{98=G z8>o^_;x?Se9}&vr{%Z2C1y3-*TIM`*E=>4VJJK!aqyGx(fm4`;mrxV`g>%qdW7l>* zYQ8GeS!qNLnK^_@@i^+tT*EaOT}%E8X_T>DrM?GUcpNkEBvxPumBPe2`-78&y5EcX z(k*fN0aWcv9LrI^ylQbS?#FoSMV*~~i-umS>!=+~pcekq8J|PGX46kWebJVqc36N~ zxD4a44t02&FbCUFB^f~7_X8?Z z_b&AZeEExg{PS!K?%A7FxjWdhr#ZN{b$7tKqpiN-rJW5;-h$wcmm6D(g3YZ>!R949 L+lGR9-=+T#Eoecb diff --git a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po index 1ab53601..3d32a805 100644 --- a/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po +++ b/inc/locale/sk_SK/LC_MESSAGES/tinyboard.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 23:09+0000\n" -"Last-Translator: dubcheck \n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-04-21 19:05+0000\n" +"Last-Translator: czaks \n" "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" @@ -24,6 +24,7 @@ msgstr "" #: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 +#: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" @@ -36,6 +37,7 @@ msgstr[2] "sekúnd" #: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "minute" msgid_plural "minutes" msgstr[0] "minúta" @@ -48,6 +50,7 @@ msgstr[2] "minút" #: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "hour" msgid_plural "hours" msgstr[0] "hodina" @@ -60,6 +63,7 @@ msgstr[2] "hodín" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "day" msgid_plural "days" msgstr[0] "deň" @@ -72,6 +76,7 @@ msgstr[2] "dní" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "week" msgid_plural "weeks" msgstr[0] "týždeň" @@ -84,6 +89,7 @@ msgstr[2] "týždňov" #: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 +#: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 msgid "year" msgid_plural "years" msgstr[0] "rok" @@ -93,6 +99,7 @@ msgstr[2] "rokov" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 +#: ../../../../inc/functions.php:732 msgid "Banned!" msgstr "Zabanovaný!" @@ -103,7 +110,8 @@ msgstr "Zabanovaný!" #: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 -#: ../../../../inc/functions.php:1234 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 +#: ../../../../inc/functions.php:1244 msgid "Previous" msgstr "Späť" @@ -114,28 +122,29 @@ msgstr "Späť" #: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 -#: ../../../../inc/functions.php:1248 +#: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 +#: ../../../../inc/functions.php:1258 msgid "Next" msgstr "Ďalej" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 -#: ../../../../inc/display.php:108 +#: ../../../../inc/display.php:108 ../../../../inc/display.php:112 msgid "Error" msgstr "Chyba" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 -#: ../../../../inc/display.php:109 +#: ../../../../inc/display.php:109 ../../../../inc/display.php:113 msgid "An error has occured." msgstr "Nastala chyba." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 -#: ../../../../inc/display.php:125 +#: ../../../../inc/display.php:125 ../../../../inc/display.php:129 msgid "Login" msgstr "Prihlásenie" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 -#: ../../../../inc/display.php:244 +#: ../../../../inc/display.php:244 ../../../../inc/display.php:248 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Príliš dlhý príspevok. Klikni sem pre zobrazenie celého textu." @@ -143,41 +152,47 @@ msgstr "Príliš dlhý príspevok. Klikni sem pre zobrazenie #: ../../../../inc/display.php:368 ../../../../inc/display.php:473 #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 msgid "Ban" msgstr "Zabanovať" #: ../../../../inc/display.php:372 ../../../../inc/display.php:477 #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Ban & Delete" msgstr "Zabanovať a odstrániť" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Delete file" msgstr "Odstrániť súbor" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Are you sure you want to delete this file?" msgstr "Naozaj chceš odstrániť tento súbor?" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Spoiler File" msgstr "Skrytý súbor" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Are you sure you want to spoiler this file?" msgstr "Naozaj chceš skryť tento súbor?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 -#: ../../../../inc/display.php:404 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:408 msgid "Move reply to another board" msgstr "Presunúť odpoveď do inej dosky" @@ -185,6 +200,7 @@ msgstr "Presunúť odpoveď do inej dosky" #: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +#: ../../../../inc/display.php:412 ../../../../inc/display.php:541 msgid "Edit post" msgstr "Upraviť príspevok" @@ -193,69 +209,69 @@ msgstr "Upraviť príspevok" #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Delete" msgstr "Odstrániť" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Are you sure you want to delete this?" msgstr "Naozaj to chceš odstrániť?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Delete all posts by IP" msgstr "Odstrániť všetky príspevky od IP adresy" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Naozaj chceš odstrániť všetky príspevky tejto IP adresy?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "Delete all posts by IP across all boards" msgstr "Odstrániť všetky príspevky IP adresy na všetkých doskách" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" msgstr "Naozaj chceš odstrániť všetky príspevky tejto IP adresy na všetkých doskách?" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 -#: ../../../../inc/display.php:515 +#: ../../../../inc/display.php:515 ../../../../inc/display.php:519 msgid "Make thread not sticky" msgstr "Odopnúť vlákno" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 -#: ../../../../inc/display.php:517 +#: ../../../../inc/display.php:517 ../../../../inc/display.php:521 msgid "Make thread sticky" msgstr "Pripnúť vlákno" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 -#: ../../../../inc/display.php:521 +#: ../../../../inc/display.php:521 ../../../../inc/display.php:525 msgid "Allow thread to be bumped" msgstr "Povoliť bumpovanie vlákna" #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 -#: ../../../../inc/display.php:523 +#: ../../../../inc/display.php:523 ../../../../inc/display.php:527 msgid "Prevent thread from being bumped" msgstr "Zakázať bumpovanie vlákna" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 -#: ../../../../inc/display.php:528 +#: ../../../../inc/display.php:528 ../../../../inc/display.php:532 msgid "Unlock thread" msgstr "Odomknúť vlákno" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 -#: ../../../../inc/display.php:530 +#: ../../../../inc/display.php:530 ../../../../inc/display.php:534 msgid "Lock thread" msgstr "Zamknúť vlákno" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 -#: ../../../../inc/display.php:533 +#: ../../../../inc/display.php:533 ../../../../inc/display.php:537 msgid "Move thread to another board" msgstr "Presunúť vlákno na inú dosku" @@ -724,6 +740,9 @@ msgstr "Log moderácie" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -898,6 +917,8 @@ msgstr "Odstrániť príspevok" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 @@ -922,6 +943,7 @@ msgstr "Súbor" #. line 131 #. line 14 #. line 144 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -979,6 +1001,11 @@ msgstr "Heslo" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1042,6 +1069,7 @@ msgstr "žiadny predmet" #. line 56 #. line 44 #. line 56 +#. line 44 #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 @@ -1175,6 +1203,8 @@ msgstr "skrytých. Klikni na Odpoveď pre ich zobrazenie." #. line 8 #. line 7 #. line 14 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1219,6 +1249,8 @@ msgstr "E-mail" #. line 12 #. line 24 #. line 46 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1320,6 +1352,8 @@ msgstr "Vlajky" #. line 116 #. line 128 #. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1354,6 +1388,8 @@ msgstr "Pripnuté" #. line 120 #. line 132 #. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1388,6 +1424,8 @@ msgstr "Zamknuté" #. line 124 #. line 136 #. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1469,6 +1507,10 @@ msgstr "Žiadne výsledky." #. line 13 #. line 115 #. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1596,6 +1638,7 @@ msgstr "Nový príspevok" #. line 28 #. line 16 #. line 28 +#. line 16 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" @@ -1684,6 +1727,11 @@ msgstr "Prispieť do noviniek" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1715,6 +1763,8 @@ msgstr "Tím" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1764,6 +1814,8 @@ msgstr "Nová poznámka" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1833,6 +1885,11 @@ msgstr "bez dôvodu" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1878,6 +1935,8 @@ msgstr "všetky dosky" #. line 50 #. line 128 #. line 43 +#. line 128 +#. line 43 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1906,6 +1965,8 @@ msgstr "sada" #. line 52 #. line 132 #. line 47 +#. line 132 +#. line 47 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1942,6 +2003,8 @@ msgstr "nikdy" #. line 53 #. line 142 #. line 57 +#. line 142 +#. line 57 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -2005,6 +2068,8 @@ msgstr "Čas" #. line 137 #. line 185 #. line 89 +#. line 185 +#. line 89 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2057,6 +2122,7 @@ msgstr "Nový ban" #. line 2 #. line 5 #. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2249,6 +2315,8 @@ msgstr "Stále čaká na rozsudok" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 msgid "You appealed this ban on" @@ -2277,6 +2345,8 @@ msgstr "Odoslal si maximálny počet odvolaní sa na ban. Nemôžeš sa znova od #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 msgid "and it was denied." @@ -2294,6 +2364,8 @@ msgstr "a Tvoje odvolanie sa bolo odmietnuté" #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 msgid "You may appeal this ban again. Please enter your reasoning below." @@ -2529,3 +2601,19 @@ msgstr "Vlajka" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 msgid "None" msgstr "Žiadna" + +#. When moving a thread to another board and choosing to keep a "shadow +#. thread", an automated post (with +#. a capcode) will be made, linking to the new location for the thread. "%s" +#. will be replaced with a +#. standard cross-board post citation (>>>/board/xxx) +#: ../../../../inc/config.php:1211 +#, php-format +msgid "Moved to %s." +msgstr "" + +#: ../../../../templates/themes/recent/theme.php:50 +msgid "" +"Can't build the RecentPosts theme, because there are no boards to be " +"fetched." +msgstr "" diff --git a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.mo index f5f1f6e99143255e5a37d4c965632a42ae3eae73..9a62cdad360a2db8a73b7d43c52eced0d1747984 100644 GIT binary patch delta 62 zcmcb=lJWjZ#tpa4^$it_46O`Iv<-|547dXPb%RpNGK(|w^K@MjOH!>Aj0_A-bPY^& SjSLkGEv*bpH*;BBl>q>F@e*VJ delta 62 zcmcb=lJWjZ#tpa4^$ipZ46IBnwGE6647dXPb%RpNGK(|w^K@MjOH!>Aj0_A-bPY^& S4J{RnjI2yeHgj2Al>q>H1rlxm diff --git a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po index e3435ab9..844442c3 100644 --- a/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po +++ b/inc/locale/tr_TR/LC_MESSAGES/tinyboard.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: vichan\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-20 00:49+0200\n" -"PO-Revision-Date: 2014-04-19 22:54+0000\n" +"POT-Creation-Date: 2014-04-21 21:04+0200\n" +"PO-Revision-Date: 2014-04-21 19:05+0000\n" "Last-Translator: czaks \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/tinyboard-vichan-devel/language/tr_TR/)\n" "MIME-Version: 1.0\n" @@ -24,6 +24,7 @@ msgstr "" #: ../../../../inc/functions.php:623 ../../../../inc/functions.php:640 #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:643 ../../../../inc/functions.php:660 +#: ../../../../inc/functions.php:653 ../../../../inc/functions.php:670 msgid "second" msgid_plural "seconds" msgstr[0] "saniye" @@ -34,6 +35,7 @@ msgstr[0] "saniye" #: ../../../../inc/functions.php:625 ../../../../inc/functions.php:642 #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:645 ../../../../inc/functions.php:662 +#: ../../../../inc/functions.php:655 ../../../../inc/functions.php:672 msgid "minute" msgid_plural "minutes" msgstr[0] "dakika" @@ -44,6 +46,7 @@ msgstr[0] "dakika" #: ../../../../inc/functions.php:627 ../../../../inc/functions.php:644 #: ../../../../inc/functions.php:633 ../../../../inc/functions.php:650 #: ../../../../inc/functions.php:647 ../../../../inc/functions.php:664 +#: ../../../../inc/functions.php:657 ../../../../inc/functions.php:674 msgid "hour" msgid_plural "hours" msgstr[0] "saat" @@ -54,6 +57,7 @@ msgstr[0] "saat" #: ../../../../inc/functions.php:629 ../../../../inc/functions.php:646 #: ../../../../inc/functions.php:635 ../../../../inc/functions.php:652 #: ../../../../inc/functions.php:649 ../../../../inc/functions.php:666 +#: ../../../../inc/functions.php:659 ../../../../inc/functions.php:676 msgid "day" msgid_plural "days" msgstr[0] "gün" @@ -64,6 +68,7 @@ msgstr[0] "gün" #: ../../../../inc/functions.php:631 ../../../../inc/functions.php:648 #: ../../../../inc/functions.php:637 ../../../../inc/functions.php:654 #: ../../../../inc/functions.php:651 ../../../../inc/functions.php:668 +#: ../../../../inc/functions.php:661 ../../../../inc/functions.php:678 msgid "week" msgid_plural "weeks" msgstr[0] "hafta" @@ -74,6 +79,7 @@ msgstr[0] "hafta" #: ../../../../inc/functions.php:634 ../../../../inc/functions.php:651 #: ../../../../inc/functions.php:640 ../../../../inc/functions.php:657 #: ../../../../inc/functions.php:654 ../../../../inc/functions.php:671 +#: ../../../../inc/functions.php:664 ../../../../inc/functions.php:681 msgid "year" msgid_plural "years" msgstr[0] "yıl" @@ -81,6 +87,7 @@ msgstr[0] "yıl" #: ../../../../inc/functions.php:628 ../../../../inc/functions.php:670 #: ../../../../inc/functions.php:699 ../../../../inc/functions.php:702 #: ../../../../inc/functions.php:708 ../../../../inc/functions.php:722 +#: ../../../../inc/functions.php:732 msgid "Banned!" msgstr "Ban!" @@ -91,7 +98,8 @@ msgstr "Ban!" #: ../../../../inc/functions.php:1197 ../../../../inc/functions.php:1211 #: ../../../../inc/functions.php:1200 ../../../../inc/functions.php:1214 #: ../../../../inc/functions.php:1206 ../../../../inc/functions.php:1220 -#: ../../../../inc/functions.php:1234 +#: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1230 +#: ../../../../inc/functions.php:1244 msgid "Previous" msgstr "Geri" @@ -102,28 +110,29 @@ msgstr "Geri" #: ../../../../inc/functions.php:1216 ../../../../inc/functions.php:1225 #: ../../../../inc/functions.php:1219 ../../../../inc/functions.php:1228 #: ../../../../inc/functions.php:1234 ../../../../inc/functions.php:1239 -#: ../../../../inc/functions.php:1248 +#: ../../../../inc/functions.php:1248 ../../../../inc/functions.php:1249 +#: ../../../../inc/functions.php:1258 msgid "Next" msgstr "İleri" #: ../../../../inc/display.php:93 ../../../../inc/display.php:105 -#: ../../../../inc/display.php:108 +#: ../../../../inc/display.php:108 ../../../../inc/display.php:112 msgid "Error" msgstr "Hata" #: ../../../../inc/display.php:94 ../../../../inc/display.php:106 -#: ../../../../inc/display.php:109 +#: ../../../../inc/display.php:109 ../../../../inc/display.php:113 msgid "An error has occured." msgstr "Bi hata oluştu." #: ../../../../inc/display.php:110 ../../../../inc/mod/pages.php:62 #: ../../../../inc/mod/pages.php:60 ../../../../inc/display.php:122 -#: ../../../../inc/display.php:125 +#: ../../../../inc/display.php:125 ../../../../inc/display.php:129 msgid "Login" msgstr "Giriş" #: ../../../../inc/display.php:229 ../../../../inc/display.php:241 -#: ../../../../inc/display.php:244 +#: ../../../../inc/display.php:244 ../../../../inc/display.php:248 #, php-format msgid "Post too long. Click here to view the full text." msgstr "Gönderi çok uzun. Görmek için lütfen tıklayın." @@ -131,41 +140,47 @@ msgstr "Gönderi çok uzun. Görmek için lütfen tıklayın #: ../../../../inc/display.php:368 ../../../../inc/display.php:473 #: ../../../../inc/display.php:385 ../../../../inc/display.php:495 #: ../../../../inc/display.php:388 ../../../../inc/display.php:498 +#: ../../../../inc/display.php:392 ../../../../inc/display.php:502 msgid "Ban" msgstr "Ban" #: ../../../../inc/display.php:372 ../../../../inc/display.php:477 #: ../../../../inc/display.php:389 ../../../../inc/display.php:499 #: ../../../../inc/display.php:392 ../../../../inc/display.php:502 +#: ../../../../inc/display.php:396 ../../../../inc/display.php:506 msgid "Ban & Delete" msgstr "Banla & Sil" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Delete file" msgstr "Dosyayı sil" #: ../../../../inc/display.php:376 ../../../../inc/display.php:481 #: ../../../../inc/display.php:393 ../../../../inc/display.php:503 #: ../../../../inc/display.php:396 ../../../../inc/display.php:506 +#: ../../../../inc/display.php:400 ../../../../inc/display.php:510 msgid "Are you sure you want to delete this file?" msgstr "Bu dosyayı silmek istediğinizden emin misiniz?" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Spoiler File" msgstr "Spoiler" #: ../../../../inc/display.php:380 ../../../../inc/display.php:485 #: ../../../../inc/display.php:397 ../../../../inc/display.php:507 #: ../../../../inc/display.php:400 ../../../../inc/display.php:510 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:514 msgid "Are you sure you want to spoiler this file?" msgstr "Spoiler eklemek istediğinizden emin misiniz?" #: ../../../../inc/display.php:384 ../../../../inc/display.php:401 -#: ../../../../inc/display.php:404 +#: ../../../../inc/display.php:404 ../../../../inc/display.php:408 msgid "Move reply to another board" msgstr "Cevabı başka tahtaya taşı" @@ -173,6 +188,7 @@ msgstr "Cevabı başka tahtaya taşı" #: ../../../../inc/mod/pages.php:1425 ../../../../inc/mod/pages.php:1494 #: ../../../../inc/display.php:405 ../../../../inc/display.php:534 #: ../../../../inc/display.php:408 ../../../../inc/display.php:537 +#: ../../../../inc/display.php:412 ../../../../inc/display.php:541 msgid "Edit post" msgstr "Girdiyi düzenle" @@ -181,69 +197,69 @@ msgstr "Girdiyi düzenle" #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:33 #: ../../../../inc/display.php:483 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:36 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Delete" msgstr "Sil" #: ../../../../inc/display.php:461 ../../../../inc/display.php:483 -#: ../../../../inc/display.php:486 +#: ../../../../inc/display.php:486 ../../../../inc/display.php:490 msgid "Are you sure you want to delete this?" msgstr "Silmek istediğinizden emin misiniz?" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Delete all posts by IP" msgstr "Bu IP'den gönderilen her şeyi sil" #: ../../../../inc/display.php:465 ../../../../inc/display.php:487 -#: ../../../../inc/display.php:490 +#: ../../../../inc/display.php:490 ../../../../inc/display.php:494 msgid "Are you sure you want to delete all posts by this IP address?" msgstr "Bu IP'den gönderilen her şeyi silmek istediğinizden emin misiniz?" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "Delete all posts by IP across all boards" msgstr "Bu IP'nin bütün tahtalardaki gönderilerini sil" #: ../../../../inc/display.php:469 ../../../../inc/display.php:491 -#: ../../../../inc/display.php:494 +#: ../../../../inc/display.php:494 ../../../../inc/display.php:498 msgid "" "Are you sure you want to delete all posts by this IP address, across all " "boards?" msgstr "Bu IP'nin bütün tahtalardaki girdilerini silmek istediğinizden emin misiniz?" #: ../../../../inc/display.php:490 ../../../../inc/display.php:512 -#: ../../../../inc/display.php:515 +#: ../../../../inc/display.php:515 ../../../../inc/display.php:519 msgid "Make thread not sticky" msgstr "Konuyu yapışmayan yap" #: ../../../../inc/display.php:492 ../../../../inc/display.php:514 -#: ../../../../inc/display.php:517 +#: ../../../../inc/display.php:517 ../../../../inc/display.php:521 msgid "Make thread sticky" msgstr "Konuyu yapışkan yap" #: ../../../../inc/display.php:496 ../../../../inc/display.php:518 -#: ../../../../inc/display.php:521 +#: ../../../../inc/display.php:521 ../../../../inc/display.php:525 msgid "Allow thread to be bumped" msgstr "Konunun yukarı gitmesine izin ver." #: ../../../../inc/display.php:498 ../../../../inc/display.php:520 -#: ../../../../inc/display.php:523 +#: ../../../../inc/display.php:523 ../../../../inc/display.php:527 msgid "Prevent thread from being bumped" msgstr "Konunun yukarı gitmesini engelle" #: ../../../../inc/display.php:503 ../../../../inc/display.php:525 -#: ../../../../inc/display.php:528 +#: ../../../../inc/display.php:528 ../../../../inc/display.php:532 msgid "Unlock thread" msgstr "Konunun kilidini aç" #: ../../../../inc/display.php:505 ../../../../inc/display.php:527 -#: ../../../../inc/display.php:530 +#: ../../../../inc/display.php:530 ../../../../inc/display.php:534 msgid "Lock thread" msgstr "Konuyu kilitle" #: ../../../../inc/display.php:508 ../../../../inc/display.php:530 -#: ../../../../inc/display.php:533 +#: ../../../../inc/display.php:533 ../../../../inc/display.php:537 msgid "Move thread to another board" msgstr "Konuyu başka bir tahtaya taşı" @@ -712,6 +728,9 @@ msgstr "Moderasyon logları" #. line 104 #. line 20 #. line 18 +#. line 104 +#. line 20 +#. line 18 #: ../../../../inc/mod/pages.php:838 ../../../../inc/mod/pages.php:852 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:275 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:71 @@ -886,6 +905,8 @@ msgstr "Girdiyi sil" #. line 3 #. line 97 #. line 3 +#. line 97 +#. line 3 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:26 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:250 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:253 @@ -910,6 +931,7 @@ msgstr "Dosya" #. line 131 #. line 14 #. line 144 +#. line 14 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:28 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:364 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:367 @@ -967,6 +989,11 @@ msgstr "Şifre" #. line 108 #. line 32 #. line 23 +#. line 5 +#. line 8 +#. line 108 +#. line 32 +#. line 23 #: ../../../../templates/cache/82/40/4c4a4b82f787181e6500ce83494d.php:39 #: ../../../../templates/cache/17/2f/ea79f6d94768f645ed33b3f5c1a54caee235af04d24b88e34cc8c2d48583.php:42 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:285 @@ -1030,6 +1057,7 @@ msgstr "konu yok" #. line 56 #. line 44 #. line 56 +#. line 44 #: ../../../../templates/cache/f3/ad/68dee281a64ebad9a5c774b53279.php:91 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:125 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:153 @@ -1155,6 +1183,8 @@ msgstr "gizlendi. Görmek için cevaplaya basın." #. line 8 #. line 7 #. line 14 +#. line 8 +#. line 14 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:30 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:66 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:38 @@ -1199,6 +1229,8 @@ msgstr "E-posta" #. line 12 #. line 24 #. line 46 +#. line 12 +#. line 46 #: ../../../../templates/cache/39/42/cbc36382096edfa72a8bc26e4514.php:58 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:147 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:48 @@ -1300,6 +1332,8 @@ msgstr "Bayrak" #. line 116 #. line 128 #. line 129 +#. line 128 +#. line 129 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:316 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:320 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:319 @@ -1334,6 +1368,8 @@ msgstr "Yapışkan" #. line 120 #. line 132 #. line 133 +#. line 132 +#. line 133 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:330 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:334 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:333 @@ -1368,6 +1404,8 @@ msgstr "Kilitli" #. line 124 #. line 136 #. line 137 +#. line 136 +#. line 137 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:344 #: ../../../../templates/cache/0c/37/9331df01df7c2986d77a02d3beb0.php:348 #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:347 @@ -1447,6 +1485,10 @@ msgstr "Sonuç yok." #. line 13 #. line 115 #. line 16 +#. line 115 +#. line 16 +#. line 2 +#. line 13 #: ../../../../search.php:168 #: ../../../../templates/cache/72/7e/271125664718133518fd942f20fb724224e100f8a0d47cb0b52f895ac12f.php:334 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:83 @@ -1574,6 +1616,7 @@ msgstr "Yeni gönderi" #. line 28 #. line 16 #. line 28 +#. line 16 #: ../../../../templates/cache/39/f9/8228f77b382baf1d61c1215dc0f0236e4cdf8cc5e938259785cf3e67d1ca.php:55 #: ../../../../templates/cache/1a/7f/6eb467b2d978da59cfea2fe64f8898a5fb769be35fbb2ec50691da9a3d52.php:83 msgid "Body" @@ -1662,6 +1705,11 @@ msgstr "Haber gönder" #. line 152 #. line 182 #. line 67 +#. line 24 +#. line 63 +#. line 152 +#. line 182 +#. line 67 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:81 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:186 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:391 @@ -1693,6 +1741,8 @@ msgstr "Yönetim" #. line 68 #. line 25 #. line 68 +#. line 25 +#. line 68 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:85 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:197 #: ../../../../templates/cache/6a/a4/b13523024ba2660a4f8f05e0c909c55477f675db9a2620075762ac245c91.php:63 @@ -1742,6 +1792,8 @@ msgstr "Yeni not" #. line 7 #. line 94 #. line 7 +#. line 94 +#. line 7 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:251 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:36 msgid "Status" @@ -1811,6 +1863,11 @@ msgstr "sebepsizce" #. line 184 #. line 65 #. line 33 +#. line 3 +#. line 118 +#. line 184 +#. line 65 +#. line 33 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:309 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:472 #: ../../../../templates/cache/88/92/8e730a689121629afa3d2c0f374e1f246baa76e7cf0f3ec680f51805eccd.php:160 @@ -1856,6 +1913,8 @@ msgstr "tüm tahtalar" #. line 50 #. line 128 #. line 43 +#. line 128 +#. line 43 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:333 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:51 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:125 @@ -1884,6 +1943,8 @@ msgstr "Ayarla" #. line 52 #. line 132 #. line 47 +#. line 132 +#. line 47 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:343 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:59 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:135 @@ -1920,6 +1981,8 @@ msgstr "hiç bir zaman" #. line 53 #. line 142 #. line 57 +#. line 142 +#. line 57 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:367 #: ../../../../templates/cache/ba/55/2553cc018aecf7d29a62331aec4bedc71b646817c7e4c4e7d1a885263676.php:63 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:159 @@ -1983,6 +2046,8 @@ msgstr "Zaman" #. line 137 #. line 185 #. line 89 +#. line 185 +#. line 89 #: ../../../../templates/cache/b1/4c/16a427b0d49ecf353c259d9fb606841783484eca9d790e766fdf0e3e9754.php:476 #: ../../../../templates/cache/03/13/62c259daae13f7b39b689162b7cd380b2673bee7e05b90f0d34b69a01190.php:234 #: ../../../../templates/cache/f8/05/d647b76d6ba28842b313895b0d435295026f1912dc49639bd64e3b42eba3.php:42 @@ -2035,6 +2100,7 @@ msgstr "Yeni Ban" #. line 2 #. line 5 #. line 2 +#. line 5 #: ../../../../templates/cache/73/f8/5e3142a8a6f8d7e40422ff577e83b0dedf55a7cb9bc7082839b24f653545.php:25 #: ../../../../templates/cache/cb/8b/63013711213735996df92becb7bd43d753c51314cfe5433c562706333eb0.php:31 msgid "Phrase:" @@ -2227,6 +2293,8 @@ msgstr "Hala bekliyor" #. line 112 #. line 101 #. line 112 +#. line 101 +#. line 112 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:257 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:289 msgid "You appealed this ban on" @@ -2255,6 +2323,8 @@ msgstr "Müracaat sınırını aştınız ulan." #. line 121 #. line 114 #. line 121 +#. line 114 +#. line 121 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:297 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:318 msgid "and it was denied." @@ -2272,6 +2342,8 @@ msgstr "ve geri çevrildi." #. line 123 #. line 116 #. line 123 +#. line 116 +#. line 123 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:302 #: ../../../../templates/cache/b7/ae/f9663c9ca58d1e218de29e04d0fa229f6263f4e68b613ce608bc023897a2.php:323 msgid "You may appeal this ban again. Please enter your reasoning below." @@ -2507,3 +2579,19 @@ msgstr "" #: ../../../../templates/cache/cf/63/151e140d85df674832f4ede3f3e7811b97d4efa91cac6086ca7e8ce65d25.php:261 msgid "None" msgstr "" + +#. When moving a thread to another board and choosing to keep a "shadow +#. thread", an automated post (with +#. a capcode) will be made, linking to the new location for the thread. "%s" +#. will be replaced with a +#. standard cross-board post citation (>>>/board/xxx) +#: ../../../../inc/config.php:1211 +#, php-format +msgid "Moved to %s." +msgstr "" + +#: ../../../../templates/themes/recent/theme.php:50 +msgid "" +"Can't build the RecentPosts theme, because there are no boards to be " +"fetched." +msgstr "" diff --git a/tools/i18n_update.sh b/tools/i18n_update.sh new file mode 100755 index 00000000..faf4478d --- /dev/null +++ b/tools/i18n_update.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd inc/locale; tx pull; cd - +cd inc/locale; K=`ls -d *_*`; cd -; for i in $K; do tools/i18n_compile.php -l $i; done From 6f56b33b2e4ff31fab9c1307b087b6b195cd5f26 Mon Sep 17 00:00:00 2001 From: cicus Date: Tue, 22 Apr 2014 13:24:37 +0200 Subject: [PATCH 06/12] update hu_HU locale --- inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo | Bin 24104 -> 24301 bytes inc/locale/hu_HU/LC_MESSAGES/tinyboard.po | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo b/inc/locale/hu_HU/LC_MESSAGES/tinyboard.mo index 170ec770b3d649e0906ccfe42a54ef37acefe067..cc13089b19757162d7d0c680bb7b5187b91f7922 100644 GIT binary patch delta 7136 zcmZA333yId9>?($*@Orp5h3J_AR-A-OAtXCRf5z~TP$rPFHx~Hc{N?M7lZ0TtBOGv z(W+%^mD1X3iSDYc>eNzQw3NY6Q>|%h%=h=+<9RxB9{=}q&bjxVd+z_7dt>eHfJ=J< zoUbE;78^=-fH85{tcEe0si#J%*O+q+jp3g;&yTu-8W|IbvG@q4Voh9&iTDQUyki)H zmoNl_89WrjQSB& ~f-^7>{?1X_>gyG!Z6jRZSrlAIY3ajH%)QneJ*J2RuEf|d3P*1YU_8-9h zwBN&YjE*;^Hul1LI21MBeW(X1l@65|R5XDFNJ`ABs0mc!ZMYk|<7HHe+jxwrgM(2M zE<& 8+^ad(hF$4pY&A)2Ju9gc|r~tdGiHONc@B_drdw zpKXssT{qsgC!_Yj! OSw- ;2e)_6+1%&31>1Hq9~AYu2Kfdto-RkIWEM%6+zf z1}fFhV-T)D9bbw5HAWrZin@LWcEe++497HgU*FcKP3UA(38!)w_QX-BC#XQJ**eq{ zY(-^YKWeibLf!Zr@ +=#la5_O;LSX=M^Ufb~rYR1R>2aNd^wW+S4 z*0OpMUrCHZwa1_aE=3PMh#GhqYHzH