Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions language/et/email/short/user_thanks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Subject: {THANKS_SUBG} — "{POST_SUBJECT}"

Hello {POSTER_NAME},

You are receiving this notification because {USERNAME} {POST_THANKS} "{POST_SUBJECT}" at "{SITENAME}".

If you want to view the post, click the following link:
{U_POST_THANKS}

{EMAIL_SIG}
10 changes: 10 additions & 0 deletions language/et/email/user_thanks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Subject: {THANKS_SUBG} — "{POST_SUBJECT}"

Hello {POSTER_NAME},

You are receiving this notification because {USERNAME} {POST_THANKS} "{POST_SUBJECT}" at "{SITENAME}".

If you want to view the post, click the following link:
{U_POST_THANKS}

{EMAIL_SIG}
138 changes: 138 additions & 0 deletions language/et/info_acp_thanks.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
<?php
/**
*
* Thanks For Posts extension for the phpBB Forum Software package.
*
* @copyright (c) 2013 phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}

if (empty($lang) || !is_array($lang))
{
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
'ACP_DELTHANKS' => 'Kustuta tänuloetelu',
'ACP_POSTS' => 'Postitusi kokku',
'ACP_POSTSEND' => 'Tänudega postitusi kokku pärast uuendamist',
'ACP_POSTSTHANKS' => 'Tänudega postitusi kokku',
'ACP_THANKS' => 'Thanks for posts',
'ACP_THANKS_MOD_VER' => 'Laienduse versioon: ',
'ACP_THANKS_TRUNCATE' => 'Clear the list of thanks',
'ACP_ALLTHANKS' => 'Thanks taken into account',
'ACP_THANKSEND' => 'Tänud kokku pärast uuendamist',
'ACP_THANKS_REPUT' => 'Skoori seaded',
'ACP_THANKS_REPUT_SETTINGS' => 'Rating Options',
'ACP_THANKS_REPUT_SETTINGS_EXPLAIN' => 'Set the default settings for the rating of posts, topics and forums, based on the thanks system here. <br /> Subject (post, topic or forum) which has the largest total number of thanks is given 100% rating.',
'ACP_THANKS_SETTINGS' => 'Tänamise seaded',
'ACP_THANKS_SETTINGS_EXPLAIN' => 'Default Thanks for posts settings can be changed here.',
'ACP_THANKS_REFRESH' => 'Uuenda näidud',
'ACP_UPDATETHANKS' => 'Näidud uuendatud',
'ACP_USERSEND' => 'Remaining users who thanked',
'ACP_USERSTHANKS' => 'Tänu avaldanud kasutajate koguarv',

'GRAPHIC_BLOCK_BACK' => 'ext/gfksx/ThanksForPosts/images/rating/reput_block_back.gif',
'GRAPHIC_BLOCK_RED' => 'ext/gfksx/ThanksForPosts/images/rating/reput_block_red.gif',
'GRAPHIC_DEFAULT' => 'Images',
'GRAPHIC_OPTIONS' => 'Graphics Options',
'GRAPHIC_STAR_BACK' => 'ext/gfksx/ThanksForPosts/images/rating/reput_star_back.gif',
'GRAPHIC_STAR_BLUE' => 'ext/gfksx/ThanksForPosts/images/rating/reput_star_blue.gif',
'GRAPHIC_STAR_GOLD' => 'ext/gfksx/ThanksForPosts/images/rating/reput_star_gold.gif',

'IMG_THANKPOSTS' => 'To thank for the post',
'IMG_REMOVETHANKS' => 'Cancel thanks',

'LOG_CONFIG_THANKS' => 'Updated configuration of Thanks for post Extension',

'REFRESH' => 'Refresh',
'REMOVE_THANKS' => 'Võta tagasi',
'REMOVE_THANKS_EXPLAIN' => 'Kasutajad saavad om atänu tagasi võtta, kui see on lubatud',

'STEPR' => ' - executed, step %s',

'THANKS_COUNTERS_VIEW' => 'Thanks Counters',
'THANKS_COUNTERS_VIEW_EXPLAIN' => 'If enabled, the block information about the author will show the number of issued/received thanks.',
'THANKS_FORUM_REPUT_VIEW' => 'Show forums rating',
'THANKS_FORUM_REPUT_VIEW_COLUMN' => 'Show forums rating in a column',
'THANKS_FORUM_REPUT_VIEW_COLUMN_EXPLAIN' => 'If enabled, forum rating will be displayed in a column in the forums list. <br /> Note: this option will only effective for prosilver and if the above option is enabled.',
'THANKS_GLOBAL_POST' => 'Tänud Globaalsetes Teadannetes',
'THANKS_GLOBAL_POST_EXPLAIN' => 'Kui lubatud, siis saab ka globaalsete teadaannete eest tänada.',
'THANKS_FORUM_REPUT_VIEW_EXPLAIN' => 'If enabled, forum rating will be displayed in the forums list.',
'THANKS_INFO_PAGE' => 'Infosõnumid',
'THANKS_INFO_PAGE_EXPLAIN' => 'Kui lubatud, siis kasutajatel kuvatakse teade igakordselt tänu määramisel või eemaldamisel.',
'THANKS_NOTICE_ON' => 'Notices are available',
'THANKS_NOTICE_ON_EXPLAIN' => 'If enabled, notice are available and the user can configure the notification via your profile.',
'THANKS_NUMBER' => 'Number of thanks from the list shown in profile',
'THANKS_NUMBER_EXPLAIN' => 'Maximum number of thanks displayed when viewing a profile. <br /> <strong> Remember that slow down will be noticed if this value is set over 250. </strong>',
'THANKS_NUMBER_DIGITS' => 'The number of decimal places for rating',
'THANKS_NUMBER_DIGITS_EXPLAIN' => 'Specify the number of decimal places for the rating value.',
'THANKS_NUMBER_ROW_REPUT' => 'The number of rows in the toplist for rating',
'THANKS_NUMBER_ROW_REPUT_EXPLAIN' => 'Specify the number of rows to display in posts, topics and forums rating toplist.',
'THANKS_NUMBER_POST' => 'Postituse juures näditavate tänamiste arv.',
'THANKS_NUMBER_POST_EXPLAIN' => 'Maximum number of thanks displayed when viewing a post. <br /> <strong> Remember that slow down will be noticed if this value is set over 250. </strong>',
'THANKS_ONLY_FIRST_POST' => 'Ainult teema esimene postitus',
'THANKS_ONLY_FIRST_POST_EXPLAIN' => 'Kui see on lubatud, siis saab tänada vaid esimeseses postituse autorit algses postitues.',
'THANKS_POST_REPUT_VIEW' => 'Show rating for posts',
'THANKS_POST_REPUT_VIEW_EXPLAIN' => 'If enabled, posts rating will be displayed when viewing a topic.',
'THANKS_POSTLIST_VIEW' => 'Näita tänajate loetelu postituses',
'THANKS_POSTLIST_VIEW_EXPLAIN' => 'Kui lubatud, siis kasutatajet list, kes postituse autorit tänasid on nähtav konkreetse postituse jaluses. <br/> Antud võimalus töötab vaid juhul, kui doorumi administraator õigustest selle võimaldab.',
'THANKS_PROFILELIST_VIEW' => 'List thanks in profile',
'THANKS_PROFILELIST_VIEW_EXPLAIN' => 'If enabled, a complete list of thanks including number of thanks and which posts a user has been thanked for will be displayed.',
'THANKS_REFRESH' => 'Tänamiste loendurite uuendamine',
'THANKS_REFRESH_EXPLAIN' => 'Here you can update thanks counters after a mass removal of posts/topics/users, splitting/merging of topics, setting/removing Global Announcement, enabling/disabling option "Only for the first post in the topic", changing posts owners and etc. This may take some time.<br /><strong>Important: To work correctly, the refresh counters function needs MySQL version 4.1 or later!<br />Attention!<br /> - Refreshing will erase all thanks for the guest posts!<br /> - Refreshing will erase all thanks for the Global Announcements, if the option `Thanks in Global Announcements` is OFF!<br /> - Refreshing will erase all thanks for all positions excepting the first in the topic, if the option `Only for the first post in the topic` is ON!</strong>',
'THANKS_REFRESH_MSG' => 'See operatsioon võib võtta mitu minutit aega. Kõik vigased kanded kustutatakse!<br /> Saadud tulemus on pöördumatu!',
'THANKS_REFRESHED_MSG' => 'Uuendamine õnnestus',
'THANKS_REPUT_GRAPHIC' => 'Graphic display of the rating',
'THANKS_REPUT_GRAPHIC_EXPLAIN' => 'If enabled, the rating value will be displayed graphically, using the images below.',
'THANKS_REPUT_HEIGHT' => 'Graphics height',
'THANKS_REPUT_HEIGHT_EXPLAIN' => 'Specify the height of the slider for the ranking in pixels. <br /> <strong> Attention! In order to display correctly, you should indicate the height equal to the height of the following image! </strong>',
'THANKS_REPUT_IMAGE' => 'The main image for the slider',
'THANKS_REPUT_IMAGE_DEFAULT' => '<strong>Graphics Preview</strong>',
'THANKS_REPUT_IMAGE_DEFAULT_EXPLAIN' => 'The image itself and the path to the image can be seen here. Image size is 15x15 pixels. <br /> You can draw your own images for the foreground and background, you can use the file reput_star_.psd in the folder contrib for this. <strong>The height and width of the image should be the same to ensure the correct construction of the graphical scale.</strong>',
'THANKS_REPUT_IMAGE_EXPLAIN' => 'The path - relative to the root folder of phpBB - to the graphic scale image.',
'THANKS_REPUT_IMAGE_NOEXIST' => 'The main image for the graphical scale not found.',
'THANKS_REPUT_IMAGE_BACK' => 'The background image for the slider',
'THANKS_REPUT_IMAGE_BACK_EXPLAIN' => 'The path - relative to the root phpBB install folder - to the graphic scale background image.',
'THANKS_REPUT_IMAGE_BACK_NOEXIST' => 'The background image for the graphic scale not found.',
'THANKS_REPUT_LEVEL' => 'Number of images in a graphic scale',
'THANKS_REPUT_LEVEL_EXPLAIN' => 'The maximum number of images corresponding to 100% of the value of the rating scale in the graphic.',
'THANKS_TIME_VIEW' => 'Thanks time',
'THANKS_TIME_VIEW_EXPLAIN' => 'If enabled, the post will display the thanks time.',
'THANKS_TOP_NUMBER' => 'Number of users in top list',
'THANKS_TOP_NUMBER_EXPLAIN' => 'Specify the number of users to show in the toplist on index. 0 - off displaying toplist.',
'THANKS_TOPIC_REPUT_VIEW' => 'Show topic rating',
'THANKS_TOPIC_REPUT_VIEW_COLUMN' => 'Show topic rating in a column',
'THANKS_TOPIC_REPUT_VIEW_COLUMN_EXPLAIN' => 'If enabled, topic rating will be displayed in a column when viewing a forum. <br /> Note: this option will only be effective for prosilver and if the above option is enabled.',
'THANKS_TOPIC_REPUT_VIEW_EXPLAIN' => 'If enabled, topic rating will be displayed when viewing a forum.',
'TRUNCATE' => 'Clear',
'TRUNCATE_THANKS' => 'Clear the list of thanks',
'TRUNCATE_THANKS_EXPLAIN' => 'See protseduur nullib (kustutab) kõik tänuavaldused kogu foorumist.<br /> Toiming on pöördumatu iseloomuga!',
'TRUNCATE_THANKS_MSG' => 'Näidud nullitud.',
'REFRESH_THANKS_CONFIRM' => 'Kas sa tõesti tahad kõik näidud uuendada?',
'TRUNCATE_THANKS_CONFIRM' => 'Kas sa tõesti tahad kõik näidud nullida?',
'TRUNCATE_NO_THANKS' => 'Tegevus tühistati',
'ALLOW_THANKS_PM_ON' => 'Saada mullle ES kui keegi tänab mind',
'ALLOW_THANKS_EMAIL_ON' => 'Saada mullle e-mail kui keegi tänab mind',
));
41 changes: 41 additions & 0 deletions language/et/permissions_thanks.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?php
/**
*
* Thanks For Posts extension for the phpBB Forum Software package.
*
* @copyright (c) 2013 phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}

if (empty($lang) || !is_array($lang))
{
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
'ACL_F_THANKS' => 'V�ib t�nada postituse eest',
'ACL_M_THANKS' => 'V�ib t�nunimekrija t�hjendada',
'ACL_U_VIEWTHANKS' => 'V�ib vaadata kogu t�nunimekrirja',
'ACL_U_VIEWTOPLIST' => 'N�eb edetabelit',
));
119 changes: 119 additions & 0 deletions language/et/thanks_mod.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
<?php
/**
*
* Thanks For Posts extension for the phpBB Forum Software package.
*
* @copyright (c) 2013 phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}

if (empty($lang) || !is_array($lang))
{
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge($lang, array(
'CLEAR_LIST_THANKS' => 'Tühejenda tänude loeteleu',
'CLEAR_LIST_THANKS_CONFIRM' => 'Kas sa tõesti tahad kõik tänuavaldused kustudtad? ',
'CLEAR_LIST_THANKS_GIVE' => 'Nimekiri tühejadatud.',
'CLEAR_LIST_THANKS_POST' => 'List of thanks in the message was cleared.',
'CLEAR_LIST_THANKS_RECEIVE' => 'List of thanks obtained by the user was cleared.',

'DISABLE_REMOVE_THANKS' => 'See protseduur on administraatori poolt keelatud',

'GIVEN' => 'Tänanud',
'GLOBAL_INCORRECT_THANKS' => 'You cannot give thanks for a Global Announcement that has no reference to a particular forum.',
'GRATITUDES' => 'Tänunimekiri',

'INCORRECT_THANKS' => 'Vigane',

'JUMP_TO_FORUM' => 'Hüppa foorumisse',
'JUMP_TO_TOPIC' => 'Hüppa teemasse',

'FOR_MESSAGE' => ' postitus',
'FURTHER_THANKS' => ' and one more user',
'FURTHER_THANKS_PL' => ' and %d more users',

'NO_VIEW_USERS_THANKS' => 'You are not authorised to view the Thanks List.',

'NOTIFICATION_THANKS_GIVE' => array(
1 => '<strong>Received thank</strong> from %1$s for the post:',
2 => '<strong>Received thanks</strong> from %1$s for the post:',
),
'NOTIFICATION_THANKS_REMOVE'=> array(
1 => '<strong>Removed thank</strong> from %1$s for the post:',
2 => '<strong>Removed thanks</strong> from %1$s for the post:',
),
'NOTIFICATION_TYPE_THANKS_GIVE' => 'Someone thanks you for a post',
'NOTIFICATION_TYPE_THANKS_REMOVE' => 'Someone removed thanks for your post',

'RECEIVED' => 'Tänatud',
'REMOVE_THANKS' => 'Võta tänuavaldus tagasi: ',
'REMOVE_THANKS_CONFIRM' => 'Päriselt ka või?! Mitte eriti cool! Oled sa ikka 1000% kindel? ',
'REMOVE_THANKS_SHORT' => 'Võta poolehoiuavaldus tagasi',
'REPUT' => 'Skoor',
'REPUT_TOPLIST' => 'Enimtänatud kasutajad — TOP %d',
'RETING_LOGIN_EXPLAIN' => 'Sul puudub selleks tegevuseks volitus.',
'RATING_NO_VIEW_TOPLIST' => 'Sul puudub vaatamiseks volitus.',
'RATING_VIEW_TOPLIST_NO' => 'Nimekiri on tühi või administraatori poolt välja lülitaud.',
'RATING_FORUM' => 'Foorum',
'RATING_POST' => 'Post',
'RATING_TOP_FORUM' => 'Rating forums',
'RATING_TOP_POST' => 'Rating posts',
'RATING_TOP_TOPIC' => 'Teema reiting.',
'RATING_TOPIC' => 'Teema',
// 'RETURN_POST' => 'Tagasi',

'THANK' => 'aeg',
'THANK_FROM' => 'from',
'THANK_TEXT_1' => '<b>⚡ Lahe! </b>',
'THANK_TEXT_2' => ', lase samas vaimus edasi 👍 →',
'THANK_TEXT_2PL' => ', lase samas vaimus edasi (%dx 👍) →',
'THANK_POST' => 'Ütle "Aitäh": ',
'THANK_POST_SHORT' => 'Tänud',
'THANKS' => array(
1 => '%d kord',
2 => '%d korda',
),
'THANKS_BACK' => 'Tagasi',
'THANKS_INFO_GIVE' => 'Sa just avaldasid oma poolehoidu.',
'THANKS_INFO_REMOVE' => 'Sinu poolehoiauavaldus on eemaldatud.',
'THANKS_LIST' => 'Kuva/peida nimekiri',
'THANKS_PM_MES_GIVE' => 'has thanked you for the post',
'THANKS_PM_MES_REMOVE' => 'has removed thank for the post',
'THANKS_PM_SUBJECT_GIVE' => 'Thank for the post',
'THANKS_PM_SUBJECT_REMOVE' => 'Removed thank for the post',
'THANKS_USER' => 'Tänamiste nimekiri',

'THANKS_INSTALLED' => 'Thanks for the post',
'THANKS_INSTALLED_EXPLAIN' => '<strong>CAUTION!<br />You are strongly advised to only run this installation after following the instruction on code changes to the files (or perform the installation using AutoMod)! <br />It is also strongly recommended to select Yes to Display Full Results (below)!</strong>',
'THANKS_CUSTOM0_FUNCTION' => 'Update values for the _thanks table',
'THANKS_CUSTOM1_FUNCTION' => 'Check remove module',
'THANKS_CUSTOM2_FUNCTION' => 'Check refrech cache',
'TOPLIST' => 'Tänuga postituste toplist',
));