Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 25, 2012, 06:57:41 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter
hier
und auf unserer
neuen Webseite
.
155522
Posts in
21712
Topics by
7760
Members
Latest Member:
chris85
WebsiteBaker Community Forum
English
WebsiteBaker 2.x discussion
(Moderator:
Argos
)
WB 2.8 Translation help needed
Pages: [
1
]
Go Down
Author
Topic: WB 2.8 Translation help needed (Read 5782 times)
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7973
WB 2.8 Translation help needed
«
on:
July 12, 2009, 04:08:47 PM »
The new features of WB 2.8 and making Registerform and News-Modul multilingual requires new language variables. We need your assistance to update all included language files till WB 2.8 Final. Please use this thread to attach your translations. The following textes needs to be translated:
Core Language files
Code:
<?php
$TEXT
[
'REDIRECT_AFTER'
] =
'Redirect after'
;
?>
Code:
<?php
$TEXT
[
'SEC_ANCHOR'
] =
'Section-Anchor text'
;
?>
Code:
<?php
$TEXT
[
'CODE_SNIPPET'
] =
"Code-snippet"
;
?>
Code:
<?php
$TEXT
[
'THEME'
] =
'Backend-Theme'
;
?>
Code:
<?php
>
$TEXT
[
'UNZIP_FILE'
] =
"Upload and unpack a zip archiv"
;
$TEXT
[
'DELETE_ZIP'
] =
"Delete zip archiv after unpacking"
;
?>
Code:
<?php
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IN_USE_TMPL'
] =
"<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"
;
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'
] =
"this page;these pages"
;
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'
] =
"Can't uninstall the template <b>{{name}}</b>, because it is the default template!"
;
?>
Code:
<?php
$MESSAGE
[
'SIGNUP2'
][
'SUBJECT_LOGIN_INFO'
] =
'Your login details...'
;
$MESSAGE
[
'SIGNUP2'
][
'BODY_LOGIN_INFO'
] = <<< EOT
Hello {LOGIN_DISPLAY_NAME},
Your '{LOGIN_WEBSITE_TITLE}' login details are:
Username: {LOGIN_NAME}
Password: {LOGIN_PASSWORD}
Your password has been set to the one above.
This means that your old password will no longer work.
If you have received this message in error, please delete it immediately.
EOT;
?>
Code:
<?php
$HEADING
[
'ADDON_PRECHECK_FAILED'
] =
'Add-On requirements not met'
;
$HEADING
[
'INVOKE_MODULE_FILES'
] =
'Execute module files manually'
;
$TEXT
[
'REQUIREMENT'
] =
"Requirement"
;
$TEXT
[
'INSTALLED'
] =
"installed"
;
$TEXT
[
'NOT_INSTALLED'
] =
"not installed"
;
$TEXT
[
'ADDON'
] =
"Add-On"
;
$TEXT
[
'EXTENSION'
] =
"Extension"
;
$MESSAGE
[
'GENERIC'
][
'INVALID_ADDON_FILE'
] =
'Invalid WebsiteBaker installation file. Please check the *.zip format.'
;
$MESSAGE
[
'GENERIC'
][
'INVALID_LANGUAGE_FILE'
] =
'Invalid WebsiteBaker language file. Please check the text file.'
;
$MESSAGE
[
'ADDON'
][
'RELOAD'
] =
'Update database with information from Add-on files (e.g. after FTP upload).'
;
$MESSAGE
[
'ADDON'
][
'ERROR_RELOAD'
] =
'Error while updating the Add-On information.'
;
$MESSAGE
[
'ADDON'
][
'MODULES_RELOADED'
] =
'Modules reloaded successfully'
;
$MESSAGE
[
'ADDON'
][
'TEMPLATES_RELOADED'
] =
'Templates reloaded successfully'
;
$MESSAGE
[
'ADDON'
][
'LANGUAGES_RELOADED'
] =
'Languages reloaded successfully'
;
$MESSAGE
[
'ADDON'
][
'PRECHECK_FAILED'
] =
'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.'
;
$MESSAGE
[
'ADDON'
][
'MANUAL_INSTALLATION'
] =
'When modules are uploaded via FTP (not recommended), the module installation files <tt>install.php</tt>, <tt>upgrade.php</tt> or <tt>uninstall.php</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module files manually for modules uploaded via FTP below.'
;
$MESSAGE
[
'ADDON'
][
'MANUAL_INSTALLATION_WARNING'
] =
'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.'
;
?>
Module Language Files
News Modul
Code:
<?php
$MOD_NEWS
[
'TEXT_READ_MORE'
] =
'Read More'
;
$MOD_NEWS
[
'TEXT_POSTED_BY'
] =
'Posted by'
;
$MOD_NEWS
[
'TEXT_ON'
] =
'on'
;
$MOD_NEWS
[
'TEXT_LAST_CHANGED'
] =
'Last changed'
;
$MOD_NEWS
[
'TEXT_AT'
] =
'at'
;
$MOD_NEWS
[
'TEXT_BACK'
] =
'Back'
;
$MOD_NEWS
[
'TEXT_COMMENTS'
] =
'Comments'
;
$MOD_NEWS
[
'TEXT_COMMENT'
] =
'Comment'
;
$MOD_NEWS
[
'TEXT_ADD_COMMENT'
] =
'Add Comment'
;
$MOD_NEWS
[
'TEXT_BY'
] =
'By'
;
?>
Thanks for your help.
Matthias
«
Last Edit: July 18, 2009, 11:32:24 AM by ruebenwurzel
»
Logged
Chaploo
Guest
Re: WB 2.8 Translation help needed
«
Reply #1 on:
July 12, 2009, 07:49:08 PM »
I'll do the first step.
News-Modul - German
Code:
<?php
$MOD_NEWS
[
'TEXT_READ_MORE'
] =
'Weiterlesen'
;
$MOD_NEWS
[
'TEXT_POSTED_BY'
] =
'Verfasst von'
;
$MOD_NEWS
[
'TEXT_ON'
] =
'am'
;
$MOD_NEWS
[
'TEXT_LAST_CHANGED'
] =
'Zuletzt geändert'
;
$MOD_NEWS
[
'TEXT_AT'
] =
'um'
;
$MOD_NEWS
[
'TEXT_BACK'
] =
'Zurück'
;
$MOD_NEWS
[
'TEXT_COMMENTS'
] =
'Kommentare'
;
$MOD_NEWS
[
'TEXT_COMMENT'
] =
'Kommentieren'
;
$MOD_NEWS
[
'TEXT_ADD_COMMENT'
] =
'Kommentar hinzufügen'
;
$MOD_NEWS
[
'TEXT_BY'
] =
'Von'
;
?>
Is that like it was supposed to be?
Then I'll do some more later.
Regards
Jochen
«
Last Edit: July 12, 2009, 08:38:31 PM by Chaploo
»
Logged
instantflorian
Betatester
Offline
Posts: 804
Re: WB 2.8 Translation help needed
«
Reply #2 on:
July 12, 2009, 09:56:53 PM »
Na dann mach ich mal:
Quote from: ruebenwurzel on July 13, 2009, 05:58:51 AM
then the good news is german is the only language wich needs not to be translated, is allready done in the RC1 package
«
Last Edit: July 13, 2009, 07:29:10 AM by instantflorian
»
Logged
Chaploo
Guest
Re: WB 2.8 Translation help needed
«
Reply #3 on:
July 12, 2009, 10:41:22 PM »
Darf ich noch ein bisschen nachbessern?
Code:
<?php
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IN_USE_TMPL'
] =
"<br /><br />{{type}} <strong>{{type_name}}</strong> kann nicht deinstalliert werden, weil diese Vorlage noch auf folgenden Seiten verwendet wird: {{pages}}.<br /><br />"
;
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'
] =
"diese Seite;diesen Seiten"
;
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'
] =
"Die Vorlage <strong>{{name}}</strong> ist die Standard-Vorlage und kann daher nicht deinstalliert werden. Bitte wählen Sie eine andere Vorlage als Standardvorlage aus, bevor Sie {{name}} deinstallieren."
;
?>
Wie sieht es generell mit Umlauten aus? ä oder ä ?
Grüße
Jochen
Logged
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4884
Re: WB 2.8 Translation help needed
«
Reply #4 on:
July 12, 2009, 10:54:02 PM »
Hallo,
generell wollte ich fragen, ob es nicht gut wäre, für das Wort Template, einfach das Wort "Template" auch im Deutschen zu verwenden.
Wir haben einfach zu viele "Namen" dafür:
- Template
- Designvorlage
- Vorlage
- Layoutvorlage
Ich fände es gut, wenn Template, Template bleibt und gut.
Oder wenn "Designvorlage" das bevorzugte Wort ist, dann eben überall einheitlich.
Ähnlich verhält es sich mit dem neuen Begriff "Backend Theme".
Man hätte es damals auch "Backend Template" nennen können, doch ich weiß, dass wir uns speziell deswegen auf "Theme" geeinigt hatten, um Verwirrungen mit den Templates schon während des Sprachgebrauchs zu vermeiden - gute Idee.
Da im deutschen Sprachgebrauch beide Begriffe in der "Internetwelt" geläufig sind, wofür diese Begriffe "eindeutschen"?
Kann sein, dass ich es - als Ausländer, jemand der mit der deutschen Sprache nicht aufgewachsen ist - durch andere Augen sehe, aber die beiden Begriffe sind geläufig genug, um sie bestehen zu lassen.
Was meint Ihr?
Gruß,
Stefek
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Chaploo
Guest
Re: WB 2.8 Translation help needed
«
Reply #5 on:
July 12, 2009, 11:02:10 PM »
Hi Stefek,
guter Gedanke!
Kurz was dazu aus meiner Erfahrung: Ich habe mittlerweile mehr als 3 Dutzend Kunden-Sites mit WB umgesetzt und musste immer wieder feststellen, dass viele Kunden, die ja das CMS später eigenständig bedienen sollen, das Wort "Template" meistens nicht kennen und mit "Dokumentvorlage" oder "Layoutvorlage" viel besser zurechtkommen.
Das in WB 2.8 (soweit ich weiß) erstmals verwendete "Theme" hat mich auch erstaunt - wozu ein neuer Begriff, wo es ja schon genügend gibt, auch wenn "Theme" ebenso wie "Skins" aus vielen anderen Anwendungen vertraut ist - aber eben nicht so machen CMS-Anwendern (Website-Kunden), die oft wenig bis gar nichts bisher mit dieser Welt zu tun hatten.
Grüße
Jochen
Logged
Luisehahne
Board Member
Development Team
Online
Posts: 3146
Re: WB 2.8 Translation help needed
«
Reply #6 on:
July 12, 2009, 11:06:54 PM »
Das Theme betrifft auch nur das Backend, und das wird ein Designer ändern nicht der Kunde. Hoffe ja das ein Designer weiss wovon wir sprechen.
Dietmar
Logged
We are human beings - and nobody is perfect at all.
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4884
Re: WB 2.8 Translation help needed
«
Reply #7 on:
July 12, 2009, 11:09:28 PM »
Ja, das sind gute Argumente, Chaploo.
Ich würde Template verwenden, aber "Layout-/Designvolage" ist auch fein mit mir - mir geht es hauptsächlich um die "Einheitlichkeit".
Wegen der Backend-Themes: Ich schließe mich Dietmar an. Und hier finde ich es richtig gut, dass der Begriff geschaffen wurde. Weil es ihn von den anderen Templates schon allein durch den Namen -abtrennt-.
Gruß,
Stefek
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7973
Re: WB 2.8 Translation help needed
«
Reply #8 on:
July 13, 2009, 05:58:51 AM »
Hello Guys,
just wanna remember that you are here in the english part of the forum, so please only discuss english.
then the good news is german is the only language wich needs not to be translated, is allready done in the RC1 package
and at least, please use this post not for discussion about the languages. It was only thougth for attaching translation. for discussions about translations especially in german please open new themes in the language boards.
thanks
Matthias.
Logged
Luckyluke
Offline
Posts: 555
Re: WB 2.8 Translation help needed
«
Reply #9 on:
July 13, 2009, 09:18:59 AM »
Hi,
If I'm not mistaken, most of WB 2.8 RC1 is already translated in Dutch.
See here
.
Grtz,
Luc
Logged
mylesk42
Offline
Posts: 120
Re: WB 2.8 Translation help needed
«
Reply #10 on:
July 17, 2009, 01:17:14 PM »
Hi to all,
I'm OK to translate the texts in French.
Will post the FR file in a few hours.
Have not tested yet the v2.8 but know it will be successfull. Thanks for the great job !
BTW, can we use it on production or still in test ?
Regards
Logged
mylesk42
Offline
Posts: 120
Re: WB 2.8 Translation help needed
«
Reply #11 on:
July 17, 2009, 02:26:25 PM »
Hi again,
Here's the file for the french translations of the texts above.
Tell me if it's all OK.
Will the (official or non-official) add-ons modules work with WB 2.8 ?
Regards
Patrick
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7973
Re: WB 2.8 Translation help needed
«
Reply #12 on:
July 18, 2009, 11:18:19 AM »
@mylesk42
Thanks for your translation. But before adding it to the core specialchars needs to be replaced with htmlentities. Can you please changes this?
Thanks
Matthias
Edit:
Replaced it by myself and added changes to SVN
«
Last Edit: July 18, 2009, 11:39:58 AM by ruebenwurzel
»
Logged
mylesk42
Offline
Posts: 120
Re: WB 2.8 Translation help needed
«
Reply #13 on:
July 18, 2009, 02:16:46 PM »
Hi,
Here's the fixed french translation with htmlentities.
Let me know if there's something wrong.
Are all (or some) the available add-ons compatible with WB 2.8?
Cheers
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7973
Re: WB 2.8 Translation help needed
«
Reply #14 on:
July 18, 2009, 02:52:12 PM »
Hello,
==offtopic==
Quote
Are all (or some) the available add-ons compatible with WB 2.8?
Yes, only if a modul uses a backend.js or other js files maybe there is a need of minor adaptions.
==offtopic end==
Matthias
Logged
Achrist
Offline
Posts: 37
Re: WB 2.8 Translation help needed
«
Reply #15 on:
July 26, 2009, 03:16:10 PM »
Hi
Here is a set of Danish language files for 2.8 with htmlentities in place. I have included language files for all modules I am using, so this is close to being a complete DK set for WB
/Allan
Logged
Achrist
Offline
Posts: 37
Re: WB 2.8 Translation help needed
«
Reply #16 on:
July 29, 2009, 09:07:13 PM »
Some of the DA translations included in 2.8RC2 unfortunately had their htmlentities messed up because the files were in unicode format
. The attachment hopefully corrects the problem. Please have the DA.php files in this Zip-file replace those previously submitted.
/Allan
Logged
Achrist
Offline
Posts: 37
Re: WB 2.8 Translation help needed
«
Reply #17 on:
September 06, 2009, 03:11:53 PM »
Found an htmlentities problem with the Danish language file for the Captcha module in 2.8 - here is a correction.
/Allan
Logged
kweitzel
Forum administrator
Offline
Posts: 6975
Re: WB 2.8 Translation help needed
«
Reply #18 on:
September 06, 2009, 03:43:47 PM »
Would you please post this attachment as a Ticket on the project server? Thanks
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
Galynet
Offline
Posts: 7
Re: WB 2.8 Translation help needed
«
Reply #19 on:
October 05, 2009, 06:19:44 PM »
Hello, I it will try to translate to Spanish and to Galician language.
Give me time, please .
Logged
Galynet
Offline
Posts: 7
Re: WB 2.8 Translation help needed
«
Reply #20 on:
October 05, 2009, 06:58:30 PM »
Go. Spanish language:
Code:
<?php
$TEXT
[
'REDIRECT_AFTER'
] =
'Redirigir después'
;
?>
Code:
<?php
$TEXT
[
'SEC_ANCHOR'
] =
'Sección-Ancla de texto'
;
?>
Code:
<?php
$TEXT
[
'CODE_SNIPPET'
] =
"fragmentos de código"
;
?>
Code:
<?php
$TEXT
[
'THEME'
] =
'Tema del backend'
;
?>
Code:
<?php
>
$TEXT
[
'UNZIP_FILE'
] =
"Subir y descomprimir archivo zip"
;
$TEXT
[
'DELETE_ZIP'
] =
"Borrar archivo zip tras descomprimir"
;
?>
Code:
<?php
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IN_USE_TMPL'
] =
"<br /><br />{{type}} <b>{{type_name}}</b> no puede ser desinstalado, porque está siendo usado en {{pages}}.<br /><br />"
;
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'
] =
"esta página;estas páginas"
;
$MESSAGE
[
'GENERIC'
][
'CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'
] =
"No es posible desintalar la plantilla <b>{{name}}</b>, porque es la plantilla predefinida!"
;
?>
Code:
<?php
$MESSAGE
[
'SIGNUP2'
][
'SUBJECT_LOGIN_INFO'
] =
'Tus datos de acceso...'
;
$MESSAGE
[
'SIGNUP2'
][
'BODY_LOGIN_INFO'
] = <<< EOT
Hola {LOGIN_DISPLAY_NAME},
Tus '{LOGIN_WEBSITE_TITLE}' datos de acceso son:
Usuario: {LOGIN_NAME}
Contraseña: {LOGIN_PASSWORD}
Tu contraseña ha sido restablecida.
Esto significa que tu contraseña anterior ya no es válida.
Si recibes este mensaje por error, por favor, bórralo de inmediato.
EOT;
?>
Code:
<?php
$HEADING
[
'ADDON_PRECHECK_FAILED'
] =
'Requisitos del módulo no encontrados'
;
$HEADING
[
'INVOKE_MODULE_FILES'
] =
'Ejecutar archivos del módulo manualmente'
;
$TEXT
[
'REQUIREMENT'
] =
"Requisitos"
;
$TEXT
[
'INSTALLED'
] =
"instalado"
;
$TEXT
[
'NOT_INSTALLED'
] =
"no instalado"
;
$TEXT
[
'ADDON'
] =
"Módulo"
;
$TEXT
[
'EXTENSION'
] =
"Extensión"
;
$MESSAGE
[
'GENERIC'
][
'INVALID_ADDON_FILE'
] =
'Archivo de instalación no válido. Por favor comprueba el formato *.zip.'
;
$MESSAGE
[
'GENERIC'
][
'INVALID_LANGUAGE_FILE'
] =
'Archivo de idioma no válido. Por favor, comprueba el texto del archivo.'
;
$MESSAGE
[
'ADDON'
][
'RELOAD'
] =
'Actualizar base de datos con la información de los archivos de los módulos (e.g. después de subir FTP).'
;
$MESSAGE
[
'ADDON'
][
'ERROR_RELOAD'
] =
'Error durante la actualización de la información del módulo.'
;
$MESSAGE
[
'ADDON'
][
'MODULES_RELOADED'
] =
'Módulos recargados correctamente'
;
$MESSAGE
[
'ADDON'
][
'TEMPLATES_RELOADED'
] =
'Plantillas recargadas correctamente'
;
$MESSAGE
[
'ADDON'
][
'LANGUAGES_RELOADED'
] =
'Idiomas recargados correctamente'
;
$MESSAGE
[
'ADDON'
][
'PRECHECK_FAILED'
] =
'Instalación de módulo fallida. Tu sistema no reúne los requisitos de este módulo. Para hacer que este módulo trabaje en tu sistema, por favor arregla los siguientes temas que se muestran a continuación.'
;
$MESSAGE
[
'ADDON'
][
'MANUAL_INSTALLATION'
] =
'Cuando los módulos son subidos vía FTP (no recomendedado), los archivos de instalación de módulo <tt>install.php</tt>, <tt>upgrade.php</tt> o <tt>uninstall.php</tt> will no se ejecutan automáticamente. Esos módulos pueden no trabajar o no desinstalarse correctamente.<br /><br />Puedes ejecutar los archivos de módulo manualmente para los módulos subidos por FTP.'
;
$MESSAGE
[
'ADDON'
][
'MANUAL_INSTALLATION_WARNING'
] =
'Aviso: las entradas de este módulo existentes en la base de datos se perderán. Usa esta opción únicamente si experimentas problemas con módulos cargador por FTP.'
;
?>
Code:
<?php
$MOD_NEWS
[
'TEXT_READ_MORE'
] =
'Leer más'
;
$MOD_NEWS
[
'TEXT_POSTED_BY'
] =
'Publicado por'
;
$MOD_NEWS
[
'TEXT_ON'
] =
'el'
;
$MOD_NEWS
[
'TEXT_LAST_CHANGED'
] =
'Ultimo cambio'
;
$MOD_NEWS
[
'TEXT_AT'
] =
'a las'
;
$MOD_NEWS
[
'TEXT_BACK'
] =
'Atrás'
;
$MOD_NEWS
[
'TEXT_COMMENTS'
] =
'Comentarios'
;
$MOD_NEWS
[
'TEXT_COMMENT'
] =
'Comentar'
;
$MOD_NEWS
[
'TEXT_ADD_COMMENT'
] =
'Añadir comentario'
;
$MOD_NEWS
[
'TEXT_BY'
] =
'Por'
;
?>
That´s all. The galician language is comming. Be patient
Logged
kweitzel
Forum administrator
Offline
Posts: 6975
Re: WB 2.8 Translation help needed
«
Reply #21 on:
October 06, 2009, 06:30:00 PM »
Quote from: Achrist on September 06, 2009, 03:11:53 PM
Found an htmlentities problem with the Danish language file for the Captcha module in 2.8 - here is a correction.
/Allan
No Ticket and no download?
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
Achrist
Offline
Posts: 37
Re: WB 2.8 Translation help needed
«
Reply #22 on:
July 16, 2011, 11:04:37 PM »
Danish language main translation file for CB 2.8.2 RC 7.
/Allan
Logged
Argos
Moderator
Offline
Posts: 2160
Re: WB 2.8 Translation help needed
«
Reply #23 on:
July 17, 2011, 06:37:10 PM »
Quote from: Luckyluke on July 13, 2009, 09:18:59 AM
If I'm not mistaken, most of WB 2.8 RC1 is already translated in Dutch.
See here
.
I'll check and update the RC7 Dutch file!
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
Argos
Moderator
Offline
Posts: 2160
Re: WB 2.8 Translation help needed
«
Reply #24 on:
July 29, 2011, 01:52:00 PM »
I suggest the following modifications in the final release General Dutch language file. The suggestion in red is crucial, as this is a wrong translation. The remark in green is for clarification only, and should be left out of the language file.
$TEXT['SEC_ANCHOR'] = 'Sessie-voorvoegsel';
should be
$TEXT['SEC_ANCHOR'] = 'Sectie-anker';
$TEXT['THEME'] = 'Thema Website-beheer';
should be
$TEXT['THEME'] = 'Websitebeheer-theme';
In Dutch we use the English word theme just like the English word template. The Dutch word thema means something different.
$MESSAGE['GENERIC_CANNOT_UNIN
STALL_IS_DEFAULT_TE
MPLATE'] = 'De template <b>{{name}}</b> kan niet verwijderd worden omdat het de standaard-template is.';
should be
$MESSAGE['GENERIC_CANNOT_UNIN
STALL_IS_DEFAULT_TE
MPLATE'] = '<b>{{name}}</b> is de standaard template en kan niet verwijderd worden.';
$MESSAGE['GENERIC_CANNOT_UNIN
STALL_IS_DEFAULT_TH
EME'] = 'Het is niet mogelijk de template <b>{{name}}</b> te verwijderen omdat het het standaard admin-thema is.';
should be
$MESSAGE['GENERIC_CANNOT_UNIN
STALL_IS_DEFAULT_TH
EME'] = '<b>{{name}}</b> is het standaard websitebeheer-theme en kan niet verwijderd worden.';
«
Last Edit: July 29, 2011, 01:54:25 PM by Argos
»
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
Pages: [
1
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> WebsiteBaker Website Showcase
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
=====> Modules / Extensions
===> Suggestions
===> Software bugs
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
=====> Module / Extensions
===> Vorschläge
===> Softwarefehler
===> Erfahrungs und Testberichte
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...