diff options
author | Badlop <badlop@process-one.net> | 2007-12-14 21:28:29 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-14 21:28:29 +0000 |
commit | 3174ea98f650f3a4b944434c90d4141792367346 (patch) | |
tree | b2499ea300f06cf573c9f68c4c5eadecbc3e4071 /src/msgs/es.msg | |
parent | * src/ejabberd_s2s_out.erl: Bugfix (diff) |
* src/msgs/*: Unified file format: First line is SVN Id
tag. Second is Language name. Next lines are authors, adding the
new ones on top. Each string must be in a single line (to
facilitate the automatic removal of unused strings). Last four
lines report file format for Emacs and Vim.
* contrib/extract_translations/prepare-translation.sh: New
features: extract all translations, include explanation for
translators in the file, remove unused strings from file, include
unused strings in a section for reference, provide information
about current translation and number of missing strings, compress
the files to a zip
* contrib/extract_translations/extract_translations.erl: Reverted
to the original version
SVN Revision: 1070
Diffstat (limited to 'src/msgs/es.msg')
-rw-r--r-- | src/msgs/es.msg | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/msgs/es.msg b/src/msgs/es.msg index 2c7eb575..83d82bea 100644 --- a/src/msgs/es.msg +++ b/src/msgs/es.msg @@ -1,6 +1,6 @@ % $Id$ - -% Ejabberd - Spanish - badlop AT jabberes.org +% Language: Spanish (castellano) +% Author: Badlop % jlib.hrl {"No resource provided", "No se ha proporcionado recurso"}. @@ -93,7 +93,6 @@ {"Search Results for ", "Buscar resultados por "}. {"Jabber ID", "Jabber ID"}. {"vCard User Search", "Buscar vCard de usuario"}. - {"User", "Usuario"}. {"Full Name", "Nombre completo"}. {"Name", "Nombre"}. @@ -107,7 +106,6 @@ {"Organization Unit", "Unidad de la organizaciĆ³n"}. % mod_pubsub/mod_pubsub.erl -{[], " "}. {"Deliver payloads with event notifications", "Enviar payloads junto con las notificaciones de eventos"}. {"Notify subscribers when the node configuration changes", "Notificar subscriptores cuando cambia la configuraciĆ³n del nodo"}. {"Notify subscribers when the node is deleted", "Notificar subscriptores cuando el nodo se borra"}. @@ -376,3 +374,4 @@ % Local Variables: % mode: erlang % End: +% vim: set filetype=erlang tabstop=8: |