MyBB Community Forums

Full Version: Achivements 2.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
(2012-05-09, 05:38 PM)Solstice Wrote: [ -> ]paste the content of your lang file Wink

This one?

<?php
/**
 *
 * Pacchetto lingua italiana per MyBB 1.6.x
 * Copyright © 2010 MyBBoard Italia
 * Tutti i diritti riservati. Redistribuzione vietata.
 * http://www.mybboard.it
 *
 * $Id: italiano.php 73 2012-04-04 10:00:00Z Massimo $
 *
 */

// The friendly name of the language
$langinfo['name'] = "Italiano (Italian)";

// The author of the language
$langinfo['author'] = "MyBBoard Italia Translators Team";

// The language authors website
$langinfo['website'] = "http://www.mybboard.it/";

// Compatible version of MyBB
$langinfo['version'] = "1607";

// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;

// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;

// Sets the lang in the <html> on all pages
$langinfo['htmllang'] = "it";

// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";
?>
errors were repaired and the plugin .. and has expanded its operation! the plugin is validating and jumped to version 2.0
(2012-05-09, 05:52 PM)Matt-One Wrote: [ -> ]
(2012-05-09, 05:38 PM)Solstice Wrote: [ -> ]paste the content of your lang file Wink

This one?

<?php
/**
 *
 * Pacchetto lingua italiana per MyBB 1.6.x
 * Copyright © 2010 MyBBoard Italia
 * Tutti i diritti riservati. Redistribuzione vietata.
 * http://www.mybboard.it
 *
 * $Id: italiano.php 73 2012-04-04 10:00:00Z Massimo $
 *
 */

// The friendly name of the language
$langinfo['name'] = "Italiano (Italian)";

// The author of the language
$langinfo['author'] = "MyBBoard Italia Translators Team";

// The language authors website
$langinfo['website'] = "http://www.mybboard.it/";

// Compatible version of MyBB
$langinfo['version'] = "1607";

// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;

// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;

// Sets the lang in the <html> on all pages
$langinfo['htmllang'] = "it";

// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";
?>

inc/languages/italiano/admin/achivements.lang.php that file...
can someone give a pack with some achivements?
(2012-05-10, 04:08 AM)Edson Ordaz Wrote: [ -> ]errors were repaired and the plugin .. and has expanded its operation! the plugin is validating and jumped to version 2.0

GOOD Smile waiting for it...can u post a zip file here? so my CP can work eheheheh....then, u have to adjust the link in your first post Smile

http://mods.mybb.com/view/achivements

it's result invalid now Smile

(2012-05-10, 06:37 AM)Solstice Wrote: [ -> ]
(2012-05-09, 05:52 PM)Matt-One Wrote: [ -> ]
(2012-05-09, 05:38 PM)Solstice Wrote: [ -> ]paste the content of your lang file Wink

This one?

<?php
/**
 *
 * Pacchetto lingua italiana per MyBB 1.6.x
 * Copyright © 2010 MyBBoard Italia
 * Tutti i diritti riservati. Redistribuzione vietata.
 * http://www.mybboard.it
 *
 * $Id: italiano.php 73 2012-04-04 10:00:00Z Massimo $
 *
 */

// The friendly name of the language
$langinfo['name'] = "Italiano (Italian)";

// The author of the language
$langinfo['author'] = "MyBBoard Italia Translators Team";

// The language authors website
$langinfo['website'] = "http://www.mybboard.it/";

// Compatible version of MyBB
$langinfo['version'] = "1607";

// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;

// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;

// Sets the lang in the <html> on all pages
$langinfo['htmllang'] = "it";

// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";
?>

inc/languages/italiano/admin/achivements.lang.php that file...

but...it the same file in the zip file downloaded here...i know there will be a new version soon, but i would like to know only for study purpose eheheheh... however :

<?php

/**
 * MyBB 1.6
 * Copyright 2012 MyBB-Es Team, All Rights Reserved
 *
 * Website: http://www.mybb-es.com.com
 *
 * $Id: achivements.lang.php 2012-04-12 10:58Z EdsonOrdaz $
 */
 
$l['achivements'] = "Achievements";
$l['achivements_description'] = "Great achievements automated system.";
$l['desctaks'] = "Add users to automatically medals.";

/***** MODULE_META *****/
$l['posts'] = "Posts";
$l['threads'] = "Threads";
$l['reputation'] = "Reputation";
$l['timeonline'] = "Time Online";
$l['regdate'] = "Time Registered";
$l['custom'] = "Custom";
$l['setts'] = "Settings";

$l['permisions_posts'] = "¿Achievements can be configured by posts?";
$l['permisions_threads'] = "¿Achievements can be set by themes?";
$l['permisions_reputation'] = "¿Reputation achievements can be configured?";
$l['permisions_timeonline'] = "¿Configurable time online achievements?";
$l['permisions_regdate'] = "¿Configurable time achievements registered?";
$l['permisions_custom'] = "¿You can configure custom achievements?";
$l['permisions_settings'] = "¿You can configure the settings of achievement?";

/***** ACHIVEMENTS *****/
/***********************/
//Global achivements
$l['newachivements'] = "New Achievement";
$l['newnnameachivements'] = "Name";
$l['newnnameachivements_des'] = "Enter the name you will have this achievement.";
$l['description'] = "Description";
$l['description_des'] = "Enter a description of achievement.";
$l['image'] = "Image";
$l['image_des'] = "Select the image from your computer you will have the achievement.";
$l['savenewachivements'] = "Save Achievement";
$l['notname'] = "You have not entered a name for the achievement.";
$l['notdescription'] = "You\'re not logged description for the achievement.";
$l['errornotcopyachivement'] = "Failed to copy the image of achievement.";
$l['extimageachivementerror'] = "Extension of the image is not valid.";
$l['errorloadingachivement'] = "Failed to load image of achievement.";
$l['successachivement'] = "The achievement has been saved successfully.";
$l['successdeleteachivement'] = "The achievement was successfully removed.";
$l['noneeditachivement'] = "There is no achievement that you try to edit.";
$l['confirmdeleteachivements'] = "¿Want to eliminate the achievement {1}?";
$l['imageusedactual'] = "current image";
$l['imageusedactual_des'] = "This is the image that you currently want to replace it if it leaves the box below empty.";
$l['imagenewup'] = "New Image";
$l['successeditachivements'] = "Achieving {1} successfully edited.";
$l['edittab'] = "Edit achievement.";
$l['hours'] = "Hours";
$l['hour'] = "Hour";
$l['days'] = "Days";
$l['day'] = "Day";
$l['weeks'] = "Weeks";
$l['week'] = "Week";
$l['months'] = "Months";
$l['month'] = "Month";
$l['years'] = "Years";
$l['year'] = "Year";


//Posts
$l['posts_modules_destab'] = "Here are listed all the achievements for posts. These achievements are given automatically when the user board posts required.";
$l['posts_modules'] = "Achievements for Posts";
$l['newachivementsbyposts'] = "New achievement for posts";
$l['newpostsachivements'] = "Posts";
$l['newpostsachivements_des'] = "Enter the number of posts that the user must have to receive this achievement.";
$l['emptyposts_modules'] = "There is no achievement for posts";
$l['newachivements_postdes'] = "Add a new achievement for posts.";
$l['notposts'] = "You're not logged a number of posts to give the achievement.";

//Threads
$l['threads_modules_destab'] = "Here are listed all the achievements by subject. These achievements are given automatically when the user board posts required.";
$l['threads_modules'] = "Achievements by Threads";
$l['newachivementsbythreads'] = "New achievement by threads";
$l['newthreadsachivements'] = "Threads";
$l['newthreadsachivements_des'] = "Enter the number of threads that the user must have to receive this achievement.";
$l['emptythreads_modules'] = "There is no achievement by threads";
$l['newachivements_threadsdes'] = "Add a new achievement by threads.";
$l['notthreads'] = "You're not logged a number of threads to give the achievement.";

//Reputation
$l['reputation_modules_destab'] = "Here are listed all the achievements by reputation. These achievements are given automatically when the user board posts required.";
$l['reputation_modules'] = "Reputation achievements";
$l['newachivementsbyreputation'] = "New achievement by reputation";
$l['newreputationachivements'] = "Reputation";
$l['newreputationachivements_des'] = "Enter the number of reputation that the user must have to receive this achievement.";
$l['emptyreputation_modules'] = "There is no achievement for reputation";
$l['newachivements_reputationdes'] = "Add a new achievement by reputation.";
$l['notreputation'] = "You're not logged a number of reputation to give the achievement.";

//Time Online
$l['timeonline_modules_destab'] = "Here are listed all the achievements of time online. These achievements are given automatically when the user board posts required.";
$l['timeonline_modules'] = "Achievements of Time Online";
$l['newachivementsbytimeonline'] = "New achievement of timeonline";
$l['timeonline_des'] = "Enter the number of time online you must have a user for this achievement.";
$l['emptytimeonline_modules'] = "There is no achievement of time online";
$l['newachivements_timeonlinedes'] = "Add a new achievement for time online.";
$l['nottimeonline'] = "You're not logged a number of online time to give the achievement.";

//Reg Date
$l['regdate_modules_destab'] = "Here are listed all the achievements of registered time. These achievements are given automatically when the user board posts required.";
$l['regdate_modules'] = "Achievements of Time registered";
$l['newachivementsbyregdate'] = "New achievement registered time";
$l['regdate_des'] = "Enter the number of time that must be registered user to receive this achievement.";
$l['emptyregdate_modules'] = "There are no achievement of time registered";
$l['newachivements_regdatedes'] = "Add a new achievement registered by time.";
$l['notregdate'] = "You're not logged a number of registered time to give the achievement.";


//Custom
$l['custom_modules_destab'] = "Here are listed all the achievements custom. These achievements are given automatically when the user board posts required.";
$l['custom_modules'] = "Custom achievements";
$l['newachivementsbycustom'] = "New custom achievement";
$l['emptycustom_modules'] = "There is no achievement customized";
$l['newachivements_customdes'] = "Add a new customized achievement.";
$l['reason'] = "Reason";
$l['reason_des'] = "Enter a reason why you give the achievement to the user.";
$l['user'] = "User";
$l['user_des'] = "Enter the name of the user that this achievement daras customized.";
$l['notreason'] = "You must enter a reason to give the achievement.";
$l['notuserexist'] = "No such user you want to achievement.";

//Settings
$l['enable'] = "Enable";
$l['enable_des'] = "Enable / disable the plugin. If disabled not lost user data (the gains are still displayed unless you disable these options).";
$l['showachvprofile'] = "Achievement Profile";
$l['showachvprofiledes'] = "Show achievements in the users profile?";
$l['showachvpostbit'] = "Achievements in Postbit";
$l['showachvpostbitdes'] = "Show achievements in postbit for users?";
$l['sendmpachivements'] = "Send PM";
$l['sendmpachivementsdes'] = "Mark if you want the user to receive a PM to be one of the following achievements";
$l['titlemp'] = "Subject PM";
$l['titlempdes'] = "Write the title of the private message.";
$l['bodymp'] = "Message from PM";
$l['bodympdes'] = "Enter your message private message. Write
<ul>
<li>{user} to show the user name</li>
<li>{bbname} to show the forum name</li>
<li>{bburl} to show the url of the forum</li>
<li>{name} to display the name of the achievement</li>
<li>{description} to display the description / reason for the achievement</li>
<li>{image} to show the image of achievement</li>
</ul>";
$l['usersendmp'] = "Write the name of the user that sent the PM.";
$l['usersendmpnotexists'] = "The user who sent the PM does not exist.";
$l['notsubjectmp'] = "You did not enter a title the PM";
$l['notbodymp'] = "Have not written the post of PM";
$l['rebuild'] = "refresh achievements";
$l['rebuilddes'] = "If you deleted an achievement and the user will see your achievement vacuum activate it, go to work programs and executes the task; Then come back and clear this option. <br /><font color='red'><b>NOTE*</font></b> When you select this option to send private messages to users of all his achievements have been obtained even if they are old (if you enabled the option to send MP)";
$l['maxpostbit'] = "Achievements maxima of postbit";
$l['maxpostbitdes'] = "Enter the maximium number of achievements that will be displayed in the user\'s postbit.";

$l['savesettings'] = "Save Settings";


//values MP
$l['subjectvalue'] = "You received an achievement";
$l['bodyvalue'] = "Hi [b]{user}[/b] This is an automatic message [url={bburl}][b]{bbname}[/b][/url] We thank you that is not answered.

-----------------------------

Name of achievement: {name}
Description: {description}
Image of achievement: {image}

-----------------------------

The achievement you have been given automatically and only the administrator may remove it or hide it from your postbit / profile.";


?>
if you copied the language from English or Spanish that was bringing by default .. WRONG by lines was full of truth which repair all errors (and there were many) but of course not rule out the possibility of some new bug in the version for this new version but occupies a beta tester which indicated that a comparison of the previous version the plugin works great!
So I ask you better wait for the new version from yesterday this validating hope not take time to validate it because the previous version is riddled with errors Wink
(2012-05-14, 08:29 AM)Mr.Kewl Wrote: [ -> ]The plugin isn't here.
http://mods.mybb.com/view/achivements

the plugin is in review
in fact the plugin is already in MyBB Mods but the teams already have more than a week and have not validated apparently do not have time ... xD

Version 2.0 added in the first post
2 extensions available!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20