From 482156d7b54f408bbe3f2494bc60d4ea0af15bff Mon Sep 17 00:00:00 2001
From: Ralf Becker
Date: Tue, 8 Feb 2005 18:22:18 +0000
Subject: [PATCH] fix for bug [ 1019398 ] s/Referenz/Reference/
---
.../doc/{referenz.html => reference.html} | 12 +++---
etemplate/inc/hook_sidebox_menu.inc.php | 4 +-
etemplate/setup/phpgw_de.lang | 2 +-
etemplate/setup/phpgw_en.lang | 2 +-
etemplate/setup/phpgw_es-ca.lang | 2 +-
etemplate/setup/phpgw_es-es.lang | 2 +-
etemplate/setup/phpgw_fr.lang | 2 +-
etemplate/setup/phpgw_it.lang | 2 +-
etemplate/setup/phpgw_iw.lang | 2 +-
etemplate/setup/phpgw_nl.lang | 37 +++++--------------
etemplate/setup/phpgw_pt-br.lang | 2 +-
etemplate/setup/phpgw_sl.lang | 2 +-
etemplate/setup/phpgw_sv.lang | 2 +-
etemplate/setup/phpgw_zt.lang | 2 +-
14 files changed, 29 insertions(+), 46 deletions(-)
rename etemplate/doc/{referenz.html => reference.html} (98%)
diff --git a/etemplate/doc/referenz.html b/etemplate/doc/reference.html
similarity index 98%
rename from etemplate/doc/referenz.html
rename to etemplate/doc/reference.html
index ceeaba8ca8..e43284ba98 100644
--- a/etemplate/doc/referenz.html
+++ b/etemplate/doc/reference.html
@@ -1,7 +1,7 @@
- eGroupWare: eTemplate-Referenz
+ eGroupWare: eTemplate-reference
-eTemplate-Referenz - Templates and Dialog-Editor for eGroupWare
+eTemplate-reference - Templates and Dialog-Editor for eGroupWare
-A referenz documentation about the new eTemplates and the syntax and parameters
+
A reference documentation about the new eTemplates and the syntax and parameters
of the several widgets.
Introduction - The concept of the eTemplates
@@ -96,7 +96,7 @@ implement only a subset of XUL. Here are the main differences:
xul-files can contain the actual content or refer to it via a datasources (RDF's) and use a
different template syntax to fill in content from a variable: <label value="?label"/>
eTemplates get there content from an array passed to the exec or show-function of the template-object
- and referenz to the content by the id / name-field of each widget.
+ and reference to the content by the id / name-field of each widget.
xul-files can contain an unlimited number of nested elements, where as the eTemplates xml-root-node
has to be a xul-grid and can not contain other grids as element (vbox and hbox are Ok).
This limitation might be removed in the near future, for now you have to use the non-xul-element
@@ -110,8 +110,8 @@ implement only a subset of XUL. Here are the main differences:
All attributes must have a value, no <tag attr> it has to be <tag attr="">
-
-Syntax and Parameter Referenz
+
+Syntax and Parameter reference
Standard parametes / attributes for all widgets
diff --git a/etemplate/inc/hook_sidebox_menu.inc.php b/etemplate/inc/hook_sidebox_menu.inc.php
index b5a7548bb1..9d8537a95b 100644
--- a/etemplate/inc/hook_sidebox_menu.inc.php
+++ b/etemplate/inc/hook_sidebox_menu.inc.php
@@ -35,8 +35,8 @@
'target' => 'docs'
),
array(
- 'text' => 'eTemplate Referenz',
- 'link' => $docs.'referenz.html',
+ 'text' => 'eTemplate Reference',
+ 'link' => $docs.'reference.html',
'target' => 'docs'
),
array(
diff --git a/etemplate/setup/phpgw_de.lang b/etemplate/setup/phpgw_de.lang
index 5b7bbf3873..9072e4b54c 100644
--- a/etemplate/setup/phpgw_de.lang
+++ b/etemplate/setup/phpgw_de.lang
@@ -108,7 +108,7 @@ etemplate common de eTemplate
etemplate '%1' imported, use save to put it in the database etemplate de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
etemplate '%1' written to '%2' etemplate de eTemplate '%1' wurde nach '%2' geschrieben
etemplate editor etemplate de eTemplate Editor
-etemplate referenz etemplate de eTemplate Handbuch
+etemplate reference etemplate de eTemplate Handbuch
etemplate tutorial etemplate de eTemplate Einfhrung
exchange this row with the one above etemplate de diese Zeile mit der darber austauschen
exchange this two columns etemplate de diese beiden Spalten austauschen
diff --git a/etemplate/setup/phpgw_en.lang b/etemplate/setup/phpgw_en.lang
index 6254f184ce..6b6da7fcc0 100644
--- a/etemplate/setup/phpgw_en.lang
+++ b/etemplate/setup/phpgw_en.lang
@@ -108,7 +108,7 @@ etemplate common en eTemplate
etemplate '%1' imported, use save to put it in the database etemplate en eTemplate '%1' imported, use Save to put it in the database
etemplate '%1' written to '%2' etemplate en eTemplate '%1' written to '%2'
etemplate editor etemplate en eTemplate Editor
-etemplate referenz etemplate en eTemplate Referenz
+etemplate reference etemplate en eTemplate Reference
etemplate tutorial etemplate en eTemplate Tutorial
exchange this row with the one above etemplate en exchange this row with the one above
exchange this two columns etemplate en exchange this two columns
diff --git a/etemplate/setup/phpgw_es-ca.lang b/etemplate/setup/phpgw_es-ca.lang
index 0ecbd66dff..d69e1d7792 100644
--- a/etemplate/setup/phpgw_es-ca.lang
+++ b/etemplate/setup/phpgw_es-ca.lang
@@ -104,7 +104,7 @@ etemplate common es-ca Plantilla
etemplate '%1' imported, use save to put it in the database etemplate es-ca Plantilla '%1' importada. Use Guardar para ponerla en la base de datos
etemplate '%1' written to '%2' etemplate es-ca La plantilla '%1' se ha guardado en '%2'
etemplate editor etemplate es-ca Editor de plantillas
-etemplate referenz etemplate es-ca Referencia de plantillas
+etemplate reference etemplate es-ca Referencia de plantillas
etemplate tutorial etemplate es-ca Tutorial de plantillas
exchange this row with the one above etemplate es-ca Intercambiar esta fila con la de encima
exchange this two columns etemplate es-ca Intercambiar estas dos columnas
diff --git a/etemplate/setup/phpgw_es-es.lang b/etemplate/setup/phpgw_es-es.lang
index fa25f6a26f..5aad98b487 100644
--- a/etemplate/setup/phpgw_es-es.lang
+++ b/etemplate/setup/phpgw_es-es.lang
@@ -107,7 +107,7 @@ etemplate common es-es Plantilla
etemplate '%1' imported, use save to put it in the database etemplate es-es Plantilla '%1' importada. Use Guardar para ponerla en la base de datos
etemplate '%1' written to '%2' etemplate es-es La plantilla '%1' se ha guardado en '%2'
etemplate editor etemplate es-es Editor de plantillas
-etemplate referenz etemplate es-es Referencia de plantillas
+etemplate reference etemplate es-es Referencia de plantillas
etemplate tutorial etemplate es-es Tutorial de plantillas
exchange this row with the one above etemplate es-es Intercambiar esta fila con la de encima
exchange this two columns etemplate es-es Intercambiar estas dos columnas
diff --git a/etemplate/setup/phpgw_fr.lang b/etemplate/setup/phpgw_fr.lang
index e9b3c86ef7..706439a11d 100644
--- a/etemplate/setup/phpgw_fr.lang
+++ b/etemplate/setup/phpgw_fr.lang
@@ -105,7 +105,7 @@ etemplate common fr eTemplate
etemplate '%1' imported, use save to put it in the database etemplate fr eTemplate '%1' import, utilisez Enregistrer pour le mettre dans la base de donnes
etemplate '%1' written to '%2' etemplate fr eTemplate '%1' crit dans '%2'
etemplate editor etemplate fr Editeur d'eTemplate
-etemplate referenz etemplate fr Rfrence eTemplate
+etemplate reference etemplate fr Rfrence eTemplate
etemplate tutorial etemplate fr Tutoriel eTemplate
exchange this row with the one above etemplate fr Echanger cette ligne avec celle du dessus
exchange this two columns etemplate fr Echanger ces deux colonnes
diff --git a/etemplate/setup/phpgw_it.lang b/etemplate/setup/phpgw_it.lang
index 2439c1b8dd..0d2d7e6efc 100644
--- a/etemplate/setup/phpgw_it.lang
+++ b/etemplate/setup/phpgw_it.lang
@@ -105,7 +105,7 @@ etemplate common it eTemplate
etemplate '%1' imported, use save to put it in the database etemplate it eTemplate '%1' imported, use Save to put it in the database
etemplate '%1' written to '%2' etemplate it eTemplate '%1' scritto su '%2'
etemplate editor etemplate it Editor eTemplate
-etemplate referenz etemplate it eTemplate Referenz
+etemplate reference etemplate it eTemplate Referenz
etemplate tutorial etemplate it Tutorial eTemplate
exchange this row with the one above etemplate it exchange this row with the one above
exchange this two columns etemplate it exchange this two columns
diff --git a/etemplate/setup/phpgw_iw.lang b/etemplate/setup/phpgw_iw.lang
index 6378431d9e..f21d86da6b 100755
--- a/etemplate/setup/phpgw_iw.lang
+++ b/etemplate/setup/phpgw_iw.lang
@@ -100,7 +100,7 @@ error: writing file (no write-permission for the webserver) !!! etemplate iw (!
etemplate '%1' imported, use save to put it in the database etemplate iw הובא, השתמש ב-[שמור] כדי להכניס אותו לבסיס הנתונים eTemplate-ה
etemplate '%1' written to '%2' etemplate iw %1 נכתב אל %2 eTemplate-ה
etemplate editor etemplate iw eTemplate עורך
-etemplate referenz etemplate iw eTemplate מדריך
+etemplate reference etemplate iw eTemplate מדריך
etemplate tutorial etemplate iw eTemplate-שיעור פרטי ב
exchange this row with the one above etemplate iw החלף בין שורה זו לשורה מעליה
exchange this two columns etemplate iw החלף בין שתי עמודות הללו
diff --git a/etemplate/setup/phpgw_nl.lang b/etemplate/setup/phpgw_nl.lang
index 7f7fa7fe5a..811830933b 100644
--- a/etemplate/setup/phpgw_nl.lang
+++ b/etemplate/setup/phpgw_nl.lang
@@ -1,15 +1,9 @@
-%1 (%2 new) messages writen for application \'%3\' and languages \'%4\' etemplate nl %1 (%2 nieuwe) berichten geschreven voor applicatie '%3' en talen '%4'
-%1 (%2 new) messages writen for application \\\'%3\\\' and languages \\\'%4\\\' etemplate nl %1 (%2 nieuwe) berichten geschreven voor applicatie '%3' en talen '%4'
-%1 (%2 new) messages writen for application \\\\\\\'%3\\\\\\\' and languages \\\\\\\'%4\\\\\\\' etemplate nl %1 (%2 nieuwe) berichten geschreven voor applicatie '%3' en talen '%4'
+%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate nl %1 (%2 nieuwe) berichten geschreven voor applicatie '%3' en talen '%4'
%1 etemplates deleted etemplate nl %1 eTemplates verwijderd
-%1 etemplates for application \'%2\' dumped to \'%3\' etemplate nl %1 eTemplates voor applicatie '%2' gedumpt naar '%3'
-%1 etemplates for application \\\'%2\\\' dumped to \\\'%3\\\' etemplate nl %1 eTemplates voor applicatie '%2' gedumpt naar '%3'
-%1 etemplates for application \\\\\\\'%2\\\\\\\' dumped to \\\\\\\'%3\\\\\\\' etemplate nl %1 eTemplates voor applicatie '%2' gedumpt naar '%3'
+%1 etemplates for application '%2' dumped to '%3' etemplate nl %1 eTemplates voor applicatie '%2' gedumpt naar '%3'
%1 etemplates found etemplate nl %1 eTemplates gevonden
%1 matches on search criteria etemplate nl %1 komt overeen met zoekcriteria
-%1 new etemplates imported for application \'%2\' etemplate nl %1 nieuwe eTemplates gemporteerd voor applicatie '%2'
-%1 new etemplates imported for application \\\'%2\\\' etemplate nl %1 nieuwe eTemplates gemporteerd voor applicatie '%2'
-%1 new etemplates imported for application \\\\\\\'%2\\\\\\\' etemplate nl %1 nieuwe eTemplates gemporteerd voor applicatie '%2'
+%1 new etemplates imported for application '%2' etemplate nl %1 nieuwe eTemplates gemporteerd voor applicatie '%2'
%s disabled etemplate nl %s uitgeschakeld
%s needed etemplate nl %s nodig
%s notranslation etemplate nl %s GeenVertaling
@@ -60,21 +54,15 @@ edit etemplate nl Wijzigen
enter a search pattern etemplate nl Geef een zoekpatroon
entry saved etemplate nl Record opgelagen
error: template not found !!! etemplate nl Fout: Template niet gevonden !!!
-error: webserver is not allowed to write into \'%1\' !!! etemplate nl Fout: webserver heeft geen toestemming om de schrijven in '%1' !!!
-error: webserver is not allowed to write into \\\'%1\\\' !!! etemplate nl Fout: webserver heeft geen toestemming om de schrijven in '%1' !!!
-error: webserver is not allowed to write into \\\\\\\'%1\\\\\\\' !!! etemplate nl Fout: webserver heeft geen toestemming om de schrijven in '%1' !!!
+error: webserver is not allowed to write into '%1' !!! etemplate nl Fout: webserver heeft geen toestemming om de schrijven in '%1' !!!
error: while saveing !!! etemplate nl Fou: tijdens opslaan !!!
error: writeing !!! etemplate nl Fout tijdens schrijven !!!
error: writing file (no write-permission for the webserver) !!! etemplate nl Fout bij het schrijven (geen schrijfrechten voor de webserver) !!!
etemplate common nl eTemplate
-etemplate \'%1\' imported, use save to put it in the database etemplate nl eTemplate '%1' gemporteerd, gebruik Opslaan om het in de database te zetten.
-etemplate \'%1\' written to \'%2\' etemplate nl eTemplate '%1' geschreven naar '%2'
-etemplate \\\'%1\\\' imported, use save to put it in the database etemplate nl eTemplate '%1' gemporteerd, gebruik Opslaan om het in de database te zetten.
-etemplate \\\'%1\\\' written to \\\'%2\\\' etemplate nl eTemplate '%1' geschreven naar '%2'
-etemplate \\\\\\\'%1\\\\\\\' imported, use save to put it in the database etemplate nl eTemplate '%1' gemporteerd, gebruik Opslaan om het in de database te zetten.
-etemplate \\\\\\\'%1\\\\\\\' written to \\\\\\\'%2\\\\\\\' etemplate nl eTemplate '%1' geschreven naar '%2'
+etemplate '%1' imported, use save to put it in the database etemplate nl eTemplate '%1' gemporteerd, gebruik Opslaan om het in de database te zetten.
+etemplate '%1' written to '%2' etemplate nl eTemplate '%1' geschreven naar '%2'
etemplate editor etemplate nl eTemplate Editor
-etemplate referenz etemplate nl eTemplate Referentie
+etemplate reference etemplate nl eTemplate Referentie
etemplate tutorial etemplate nl eTemplate Tutorial
export xml etemplate nl Exporteer XML
field must not be empty !!! etemplate nl Veld mag niet leeg zijn !!!
@@ -104,8 +92,7 @@ name etemplate nl Naam
name of table to add etemplate nl Naam van de toe te voegen tabel
new search etemplate nl Nieuwe zoekopdracht
new table created etemplate nl Nieuwe tabel gemaakt
-newer version \'%1\' exists !!! etemplate nl niewere versie '%1' bestaat reeds !!!
-newer version \\\'%1\\\' exists !!! etemplate nl niewere versie '%1' bestaat reeds !!!
+newer version '%1' exists !!! etemplate nl niewere versie '%1' bestaat reeds !!!
no file etemplate nl geen bestand
no filename given or selected via browse... etemplate nl geen bestandsnaam ingevoerd of geselecteerd met Bladeren ...
not null etemplate nl NIET NULL
@@ -160,12 +147,8 @@ type of the column etemplate nl Kolomtype
unique etemplate nl Uniek
upload etemplate nl Upload
value etemplate nl Waarde
-value has to be at least \'%1\' !!! etemplate nl Waarde moet op z'n minst '%1' zijn !!!
-value has to be at least \\\'%1\\\' !!! etemplate nl Waarde moet op z'n minst '%1' zijn !!!
-value has to be at least \\\\\\\'%1\\\\\\\' !!! etemplate nl Waarde moet op z'n minst '%1' zijn !!!
-value has to be at maximum \'%1\' !!! etemplate nl Waarde kan op hoogstens '%1' zijn !!!
-value has to be at maximum \\\'%1\\\' !!! etemplate nl Waarde kan op hoogstens '%1' zijn !!!
-value has to be at maximum \\\\\\\'%1\\\\\\\' !!! etemplate nl Waarde kan op hoogstens '%1' zijn !!!
+value has to be at least '%1' !!! etemplate nl Waarde moet op z'n minst '%1' zijn !!!
+value has to be at maximum '%1' !!! etemplate nl Waarde kan op hoogstens '%1' zijn !!!
vbox etemplate nl VBox
version etemplate nl Versie
width etemplate nl Breedte
diff --git a/etemplate/setup/phpgw_pt-br.lang b/etemplate/setup/phpgw_pt-br.lang
index dd318508e4..41b9bc24cf 100644
--- a/etemplate/setup/phpgw_pt-br.lang
+++ b/etemplate/setup/phpgw_pt-br.lang
@@ -105,7 +105,7 @@ etemplate common pt-br eTemplate
etemplate '%1' imported, use save to put it in the database etemplate pt-br eTemplate '%1' importado, use Salvar para coloc-lo na base de dados
etemplate '%1' written to '%2' etemplate pt-br eTemplate '%1' escrito para '%2'
etemplate editor etemplate pt-br eTemplate Editor
-etemplate referenz etemplate pt-br eTemplate Referncia
+etemplate reference etemplate pt-br eTemplate Referncia
etemplate tutorial etemplate pt-br eTemplate Tutorial
exchange this row with the one above etemplate pt-br troque esta linha com a acima
exchange this two columns etemplate pt-br troque estas duas colunas
diff --git a/etemplate/setup/phpgw_sl.lang b/etemplate/setup/phpgw_sl.lang
index 03ed0a4d0f..bc2239d5b9 100644
--- a/etemplate/setup/phpgw_sl.lang
+++ b/etemplate/setup/phpgw_sl.lang
@@ -106,7 +106,7 @@ etemplate common sl ePredloga
etemplate '%1' imported, use save to put it in the database etemplate sl ePredloga '%1' uvožena, uporabite Shrani za vnos v podatkovno bazo
etemplate '%1' written to '%2' etemplate sl ePredloga '%1' zapisana v '%2'
etemplate editor etemplate sl ePredloga - urejevalnik
-etemplate referenz etemplate sl ePredloga - sklici
+etemplate reference etemplate sl ePredloga - sklici
etemplate tutorial etemplate sl ePredloga - priročnik
exchange this row with the one above etemplate sl zamenjaj to vrstico z gornjo
exchange this two columns etemplate sl zamenjaj ta dva stolpca
diff --git a/etemplate/setup/phpgw_sv.lang b/etemplate/setup/phpgw_sv.lang
index cd6a9f1320..2638d69856 100644
--- a/etemplate/setup/phpgw_sv.lang
+++ b/etemplate/setup/phpgw_sv.lang
@@ -106,7 +106,7 @@ etemplate common sv eTemplate
etemplate '%1' imported, use save to put it in the database etemplate sv eTemplate '%1' importerad, anvnd Spara fr att skriva i databasen
etemplate '%1' written to '%2' etemplate sv eTemplate '%1' skriven till '%2'
etemplate editor etemplate sv eTemplate Editor
-etemplate referenz etemplate sv eTemplate Referens
+etemplate reference etemplate sv eTemplate Referens
etemplate tutorial etemplate sv eTemplate Hjlpinnehll
exchange this row with the one above etemplate sv Byt denna rad mot den ovan
exchange this two columns etemplate sv Byt dessa tv kolumner
diff --git a/etemplate/setup/phpgw_zt.lang b/etemplate/setup/phpgw_zt.lang
index 1f47964ccf..1e4f915ffc 100644
--- a/etemplate/setup/phpgw_zt.lang
+++ b/etemplate/setup/phpgw_zt.lang
@@ -106,7 +106,7 @@ etemplate common zt 樣板管理
etemplate '%1' imported, use save to put it in the database etemplate zt 匯入了樣板 '%1' ,點選儲存來將它放入資料庫中
etemplate '%1' written to '%2' etemplate zt 樣板 '%1' 另存成 '%2'
etemplate editor etemplate zt 樣板編輯器
-etemplate referenz etemplate zt 樣板參考
+etemplate reference etemplate zt 樣板參考
etemplate tutorial etemplate zt 樣板教學
exchange this row with the one above etemplate zt 用上面的資料與這一列交換
exchange this two columns etemplate zt 交換這兩個欄位