Browse Source

Add new terms to translate CT #444

Ricardo Rodriguez 15 years ago
parent
commit
f29a7330fe

+ 1 - 0
main/lang/english/trad4all.inc.php

@@ -771,4 +771,5 @@ $NoDataAvailable = "No data available";
 $Created = "Created";
 $LastUpdate = "Last update";
 $UserNonRegisteredAtTheCourse = "User non registered at the course";
+$EditMyProfile = "Edit my profile";
 ?>

+ 5 - 0
main/lang/english/work.inc.php

@@ -82,4 +82,9 @@ $ReminderToSubmitPendingTask = "You are reminded that has a pending task";
 $MessageConfirmSendingOfTask = "This is a message confirming the sending of the task";
 $DataSent = "Data sent";
 $DownloadLink = "Download link";
+$ViewUsersWithoutTask = "Still missing file";
+$ViewUsersWithTask = "Already delivered file";
+$ReminderMessage = "Send a reminder";
+$DateSent = "Date Sent";
+$ViewUsersWithoutTask = "View Users Without Task";
 ?>

+ 1 - 0
main/lang/spanish/trad4all.inc.php

@@ -771,4 +771,5 @@ $NoDataAvailable = "No hay datos disponibles";
 $Created = "Creado";
 $LastUpdate = "Última actualización";
 $UserNonRegisteredAtTheCourse = "Usuario no registrado en el curso";
+$EditMyProfile = "Editar mi perfil";
 ?>

+ 6 - 2
main/lang/spanish/work.inc.php

@@ -82,5 +82,9 @@ $ReminderToSubmitPendingTask = "Se le recuerda que tiene una tarea pendiente";
 $MessageConfirmSendingOfTask = "Este es un mensaje para confirmar el envío de su tarea";
 $DataSent = "Fecha de envío";
 $DownloadLink = "Enlace de descarga";
-
-?>
+$ViewUsersWithoutTask = "Aun no presentan la tarea";
+$ViewUsersWithTask = "Ya presentaron la tarea";
+$ReminderMessage = "Enviar un recordatorio";
+$DateSent = "Fecha de envío";
+$ViewUsersWithoutTask = "Ver a los usuarios sin tarea";
+?>