Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f629549
Fixed typo's in some translation.
klaaspeter Jun 1, 2011
eb5140b
Fixed typo's in Dutch translation.
klaaspeter Jun 1, 2011
ba4e968
Changed main link so this can be hidden in the menu
klaaspeter Jun 1, 2011
5451cb1
Edited doc/CHANGES via GitHub
klaaspeter Jun 1, 2011
3a218bb
Changed file rights from 0660 to 0664
klaaspeter Aug 22, 2011
5578cdc
Add new fix
klaaspeter Aug 22, 2011
2fea065
first commit
klaaspeter Oct 12, 2011
1646c65
Add some config
klaaspeter Oct 12, 2011
5452394
Add some new translation soon more.
klaaspeter Nov 17, 2011
82ee81f
Added new french translation
klaaspeter Nov 17, 2011
ec702cf
Update languages/nl.lng
klaaspeter Jan 6, 2012
f8af403
German language file saved as UTF-8 (fixing charset)
PhrozenByte Apr 3, 2012
204b062
Merge pull request #1 from PhrozenByte/languageFix
klaaspeter Apr 3, 2012
eefadd7
Translation of main Achievo Slovak language file
hatorihantzo Apr 5, 2012
3ef4e54
Merge pull request #2 from hatorihantzo/patch-1
klaaspeter Apr 6, 2012
91fd806
changed line 53 there was a dutch word instead of english
klaaspeter Apr 11, 2012
618e543
Don't know why but sometimes there are projects with a negative array…
PhrozenByte May 2, 2012
edd9f0b
Merge pull request #3 from PhrozenByte/menuProjectSelectorFix
klaaspeter May 2, 2012
7151b3f
node 'hours' overwrites action_admin() but ignores NF_NO_ADD - fixed!
PhrozenByte May 2, 2012
d78fd2d
Merge pull request #4 from PhrozenByte/hoursAdminActionFix
klaaspeter May 2, 2012
b38d80c
crm module should be optional
PhrozenByte May 9, 2012
52ab449
Merge pull request #5 from PhrozenByte/projectCrmModuleOptionality
klaaspeter May 15, 2012
7ef805e
Update modules/config.modules.inc
klaaspeter Sep 16, 2012
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
30 changes: 30 additions & 0 deletions configs/emails.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

// ----------------------------------------------------------//
// E-MAIL CONFIGURATION OPTIONS FOR CORE MODULES //
// ----------------------------------------------------------//

// Notice! this config file isn't working yet!!!!!

// true = sending e-mail
// false = not sending e-mail

//-------------------------SCHEDULER-------------------------//

$config['mail_scheduler_scheduling_add'] = true; // send e-mail when you are invited for a scheduling.

$config['mail_scheduler_schudeling_change'] = true; // send e-mail when the scheduling is changed.

$config['mail_scheduler_scheduling_delete'] = true; // send e-mail when the scheduling is delete

//--------------------------TOD0-----------------------------//

$config['mail_todo_add'] = true; // send e-mail when there is a todo add

//more e-mail options will come later.

//--------------------------Timereg-----------------------------//

//more e-mail options will come later.

?>
4 changes: 4 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Changes in Achievo 1.5
+ Added emplyee contract templates [Sandy]
+ Added feedbackmessage after saving userpreferences [Sandy]
+ Added weeknumber to timereg day view [Sandy]
+ Added new French translation (still missing strings [Klaaspeter]
- Removed timereg config from the config file, because this is done in the config directory. [Klaaspeter]
* Fixed problem with displaying non active employees in the project
team search. (Bug #1561) [Yury]
Expand All @@ -19,6 +20,9 @@ Changes in Achievo 1.5
* Fixed orderby option in the pim module. [Klaaspeter]
* Changed link manual.php. [Klaaspeter]
* Fixed registerDependees in hoursurvey and basereport to work with ATK 6.5. [Klaaspeter]
* Fixed typo's in Dutch translation. [Klaaspeter]
* Fixed to hide scheduler menu link. [Klaaspeter]
* Fixed File right when upload by docmanger module. [Klaaspeter]

Changes in Achievo 1.4.6 (never released)
------------------------
Expand Down
1,385 changes: 680 additions & 705 deletions languages/de.lng

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/en.lng
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"all_users" => "All users",
"alwaysvisibleintimereg" => "Always visible in time registration",
"appointments" => "Appointments",
"approval" => "Goedgekeurd",
"approval" => "Approval",
"approve" => "Approve",
"approved" => "Approved",
"app_shorttitle" => "Achievo",
Expand Down
44 changes: 22 additions & 22 deletions languages/fr.lng
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
//
$fr = array(
"abbreviation" => "Abreviation",
"activate" => "Activate", // Missing string!!!
"activate" => "Activer",
"activate_contract" => "Activate contract & project(s)", // Missing string!!!
"active" => "Actif",
"activecontracts" => "Active organization contracts", // Missing string!!!
"activeprojects" => "Active projects", // Missing string!!!
"active_projects" => "Active projects", // Missing string!!!
"activeprojects" => "Projet actifs",
"active_projects" => "Projet actifs",
"activity" => "Activite",
"activitydate" => "Date",
"activityid" => "Activite",
Expand All @@ -53,9 +53,9 @@
"all_users" => "Tous les utilisateurs",
"alwaysvisibleintimereg" => "Always visible in time registration", // Missing string!!!
"appointments" => "Rendez-vous",
"approval" => "Goedgekeurd", // Missing string!!!
"approve" => "Approve", // Missing string!!!
"approved" => "Approved", // Missing string!!!
"approval" => "Approbation",
"approve" => "Approuver",
"approved" => "Approuvé",
"app_shorttitle" => "Achievo",
"app_title" => "Achievo",
"archived" => "Archive",
Expand All @@ -65,7 +65,7 @@
"assigned_to" => "Affecte a",
"attendee_contactsearch" => "Ajouter des contacts",
"attendee_empsearch" => "Ajout d'un(e) employe(e)",
"attendee_fuzzyhint" => "Ajoutez en dessous une liste de noms separes par des virgules Une recherche sera faite sur la base de donnees pour trouver les m�mes occurrences.",
"attendee_fuzzyhint" => "Ajoutez en dessous une liste de noms separes par des virgules Une recherche sera faite sur la base de donnees pour trouver les m�mes occurrences.",
"balance" => "equilibre",
"bankaccount" => "Compte en Banque",
"bgcolor" => "Couleur de fond",
Expand Down Expand Up @@ -167,13 +167,13 @@
"entrydate" => "Date de debut",
"error_cannot_set_startdate_later_than_first_timereg" => "Cannot set phase startdate to a date later than the first timeregistration on this phase", // Missing string!!!
"error_colorconfig_overlap" => "Record may not overlap with existing records.", // Missing string!!!
"error_date" => "La date de fin doit �tre apres la date de debut",
"error_date" => "La date de fin doit �tre apres la date de debut",
"error_enddate_cannot_start_before_startdate" => "Enddate can't start before the startdate", // Missing string!!!
"error_hoursindayexceeded" => "Vous ne pouvez pas avoir plus de 24 heures par jour",
"error_invalidmonth" => "A month entry must contain a valid year and a valid month number.", // Missing string!!!
"error_invalidweek" => "La saisie d'une semaine doit comporter un numero de semaine et une annee valides.",
"error_startbiggerthanend" => "La date de debut doit �tre avant la date de fin",
"error_time" => "L'heure de fin doit �tre apres l'heure de debut",
"error_startbiggerthanend" => "La date de debut doit �tre avant la date de fin",
"error_time" => "L'heure de fin doit �tre apres l'heure de debut",
"error_timereg_members_only" => "Uniquement les membres de ce projet peuvent enregistrer des donnees de temps sur ce projet",
"evening" => "Soiree",
"example" => "Example", // Missing string!!!
Expand All @@ -196,10 +196,10 @@
"highest" => "Le plus haut",
"history" => "Historique",
"holidays" => "Vacances",
"holiday_date" => "Jour F�ri�",
"holiday_date" => "Jour F�ri�",
"hourlock_month_explanation" => "Enter 4 digit year followed by 2 digit month number (e.g. 200601) for january 2006", // Missing string!!!
"hourlock_userid_explanation" => "Selectionnez l'utilisateur que vous voulez verrouiller, ou bien ne selectionnez aucun utilisateur pour les verouiller tous",
"hourlock_week_explanation" => "�ecrivez l'annee sur 4 chiffres suivie du numero de la semaine sur 2 chiffres (par exemple 200634)",
"hourlock_week_explanation" => "�ecrivez l'annee sur 4 chiffres suivie du numero de la semaine sur 2 chiffres (par exemple 200634)",
"hours" => "Heures",
"hoursleft" => "Hours laissees",
"hourspda" => "Hours", // Missing string!!!
Expand Down Expand Up @@ -297,8 +297,8 @@
"menu_contact_admin" => "Contacts",
"menu_contracts" => "Contrats externes",
"menu_contracttype" => "Contrats externes",
"menu_costregistration_admin" => "Saisie du co�t",
"menu_costregistration_costreport" => "Rapport de co�t",
"menu_costregistration_admin" => "Saisie du co�t",
"menu_costregistration_costreport" => "Rapport de co�t",
"menu_employeemanagement" => "Employes",
"menu_employee_admin" => "Employes",
"menu_employee_personalstats" => "Statistiques Personnelles",
Expand Down Expand Up @@ -343,7 +343,7 @@
"menu_tpl_project_admin" => "Modele de Projet",
"menu_weekreport" => "Rapport hebdo. des employes",
"menu_workperiod_admin" => "Periodes de travail",
"milestones" => "�jalons",
"milestones" => "�jalons",
"minutes" => "Minutes",
"month" => "Mois",
"monthlocked" => "Month is locked", // Missing string!!!
Expand All @@ -355,7 +355,7 @@
"mra_complete" => "Complete", // Missing string!!!
"mra_deactivate" => "Deactivate", // Missing string!!!
"mra_move" => "Move", // Missing string!!!
"mustbecompletedbeforephase" => "doit �tre complete avant la phase",
"mustbecompletedbeforephase" => "doit �tre complete avant la phase",
"name" => "Nom",
"negative" => "Negative", // Missing string!!!
"new" => "Nouveau",
Expand Down Expand Up @@ -395,7 +395,7 @@
"owner" => "Proprietaire",
"parameters" => "Parametres",
"password" => "Mot de passe",
"password_leaveblankifunchanged" => "Laisser les deux champs de saisie de mot de passe vides si vous voulez conserver le m�me mot de passe.",
"password_leaveblankifunchanged" => "Laisser les deux champs de saisie de mot de passe vides si vous voulez conserver le m�me mot de passe.",
"payment" => "Payment", // Missing string!!!
"payment_id" => "Payment", // Missing string!!!
"paymethod" => "Methode de paiement",
Expand Down Expand Up @@ -539,7 +539,7 @@
"selectandaddnewproject" => "Select and link an existing project", // Missing string!!!
"select_project" => "Add project", // Missing string!!!
"seluserdate" => "Selectionner les employes ainsi qu'une date pour comparer les emplois du temps",
"setcostsfilter" => "Choisir le filtre a appliquer sur les co�ts:",
"setcostsfilter" => "Choisir le filtre a appliquer sur les co�ts:",
"sethoursfilter" => "Choisir le filtre a appliquer sur les heures:",
"showonlyphasesfrom" => "Show only phases that are active in the period from", // Missing string!!!
"socialsecuritynumber" => "Social Security Number", // Missing string!!!
Expand Down Expand Up @@ -603,7 +603,7 @@
"title_calendar" => "Emploi du temps",
"title_employee" => "Administration employe",
"title_employeestats" => "Statistiques Employes",
"title_employeestats_costs" => "Cet employe a enregistre des co�ts sur les projets suivants",
"title_employeestats_costs" => "Cet employe a enregistre des co�ts sur les projets suivants",
"title_employeestats_details_hoursof" => "Heures de",
"title_employeestats_details_onproject" => " sur le projet",
"title_employeestats_peractivity" => "Cet employe a enregistre du temps sur les activites suivantes",
Expand Down Expand Up @@ -670,14 +670,14 @@
"uc_hours" => "Heures hebdo.",
"unconfirmed" => "Non confirme",
"unlock" => "Ouvrir",
"unlocked" => "D�verrouill�",
"unlocked" => "D�verrouill�",
"uptoandincluding" => "jusqu'au",
"usercontract" => "Contract", // Missing string!!!
"usercontracts" => "Contrats des employes",
"userid" => "Utilisateur",
"userpimitems" => "Pim items", // Missing string!!!
"userprefs" => "Preferences de l'utilisateur",
"vatnumber" => "N� de TVA/N� fiscal",
"vatnumber" => "N� de TVA/N� fiscal",
"vcard" => "vCard", // Missing string!!!
"version" => "Version",
"viewschedule" => "Voir le planning",
Expand All @@ -696,7 +696,7 @@
"workperiod" => "Periode de travail",
"year" => "Year", // Missing string!!!
"yearly" => "Annee",
"youareinthearchive" => "Vous �tes en train de consulter des archives.",
"youareinthearchive" => "Vous �tes en train de consulter des archives.",
"zipcode" => "Code Postal",
);

Expand Down
12 changes: 6 additions & 6 deletions languages/nl.lng
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"calendar_defaultuserview" => "Standaard gebruiker in agenda overzichten",
"cancelled" => "Geannuleerd",
"cellular" => "Mobiel",
"employee_employee_cellular" => "Mobile phone",
"employee_employee_cellular" => "Mobiel nummer",
"changeabbreviation" => "Afkorting aanpassen",
"city" => "Woonplaats",
"clicktoviewactiverecords" => "Klik hier om actieve records te bekijken.",
Expand Down Expand Up @@ -179,16 +179,16 @@
"extrefnum" => "Extern nummer",
"extrefnumhinttext" => "Referentie nummer naar extern boekhoud-pakket",
"fax" => "Fax",
"employee_employee_fax" => "Phone Local",
"employee_employee_fax" => "Fax nummer",
"fgcolor" => "Tekstkleur",
"firstname" => "Voornaam",
"firstselectproject" => "(Selecteer eerst een fase)",
"fixed_price" => "Vaste prijs",
"for" => "voor",
"former_names" => "Vorige namen",
"fsa_pleasemakeselection" => "Meer dan 1 resultaat gevonden. Maak alstublieft een selectie.",
"function" => "Funktie",
"functionlevel" => "Funktieniveau",
"function" => "Functie",
"functionlevel" => "Functieniveau",
"ganttexplanation" => "De balken representeren de actuele lengte van de fases. De binnenste zwarte balk in een oranje balk geeft een indicatie van het aantal geboekte uren vs. geplande uren. Een verticale gestreepte lijn geeft de project kick-off aan.",
"goto" => "Ga",
"gotoweekview" => "Ga naar weekoverzicht",
Expand Down Expand Up @@ -305,7 +305,7 @@
"menu_employee_admin" => "Medewerkers",
"menu_employee_personalstats" => "Persoonlijke Statistieken",
"menu_employee_stats" => "Medewerker Statistieken",
"menu_functionlevel_admin" => "Funktieniveau's",
"menu_functionlevel_admin" => "Functieniveau's",
"menu_holiday_admin" => "Feestdagen",
"menu_hours_admin" => "Tijd Registratie",
"menu_hours_approve" => "Keur weken goed",
Expand Down Expand Up @@ -422,7 +422,7 @@
"phase_plan_employee" => "Plan medewerker",
"phase_select" => "Selecteer een fase",
"phone" => "Telefoon",
"employee_employee_phone" => "Phone official",
"employee_employee_phone" => "Telefoonnummer",
"pim" => "Pim",
"pimitem" => "Pim item",
"pimitems" => "Pim items",
Expand Down
Loading