Diferencia entre revisiones de «admin/lang»

De MoodleDocs
mSin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
{{Pendiente de traducir}}
{{Pendiente de traducir}}
== Edit strings ==
== Edición de cadenas ==
{{Moodle 1.6}}
{{Moodle 1.6}}
Text in Moodle may be changed by editing the language strings, either via Administration >> Configuration >> Language or directly e.g. in ''datafolder/lang/en''.
El texto en Moodle puede modificarse editando las cadenas de idioma, bien vía Administration >> Configuration >> Language o directamente, e.g. en ''datafolder/lang/en''.
__NOEDITSECTION__
__NOEDITSECTION__
==Local language pack==
==Paquete de idioma local==
Sometimes, you may wish to change the default terms or language strings used in Moodle. For example, you may wish to replace all occurences of "course" with "class." To ensure that any changes are not overwritten by a new version when upgrading, you need to create your own local language pack as follows:
Sometimes, you may wish to change the default terms or language strings used in Moodle. For example, you may wish to replace all occurences of "course" with "class." To ensure that any changes are not overwritten by a new version when upgrading, you need to create your own local language pack as follows:


Línea 16: Línea 16:
If you are having trouble figuring out where a particular string you wish to change is located, you will need to perform a search for it. An easy way to do this is to use a program like AM Code Search [http://www.webattack.com/get/amcodesearch.html], which allows you to search for strings inside php files, unlike Windows search.
If you are having trouble figuring out where a particular string you wish to change is located, you will need to perform a search for it. An easy way to do this is to use a program like AM Code Search [http://www.webattack.com/get/amcodesearch.html], which allows you to search for strings inside php files, unlike Windows search.


==Previous admin/lang==
==Anterior admin/lang==
{{Moodle 1.5}}
{{Moodle 1.5}}


Línea 28: Línea 28:
* Make your local language pack the default for the site via Administration >> Configuration >> [[admin/config|Variables]].
* Make your local language pack the default for the site via Administration >> Configuration >> [[admin/config|Variables]].


== See also ==
== Ver también ==


* [[Traducciones]]
* [[Traducciones]]

Revisión del 14:34 20 feb 2006

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

Edición de cadenas

Moodle 1.6

El texto en Moodle puede modificarse editando las cadenas de idioma, bien vía Administration >> Configuration >> Language o directamente, e.g. en datafolder/lang/en.

Paquete de idioma local

Sometimes, you may wish to change the default terms or language strings used in Moodle. For example, you may wish to replace all occurences of "course" with "class." To ensure that any changes are not overwritten by a new version when upgrading, you need to create your own local language pack as follows:

  • Copy the langconfig.php of your language folder (e.g. datafolder/lang/en) into a new folder (e.g. datafolder/lang/en_local). You will need access to the server to achieve this step - it cannot be done from within Moodle.
  • Add a string for parentlanguage to this file, which points to the language which is the most similar to yours.
  • Make your local language pack the default for the site via Administration >> Configuration >> Variables.
  • Edit only those strings you want to change with the built-in language editor, to be found in Administration >> Configuration >> Language.

The hierarchy of language packs can support up to three levels, the parent language, a sitewide local language pack, and a course level language pack. Moodle will first look for a string in the course level language pack, and if it does not find it, it will use the sitewide language pack, and then use the parent language string by default.

If you are having trouble figuring out where a particular string you wish to change is located, you will need to perform a search for it. An easy way to do this is to use a program like AM Code Search [1], which allows you to search for strings inside php files, unlike Windows search.

Anterior admin/lang

Moodle 1.5

Text in Moodle may be changed by editing the language strings, either via Administration >> Configuration >> Language or directly e.g. in lang/en.

Local language pack

To ensure that any changes are not overwritten by a new version when upgrading, you need to create your own local language pack as follows:

  • Copy the contents of your language folder (e.g. lang/en) into a new folder (e.g. lang/en_local) - you will need access to the server to achieve this step, it cannot be done from within Moodle.
  • Make your local language pack the default for the site via Administration >> Configuration >> Variables.

Ver también