Browse Source

update translation

Juan Carlos Raña 14 years ago
parent
commit
070cf61f4b

+ 2 - 0
main/lang/english/admin.inc.php

@@ -1269,4 +1269,6 @@ $ErrorReadingZip = "Error reading ZIP file";
 $ErrorStylesheetFilesExtensionsInsideZip = "The only accepted extensions in the ZIP file are jpg, jpeg, png, gif and css.";
 $MyTextHere = "Enter your text here...";
 $FieldTypeSocialProfile = "Social network link";
+$AllowStudentsCopyFilesTitle = "Allow students to copy files from a course in your area personal file";
+$AllowStudentsCopyFilesComment = "Allows students to copy files from a course in your personal area, visible through the Social Network or through the html editor when they are out of a course";
 ?>

+ 3 - 0
main/lang/english/document.inc.php

@@ -216,4 +216,7 @@ $HelpSharedFolder = "This directory contains the files that other learners (or y
 $TemplateImage = "Template's icon";
 $MoveElement = "Move element";
 $CertificateName = "Name";
+$CopyToMyFiles = "Copy to personal platform area my files";
+$Export2PDF = "Export to PDF format";
+$ResourceShared ="Resource shared";
 ?>

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

@@ -194,4 +194,5 @@ $YouNeedToHaveFriendsInYourSocialNetwork = "You need to have friends in your soc
 $SeeAllMyGroups = "See all my groups";
 $YouAlreadyInviteAllYourContacts = "You already invite all your contacts";
 $YouShouldCreateAGroup = "You should create a group";
+$MyFiles = "My files";
 ?>

+ 2 - 0
main/lang/spanish/admin.inc.php

@@ -1269,4 +1269,6 @@ $ErrorReadingZip = "Error leyendo el archivo ZIP";
 $ErrorStylesheetFilesExtensionsInsideZip = "Las únicas extensiones aceptadas en el archivo ZIP son jpg, jpeg, png, gif y css.";
 $MyTextHere = "Introduzca su texto aquí...";
 $FieldTypeSocialProfile = "Vínculo red social";
+$AllowStudentsCopyFilesTitle = "Permitir a los estudiantes copiar archivos de un curso en su área de archivos personales";
+$AllowStudentsCopyFilesComment = "Permite a los estudiantes copiar archivos de un curso en su área personal, visible a través de la herramienta de Red Social o mediante el editor de HTML cuando se encuentran fuera de un curso";
 ?>

+ 3 - 0
main/lang/spanish/document.inc.php

@@ -216,4 +216,7 @@ $HelpSharedFolder = "Este directorio contiene los archivos que los estudiantes (
 $TemplateImage = "Imagen de la plantilla";
 $MoveElement = "Mover elemento";
 $CertificateName = "Nombre del certificado";
+$CopyToMyFiles = "Copiar en mi área personal de archivos de la plataforma";
+$Export2PDF = "Exportar a formato PDF";
+$ResourceShared ="Recurso compartido";
 ?>

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

@@ -194,4 +194,5 @@ $YouNeedToHaveFriendsInYourSocialNetwork = "Necesita tener amigos en su red soci
 $SeeAllMyGroups = "Ver todos mis grupos";
 $YouAlreadyInviteAllYourContacts = "Ya invitó a todos sus contactos";
 $YouShouldCreateAGroup = "Debería crear un grupo";
+$MyFiles = "Mis archivos";
 ?>