[LON-CAPA-cvs] cvs: loncom /localize/localize es.pm pt.pm zh.pm
bisitz
bisitz at source.lon-capa.org
Fri Aug 9 12:23:20 EDT 2013
bisitz Fri Aug 9 16:23:20 2013 EDT
Modified files:
/loncom/localize/localize es.pm pt.pm zh.pm
Log:
Exclude HTML tags from translation phrases.
Update translation files according to changes in de.pm 1.514 and de.pm 1.515
-------------- next part --------------
Index: loncom/localize/localize/es.pm
diff -u loncom/localize/localize/es.pm:1.72 loncom/localize/localize/es.pm:1.73
--- loncom/localize/localize/es.pm:1.72 Thu Mar 29 19:04:24 2012
+++ loncom/localize/localize/es.pm Fri Aug 9 16:23:19 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Spanish Localization Lexicon
#
-# $Id: es.pm,v 1.72 2012/03/29 19:04:24 ramirez Exp $
+# $Id: es.pm,v 1.73 2013/08/09 16:23:19 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6647,8 +6647,8 @@
'Source Custom Distribution File'
=> 'Fuente de Archivo de Distribución Personalizado',
- 'Start new page<br />before selected'
-=> 'Empezar página nueva<br />previamente seleccionada',
+ 'Start new page[_1]before selected'
+=> 'Empezar página nueva[_1]>previamente seleccionada',
'on'
=> 'prendido',
@@ -10720,8 +10720,8 @@
'Default access dates'
=> 'Fechas de acceso por defecto',
- 'Different collaborative tools<br />for different members:'
-=> 'Diferente herramientas collaborativas<br />para los diferentes miembros:',
+ 'Different collaborative tools[_1]for different members:'
+=> 'Diferente herramientas collaborativas[_1]para los diferentes miembros:',
'Start date'
=> 'Fecha de inicio',
@@ -11607,8 +11607,8 @@
'enroll type/action'
=> 'registro tipo/acción',
- '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'
-=> '<br />Mapa no cargado: El archivo <tt>[_1]</tt> no existe.',
+ 'Map not loaded: The file [_1] does not exist.'
+=> '>Mapa no cargado: El archivo [_1] no existe.',
'Saved.'
=> 'Guardado.',
@@ -11757,8 +11757,11 @@
'Courses/Network Hits'
=> 'Cursos/Red Número de visitas',
- 'Already in this course:<br />[_1] in folder/map [_2].<br />'
-=> 'Ya está en este curso:<br />[_1] en folder/mapa [_2].<br />',
+ 'Already in this course:'
+=> 'Ya está en este curso:',
+
+ '[_1] in folder/map [_2]'
+=> '[_1] en folder/mapa [_2]',
'External Resource, preview not enabled'
=> 'Recurso Externo, vista previa no activada',
@@ -14645,14 +14648,14 @@
'Include yourself in the roster?'
=> '¿Se incluye usted mismo en la lista?',
- 'Display of your name in the student-viewable roster set to <b>[_1]</b>.'
-=> 'Visualización de su nombre en la lista visible de estudiantes configurado a <b>[_1]</b>.',
+ 'Display of your name in the student-viewable roster set to [_1].'
+=> 'Visualización de su nombre en la lista visible de estudiantes configurado a [_1].',
'Error occurred saving display setting.'
=> 'Ocurrió un error guardando configuración de visualización.',
- 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'
-=> 'Visualización de su nombre en la lista visible de estudiantes sin cambios (configurado a <b>[_1]</b>).',
+ 'Display of your name in the student-viewable roster unchanged (set to [_1]).'
+=> 'Visualización de su nombre en la lista visible de estudiantes sin cambios (configurado a [_1]).',
'View course roster'
=> 'Ver lista del curso',
@@ -14678,8 +14681,8 @@
'Try Selecting Again'
=> 'Seleccione otra vez',
- '<br />Invalid map: <tt>[_1]</tt>'
-=> '<br />Mapa inválido: <tt>[_1]</tt>',
+ 'Invalid map: [_1]'
+=> 'Mapa inválido: [_1]',
'Please either [_1]close this window[_2] or [_3]log in again[_4].'
=> 'Por favor [_1]cierre esta ventana[_2] o [_3]ingrese otra vez[_4].',
@@ -15437,8 +15440,12 @@
'The link included in the message will be valid for the next [_1]two[_2] hours.'
=> 'El enlace incluÃdo en el mensaje será válido por las siguientes [_1]dos[_2] horas.',
- 'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.<br /><br />The link included in the message will be valid for the next <b>two</b> hours.'
-=> 'Un E-Mail enviado a la dirección E-Mail asociada con su cuenta LON-CAPA incluye la dirección web para el enlace que debe usar para completar el proceso de reinicio.<br /><br />El enlace incluÃdo en el mensaje será válido por las siguientes <b>dos<b> horas.',
+ 'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.'
+
+=> 'Un E-Mail enviado a la dirección E-Mail asociada con su cuenta LON-CAPA incluye la dirección web para el enlace que debe usar para completar el proceso de reinicio.',
+
+ 'The link included in the message will be valid for the next <b>two</b> hours.'
+=> 'El enlace incluÃdo en el mensaje será válido por las siguientes <b>dos<b> horas.',
'An error occurred when sending a message to the e-mail address you provided.'
=> 'Ocurrió un error cuando enviaba un mensaje a la dirección e-mail que dió.',
@@ -17353,8 +17360,8 @@
'Approve or reject requests'
=> 'Aprobar o rechazar solicitudes',
- 'Are you sure you want to cancel this request?\\n'
-=> '¿Está seguro de querer cancelar su solicitud?\\n',
+ 'Are you sure you want to cancel this request?'
+=> '¿Está seguro de querer cancelar su solicitud?',
'Assign one or more categories and/or subcategories to this course.'
=> 'Asignar una o más categorÃas y/o subcategorÃas a este curso.',
Index: loncom/localize/localize/pt.pm
diff -u loncom/localize/localize/pt.pm:1.62 loncom/localize/localize/pt.pm:1.63
--- loncom/localize/localize/pt.pm:1.62 Thu Apr 11 14:59:53 2013
+++ loncom/localize/localize/pt.pm Fri Aug 9 16:23:19 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Portuguese Localization Lexicon
#
-# $Id: pt.pm,v 1.62 2013/04/11 14:59:53 bisitz Exp $
+# $Id: pt.pm,v 1.63 2013/08/09 16:23:19 bisitz Exp $
#
# Copyright UNICAMP, Sao Paulo
# Supported in part by Partnership in Global Learning
@@ -6372,11 +6372,11 @@
'<b>[_1]</b> enrolled'
=> '<b>[_1]</b> enrolled',
- '<br />Invalid map: <tt>[_1]</tt>'
-=> '<br />Invalid map: <tt>[_1]</tt>',
+ 'Invalid map: [_1]'
+=> 'Invalid map: [_1]',
- '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'
-=> '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.',
+ 'Map not loaded: The file [_1] does not exist.'
+=> 'Map not loaded: The file [_1] does not exist.',
'?[_98]'
=> '?[_98]',
@@ -7029,8 +7029,11 @@
'Allowing others to retrieve file: [_1]'
=> 'Allowing others to retrieve file: [_1]',
- 'Already in this course:<br />[_1] in folder/map [_2].<br />'
-=> 'Already in this course:<br />[_1] in folder/map [_2].<br />',
+ 'Already in this course:'
+=> 'Already in this course:',
+
+ '[_1] in folder/map [_2]'
+=> '[_1] in folder/map [_2]',
'Already logged in'
=> 'Already logged in',
@@ -7113,8 +7116,8 @@
'An e-mail confirming setting of the password for your LON-CAPA account has been sent to [_1].'
=> 'An e-mail confirming setting of the password for your LON-CAPA account has been sent to [_1].',
- 'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.<br /><br />The link included in the message will be valid for the next <b>two</b> hours.'
-=> 'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.<br /><br />The link included in the message will be valid for the next <b>two</b> hours.',
+ 'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.'
+=> 'An e-mail sent to the e-mail address associated with your LON-CAPA account includes the web address for the link you should use to complete the reset process.',
'An e-mail will also be sent to: [_1] when this occurs.'
=> 'An e-mail will also be sent to: [_1] when this occurs.',
@@ -7377,11 +7380,11 @@
'Archived Message'
=> 'Archived Message',
- 'Are you sure you want to cancel this request?\n'
-=> 'Are you sure you want to cancel this request?\n',
+ 'Are you sure you want to cancel this request?'
+=> 'Are you sure you want to cancel this request?',
- 'Are you sure you want to cancel this request?\nYour request will be removed.'
-=> 'Are you sure you want to cancel this request?\nYour request will be removed.',
+ 'Your request will be removed.'
+=> 'Your request will be removed.',
'Are you sure you want to delete this post?'
=> 'Are you sure you want to delete this post?',
@@ -10161,8 +10164,8 @@
'Differences can occur if submissions were modified using manual grading after a bubblesheet grading pass.'
=> 'Differences can occur if submissions were modified using manual grading after a bubblesheet grading pass.',
- 'Different collaborative tools<br />for different members:'
-=> 'Different collaborative tools<br />for different members:',
+ 'Different collaborative tools[_1]for different members:'
+=> 'Different collaborative tools[_1]for different members:',
'Different group members may receive different privileges from others for the tools they have been assigned.'
=> 'Different group members may receive different privileges from others for the tools they have been assigned.',
@@ -10431,11 +10434,11 @@
'Display of resources '
=> 'Display of resources ',
- 'Display of your name in the student-viewable roster set to <b>[_1]</b>.'
-=> 'Display of your name in the student-viewable roster set to <b>[_1]</b>.',
+ 'Display of your name in the student-viewable roster set to [_1].'
+=> 'Display of your name in the student-viewable roster set to [_1].',
- 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'
-=> 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).',
+ 'Display of your name in the student-viewable roster unchanged (set to [_1]).'
+=> 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
'Display official course requests submitted by authorized users, held pending validation of instructor status.'
=> 'Display official course requests submitted by authorized users, held pending validation of instructor status.',
@@ -11259,8 +11262,8 @@
'External: shows only number of completed parts'
=> 'External: shows only number of completed parts',
- 'Extra space<br />before selected'
-=> 'Extra space<br />before selected',
+ 'Extra space[_1]before selected'
+=> 'Extra space[_1]before selected',
'Failed to copy old target'
=> 'Failed to copy old target',
@@ -17454,8 +17457,8 @@
'Start date:'
=> 'Start date:',
- 'Start new page<br />before selected'
-=> 'Start new page<br />before selected',
+ 'Start new page[_1]before selected'
+=> 'Start new page[_1]before selected',
'Start the process of hand grading submissions.'
=> 'Start the process of hand grading submissions.',
Index: loncom/localize/localize/zh.pm
diff -u loncom/localize/localize/zh.pm:1.109 loncom/localize/localize/zh.pm:1.110
--- loncom/localize/localize/zh.pm:1.109 Thu Apr 11 14:59:54 2013
+++ loncom/localize/localize/zh.pm Fri Aug 9 16:23:19 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Chinese Simplified Localization Lexicon
#
-# $Id: zh.pm,v 1.109 2013/04/11 14:59:54 bisitz Exp $
+# $Id: zh.pm,v 1.110 2013/08/09 16:23:19 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6548,8 +6548,8 @@
'Source Custom Distribution File'
=> 'æºä»£ç ç访é®æé',
- 'Start new page<br />before selected'
-=> 'Start new page<br />before selected',
+ 'Start new page[_1]before selected'
+=> 'Start new page[_1]before selected',
'on'
=> 'å¼',
@@ -10572,8 +10572,8 @@
'Default access dates'
=> 'é»è®¤è®¿é®æ¥æ',
- 'Different collaborative tools<br />for different members:'
-=> 'ä¸åçåä½å·¥å
·<br />对ä¸åçæåç»æï¼',
+ 'Different collaborative tools[_1]for different members:'
+=> 'ä¸åçåä½å·¥å
·[_1]对ä¸åçæåç»æï¼',
'Start date'
=> 'å¼å§æ¥æ',
@@ -11456,8 +11456,8 @@
'enroll type/action'
=> '注åç±»å/è¡å¨',
- '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.'
-=> '<br />Map not loaded: The file <tt>[_1]</tt> does not exist.',
+ 'Map not loaded: The file [_1] does not exist.'
+=> 'Map not loaded: The file [_1] does not exist.',
'Saved.'
=> 'ä¿åçã',
@@ -11591,8 +11591,11 @@
'Courses/Network Hits'
=> '课ç¨/ç½ç»è®¿é®æ¬¡æ°',
- 'Already in this course:<br />[_1] in folder/map [_2].<br />'
-=> 'Already in this course:<br />[_1] in folder/map [_2].<br />',
+ 'Already in this course:'
+=> 'Already in this course:',
+
+ '[_1] in folder/map [_2]'
+=> '[_1] in folder/map [_2]',
'External Resource, preview not enabled'
=> 'External Resource, preview not enabled',
@@ -14536,14 +14539,14 @@
'Include yourself in the roster?'
=> 'Include yourself in the roster?',
- 'Display of your name in the student-viewable roster set to <b>[_1]</b>.'
-=> 'Display of your name in the student-viewable roster set to <b>[_1]</b>.',
+ 'Display of your name in the student-viewable roster set to [_1].'
+=> 'Display of your name in the student-viewable roster set to [_1].',
'Error occurred saving display setting.'
=> 'Error occurred saving display setting.',
- 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).'
-=> 'Display of your name in the student-viewable roster unchanged (set to <b>[_1]</b>).',
+ 'Display of your name in the student-viewable roster unchanged (set to [_1]).'
+=> 'Display of your name in the student-viewable roster unchanged (set to [_1]).',
'View course roster'
=> 'View course roster',
@@ -14569,8 +14572,8 @@
'Try Selecting Again'
=> 'Try Selecting Again',
- '<br />Invalid map: <tt>[_1]</tt>'
-=> '<br />Invalid map: <tt>[_1]</tt>',
+ 'Invalid map: [_1]'
+=> 'Invalid map: [_1]',
'Please either [_1]close this window[_2] or [_3]log in again[_4].'
=> 'Please either [_1]close this window[_2] or [_3]log in again[_4].',
More information about the LON-CAPA-cvs
mailing list