mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
moving etemplate translations to api to allow installation without (old) etemplate, added debug GET parameter to lang.php to JSON pretty-print
This commit is contained in:
parent
22b785c5a6
commit
683f09bf6c
13
api/lang.php
13
api/lang.php
@ -2,7 +2,9 @@
|
||||
/**
|
||||
* API: loading translation from server
|
||||
*
|
||||
* Usage: /egroupware/api/lang.php?app=infolog&lang=de
|
||||
* Usage:
|
||||
* - /egroupware/api/lang.php?app=infolog&lang=de
|
||||
* - /egroupware/api/lang.php?app=infolog&lang=de&debug=1 gives pretty-printed JSON
|
||||
*
|
||||
* @link www.egroupware.org
|
||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
@ -43,7 +45,7 @@ $etag = '"'.$_GET['app'].'-'.$_GET['lang'].'-'. Api\Translation::etag($_GET['ap
|
||||
|
||||
// headers to allow caching, we specify etag on url to force reload, even with Expires header
|
||||
Api\Session::cache_control(864000); // cache for 10 days
|
||||
Header('Content-Type: text/javascript; charset=utf-8');
|
||||
Header('Content-Type: '.(empty($_GET['debug'])?'text/javascript':'application/json').'; charset=utf-8');
|
||||
Header('ETag: '.$etag);
|
||||
|
||||
// if servers send a If-None-Match header, response with 304 Not Modified, if etag matches
|
||||
@ -61,7 +63,12 @@ if (!count(Api\Translation::$lang_arr))
|
||||
}
|
||||
|
||||
// fix for phrases containing \n
|
||||
$content = 'egw.set_lang_arr("'.$_GET['app'].'", '.str_replace('\\\\n', '\\n', json_encode(Api\Translation::$lang_arr)).', egw && egw.window !== window);';
|
||||
$content = str_replace('\\\\n', '\\n', json_encode(Api\Translation::$lang_arr,
|
||||
JSON_UNESCAPED_UNICODE | // send utf-8 unencoded, smaller and better readable
|
||||
JSON_UNESCAPED_SLASHES | // do not escape slashes, smaller and better readable
|
||||
(!empty($_GET['debug']) ? JSON_PRETTY_PRINT : 0)));
|
||||
|
||||
if (empty($_GET['debug'])) $content = 'egw.set_lang_arr("'.$_GET['app'].'", '.$content.', egw && egw.window !== window);';
|
||||
|
||||
// we run our own gzip compression, to set a correct Content-Length of the encoded content
|
||||
if (in_array('gzip', explode(',',$_SERVER['HTTP_ACCEPT_ENCODING'])) && function_exists('gzencode'))
|
||||
|
@ -738,3 +738,536 @@ zambia common bg Замбия
|
||||
zimbabwe common bg Зимбабве
|
||||
zoom common bg Увеличаване/намаляне
|
||||
search for '%1' common bg Търсене на '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -737,3 +737,536 @@ zambia common ca ZAMBIA
|
||||
zimbabwe common ca ZIMBABWE
|
||||
zoom common ca Zoom
|
||||
search for '%1' common ca Busceu per '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -779,3 +779,536 @@ your settings have been updated common cs Vaše nastavení byla zaktualizována
|
||||
zambia common cs ZAMBIE
|
||||
zimbabwe common cs ZIMBABWE
|
||||
zoom common cs Lupa
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -637,3 +637,536 @@ your search returned 1 match common da Søgningen leverede 1 resultat
|
||||
your settings have been updated common da Dine indstillinger er opdateret
|
||||
zambia common da Zambia
|
||||
zimbabwe common da Zimbabwe
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -954,3 +954,536 @@ your settings have been updated common de Ihre Einstellungen wurden aktualisiert
|
||||
zambia common de ZAMBIA
|
||||
zimbabwe common de ZIMBABWE
|
||||
zoom common de Zoomen
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -704,3 +704,536 @@ zambia common el ΖΑΜΠΙΑ
|
||||
zimbabwe common el ΖΙΜΠΑΜΠΟΥΕ
|
||||
zoom common el Εστίαση
|
||||
search for '%1' common el Αναζήτηση για '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -954,3 +954,536 @@ zambia common en ZAMBIA
|
||||
zimbabwe common en ZIMBABWE
|
||||
zoom common en Zoom
|
||||
search for '%1' common en Search for '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -825,3 +825,536 @@ zambia common es-es ZAMBIA
|
||||
zimbabwe common es-es ZIMBAWE
|
||||
zoom common es-es Escala
|
||||
search for '%1' common es-es Buscar '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -492,3 +492,536 @@ your settings have been updated common et Sinu seadistused on Uuendatud
|
||||
zambia common et SAMBIA
|
||||
zimbabwe common et ZIMBABWE
|
||||
zoom common et Suurenda
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -611,3 +611,536 @@ your settings have been updated common eu Zure hobespenak eguneratuak izan dira
|
||||
zambia common eu ZAMBIA
|
||||
zimbabwe common eu ZIMBABWE
|
||||
zoom common eu Zoom
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -532,3 +532,536 @@ your settings have been updated common fa تنظیمات شما بهنگام ش
|
||||
zambia common fa زامبیا
|
||||
zimbabwe common fa زیمباوه
|
||||
zoom common fa بزرگنمایی
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -832,3 +832,536 @@ zambia common fi ZAMBIA
|
||||
zimbabwe common fi ZIMBABWE
|
||||
zoom common fi Suurenna
|
||||
search for '%1' common fi Haku '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -899,3 +899,536 @@ zambia common fr ZAMBIE
|
||||
zimbabwe common fr ZIMBABWE
|
||||
zoom common fr Agrandissement
|
||||
search for '%1' common fr Recherche de '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -5,3 +5,536 @@ cancel common hi रद्दा कर्ना
|
||||
change common hi परिवर्तन्
|
||||
charset common hi utf-8
|
||||
done common hi हो गया
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -616,3 +616,536 @@ your search returned 1 match common hr Vaša pretraga je vratila 1 rezultat
|
||||
your settings have been updated common hr Vaše postavke su Ažurirane
|
||||
zambia common hr ZAMBIA
|
||||
zimbabwe common hr ZIMBABWE
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -757,3 +757,536 @@ zambia common hu Zambia
|
||||
zimbabwe common hu Zimbabwe
|
||||
zoom common hu Nagyítás
|
||||
search for '%1' common hu '%1' keresése
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -624,3 +624,536 @@ zambia common id ZAMBIA
|
||||
zimbabwe common id ZIMBABWE
|
||||
zoom common id Zoom
|
||||
search for '%1' common id Mencari '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -954,3 +954,536 @@ your settings have been updated common it Le tue impostazioni sono state aggiorn
|
||||
zambia common it ZAMBIA
|
||||
zimbabwe common it ZIMBABWE
|
||||
zoom common it Zoom
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -396,3 +396,536 @@ your search returned 1 match common iw החיפוש שלך מצא התאמה א
|
||||
your settings have been updated common iw ההגדרות שלך עודכנו
|
||||
zambia common iw זמביה
|
||||
zoom common iw הגדל
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -209,3 +209,536 @@ your message has been sent common ja メッセージを送信しました。
|
||||
your search returned %1 matchs common ja %1 件見つかりました。
|
||||
your search returned 1 match common ja 1件見つかりました。
|
||||
your settings have been updated common ja Your settings have been Updated
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -353,3 +353,536 @@ your search returned %1 matchs common ko %1건의 결과가 검색되었습니
|
||||
your search returned 1 match common ko 1건의 결과가 검색되었습니다.
|
||||
your settings have been updated common ko 설정이 변경되었습니다.
|
||||
zoom common ko 확대
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -764,3 +764,536 @@ zambia common lo ZAMBIA
|
||||
zimbabwe common lo ZIMBABWE
|
||||
zoom common lo ຂະຫຍາຍ
|
||||
search for '%1' common lo ຄົ້ນຫາ '% 1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -156,3 +156,536 @@ project common lt Projektas
|
||||
qatar common lt KATARAS
|
||||
yemen common lt JEMENAS
|
||||
zimbabwe common lt ZIMBABVĖ
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -617,3 +617,536 @@ your search returned 1 match common lv atradu 1 ierakstu
|
||||
your settings have been updated common lv Iestādījumi tika saglabāti
|
||||
zambia common lv ZAMBIJA
|
||||
zimbabwe common lv ZIMBABVE
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -903,3 +903,536 @@ zambia common nl ZAMBIA
|
||||
zimbabwe common nl ZIMBABWE
|
||||
zoom common nl Inzoemen
|
||||
search for '%1' common nl Zoek naar '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -650,3 +650,536 @@ your search returned 1 match common no ditt søk gav 1 treff
|
||||
your settings have been updated common no Dine innstillinger har blitt oppdatert
|
||||
zambia common no ZAMBIA
|
||||
zimbabwe common no ZIMBABWE
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -777,3 +777,536 @@ zambia common pl ZAMBIA
|
||||
zimbabwe common pl ZIMBABWE
|
||||
zoom common pl Powiększenie
|
||||
search for '%1' common pl Szukaj '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -852,3 +852,536 @@ zambia common pt-br ZÂMBIA
|
||||
zimbabwe common pt-br ZIMBABUE
|
||||
zoom common pt-br Zoom
|
||||
search for '%1' common pt-br Procurar por '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -722,3 +722,536 @@ your settings have been updated common pt As suas preferências foram actualizad
|
||||
zambia common pt Zâmbia
|
||||
zimbabwe common pt Zimbabwe
|
||||
zoom common pt Zoom
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -857,3 +857,536 @@ zambia common ru Замбия
|
||||
zimbabwe common ru Зимбабве
|
||||
zoom common ru Масштаб
|
||||
search for '%1' common ru Искать '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -918,3 +918,536 @@ zambia common sk ZAMBIA
|
||||
zimbabwe common sk ZIMBABWE
|
||||
zoom common sk Lupa
|
||||
search for '%1' common sk Hľadať '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -754,3 +754,536 @@ zambia common sl ZAMBIJA
|
||||
zimbabwe common sl ZIMBABVE
|
||||
zoom common sl Zoom
|
||||
search for '%1' common sl Išči '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -712,3 +712,536 @@ zambia common sv ZAMBIA
|
||||
zimbabwe common sv ZIMBABWE
|
||||
zoom common sv Zooma
|
||||
search for '%1' common sv Sök efter '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -71,3 +71,536 @@ you have not entered a title common tr Bir ba
|
||||
you have not entered a valid date common tr Geçerli bir tarih girmediniz
|
||||
you have not entered a valid time of day common tr Geçerli bir gün saati girmediniz
|
||||
you have not entered participants common tr Katýlýmcýlarý girmediniz
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -458,3 +458,536 @@ your search returned 1 match common uk Знайдено одну відпові
|
||||
your settings have been updated common uk Параметри поновлено
|
||||
zambia common uk ЗАМБІЯ
|
||||
zimbabwe common uk ЗІМБАБВЕ
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -585,3 +585,536 @@ your search returned 1 match common vi tác vụ tìm kiếm của b
|
||||
your settings have been updated common vi Các thiết lập của bạn đã được cập nhật
|
||||
zambia common vi ZAMBIA
|
||||
zimbabwe common vi ZIMBABWE
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -728,3 +728,536 @@ zambia common zh-tw 尚比亞
|
||||
zimbabwe common zh-tw 辛巴威
|
||||
zoom common zh-tw 放大
|
||||
search for '%1' common zh-tw 搜尋 '%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -744,3 +744,536 @@ zambia common zh 赞比亚
|
||||
zimbabwe common zh 津巴布韦
|
||||
zoom common zh 缩放
|
||||
search for '%1' common zh 搜索'%1'
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' common de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... common de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted common de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' common de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found common de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria common de %1 Treffer bei der Suche
|
||||
%1 more... common de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' common de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! common de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id common de %1, doppelte ID
|
||||
%s disabled common de %s deaktiviert
|
||||
%s needed common de %s benötigt
|
||||
%s notranslation common de %s nicht übersetzen
|
||||
%s onchange common de %s onChange
|
||||
%s readonly common de %s Schreibschutz
|
||||
'%1' has an invalid format common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! common de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! common de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! common de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! common de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! common de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! common de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! common de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! common de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute common de 1 Minute
|
||||
15 minutes common de 15 Minuten
|
||||
30 minutes common de 30 Minuten
|
||||
30 seconds common de 30 Sekunden
|
||||
5 minutes common de 5 Minuten
|
||||
a pattern to be searched for common de ein Muster nach dem gesucht werden soll
|
||||
accesskey common de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) common de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata common de Kontaktdaten eines Benutzers
|
||||
actions... common de Aktionen...
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application common de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index common de Fügt einen mehrspaltigen Index hinzu
|
||||
add column common de Spalte zufügen
|
||||
add index common de Index zufügen
|
||||
add new common de Neu hinzufügen
|
||||
add table common de Tabelle zufügen
|
||||
add to clipboard common de Zur Zwischenablage hinzufügen
|
||||
advanced search common de Erweiterte Suche
|
||||
align common de Ausrichtung
|
||||
alignment of label and input-field in table-cell common de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell common de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories common de Alle Kategorien
|
||||
all days common de alle Tage
|
||||
all operations save the template! common de alle Operation speichern das Template!
|
||||
all users common de Alle Benutzer
|
||||
allowed file type: %1 common de Erlaubter Dateityp: %1
|
||||
am common de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) common de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and common de UND
|
||||
application common de Anwendung
|
||||
application has no etemplates (no file %1) to restore! common de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! common de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! common de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications common de Anwendungen
|
||||
applies the changes made common de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template common de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default common de als Vorgabe
|
||||
attach common de Anhängen
|
||||
attach file common de Datei anhängen
|
||||
automatically refresh list common de Liste automatisch aktualisieren
|
||||
baseline common de Grundlinie
|
||||
blurtext common de blurText
|
||||
border common de Rand
|
||||
border-line-thickness for the table-tag common de Randbreite (border) für die Tabelle
|
||||
bottom common de Unten
|
||||
box common de Box
|
||||
box... common de Box...
|
||||
broken link common de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null common de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel common de Abbruch
|
||||
cant delete a single widget from a grid !!! common de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! common de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! common de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category common de Kategorie
|
||||
category tree common de Kategoriebaum
|
||||
cellpadding for the table-tag common de Innenabstand (cellpadding) der Tabelle
|
||||
cells common de Zellen
|
||||
cellspacing for the table-tag common de Zellenabstand (cellspacing) der Tabelle
|
||||
center common de Zentriert
|
||||
changed common de Geändert
|
||||
check all common de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) common de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user common de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox common de Checkbox
|
||||
class common de Class
|
||||
class, valign common de Class, Valign
|
||||
click here to attach the file common de hier klicken um die Datei anzuhängen
|
||||
click here to create the link common de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search common de hier klicken um die Suche zu starten
|
||||
click here to upload the file common de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria common de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path common de anklickbarer Pfad
|
||||
closes the window without saving the changes common de schließt das Fenster ohne zu speichern
|
||||
column... common de Spalte...
|
||||
columnname common de Spaltenname
|
||||
comment common de Kommentar
|
||||
confirm common de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) common de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script common de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required common de Bestätigung erforderlich
|
||||
contact common de Kontakt
|
||||
contact field to show common de Kontaktfeld zum Anzeigen
|
||||
contact fields common de Kontaktfelder
|
||||
contains common de enthalten
|
||||
copy "%1" common de "%1" kopieren
|
||||
copy to clipboard common de In die Zwischenablage kopieren
|
||||
create a new table for the application common de Neue Tabelle für die Anwendung anlegen
|
||||
create link common de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) common de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag common de CSS class der Tabelle
|
||||
css properties common de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows common de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles common de CSS Stile
|
||||
custom common de Benutzerdefiniert
|
||||
custom fields common de Benutzerdefinierte Felder
|
||||
custom javascript for onchange common de Benutzerdefiniertes Javascript für onChange
|
||||
cut common de Ausschneiden
|
||||
data type common de Datentyp
|
||||
date common de Datum
|
||||
date+time common de Datum+Uhrzeit
|
||||
day common de Tag
|
||||
days common de Tage
|
||||
db ensures that every row has a unique value in that column common de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col common de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools common de DB-Tools
|
||||
deck common de Deck (intern)
|
||||
default common de Vorgabe
|
||||
delete a single entry by passing the id. common de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry common de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! common de Löschen und Ausschneiden speichern das Template!
|
||||
delete column common de Spalte löschen
|
||||
delete index common de Index löschen
|
||||
delete link common de Verknüpfung löschen
|
||||
delete link? common de Verknüpfung löschen?
|
||||
delete the spezified etemplate common de löscht das angegebene eTemplate
|
||||
delete this column common de diese Spalte löschen
|
||||
delete this etemplate common de dieses eTemplate löschen
|
||||
delete this file common de Diese Datei löschen
|
||||
delete this row common de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) common de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone common de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above common de löscht das oben spezifizierte eTemplate
|
||||
deletes this column common de Löscht diese Spalte
|
||||
deletes this index common de Löscht diesen Index
|
||||
discard changes common de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) common de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus common de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) common de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? common de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? common de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation common de Dokumentation
|
||||
doesn't matter common de spielt keine Rolle
|
||||
done common de Schliessen
|
||||
drop a table - this can not be undone common de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table common de Tabelle löschen
|
||||
dump4setup common de Dump4Setup
|
||||
duration common de Dauer
|
||||
edit common de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file common de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above common de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... common de Bearbeiten...
|
||||
editable templates - db-tools common de eTemplates - DB-Tools
|
||||
editable templates - delete template common de eTemplates - Löschen
|
||||
editable templates - editor common de eTemplates - Bearbeiten
|
||||
editable templates - search common de eTemplates - Suchen
|
||||
editable templates - show template common de eTemplates - Anzeigen
|
||||
element role title common de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) common de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit common de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default common de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern common de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it common de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file common de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) common de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved common de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! common de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! common de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! common de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! common de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! common de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! common de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! common de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s common de eT2 Rendering benötigte %1s
|
||||
etemplate common de eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database common de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank abzulegen
|
||||
etemplate '%1' written to '%2' common de eTemplate '%1' wurde nach '%2' geschrieben
|
||||
etemplate editor common de eTemplate Editor
|
||||
etemplate reference common de eTemplate Handbuch
|
||||
etemplate tutorial common de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above common de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns common de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file common de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml common de XML Export
|
||||
extensions loaded: common de Erweiterungen geladen:
|
||||
field common de Feld
|
||||
field must not be empty !!! common de Das Feld darf nicht leer sein !!!
|
||||
file common de Datei
|
||||
file '%1' not found! common de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! common de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information common de Datei Information
|
||||
file is of wrong type (%1 != %2)! common de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 common de Datei ist zu gross. Maximal %1
|
||||
file writen common de Datei geschrieben
|
||||
fileupload common de DateiUpload
|
||||
first common de Zuerst
|
||||
floating point common de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force common de Erzwungen
|
||||
foreign key common de Foreign Key
|
||||
formatted text (html) common de Formatierter Text (HTML)
|
||||
fr common de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry common de gehe zum ersten Eintrag
|
||||
go to the last entry common de gehe zum letzten Eintrag
|
||||
go to the next page of entries common de gehe zur nächsten Seite
|
||||
go to the previous page of entries common de gehe zur vorherigen Seite
|
||||
grid common de Tabelle
|
||||
grid column attributes common de Attribute der Tabellenspalte
|
||||
grid row attributes common de Attribute der Tabellenzeile
|
||||
groupbox common de Gruppierung
|
||||
h common de h
|
||||
hbox common de HBox
|
||||
height common de Höhe
|
||||
height of row (in % or pixel) common de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty common de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div common de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled common de Höhe, Deaktiviert
|
||||
help common de Hilfe
|
||||
history log common de Versionshistorie
|
||||
horizontal rule common de Waagrechte Linie
|
||||
hour common de Stunde
|
||||
hours common de Stunden
|
||||
how many entries should the list show common de Wie viele Einträge soll die Liste anzeigen
|
||||
html common de HTML
|
||||
html link to the current record common de HTML-Link zum aktuellen Eintrag.
|
||||
id common de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell common de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image common de Grafik
|
||||
import common de Import
|
||||
import an etemplate from a xml-file common de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table common de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml common de XML Import
|
||||
increment version to not overwrite the existing template common de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) common de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed common de Indiziert
|
||||
indexoptions common de Indexoptionen
|
||||
input required common de Eingabe erforderlich
|
||||
insert a column before common de eine Spalte davor einfügen
|
||||
insert a column behind common de eine Spalte dahinter einfügen
|
||||
insert a row above common de eine Zeile darüber einfügen
|
||||
insert a row below common de eine Zeile darunter einfügen
|
||||
insert a widget before common de ein Widget davor einfügen
|
||||
insert a widget behind common de ein Widget dahinter einfügen
|
||||
insert in document common de In ein Dokument einfügen
|
||||
insert new column behind this one common de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all common de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one common de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line common de Neue Zeile vor dieser einfügen
|
||||
integer common de Ganzzahl
|
||||
key common de Schlüssel
|
||||
label common de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] common de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang common de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') common de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last common de Letzte
|
||||
left common de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 common de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link common de Verknüpfung
|
||||
link target %1 not found! common de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps common de VerknüpfungAnwendungen
|
||||
linked common de Verknüptf
|
||||
linkentry common de VerknüpfungEintrag
|
||||
linklist common de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} common de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring common de VerknüpfungZeichenkette
|
||||
linkto common de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor common de lädt diese Template zum Bearbeiten
|
||||
loading common de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe common de Vieleicht
|
||||
message ... common de Nachricht ...
|
||||
message prepared for sending. common de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! common de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. common de Nachricht(en) erfolgreich versandt.
|
||||
middle common de Mittig
|
||||
minute common de Minute
|
||||
minutes common de Minuten
|
||||
missing: %1 common de nicht vorhanden: %1
|
||||
mo common de Mo
|
||||
modifier preferences de Geändert von
|
||||
month common de Monat
|
||||
more common de Weitere
|
||||
more than 1 match for '%1' common de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices common de Mehrspaltige Indices
|
||||
name common de Name
|
||||
name of other table where column is a key from common de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') common de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add common de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] common de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' common de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new common de Neu
|
||||
new search common de Neue Suche
|
||||
new table created common de Neue Tabelle erzeugt
|
||||
new value common de Neuer Wert
|
||||
newer version '%1' exists !!! common de Neuere Version '%1' existiert !!!
|
||||
nextmatch common de Nextmatch
|
||||
nextmatch accountfilter common de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader common de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader common de Nextmatch Filterkopf
|
||||
nextmatch header common de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader common de Nextmatch Sortierkopf
|
||||
no column to swap with !!! common de Keine Spalte um damit zu tauschen !!!
|
||||
no default set common de Keine Vorgabe gesetzt
|
||||
no file common de keine Datei
|
||||
no filename given or selected via browse... common de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters common de Keine Filter
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions common de Keine Vorschläge
|
||||
not null common de NOT NULL
|
||||
nothing common de nichts
|
||||
nothing found - try again !!! common de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! common de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! common de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now common de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) common de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing common de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of common de von
|
||||
off common de Keine
|
||||
old value common de Alter Wert
|
||||
onchange common de onChange
|
||||
onclick common de onClick
|
||||
only an other version found !!! common de nur eine andere Version gefunden !!!
|
||||
open the online help. common de Öffnet die online Hilfe.
|
||||
operator common de Operator
|
||||
optional note about the link common de optionale Notiz zur Verknüpfung
|
||||
options common de Optionen
|
||||
or common de ODER
|
||||
order to navigating by tab key through the form common de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow common de Überbreite
|
||||
padding common de Innenabstand
|
||||
parent is a '%1' !!! common de Elternelement is ein '%1' !!!
|
||||
paste common de Einfügen
|
||||
path common de Pfad
|
||||
please enter table-name first !!! common de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm common de Nachmittag
|
||||
popup common de Pop-up
|
||||
precision common de Genauigkeit
|
||||
preference common de Einstellung
|
||||
primary key common de Primary Key
|
||||
primary key for the table, gets automaticaly indexed common de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required common de Protokoll wird benötigt
|
||||
radiobutton common de Radioknopf
|
||||
read common de Lesen
|
||||
read a list of entries. common de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. common de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) common de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly common de nur lesen
|
||||
refresh common de Aktualisierung
|
||||
remove row (can not be undone!!!) common de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) common de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required common de Benötigt
|
||||
reset common de Zurücksetzen
|
||||
reset all user's column preferences common de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all common de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number common de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting common de Abbruch, OHNE zu löschen
|
||||
right common de Rechts
|
||||
row... common de Zeile...
|
||||
sa common de Sa
|
||||
save all common de Alle speichern
|
||||
save as zip common de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. common de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window common de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas common de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php common de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window common de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale common de Scale
|
||||
scale for float common de Nachkommastellen für Gleitkommawerte
|
||||
search common de Suchen
|
||||
search letter common de Suche nach Buchstaben
|
||||
search... common de Suchen...
|
||||
select a category common de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list common de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access common de Zugriff auswählen
|
||||
select account common de Benutzer auswählen
|
||||
select an app first !!! common de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in common de Anwendung zum Durchsuchen auswählen
|
||||
select an application common de Anwendung auswählen
|
||||
select an application, (*) = uninstalled common de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with common de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application common de Tabelle der Anwendung auswählen
|
||||
select application common de Anwendung auswählen
|
||||
select application to search common de Anwendung zum Suchen auswählen
|
||||
select category common de Kategorie auswählen
|
||||
select color common de Farbe auswählen
|
||||
select columns common de Spalten auswählen
|
||||
select country common de Land auswählen
|
||||
select day common de Tag auswählen
|
||||
select day of week common de Wochentag auswählen
|
||||
select entry common de Eintrag auswählen
|
||||
select file(s) from vfs common de Datein aus dem VFS wählen
|
||||
select files from filemanager ... common de Dateien aus Dateimanager auswählen ...
|
||||
select hour common de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) common de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language common de Sprache auswählen
|
||||
select month common de Monat auswählen
|
||||
select number common de Zahl auswählen
|
||||
select one ... common de Eine auswählen ...
|
||||
select percentage common de Prozente auswählen
|
||||
select priority common de Priorität auswählen
|
||||
select some options common de Optionen auswählen
|
||||
select state common de US-State auswählen
|
||||
select the columns to display in the list common de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order common de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it common de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show common de Benutzer zum Anzeigen auswählen
|
||||
select which values to show common de auswählen welche Werte angezeigt werden
|
||||
select year common de Jahr auswählen
|
||||
selectbox common de Auswahlbox
|
||||
server error common de Serverfehler
|
||||
set as default common de Als Vorgabe setzen
|
||||
set these columns as the default common de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date common de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed common de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show common de Anzeigen
|
||||
show (no save) common de Anzeigen (nicht speichern)
|
||||
show all / cancel filter common de Alle anzeigen / Filter aufheben
|
||||
show values common de Werte anzeigen
|
||||
showing common de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing common de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before common de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing common de Zellenabstand
|
||||
span common de Überspannt
|
||||
span, class common de Span, Class
|
||||
stack common de Stapel
|
||||
start a new search, cancel this link common de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern common de neue Suche für das obige Muster starten
|
||||
su common de So
|
||||
submit form common de Formular abschicken
|
||||
submitbutton common de Schaltfläche
|
||||
sure common de Sicher
|
||||
swap common de tauschen
|
||||
swap widget with next one common de tauscht das Widget mit dem nächsten
|
||||
swap with next column common de tauscht Spalte mit der nächsten
|
||||
swap with next row common de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget common de wechselt zum Elternelement
|
||||
switch to an other widgets of that container common de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex common de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! common de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename common de Tabellenname
|
||||
tabs common de Karteikarten
|
||||
template common de Template
|
||||
template deleted common de Template gelöscht
|
||||
template saved common de Template gespeichert
|
||||
text common de Textfeld
|
||||
textarea common de mehrzeiliges Textfeld
|
||||
th common de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) common de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time common de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty common de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools common de startet die DB-Tools
|
||||
to start the etemplate editor common de startet den eTemplate Editor
|
||||
to start the search common de startet die Suche
|
||||
today common de Heute
|
||||
top common de Oben
|
||||
tree common de Baum
|
||||
tu common de Di
|
||||
type common de Typ
|
||||
type of the column common de Typ der Spalte
|
||||
type of the field (select label if field should be empty) common de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all common de Alle abwählen
|
||||
unique common de Unique
|
||||
unlink common de Lösen
|
||||
update a single entry by passing the fields. common de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to common de Update von Version '%s' auf
|
||||
upload common de Hochladen
|
||||
upload file(s) from filemanager... common de Dateien aus dem Dateimanager (VFS)..
|
||||
user common de Benutzer
|
||||
user-agent & action common de Browser-Typ & Aktion
|
||||
valign common de vAlign
|
||||
value common de Wert
|
||||
value has to be at least '%1' !!! common de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! common de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox common de VBox
|
||||
version common de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) common de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row common de vertikale Ausrichtung der Zeile
|
||||
view this etemplate common de dieses eTemplate anzeigen
|
||||
view this linked entry in its application common de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we common de Mi
|
||||
weekend common de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) common de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard common de Widget wurde in die Zwischenablage kopiert
|
||||
width common de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty common de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) common de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div common de Breite der Tabelle in % oder Punkten
|
||||
width, disabled common de Breite, Deaktiviert
|
||||
wk common de KW
|
||||
working days common de Werktage
|
||||
write <app>/setup/tables_current.inc.php common de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile common de Sprachdatei
|
||||
write tables common de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app common de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import common de XML Datei zum Importieren
|
||||
xslt template common de XSLT Template
|
||||
year common de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! common de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: common de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! common de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! common de Ihr Code ist nicht richtig!!!
|
||||
|
@ -159,7 +159,7 @@ class Etemplate extends Etemplate\Widget\Template
|
||||
// not sure if we want to handle it this way, thought otherwise we will have a few ajax request for each dialog fetching predefined selectboxes
|
||||
$template = self::instance($this->name, $this->template_set, $this->version, $this->laod_via);
|
||||
if (!$template) throw new Exception\AssertionFailed("Template $this->name not instanciable! Maybe you forgot to rename template id.");
|
||||
Translation::add_app('etemplate');
|
||||
// Translation::add_app('etemplate');
|
||||
$template->run('beforeSendToClient', array('', array('cont'=>$content)));
|
||||
|
||||
// some apps (eg. InfoLog) set app_header only in get_rows depending on filter settings
|
||||
|
@ -1,60 +0,0 @@
|
||||
actions... etemplate bg Действия...
|
||||
advanced search etemplate bg Разширено търсене
|
||||
all users etemplate bg Всички потребители
|
||||
and etemplate bg И
|
||||
attach file etemplate bg Приложи файл
|
||||
category tree etemplate bg Дърво на категориите
|
||||
check all etemplate bg Маркира всички
|
||||
click here to create the link etemplate bg кликнете тук за създаване на връзката
|
||||
click here to start the search etemplate bg кликнете тук за начало на търсенето
|
||||
comment etemplate bg Коментар
|
||||
confirm etemplate bg Потвърди
|
||||
contact etemplate bg Контакт
|
||||
contains etemplate bg съдържа
|
||||
copy to clipboard etemplate bg Копиране в клипборд
|
||||
custom etemplate bg по избор
|
||||
custom fields etemplate bg Полета по избор
|
||||
cut etemplate bg преместен(и)
|
||||
days etemplate bg дни
|
||||
default etemplate bg по подразбиране
|
||||
delete a single entry by passing the id. etemplate bg Изтриване на единичен запис чрез предаване на ID.
|
||||
document '%1' does not exist or is not readable for you! preferences bg Документът '%1' не съществува или нямате право на достъп до него!
|
||||
doesn't matter etemplate bg без значение
|
||||
duration etemplate bg Продължителност
|
||||
entry saved etemplate bg Записът е запазен
|
||||
error uploading file! filemanager bg Грешка при качване на файла!
|
||||
field must not be empty !!! etemplate bg Полето не може да бъде празно !!!
|
||||
file etemplate bg Файл
|
||||
general fields: preferences bg Общи полета:
|
||||
hours etemplate bg часа
|
||||
html etemplate bg HTML
|
||||
id etemplate bg ИД
|
||||
import etemplate bg Импорт
|
||||
insert in document etemplate bg Вмъкване в документа
|
||||
label etemplate bg Етикет
|
||||
last etemplate bg последен
|
||||
link etemplate bg Връзка
|
||||
loading etemplate bg зареждане
|
||||
maximum size for uploads filemanager bg Максимален размер за качване
|
||||
minutes etemplate bg минути
|
||||
more etemplate bg повече
|
||||
new etemplate bg Нова
|
||||
new search common bg Ново търсене
|
||||
no matches found etemplate bg Не са открити съвпадения
|
||||
options etemplate bg Опции
|
||||
or etemplate bg или
|
||||
read a list of entries. etemplate bg Четене на списък със записи.
|
||||
read a single entry by passing the id and fieldlist. etemplate bg Четене на единичен запис чрез подаване на id и списък с полета
|
||||
remove this link (not the entry itself) etemplate bg Премахване на връзката (не и на записа)
|
||||
reset etemplate bg Нулиране
|
||||
select an app to search in etemplate bg Изберете приложение, в което да се търси
|
||||
select an entry to link with etemplate bg Изберете запис, с който да се свърже
|
||||
set as default etemplate bg По подразбиране
|
||||
show etemplate bg Покажи
|
||||
start a new search, cancel this link etemplate bg Започва ново търсене, отказва тази връзка
|
||||
template etemplate bg Шаблон
|
||||
unlink etemplate bg Премахва връзка
|
||||
update a single entry by passing the fields. etemplate bg Актуализация на единичен запис чрез предаване на полетата.
|
||||
view this linked entry in its application etemplate bg показва свързания запис в съотв. приложение
|
||||
wk etemplate bg Седм.
|
||||
you can respond by visiting: etemplate bg За преглед посетете:
|
@ -1,308 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate ca %1 mensajes(%2 nuevos) escritos para la aplicación '%3' e idiomas '%4'
|
||||
%1 etemplates deleted etemplate ca %1 plantillas borradas
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate ca %1 plantillas para la aplicación '%2' volcadas a '%3'
|
||||
%1 etemplates found etemplate ca %1 plantillas encontradas
|
||||
%1 matches on search criteria etemplate ca %1 coincidencias para la búsqueda solicitada
|
||||
%1 new etemplates imported for application '%2' etemplate ca %1 nuevas plantillas importadas para la aplicación '%2'
|
||||
%s disabled etemplate ca %s desactivado
|
||||
%s needed etemplate ca %s es necesario
|
||||
%s notranslation etemplate ca %s sin traducción
|
||||
%s onchange etemplate ca %s al cambiar
|
||||
%s readonly etemplate ca %s de sólo lectura
|
||||
a pattern to be searched for etemplate ca un patrón de búsqueda
|
||||
actions... etemplate ca Accions...
|
||||
add a new column (after the existing ones) etemplate ca Añadir una columna nueva (detrás de las existentes)
|
||||
add a new multi-column index etemplate ca Añadir un nuevo índice multicolumna
|
||||
add column etemplate ca Añadir columna
|
||||
add index etemplate ca Añadir índice
|
||||
add table etemplate ca Añadir tabla
|
||||
advanced search etemplate ca Cerca avançada
|
||||
align etemplate ca Alinear
|
||||
alignment of label and input-field in table-cell etemplate ca posición de la etiqueta y campo de entrada en la celda de la tabla
|
||||
alignment of the v/hbox containing table-cell etemplate ca Posición del recuadro horizontal o vertical que contiene la celda de la tabla
|
||||
all users etemplate ca Tots els usuaris
|
||||
am etemplate ca am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate ca una columna indexada acelera las consultas que usen esa columna (a costa de espacio en el disco)
|
||||
and etemplate ca I
|
||||
application etemplate ca Aplicación
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate ca Se necesita el nombre de la aplicación para escribir un fichero de idioma o volcar las plantillas
|
||||
applications etemplate ca Aplicacions
|
||||
attach etemplate ca Adjuntar
|
||||
attach file etemplate ca Adjuntar fichero
|
||||
blurtext etemplate ca Texto poco claro
|
||||
border etemplate ca Borde
|
||||
border-line-thickness for the table-tag etemplate ca Grosor de la línea del borde de la etiqueta de la tabla
|
||||
can not have special sql-value null etemplate ca no puede tener el valor especial de SQL NULL
|
||||
cancel etemplate ca Cancelar
|
||||
category etemplate ca Categoría
|
||||
cellpadding for the table-tag etemplate ca Distancia de la etiquete de la tabla la celda
|
||||
cells etemplate ca Celdas
|
||||
cellspacing for the table-tag etemplate ca Espaciado en la celda para la etiqueta de la tabla
|
||||
center etemplate ca Centrar
|
||||
changed etemplate ca Canviat
|
||||
check all etemplate ca Comprova-ho tot
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate ca marcar si desea mostrar el contenido sin modificar (el contenido no es devuelto)
|
||||
check if field has to be filled by user etemplate ca marcar si el campo tiene que rellenarlo el usuario
|
||||
checkbox etemplate ca Casilla
|
||||
class etemplate ca Clase
|
||||
class, valign etemplate ca clase, posición vertical
|
||||
click here to attach the file etemplate ca pulse aquí para adjuntar el fichero
|
||||
click here to create the link etemplate ca pulse aquí para crear el enlace
|
||||
click here to start the search etemplate ca Pulse aquí para iniciar la búsqueda
|
||||
click here to upload the file etemplate ca Pulse aquí para subir el fichero al servidor
|
||||
click to order after that criteria etemplate ca pulse para ordenar después de ese criterio
|
||||
columnname etemplate ca Nombre de la columna
|
||||
comment etemplate ca Comentario
|
||||
confirm etemplate ca confirmar
|
||||
contact etemplate ca Contacte
|
||||
contains etemplate ca conté
|
||||
create a new table for the application etemplate ca Crear una tabla nueva para la aplicación
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate ca Crea un fichero de idioma en inglés ('en') a partir de la etiqueta y textos de ayuda (para la aplicación indicada en Nombre)
|
||||
css class for the table-tag etemplate ca clase CSS para la etiqueta de la tabla
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate ca Nombre de la Clase CSS para esta fila. Predefinidos: 'nmh' (NextMatch header), 'nmr' (Alternating NM row), 'nmr0'+'nmr1' filas NM
|
||||
css-styles etemplate ca Estilos CSS
|
||||
custom etemplate ca Personalitzat
|
||||
custom fields etemplate ca Camps personalitzats
|
||||
date+time etemplate ca Fecha + hora
|
||||
day etemplate ca Día
|
||||
days etemplate ca dies
|
||||
db ensures that every row has a unique value in that column etemplate ca La base de datos se asegura de que cada fila tiene un valor único en esa columna
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate ca Opciones de índice específicas de la base de datos (separadas por comas), por ej. mysql(FULLTEXT) o mysql(100) para la longitud indexada de una columna
|
||||
db-tools etemplate ca Herramientas de la base de datos
|
||||
deck etemplate ca Cubierta (interna)
|
||||
default etemplate ca Predeterminado
|
||||
delete a single entry by passing the id. etemplate ca Borrar una entrada simple pasando el id.
|
||||
delete all selected etemplates, without further inquiry etemplate ca Borrar TODAS las plantillas seleccionadas, SIN preguntar
|
||||
delete column etemplate ca Borrar columna
|
||||
delete index etemplate ca Borrar índice
|
||||
delete this etemplate etemplate ca Borrar esta plantilla
|
||||
delete whole column (can not be undone!!!) etemplate ca Borra la columna completa (NO se puede deshacer)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate ca Borra la plantilla especificada de la base de datos. NO se puede deshacer.
|
||||
deletes the etemplate spez. above etemplate ca Borra la plantilla especificada arriba
|
||||
deletes this column etemplate ca Borra esta columna
|
||||
deletes this index etemplate ca Borra este índice
|
||||
discard changes etemplate ca Descartar cambios
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate ca Se muestra delante de la entrada o la entrada se inserta para un '%s' en la etiqueta (la del botón de enviar o el nombre del fichero de la imagen)
|
||||
displayed in statusline of browser if input-field gets focus etemplate ca Se muestra en la línea de estado del navegador cuando el cuadro de texto tiene el foco
|
||||
do you want to save the changes you made in table %s? etemplate ca ¿Desea guardar los cambis que ha realizado en la tabla %s?
|
||||
documentation etemplate ca Documentación
|
||||
doesn't matter etemplate ca no importa
|
||||
drop a table - this can not be undone etemplate ca Borrar una tabla - NO se puede deshacer
|
||||
drop table etemplate ca Borrar tabla
|
||||
dump4setup etemplate ca Volcar para instalación
|
||||
duration etemplate ca Duració
|
||||
edit etemplate ca Editar
|
||||
edit the etemplate spez. above etemplate ca editar las especificaciones de la plantilla indicada arriba
|
||||
editable templates - db-tools etemplate ca Plantillas editables - Herramientas de la base de datos
|
||||
editable templates - delete template etemplate ca Plantillas editables - Borrar plantilla
|
||||
editable templates - editor etemplate ca Plantillas editables - Editor
|
||||
editable templates - search etemplate ca Plantillas editables - Buscar
|
||||
editable templates - show template etemplate ca Plantillas editables - Mostrar plantilla
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate ca Estilos incrustados CSS, por ej. '.red { background: red; }' (ver el '.' delante del nombre de la clase) o '@import url(...)' (los nombres de las clases son globales para toda la página)
|
||||
enable javascript onchange submit etemplate ca activar enviar JavaScript onChange
|
||||
enter '' for an empty default, nothing mean no default etemplate ca Introduzca '' para un valor predeterminado vacío. Si se deja en blanco, no hay valor predeterminado
|
||||
enter a search pattern etemplate ca Introduzca un patrón de búsqueda
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate ca Introduzca el nombre del fichero para subir y adjuntar. Use [Examinar...] Para buscarlo
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate ca Introduzca el nuevo número de versión aquí (mayor que versión anterior), vacío para no usar fichero de actualización
|
||||
enter the new version number here (has to be > old_version) etemplate ca Introduzca el nuevo número de versión aquí (tiene que ser mayor que la versión anterior)
|
||||
entry saved etemplate ca Entrada guardada
|
||||
error: template not found !!! etemplate ca Error: no se encontró la plantilla
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate ca Error: ¡El servidor no puede escribir en '%1'!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate ca Error: el servidor web no tiene permiso de escritura para el fichero
|
||||
etemplate common ca Plantilla
|
||||
etemplate '%1' imported, use save to put it in the database etemplate ca Plantilla '%1' importada. Use Guardar para ponerla en la base de datos
|
||||
etemplate '%1' written to '%2' etemplate ca La plantilla '%1' se ha guardado en '%2'
|
||||
etemplate editor etemplate ca Editor de plantillas
|
||||
etemplate reference etemplate ca Referencia de plantillas
|
||||
etemplate tutorial etemplate ca Tutorial de plantillas
|
||||
exchange this row with the one above etemplate ca Intercambiar esta fila con la de encima
|
||||
exchange this two columns etemplate ca Intercambiar estas dos columnas
|
||||
export the loaded etemplate into a xml-file etemplate ca Exportar la plantilla cargada en un fichero xml
|
||||
export xml etemplate ca Exportar XML
|
||||
extensions loaded: etemplate ca Extensiones cargadas:
|
||||
field must not be empty !!! etemplate ca El camp no ha d'estar buit !!!
|
||||
file etemplate ca Fichero
|
||||
file contains more than one etemplate, last one is shown !!! etemplate ca El fichero contiene más de una plantilla. Sólo se mostrará la última.
|
||||
file writen etemplate ca Fichero guardado
|
||||
fileupload etemplate ca Subir fichero
|
||||
first etemplate ca Primero
|
||||
floating point etemplate ca Punto flotante
|
||||
foreign key etemplate ca Clave ajena
|
||||
go to the first entry etemplate ca Ir a la primera entrada
|
||||
go to the last entry etemplate ca Ir a la última entrada
|
||||
go to the next page of entries etemplate ca Ir a la página siguiente de las entradas
|
||||
go to the previous page of entries etemplate ca Ir a la página anterior de las entradas
|
||||
h etemplate ca h
|
||||
hbox etemplate ca Cuadro horizontal
|
||||
height etemplate ca Altura
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate ca Altura de la fila (in % o píxeles), desactivar fila: [!= no]<valor>[=<check]. Ejemplo: '!@data' desactiva la fila si el contenido de los datos está vacío.
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate ca Altura de la tabla en % o píxeles para la etiqueta de la tabla y, opcionalmente, div.
|
||||
height, disabled etemplate ca Altura, desactivada
|
||||
help etemplate ca Ayuda
|
||||
horizontal rule etemplate ca Regla horizontal
|
||||
hour etemplate ca Hora
|
||||
hours etemplate ca hores
|
||||
html etemplate ca Html
|
||||
id etemplate ca id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate ca Si el campo está desactivado, la celda de la tabla estará vacía, para borrar temporalmente un campo o celda.
|
||||
image etemplate ca Imagen
|
||||
import etemplate ca Importar
|
||||
import an etemplate from a xml-file etemplate ca Importar una plantilla de un fichero xml
|
||||
import table-definitions from existing db-table etemplate ca Importar definiciones de tabla de una tabla de una base de datos existente
|
||||
import xml etemplate ca Importar XML
|
||||
index/name of returned content (name of the template, link / method for image) etemplate ca Nombre o índice del nombre del contenido devuelto (nombre de la plantilla, enlace o método para una imagen)
|
||||
indexed etemplate ca Indexado
|
||||
indexoptions etemplate ca Opciones de indexar
|
||||
insert new column behind this one etemplate ca Insertar nueva columna detrás de ésta
|
||||
insert new column in front of all etemplate ca Insertar nueva columna al principio de todas
|
||||
insert new row after this one etemplate ca Insertar una nueva fila después de ésta
|
||||
insert new row in front of first line etemplate ca Insertar una nueva fila delante de la primera línea
|
||||
integer etemplate ca Entero
|
||||
key etemplate ca Clave
|
||||
label etemplate ca Etiqueta
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate ca Etiqueta:[bold][italic] Texto:[len][,max] Números:[min][,[max][,len]] Área de texto:[rows][,cols] BotónRadio:valor Regla Hor.:[width] Plantilla:[IndexInContent] Selec.:[multiselect] Fecha:[valores: ej. 'A-m-d']
|
||||
lang etemplate ca Idioma
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate ca Abreviatura del idioma (ej. 'en' para inglés) para plantillas que dependen del idioma ('' lee las preferencias del idioma o el predeterminado. Use 'default' para la plantilla predeterminada.
|
||||
last etemplate ca Última
|
||||
left etemplate ca Izquierda
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate ca longitud para char+varchar. Precisiones int: 2, 4, y float: 4, 8
|
||||
link etemplate ca Enlace
|
||||
linklist etemplate ca Lista de enlaces
|
||||
linkstring etemplate ca Cadena de enlaces
|
||||
linkto etemplate ca Enlace a
|
||||
load this template into the editor etemplate ca cargar esta plantilla en el editor
|
||||
minute etemplate ca Minuto
|
||||
minutes etemplate ca minuts
|
||||
month etemplate ca Mes
|
||||
more etemplate ca Més
|
||||
multicolumn indices etemplate ca Indices multicolumna
|
||||
name etemplate ca Nombre
|
||||
name of other table where column is a key from etemplate ca nombre de la otra tabla donde la columna es una clave de
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate ca nombre del conjunto de plantillas (p. ej. verdiak): " = predeterminada (leerá la plantila de preferencias. Use 'default' para leer la plantilla predeterminada ")
|
||||
name of table to add etemplate ca Nombre de la tabla a añadir
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate ca Nombre de la plantilla. Debe estar en el formato aplicación.función[,subplantilla]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate ca necesita ser única en la tabla y no ser palabra reservada SQL. Intente poner un prefijo común de dos caracteres para la aplicación, por ejemplo 'et_'
|
||||
new etemplate ca Nou
|
||||
new search common ca Nueva búsqueda
|
||||
new table created etemplate ca Se ha creado una tabla nueva
|
||||
newer version '%1' exists !!! etemplate ca ¡Existe una versión '%1' más reciente!
|
||||
nextmatch etemplate ca Siguiente coincidencia
|
||||
no file etemplate ca sin fichero
|
||||
no filename given or selected via browse... etemplate ca no se indicó un nombre de fichero ni se selección mediante Examinar...
|
||||
no matches found etemplate ca Sense resultats
|
||||
not null etemplate ca NO NULO
|
||||
nothing found - try again !!! etemplate ca No se encontró nada. Inténtelo de nuevo.
|
||||
nothing matched search criteria !!! etemplate ca No se encontró nada con ese criterio.
|
||||
now etemplate ca Ara
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate ca número de columnas por las que el campo o celda debe distribuirse, o 'todas' para el resto de columnas, nombre de la clase CSS (para la etiqueta TD)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate ca número de filas o columnas en un recuadro vertical u horizontal, distancia del texto a la celda y espaciado entre celdas
|
||||
of etemplate ca de
|
||||
only an other version found !!! etemplate ca sólo se encontró otra versión!
|
||||
optional note about the link etemplate ca nota opcional sobre el enlace
|
||||
options etemplate ca Opciones
|
||||
or etemplate ca o
|
||||
overflow etemplate ca Desbordamiento
|
||||
padding etemplate ca Distancia del texto a la celda
|
||||
please enter table-name first !!! etemplate ca Por favor, introduzca el nombre de la tabla primero
|
||||
pm etemplate ca pm
|
||||
precision etemplate ca Precisión
|
||||
primary key etemplate ca Clave primaria
|
||||
primary key for the table, gets automaticaly indexed etemplate ca Clave primaria para la tabla, se indexa automáticamente
|
||||
radiobutton etemplate ca Botón tipo radio
|
||||
read etemplate ca Leído
|
||||
read a list of entries. etemplate ca Leer una lista de entradas
|
||||
read a single entry by passing the id and fieldlist. etemplate ca Leer una sola entrada pasando el id y la lista de campos
|
||||
read etemplate from database (for the keys above) etemplate ca leer plantilla de la base de datos (para las claves de arriba)
|
||||
readonly etemplate ca només de lectura
|
||||
refresh etemplate ca Refrescar
|
||||
remove row (can not be undone!!!) etemplate ca eliminar fila (¡NO se puede deshacer!)
|
||||
remove this link (not the entry itself) etemplate ca Borrar este enlace (no la entrada en sí)
|
||||
required etemplate ca Obligatori
|
||||
reset etemplate ca Restablir
|
||||
returns savely, without deleting etemplate ca vuelve de forma segura, SIN borrar
|
||||
right etemplate ca Derecha
|
||||
save all etemplate ca Desar tot
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate ca guardar la plantilla bajo las claves de arriba (nombre, etc). Cámbielas para Guardar como.
|
||||
saves changes to tables_current.inc.php etemplate ca guarda los cambios a tables_current.inc.php
|
||||
scale etemplate ca Escala
|
||||
scale for float etemplate ca scala para flotante
|
||||
search etemplate ca Buscar
|
||||
select a category etemplate ca seleccione una categoría
|
||||
select a primary contact, to show in the list etemplate ca Seleccione un contacto primario, para mostrar en la lista
|
||||
select access etemplate ca Seleccionar acceso
|
||||
select account etemplate ca Seleccionar cuenta
|
||||
select an app first !!! etemplate ca Seleccione una aplicación primero
|
||||
select an app to search in etemplate ca Seleccione una aplicación para buscar dentro
|
||||
select an application etemplate ca Seleccione una aplicación
|
||||
select an application, (*) = uninstalled etemplate ca Seleccione una aplicación. (*) = sin instalar
|
||||
select an entry to link with etemplate ca Seleccione una entrada para enlazar
|
||||
select an table of the application etemplate ca Seleccione una tabla de la aplicación
|
||||
select application etemplate ca Seleccione aplicación
|
||||
select category etemplate ca Seleccione categoría
|
||||
select country etemplate ca Seleccione país
|
||||
select day etemplate ca Seleccione día
|
||||
select if content of field should not be translated (label gets always translated) etemplate ca Seleccione si el contenido del campo no debe traducirse (la etiqueta siempre se traduce)
|
||||
select month etemplate ca Seleccionar mes
|
||||
select number etemplate ca Seleccionar número
|
||||
select one ... etemplate ca Seleccionar uno...
|
||||
select percentage etemplate ca Seleccionar porcentaje
|
||||
select priority etemplate ca Seleccionar prioridad
|
||||
select state etemplate ca Seleccionar estado
|
||||
select the indexed columns in their desired order etemplate ca Seleccionar las columnas indexadas en su orden deseado
|
||||
select this etemplate to delete it etemplate ca Seleccionar esta plantilla para borrarla
|
||||
select which values to show etemplate ca Seleccionar qué valores mostrar
|
||||
select year etemplate ca Seleccionar vista
|
||||
selectbox etemplate ca Cuadro de selección
|
||||
sets today as date etemplate ca pone hoy como fecha
|
||||
show etemplate ca Mostrar
|
||||
show (no save) etemplate ca Mostrar (sin guardar)
|
||||
show values etemplate ca Mostar valores
|
||||
showing etemplate ca mostrando
|
||||
shows / allows you to enter values into the etemplate for testing etemplate ca muestra / permite introducir valores en la plantilla para probar
|
||||
shows/displays etemplate for testing, does not save it before etemplate ca muestra la plantilla para pruebas. NO lo guarda antes
|
||||
spacing etemplate ca Espaciado
|
||||
span, class etemplate ca Abarcar, clase
|
||||
stack etemplate ca Pila
|
||||
start a new search, cancel this link etemplate ca comienza una nueva búsqueda, cancela este enlace
|
||||
start new search for the above pattern etemplate ca comenzar una nueva búsqueda para el patrón de arriba
|
||||
submitbutton etemplate ca Botón de enviar
|
||||
table unchanged, no write necessary !!! etemplate ca Tabla no modificada, no es necesario guardarla
|
||||
tablename etemplate ca Nombre de la tabla
|
||||
tabs etemplate ca Pestañas
|
||||
template etemplate ca Plantilla
|
||||
template deleted etemplate ca Plantilla borrada
|
||||
template saved etemplate ca Plantilla guardada
|
||||
text etemplate ca Texto
|
||||
textarea etemplate ca Area de texto
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate ca este texto se muestra si el campo de entrada está vacío y no tiene foco (borroso)
|
||||
time etemplate ca Hora
|
||||
to start the db-tools etemplate ca para iniciar las Herramientas de la base de datos
|
||||
to start the etemplate editor etemplate ca para iniciar el editor de plantillas
|
||||
to start the search etemplate ca para iniciar la búsqueda
|
||||
today etemplate ca Hoy
|
||||
type etemplate ca Tipo
|
||||
type of the column etemplate ca tipo de la columna
|
||||
type of the field (select label if field should be empty) etemplate ca tipo del campo (seleccione la etiqueta si el campo tiene que estar vacío)
|
||||
unique etemplate ca Único
|
||||
unlink etemplate ca Desvincular
|
||||
update a single entry by passing the fields. etemplate ca Actualizar una única entrada pasando los campos
|
||||
update from version '%s' to etemplate ca Actualizar de la versión '%s' a
|
||||
upload etemplate ca Subir a un servidor
|
||||
value etemplate ca Valor
|
||||
vbox etemplate ca VBox
|
||||
version etemplate ca Versión
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate ca número de la versión, en formato mayor.menor.revisión.número (por ej. 0.9.13.001, con todos los números rellenos con ceros)
|
||||
view this linked entry in its application etemplate ca ver esta entrada enlazada en su aplicación
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate ca Qué hacer con el contenido que se desborda: visible (predeterminado), oculto, desplazar, automático (decide el navegador)
|
||||
width etemplate ca Ancho
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate ca ancho de la columna (in % o píxeles), desactivar columna: [!= no]<valor>[=comprobar] ej: '!@data' desactiva la columna si el contenido de los datos está vacío
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate ca Ancho de la tabla en % o píxeles para la etiqueta y, opcionalmente, elemento div
|
||||
width, disabled etemplate ca Ancho, desactivado
|
||||
wk etemplate ca Stm
|
||||
write <app>/setup/tables_current.inc.php etemplate ca Escribir <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate ca Escribir fichero de idioma
|
||||
write tables etemplate ca Escribir tablas
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate ca escribe un fichero 'etemplates.inc.php' (para la aplicación en Nombre) en el directorio de instalación de la aplicación
|
||||
xml-file to import etemplate ca fichero xml a importar
|
||||
xslt template etemplate ca Plantilla XSLT
|
||||
year etemplate ca Año
|
@ -1,456 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate cs %1 (%2 nových) zpráv zapsaných pro aplikaci '%3' a jazyky '%4'
|
||||
%1 entries found, select one ... etemplate cs Nalezeno %1 záznamů, vyberte jeden ...
|
||||
%1 etemplates deleted etemplate cs %1 eŠablon smazáno
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate cs %1 eŠablon pro aplikaci '%2' vytvořilo výpis do '%3'
|
||||
%1 etemplates found etemplate cs %1 eŠablon nalezeno
|
||||
%1 matches on search criteria etemplate cs %1 shod s kritériem vyhledávání
|
||||
%1 more... etemplate cs %1 více...
|
||||
%1 new etemplates imported for application '%2' etemplate cs %1 nových eŠablon importováno pro aplikaci '%2'
|
||||
%1 not implemented for %2! etemplate cs %1 není implementováno pro %2!
|
||||
%s disabled etemplate cs %s zablokováno
|
||||
%s needed etemplate cs %s zapotřebí
|
||||
%s notranslation etemplate cs %s bez překladu
|
||||
%s onchange etemplate cs %s onChange (při změně)
|
||||
%s readonly etemplate cs %s jen ke čtení
|
||||
'%1' has an invalid format !!! etemplate cs %1' má neplatný formát !!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate cs '%1' není php souborem v server root eGW (%2)!
|
||||
'%1' is not a valid date !!! etemplate cs %1' není platné datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate cs %1' není platné číslo s pohyblivou desetinnou čárkou !!!
|
||||
'%1' is not a valid integer !!! etemplate cs %1' není platné celé číslo
|
||||
'%1' is not allowed ('%2')! etemplate cs '%1' NENÍ povoleno ('%2')!
|
||||
1 minute etemplate cs 1 Minuty
|
||||
15 minutes etemplate cs 15 Minuty
|
||||
30 minutes etemplate cs 30 Minuty
|
||||
5 minutes etemplate cs 5 Minuty
|
||||
a pattern to be searched for etemplate cs hledaný výraz
|
||||
accesskey etemplate cs Přístupový klíč
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate cs Přístupové klíče mohou být specifikovány také s & v označení (např. &Name)
|
||||
account contactdata etemplate cs Kontaktní údaje účtu
|
||||
actions... etemplate cs Akce...
|
||||
add a new column (after the existing ones) etemplate cs Přidat nový sloupec (za stávající)
|
||||
add a new entry of the selected application etemplate cs Přidat nový záznam vybrané aplikace
|
||||
add a new multi-column index etemplate cs Přidat nový vicesloupcový index
|
||||
add column etemplate cs Přidat sloupec
|
||||
add index etemplate cs Přidat index
|
||||
add new etemplate cs Přidat nový
|
||||
add table etemplate cs Přidat tabulku
|
||||
add to clipboard etemplate cs Přidat do schránky
|
||||
advanced search etemplate cs Rozšířené hledání
|
||||
align etemplate cs Zarovnat
|
||||
alignment of label and input-field in table-cell etemplate cs zarovnání popisku a vstupního pole v buňce tabulky
|
||||
alignment of the v/hbox containing table-cell etemplate cs Zarovnání V/HBoxu obsahujícího buňku tabulky
|
||||
all days etemplate cs všechny dny
|
||||
all operations save the template! etemplate cs všechny operace ukládají šablonu !
|
||||
all users etemplate cs Všichni uživatelé
|
||||
allowed file type: %1 etemplate cs Povolený typ souboru: %1
|
||||
am etemplate cs am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate cs indexy vytvořené pro sloupec zrychlují vyhledávání v daném sloupci (ale také zabírají místo na disku !!!)
|
||||
and etemplate cs A
|
||||
application etemplate cs Aplikace
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate cs Název aplikace potřeboval zapsat jazykový soubor nebo vypsat eŠablony !!!
|
||||
applications etemplate cs Aplikace
|
||||
applies the changes made etemplate cs použije provedené změny
|
||||
applies the changes to the given version of the template etemplate cs použije změny provedené v dané verzi šablony
|
||||
as default etemplate cs jako výchozí
|
||||
attach etemplate cs Připojit
|
||||
attach file etemplate cs připojit soubor
|
||||
baseline etemplate cs Základna
|
||||
blurtext etemplate cs rozmazaný text
|
||||
border etemplate cs Okraj
|
||||
border-line-thickness for the table-tag etemplate cs Tloušťka okraje pro tag tabulky
|
||||
bottom etemplate cs Dolní okraj
|
||||
box etemplate cs Rámeček
|
||||
box... etemplate cs Rámeček...
|
||||
can not have special sql-value null etemplate cs nemůže mít speciální SQL hodnotu NULL
|
||||
cancel etemplate cs Zrušit
|
||||
cant delete a single widget from a grid !!! etemplate cs nemohu smazat jednotlivý widget z mřížky !!!
|
||||
cant delete the only column of a grid !!! etemplate cs nemohu smazat jediný sloupec ve mřížce !!!
|
||||
cant delete the only row in a grid !!! etemplate cs nemohu smazat jediný řádek ve mřížce !!!
|
||||
category etemplate cs Kategorie
|
||||
category tree etemplate cs Strom kategorií
|
||||
cellpadding for the table-tag etemplate cs Vzdálenost mezi buňkou a jejím obsahem pro tag tabulky
|
||||
cells etemplate cs Buňky
|
||||
cellspacing for the table-tag etemplate cs Vzdálenost mezi buňkami pro tag tabulky
|
||||
center etemplate cs Střed
|
||||
changed etemplate cs Změněno
|
||||
check all etemplate cs Označit všechny
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate cs zaškrtněte, pokud má být obsah jen zobrazen, nikoli měněn (obsah pak není posílán zpět!)
|
||||
check if field has to be filled by user etemplate cs zaškrtněte, pokud musí uživatel položku vyplnit
|
||||
checkbox etemplate cs Zaškrtávací políčko
|
||||
class etemplate cs Třída
|
||||
class, valign etemplate cs třída, svislé zarovnání
|
||||
click here to attach the file etemplate cs klikněte sem pro připojení souboru
|
||||
click here to create the link etemplate cs klikněte sem pro vytvoření odkazu
|
||||
click here to start the search etemplate cs Klikněte sem pro zahájení hledání
|
||||
click here to upload the file etemplate cs Klikněte sem pro upload souboru
|
||||
click to order after that criteria etemplate cs klikněte sem pro řazení dle daného kritéria
|
||||
clickable path etemplate cs rozkliknutelná cesta
|
||||
closes the window without saving the changes etemplate cs uzavře okno bez uložení změn
|
||||
column... etemplate cs Sloupec...
|
||||
columnname etemplate cs Jméno sloupce
|
||||
comment etemplate cs Komentář
|
||||
confirm etemplate cs potvrdit
|
||||
confirmation message or custom javascript (returning true or false) etemplate cs Potvrzující zpráva nebo uživatelsky definovaný javascript (vracející true nebo false)
|
||||
confirmation necesary or custom java-script etemplate cs vyžadováno potvrzení nebo uživatelský javaskript
|
||||
contact etemplate cs Kontakt
|
||||
contact field to show etemplate cs Zobrazit položku kontaktu
|
||||
contact fields etemplate cs Kontaktní položky
|
||||
contains etemplate cs obsahuje
|
||||
copy "%1" etemplate cs Kopie "%1"
|
||||
copy to clipboard etemplate cs Kopírovat do clipboardu
|
||||
create a new table for the application etemplate cs Vytvořit novou tabulku pro aplikaci
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate cs vytvoří nový anglický jazykový soubor ('en') z označení a pomocných textů (pro aplikaci uvedenou v Názvu)
|
||||
creator preferences cs Tvůrce
|
||||
css class for the table-tag etemplate cs CSS třída pro tag tabulky
|
||||
css properties etemplate cs Vlastnosti CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate cs název CSS třídy pro tento řádek, přednastaveno: 'nmh' = NextMatch header (záhlaví DalšíShoda),'nmr' = alternating NM row (střídavý NM řádek),'nmr0'+'nmr1' NM řádky
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate cs název CSS třídy pro tento řádek, přednastaveno: 'th' = záhlaví, 'row' = střídavý řádek, řádky 'row_off'+'row_on'
|
||||
css-styles etemplate cs CSS styly
|
||||
custom etemplate cs uživatelsky definované
|
||||
custom fields etemplate cs uživatelsky definované položky
|
||||
custom javascript for onchange etemplate cs uživatelsky definovaný javaskript pro onChange (při změně)
|
||||
cut etemplate cs Vyjmout
|
||||
date+time etemplate cs Datum a čas
|
||||
day etemplate cs Den
|
||||
days etemplate cs Dny
|
||||
db ensures that every row has a unique value in that column etemplate cs Databáze zajišťuje, že každý řádek má v tomto sloupci unikátní hodnotu
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate cs volby indexu (oddělené čárkou) specifické pro databázi, např. mysql(FULLTEXT) nebo mysql(100) pro indexovanou délku sloupce
|
||||
db-tools etemplate cs Databázové nástroje
|
||||
deck etemplate cs Paluba (interní)
|
||||
default etemplate cs Výchozí
|
||||
delete a single entry by passing the id. etemplate cs Vymazat záznam vložením ID.
|
||||
delete all selected etemplates, without further inquiry etemplate cs smazat VŠECHNY vybrané eŠablony BEZ dalšího dotazu
|
||||
delete and cut save the template! etemplate cs smazat a šablonu vyjmout a uložit !
|
||||
delete column etemplate cs Smazat sloupec
|
||||
delete index etemplate cs Smazat index
|
||||
delete the spezified etemplate etemplate cs Smazat určenou eŠablonu
|
||||
delete this column etemplate cs smazat tento sloupec
|
||||
delete this etemplate etemplate cs smazat tuto eŠablonu
|
||||
delete this file etemplate cs Smazat tento soubor
|
||||
delete this row etemplate cs smazat tento řádek
|
||||
delete whole column (can not be undone!!!) etemplate cs smazat celý sloupec (nelze vrátit zpět!!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate cs vymaže výše uvedenou eŠablonu z databáze, nelze vrátit zpět
|
||||
deletes the etemplate spez. above etemplate cs smaže výše uvedenou eŠablonu
|
||||
deletes this column etemplate cs Smaže tento sloupec
|
||||
deletes this index etemplate cs Smaže tento index
|
||||
discard changes etemplate cs zahodit změny
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate cs zobrazeno před vstupem nebo je vstup vložen za '%s' v označení (tlačítka pro odeslání nebo názvu souboru s obrázkem)
|
||||
displayed in statusline of browser if input-field gets focus etemplate cs zobrazeno ve stavové liště prohlížeče pokud vstupní pole získá fokus
|
||||
displayed in the top line of the groupbox (legend) etemplate cs zobrazeno v horní řádce rámečku skupiny (v legendě)
|
||||
do you want to save the changes you made in table %s? etemplate cs Chcete uložit změny, které jste udělal(a)v tabulce %s?
|
||||
document '%1' does not exist or is not readable for you! preferences cs Dokument '%1' neexistuje nebo nemáte oprávnění k jeho čtení!
|
||||
documentation etemplate cs Dokumentace
|
||||
doesn't matter etemplate cs nezáleží na tom
|
||||
drop a table - this can not be undone etemplate cs Smazat tabulku - nelze vrátit zpět
|
||||
drop table etemplate cs Smazat Tabulku
|
||||
dump4setup etemplate cs Vypsat pro setup
|
||||
duration etemplate cs Trvání
|
||||
edit etemplate cs Editovat
|
||||
edit embeded css styles or of the applications app.css file etemplate cs upravit vložené CSS styly nebo CSS styly aplikací v souboru app.css
|
||||
edit the etemplate spez. above etemplate cs upravit výše uvedenou eŠablonu
|
||||
edit... etemplate cs Editovat....
|
||||
editable templates - db-tools etemplate cs Editovatelné šablony - Databázové nástroje
|
||||
editable templates - delete template etemplate cs Editovatelné šablony - Smazat šablonu
|
||||
editable templates - editor etemplate cs Editovatelné šablony - Editor
|
||||
editable templates - search etemplate cs Editovatelné šablony - Hledat
|
||||
editable templates - show template etemplate cs Editovatelné šablony - Zobrazit šablonu
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate cs vložené CSS styly, např. '.red { background: red; }' (všimněte si tečky před názvem třídy) nebo '@import url(...)' (názvy tříd jsou globální pro celou stránku!)
|
||||
enable javascript onchange submit etemplate cs povolit odesílání onChange v javaskriptu
|
||||
enter '' for an empty default, nothing mean no default etemplate cs zadejte '' pro prázdnou hodnotu jako výchozí, nic znamená bez výchozí hodnoty
|
||||
enter a search pattern etemplate cs Zadejte hledaný výraz
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate cs Zadejte název souboru, který chcete uploadovat a připojit, použijte [Procházet] pro vyhledání souboru
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate cs sem zadejte číslo nové verze (> stará_verze), ponechte prázdné pokud nechcete aktualizovat soubor
|
||||
enter the new version number here (has to be > old_version) etemplate cs sem zadejte číslo nové verze (musí být > stará_verze)
|
||||
entry saved etemplate cs Záznam uložen
|
||||
error copying uploaded file to vfs! etemplate cs Chyba při kopírování uploadovaného souboru do vfs!
|
||||
error create parent directory %1! etemplate cs Chyba při vytváření nadřazeného adresáře %1!
|
||||
error deleting %1! etemplate cs Chyba při mazání %1!
|
||||
error uploading file! filemanager cs Chyba při uploadu souboru!
|
||||
error: template not found !!! etemplate cs Chyba: Šablona nebyla nalezena !!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate cs Chyba: webový server nemá oprávnění k zápisu do '%1' !!!
|
||||
error: while saving !!! etemplate cs Chyba při ukládání !!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate cs Chyba při ukládání souboru (webový server nemá oprávnění k zápisu) !!!
|
||||
etemplate common cs eŠablona
|
||||
etemplate '%1' imported, use save to put it in the database etemplate cs eŠablona '%1' naimportována, použijte Uložit pro zápis do databáze
|
||||
etemplate '%1' written to '%2' etemplate cs eŠablona '%1' zapsána do '%2'
|
||||
etemplate editor etemplate cs Editor eŠablon
|
||||
etemplate reference etemplate cs Referenční příručka eŠablon
|
||||
etemplate tutorial etemplate cs Výuka eŠablon
|
||||
exchange this row with the one above etemplate cs zaměnit tento řádek s řádkem nad ním
|
||||
exchange this two columns etemplate cs zaměnit tyto dva sloupce
|
||||
export the loaded etemplate into a xml-file etemplate cs exportovat načtenou eŠablonu do XML souboru
|
||||
export xml etemplate cs Exportovat XML
|
||||
extensions loaded: etemplate cs Načtená rozšíření:
|
||||
field etemplate cs Položka
|
||||
field must not be empty !!! etemplate cs Položka nesmí být prázdná !!!
|
||||
file etemplate cs Soubor
|
||||
file '%1' not found! etemplate cs Soubor '%1' nebyl nalezen!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate cs Soubor obsahuje více jak jednu eŠablonu, zobrazena je poslední !!!
|
||||
file is of wrong type (%1 != %2)! etemplate cs Soubor je špatného typu (%1 != %2)!
|
||||
file writen etemplate cs Soubor zapsán
|
||||
fileupload etemplate cs Upload souboru
|
||||
first etemplate cs První
|
||||
floating point etemplate cs Plovoucí desetinná čárka
|
||||
foreign key etemplate cs Cizí klíč
|
||||
formatted text (html) etemplate cs Formátovaný text (HTML)
|
||||
general fields: preferences cs Obecné položky:
|
||||
go to the first entry etemplate cs jít na první záznam
|
||||
go to the last entry etemplate cs jít na poslední záznam
|
||||
go to the next page of entries etemplate cs jít na další stránku záznamů
|
||||
go to the previous page of entries etemplate cs jít na předchozí stránku záznamů
|
||||
grid etemplate cs Mřížka
|
||||
grid column attributes etemplate cs Atributy sloupců ve mřížce
|
||||
grid row attributes etemplate cs Atributy řádků ve mřížce
|
||||
groupbox etemplate cs Rámeček skupiny
|
||||
h etemplate cs h
|
||||
hbox etemplate cs Vodorovný rámeček
|
||||
height etemplate cs Výška
|
||||
height of row (in % or pixel) etemplate cs výška řádku (v % nebo pixelech)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate cs výška řádku (v % nebo pixelech), zakázání řádku: [! = not]<hodnota>[=<kontrola>] např.: '!@data' zakáže řádek pokud obsah data je prázdný
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate cs Výška tabulky v % nebo pixelech pro tag tabulky a (volitelně) div
|
||||
height, disabled etemplate cs Výška, vypnuto
|
||||
help etemplate cs Nápověda
|
||||
history log etemplate cs Protokol historie
|
||||
horizontal rule etemplate cs Vodorovné pravítko
|
||||
hour etemplate cs Hodina
|
||||
hours etemplate cs hodin
|
||||
how many entries should the list show etemplate cs Kolik záznamů má seznam zobrazovat
|
||||
html etemplate cs HTML
|
||||
id etemplate cs ID
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate cs pokud je položka zakázaná, je zobrazena prázdná buňka tabulky pro (dočasné) odstranění položky/buňky
|
||||
image etemplate cs Obrázek
|
||||
import etemplate cs Importovat
|
||||
import an etemplate from a xml-file etemplate cs importovat eŠablonu z XML souboru
|
||||
import table-definitions from existing db-table etemplate cs Importovat definice tabulky ze stavající databázové tabulky
|
||||
import xml etemplate cs Importovat XML
|
||||
increment version to not overwrite the existing template etemplate cs zvyšte číslo verze, aby nedošlo k přepsání stávající šablony
|
||||
index/name of returned content (name of the template, link / method for image) etemplate cs index/název vráceného obsahu (název šablony, odkaz/metoda pro obrázek)
|
||||
indexed etemplate cs Indexovaný
|
||||
indexoptions etemplate cs Volby indexu
|
||||
insert a column before etemplate cs vložit sloupec před
|
||||
insert a column behind etemplate cs vložit sloupec za
|
||||
insert a row above etemplate cs vložit řádek nad
|
||||
insert a row below etemplate cs vložit řádek pod
|
||||
insert a widget before etemplate cs vložit widget před
|
||||
insert a widget behind etemplate cs vložit widget za
|
||||
insert in document etemplate cs Vložit do dokumentu
|
||||
insert new column behind this one etemplate cs vložit nový sloupec za tento
|
||||
insert new column in front of all etemplate cs vložit nový sloupec před všechny ostatní
|
||||
insert new row after this one etemplate cs vložit nový řádek za tento
|
||||
insert new row in front of first line etemplate cs vložit nový řádek před první řádek
|
||||
integer etemplate cs Celé číslo
|
||||
key etemplate cs Klíč
|
||||
label etemplate cs Jmenovka
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate cs Jmenovka:[bold][italic] Text:[len][,max] Čísla:[min][,[max][,len]] Textová oblast:[rows][,cols] Přepínací tlačítko:value Vodorovné pravítko:[width] Šablona:[IndexInContent] Výběr:[multiselect] Datum:[hodnoty: např. 'Y-m-d']
|
||||
lang etemplate cs Jazyk
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate cs zkratka jazyka (např. 'en' u angličtiny) pro jazykově závislou šablonu ('' načte Vaše předvolené jazyky nebo výchozí, použijte 'výchozí' pro načtení výchozí šablony '')
|
||||
last etemplate cs Poslední
|
||||
left etemplate cs Levý
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate cs délka pro char+varchar, přesnost celých čísel: 2, 4, 8 a desetinných: 4, 8
|
||||
link etemplate cs Odkaz
|
||||
link target %1 not found! etemplate cs Odkaz na cíl %1 nebyl nalezen!
|
||||
linkapps etemplate cs Odkaz na aplikace
|
||||
linkentry etemplate cs Záznam odkazu
|
||||
linklist etemplate cs Seznam odkazů
|
||||
linkstring etemplate cs Řetězec odkazu
|
||||
linkto etemplate cs Odkaz na
|
||||
load this template into the editor etemplate cs Načíst tuto šablonu do editoru
|
||||
loading etemplate cs nahrávám
|
||||
maximum size for uploads filemanager cs Maximální velikost pro uploady
|
||||
message ... etemplate cs Zpráva...
|
||||
middle etemplate cs Prostřední
|
||||
minute etemplate cs Minuta
|
||||
minutes etemplate cs Minuty
|
||||
month etemplate cs Měsíc
|
||||
more etemplate cs Více
|
||||
more than 1 match for '%1' etemplate cs Více než jeden záznam pro '%1'
|
||||
multicolumn indices etemplate cs Vícesloupcové indexy
|
||||
name etemplate cs Jméno
|
||||
name of other table where column is a key from etemplate cs název jiné tabulky kde je skoupec klíčem
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate cs název skupiny šablon z phpgw (např. verdilak): '' = výchozí (načte předvolenou šablonu, použijte 'výchozí' pro načtení výchozí šablony '')
|
||||
name of table to add etemplate cs Název tabulky, která se má přidat
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate cs název eŠablony, měl by být ve tvaru aplikace.funkce.[.podŠablona]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate cs musí být unikátní v rámci tabulky a nesmí být rezervovaným slovem SQL, nejlepší je všechny opatřit společnou dvoupísmennou zkratkou aplikace, např. 'et_'
|
||||
new etemplate cs Nová
|
||||
new search common cs Nové hledání
|
||||
new table created etemplate cs Nová tabulka vytvořena
|
||||
newer version '%1' exists !!! etemplate cs existuje novější verze '%1' !!!
|
||||
nextmatch etemplate cs Nextmatch (Další shoda)
|
||||
nextmatch accountfilter etemplate cs Další shoda s filtrem účtů
|
||||
nextmatch custom filterheader etemplate cs Další shoda s uživatelským filtrem záhlaví
|
||||
nextmatch filterheader etemplate cs Další shoda s filtrem záhlaví
|
||||
nextmatch header etemplate cs Další shoda záhlaví
|
||||
nextmatch sortheader etemplate cs Další shoda setříděného záhlaví
|
||||
no column to swap with !!! etemplate cs není sloupec, za který se dá prohodit !!!
|
||||
no file etemplate cs žádný soubor
|
||||
no filename given or selected via browse... etemplate cs nebyl zadán název souboru ani vybrán přes Procházet
|
||||
no filters etemplate cs Odebrat filtr
|
||||
no matches found etemplate cs Nenalezeny žádné záznamy
|
||||
no row to swap with !!! etemplate cs není řádek, za který se dá prohodit !!!
|
||||
not null etemplate cs NENÍ NULL
|
||||
nothing etemplate cs nic
|
||||
nothing found - try again !!! etemplate cs Nic nenalezeno - zkuste znovu !!!
|
||||
nothing in clipboard to paste !!! etemplate cs v clipboardu není nic ke vložení !!!
|
||||
nothing matched search criteria !!! etemplate cs Zadanému kritériu hledání nic neodpovídá !!!
|
||||
now etemplate cs Nyní
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate cs počet sloupců, přes které se má pole/buňka roztáhnout nebo 'all' pro zbývající sloupce, jméno CSS třídy (pro tag TD)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate cs počet řádků/sloupců ve Svislém/Vodorovném rámečku, vzdálenost mezi buňkou a jejím obsahem, vzdálenost mezi buňkami
|
||||
of etemplate cs z
|
||||
onchange etemplate cs onChange (při změně)
|
||||
onclick etemplate cs onClick (při kliknutí)
|
||||
only an other version found !!! etemplate cs našla se jen jiná verze !!!
|
||||
open the online help. etemplate cs Otevřit online nápovědu.
|
||||
operator etemplate cs Operátor
|
||||
optional note about the link etemplate cs volitelná poznámka o odkazu
|
||||
options etemplate cs Volby
|
||||
or etemplate cs nebo
|
||||
order to navigating by tab key through the form etemplate cs Pořadí v navigaci fomulářem pomocí klávesy tabulátor
|
||||
overflow etemplate cs Přetečení
|
||||
padding etemplate cs Odsazení
|
||||
parent is a '%1' !!! etemplate cs nadřazený je '%1' !!!
|
||||
paste etemplate cs Vložit
|
||||
path etemplate cs Cesta
|
||||
please enter table-name first !!! etemplate cs Zadejte prosím nejprve název tabulky !!!
|
||||
pm etemplate cs pm
|
||||
popup etemplate cs Překryvné
|
||||
precision etemplate cs Přesnost
|
||||
primary key etemplate cs Primární klíč
|
||||
primary key for the table, gets automaticaly indexed etemplate cs Primární klíč tabulky, je automaticky indexován
|
||||
radiobutton etemplate cs Přepínací tlačítko
|
||||
read etemplate cs Číst
|
||||
read a list of entries. etemplate cs Načíst seznam záznamů
|
||||
read a single entry by passing the id and fieldlist. etemplate cs Načíst jednotlivý záznam zadáním jeho id a seznamu polí
|
||||
read etemplate from database (for the keys above) etemplate cs načíst eŠablonu z databáze (pro výše uvedené klíče)
|
||||
readonly etemplate cs jen pro čtení
|
||||
refresh etemplate cs Obnovit
|
||||
remove row (can not be undone!!!) etemplate cs odstranit řádek (nelze vrátit zpět!!!)
|
||||
remove this link (not the entry itself) etemplate cs Odstranit tento odkaz (ne celý záznam)
|
||||
required etemplate cs Vyžadováno
|
||||
reset etemplate cs Vynulovat
|
||||
returns savely, without deleting etemplate cs vrátí bezpečně zpět, BEZ smazání
|
||||
right etemplate cs Pravý
|
||||
row... etemplate cs Řádek...
|
||||
save all etemplate cs Uložit vše
|
||||
save selected columns as default preference for all users. etemplate cs Uložit vybrané sloupce jako výchozí předvolbu pro všechny uživatele.
|
||||
save the changes made and close the window etemplate cs Uložit provedené změny a zavřít okno
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate cs uložit eŠablonu pod výše uvedenými klíči (název, ...), změnit je pro Uložit jako
|
||||
saves changes to tables_current.inc.php etemplate cs uloží změny do tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate cs uloží šablonu s daným číslem verze a zavře okno
|
||||
scale etemplate cs Škála
|
||||
scale for float etemplate cs Škála pro plovoucí
|
||||
search etemplate cs Hledat
|
||||
select a category etemplate cs vybrat kategorii
|
||||
select a primary contact, to show in the list etemplate cs Vybrat primární kontakt, který má být zobrazen v seznamu
|
||||
select access etemplate cs Vybrat přístup
|
||||
select account etemplate cs Vybrat účet
|
||||
select an app first !!! etemplate cs Vyberte nejprve aplikaci !!!
|
||||
select an app to search in etemplate cs Vybrat aplikaci k prohledání
|
||||
select an application etemplate cs Vybrat aplikaci
|
||||
select an application, (*) = uninstalled etemplate cs Vybrat aplikaci, (*) = nenainstalovaná
|
||||
select an entry to link with etemplate cs Vybrat záznam, na který se má odkazovat
|
||||
select an table of the application etemplate cs Vybrat tabulku aplikace
|
||||
select application etemplate cs Vybrat aplikaci
|
||||
select application to search etemplate cs Vybrat aplikaci k prohledání
|
||||
select category etemplate cs Vybrat kategorii
|
||||
select columns etemplate cs Vybrat sloupce
|
||||
select country etemplate cs Vybrat zemi
|
||||
select day etemplate cs Vybrat den
|
||||
select day of week etemplate cs vybrat den v týdnu
|
||||
select entry etemplate cs Vybrat záznam
|
||||
select files from filemanager ... etemplate cs Vyberte soubory ze správce souborů ...
|
||||
select hour etemplate cs Vybrat hodinu
|
||||
select if content of field should not be translated (label gets always translated) etemplate cs vyberte pokud nemá být obsah pole přeložen (jmenovka je přeložena vždy)
|
||||
select language etemplate cs Vybrat jazyk
|
||||
select month etemplate cs Vybrat měsíc
|
||||
select number etemplate cs Vybrat číslo
|
||||
select one ... etemplate cs Vybrat jeden ...
|
||||
select percentage etemplate cs Vybrat procento
|
||||
select priority etemplate cs Vybrat prioritu
|
||||
select state etemplate cs Vybrat stát
|
||||
select the columns to display in the list etemplate cs Vybrat sloupce, které mají být zobrazeny v seznamu
|
||||
select the indexed columns in their desired order etemplate cs Vybrat indexované sloupce v požadovaném pořadí
|
||||
select this etemplate to delete it etemplate cs vybrat tuto eŠablonu ke smazání
|
||||
select which accounts to show etemplate cs vybrat účty ke zobrazení
|
||||
select which values to show etemplate cs vybrat hodnoty ke zobrazení
|
||||
select year etemplate cs Vybrat rok
|
||||
selectbox etemplate cs Rozbalovací nabídka
|
||||
set as default etemplate cs Nastavit jako výchozí
|
||||
sets today as date etemplate cs nastaví dnešek jako datum
|
||||
should the form be submitted or any custom javascript be executed etemplate cs Má být odeslán formulář nebo spuštěn libovolný uživatelský javascript
|
||||
show etemplate cs Zobrazit
|
||||
show (no save) etemplate cs Zobrazit (neukládat)
|
||||
show all / cancel filter etemplate cs Zobrazit vše / zrušit filtr
|
||||
show values etemplate cs Zobrazit hodnoty
|
||||
showing etemplate cs zobrazuji
|
||||
shows / allows you to enter values into the etemplate for testing etemplate cs zobrazí / umožní Vám zadat hodnoty do eŠablony pro testování
|
||||
shows/displays etemplate for testing, does not save it before etemplate cs zobrazí eŠablonu pro testování, předtím jí NEukládá
|
||||
spacing etemplate cs Rozestupy
|
||||
span etemplate cs Roztažení
|
||||
span, class etemplate cs Roztažení, Třída
|
||||
stack etemplate cs Zásobník
|
||||
start a new search, cancel this link etemplate cs začít nové hledání, zrušit tento odkaz
|
||||
start new search for the above pattern etemplate cs začít nové hledání pro výše uvedený výraz
|
||||
submit form etemplate cs odeslat formulář
|
||||
submitbutton etemplate cs Tlačitko pro odeslání
|
||||
swap etemplate cs prohodit
|
||||
swap widget with next one etemplate cs prohodit widget s následujícím
|
||||
swap with next column etemplate cs prohodit s následujícím sloupcem
|
||||
swap with next row etemplate cs prohodit s následujícím řádkem
|
||||
switch to a parent widget etemplate cs přepnout na nadřízený widget
|
||||
switch to an other widgets of that container etemplate cs přepnout na jiné widgety v daném kontejneru
|
||||
tabindex etemplate cs Index tabulek
|
||||
table unchanged, no write necessary !!! etemplate cs Tabulka se nezměnila, zápis není zapotřebí !!!
|
||||
tablename etemplate cs Název tabulky
|
||||
tabs etemplate cs Záložky
|
||||
template etemplate cs Šablona
|
||||
template deleted etemplate cs Šablona smazána
|
||||
template saved etemplate cs Šablona uložena
|
||||
text etemplate cs Text
|
||||
textarea etemplate cs Textová oblast
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate cs tento text se zobrazí, pokud je vstupní pole prázdné a nemá fokus
|
||||
time etemplate cs Čas
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate cs pro zákaz: [! = not]<hodnota>[=<kontrola>] např.: '!@data' zakáže pokud obsah data je prázdný
|
||||
to start the db-tools etemplate cs pro start databázových nástrojů
|
||||
to start the etemplate editor etemplate cs pro start editoru eŠablon
|
||||
to start the search etemplate cs pro start hledání
|
||||
today etemplate cs Dnes
|
||||
top etemplate cs Horní okraj
|
||||
tree etemplate cs Strom
|
||||
type etemplate cs Typ
|
||||
type of the column etemplate cs typ sloupce
|
||||
type of the field (select label if field should be empty) etemplate cs typ pole (vyberte Jmenovku, pokud má být pole prázdné)
|
||||
unique etemplate cs Unikátní
|
||||
unlink etemplate cs Zrušit odkaz
|
||||
update a single entry by passing the fields. etemplate cs Aktualizovat záznam vyplněním položek.
|
||||
update from version '%s' to etemplate cs Aktualizovat z verze '%s' na
|
||||
upload etemplate cs Uploadovat
|
||||
valign etemplate cs svislé zarovnání
|
||||
value etemplate cs Hodnota
|
||||
value has to be at least '%1' !!! etemplate cs Hodnota musí být nejméně '%1' !!!
|
||||
value has to be at maximum '%1' !!! etemplate cs Hodnota musí být nejvýše '%1' !!!
|
||||
vbox etemplate cs Svislý rámeček
|
||||
version etemplate cs Verze
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate cs číslo verze, mělo být mít podobu: hlavní.vedlejší.revize.číslo (např. 0.9.13.001 všechna čísla doplněná nulami)
|
||||
vertical alignment of row etemplate cs svislé zarovnání řádku
|
||||
view this etemplate etemplate cs zobrazit tuto eŠablonu
|
||||
view this linked entry in its application etemplate cs zobrazit odkazovaný záznam v jeho aplikaci
|
||||
weekend etemplate cs víkend
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate cs co se stane s přetékajícím obsahem: viditelný (výchozí), skrytý,rolovat,auto(rozhoduje prohlížeč)
|
||||
widget copied into clipboard etemplate cs widget zkopírovaný do klipboradu
|
||||
width etemplate cs Šířka
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate cs šířka sloupce (v % nebo pixelech), zakázat sloupec: [! = not]<hodnota>[=<kontrola>] např.: '!@data' zakázat sloupec pokud je obsah data prázdný
|
||||
width of column (in % or pixel) etemplate cs šířka sloupce (v % nebo pixelech)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate cs Šířka tabulky (v % nebo pixelech) pro tag tabulky a (volitelně) div
|
||||
width, disabled etemplate cs Šířka, vypnuto
|
||||
wk etemplate cs Týd.
|
||||
working days etemplate cs pracovní dny
|
||||
write <app>/setup/tables_current.inc.php etemplate cs Zapsat <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate cs Zapsat jazykový soubor
|
||||
write tables etemplate cs Zapsat tabulky
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate cs zapíše soubor 'etemplates.inc.php' (pro aplikaci v Názvu) do setup adresáře aplikace
|
||||
xml-file to import etemplate cs XML soubor pro import
|
||||
xslt template etemplate cs XSLT šablona
|
||||
year etemplate cs Rok
|
||||
you are not allowed to export more than %1 entries! common cs Nemáte oprávnění exportovat více než %1 záznamů!
|
||||
you can respond by visiting: etemplate cs Můžete odpovědět navštívením:
|
||||
you need to select a file first! etemplate cs Nejprve musíte vybrat soubor!
|
@ -1,62 +0,0 @@
|
||||
advanced search etemplate da Avanceretsøgning
|
||||
all users etemplate da Alle brugere
|
||||
and etemplate da Og
|
||||
applications etemplate da Applikationer
|
||||
attach file etemplate da Vedhæft fil
|
||||
changed etemplate da Ændret
|
||||
checkbox etemplate da Afkrydsningsboks
|
||||
click here to create the link etemplate da klik her for at oprette linket
|
||||
click here to start the search etemplate da klik her for at starte søgningen
|
||||
comment etemplate da Kommentar
|
||||
confirm etemplate da Bekræft
|
||||
contact etemplate da Kontakt
|
||||
contains etemplate da indeholder
|
||||
custom etemplate da Valgfri
|
||||
custom fields etemplate da Valgfri Felter
|
||||
day etemplate da Dag
|
||||
days etemplate da dage
|
||||
default etemplate da Standard
|
||||
documentation etemplate da Dokumentation
|
||||
doesn't matter etemplate da det gør ikke noget
|
||||
duration etemplate da Varighed
|
||||
file etemplate da Fil
|
||||
h etemplate da h
|
||||
hours etemplate da timer
|
||||
html etemplate da HTML
|
||||
id etemplate da ID
|
||||
import etemplate da Importer
|
||||
label etemplate da Mærkat
|
||||
last etemplate da sidste
|
||||
link etemplate da Link
|
||||
minute etemplate da Minut
|
||||
minutes etemplate da Minutter
|
||||
month etemplate da Måned
|
||||
more etemplate da Flere
|
||||
new etemplate da Ny
|
||||
new search common da Ny søgning
|
||||
no file etemplate da ingen fil
|
||||
no matches found etemplate da Ingen resultater fundet
|
||||
options etemplate da indstillinger
|
||||
or etemplate da eller
|
||||
read a list of entries. etemplate da Læs en liste af indtastninger
|
||||
read a single entry by passing the id and fieldlist. etemplate da Læs et enkelt element ved at give id og fil-liste
|
||||
readonly etemplate da læs-kun
|
||||
refresh etemplate da Opdater
|
||||
remove this link (not the entry itself) etemplate da Fjern dette link (ikke opgaven selv)
|
||||
required etemplate da Krævet
|
||||
reset etemplate da Nulstil
|
||||
save all etemplate da Gem alle
|
||||
select a category etemplate da Vælg en kategori
|
||||
select an app to search in etemplate da Vælg en appilkation at søge i
|
||||
select an entry to link with etemplate da Vælg en opgave at linke med
|
||||
selectbox etemplate da Selectboks
|
||||
show etemplate da Vis
|
||||
start a new search, cancel this link etemplate da start en ny søgning, annullere dette link
|
||||
text etemplate da Tekst
|
||||
textarea etemplate da Tekstområde
|
||||
type etemplate da type
|
||||
unlink etemplate da Fjern link
|
||||
update a single entry by passing the fields. etemplate da opdater et enkelt element ve at sende felter.
|
||||
upload etemplate da Upload
|
||||
view this linked entry in its application etemplate da se det linkede emne i dets program
|
||||
wk etemplate da Uge
|
@ -1,533 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate de %1 (%2 neue) Texte für die Anwendung '%3' und die Sprache '%4' geschrieben
|
||||
%1 entries found, select one ... etemplate de %1 Einträge gefunden, einen auswählen ...
|
||||
%1 etemplates deleted etemplate de %1 eTemplate(s) gelöscht
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate de %1 eTemplate(s) für die Anwendung '%2' nach '%3' geschrieben
|
||||
%1 etemplates found etemplate de %1 eTemplate(s) gefunden
|
||||
%1 matches on search criteria etemplate de %1 Treffer bei der Suche
|
||||
%1 more... etemplate de %1 mehr...
|
||||
%1 new etemplates imported for application '%2' etemplate de %1 neue eTemplate(s) importiert für die Anwendung '%2'
|
||||
%1 not implemented for %2! etemplate de %1 ist nicht implementiert für '%2'
|
||||
%1, duplicate id etemplate de %1, doppelte ID
|
||||
%s disabled etemplate de %s deaktiviert
|
||||
%s needed etemplate de %s benötigt
|
||||
%s notranslation etemplate de %s nicht übersetzen
|
||||
%s onchange etemplate de %s onChange
|
||||
%s readonly etemplate de %s Schreibschutz
|
||||
'%1' has an invalid format etemplate de '%1' hat ein ungültiges Format !!!
|
||||
'%1' has an invalid format !!! etemplate de '%1' hat ein ungültiges Format !!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate de '%1' ist keine php Datei in dem EGW Server Wurzelverzeichnis (%2)!
|
||||
'%1' is not a valid date !!! etemplate de '%1' ist ein ungültiges Datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate de '%1' ist keine gültige Gleitkommazahl !!!
|
||||
'%1' is not a valid integer !!! etemplate de '%1' ist keine gültige Ganzzahl !!!
|
||||
'%1' is not a valid timezone! etemplate de '%1' ist keine gültige Zeitzone!
|
||||
'%1' is not allowed ('%2')! etemplate de '%1' ist NICHT erlaubt ('%2')!
|
||||
'%1' is not allowed%2)! etemplate de '%1' ist NICHT erlaubt '%2'!
|
||||
1 minute etemplate de 1 Minute
|
||||
15 minutes etemplate de 15 Minuten
|
||||
30 minutes etemplate de 30 Minuten
|
||||
30 seconds etemplate de 30 Sekunden
|
||||
5 minutes etemplate de 5 Minuten
|
||||
a pattern to be searched for etemplate de ein Muster nach dem gesucht werden soll
|
||||
accesskey etemplate de Tastaturkürzel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate de Ein Tastaturkürzel kann auch über ein & in der Beschriftung angegeben werden
|
||||
account contactdata etemplate de Kontaktdaten eines Benutzers
|
||||
actions... etemplate de Aktionen...
|
||||
add a new column (after the existing ones) etemplate de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new entry of the selected application etemplate de Einen neuen Eintrag der ausgewählten Anwendung hinzufügen
|
||||
add a new multi-column index etemplate de Fügt einen mehrspaltigen Index hinzu
|
||||
add column etemplate de Spalte zufügen
|
||||
add index etemplate de Index zufügen
|
||||
add new etemplate de Neu hinzufügen
|
||||
add table etemplate de Tabelle zufügen
|
||||
add to clipboard etemplate de Zur Zwischenablage hinzufügen
|
||||
advanced search etemplate de Erweiterte Suche
|
||||
align etemplate de Ausrichtung
|
||||
alignment of label and input-field in table-cell etemplate de Ausrichtung der Beschriftung und des Eingabefeldes in der Tabellenzelle
|
||||
alignment of the v/hbox containing table-cell etemplate de Ausrichtung der die V/HBox enthaltenden Tabellenzelle
|
||||
all categories etemplate de Alle Kategorien
|
||||
all days etemplate de alle Tage
|
||||
all operations save the template! etemplate de alle Operation speichern das Template!
|
||||
all users etemplate de Alle Benutzer
|
||||
allowed file type: %1 etemplate de Erlaubter Dateityp: %1
|
||||
am etemplate de Vormittag
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate de eine indizierte Spalte beschleunigt Anfragen die diese benutzen (kostet Plattenplatz !!!)
|
||||
and etemplate de UND
|
||||
application etemplate de Anwendung
|
||||
application has no etemplates (no file %1) to restore! etemplate de Anwendung hat keine eTemplates (keine Datei %1) zum Wiederherstellen!
|
||||
application name needed to restore etemplates! etemplate de Anwendungsname wir benötigt zum wiederherstellen der eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate de Name der Anwendung benötigt um eine Sprachdatei oder eTemplate-Distibutionsdate zu schreiben !!!
|
||||
applications etemplate de Anwendungen
|
||||
applies the changes made etemplate de übernimmt die Änderungen
|
||||
applies the changes to the given version of the template etemplate de übernimmt die Änderungen in die angegebene Version des Templates
|
||||
as default etemplate de als Vorgabe
|
||||
attach etemplate de Anhängen
|
||||
attach file etemplate de Datei anhängen
|
||||
automatically refresh list etemplate de Liste automatisch aktualisieren
|
||||
baseline etemplate de Grundlinie
|
||||
blurtext etemplate de blurText
|
||||
border etemplate de Rand
|
||||
border-line-thickness for the table-tag etemplate de Randbreite (border) für die Tabelle
|
||||
bottom etemplate de Unten
|
||||
box etemplate de Box
|
||||
box... etemplate de Box...
|
||||
broken link etemplate de Beschädigte Verknüpfung (Broken Link)
|
||||
can not have special sql-value null etemplate de darf nicht den speziellen SQL Wert NULL annehmen
|
||||
cancel etemplate de Abbruch
|
||||
cant delete a single widget from a grid !!! etemplate de Kann kein einzelnes Widget aus einer Tabelle löschen !!!
|
||||
cant delete the only column of a grid !!! etemplate de Kann nicht die einzige Spalte einer Tabelle löschen !!!
|
||||
cant delete the only row in a grid !!! etemplate de Kann nicht die einzige Zeile einer Tabelle löschen !!!
|
||||
category etemplate de Kategorie
|
||||
category tree etemplate de Kategoriebaum
|
||||
cellpadding for the table-tag etemplate de Innenabstand (cellpadding) der Tabelle
|
||||
cells etemplate de Zellen
|
||||
cellspacing for the table-tag etemplate de Zellenabstand (cellspacing) der Tabelle
|
||||
center etemplate de Zentriert
|
||||
changed etemplate de Geändert
|
||||
check all etemplate de Alle auswählen
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate de abhaken wenn der Inhalt nur angezeigt aber nicht geändert werden soll (der Inhalt wird dann nicht zurückgesendet!)
|
||||
check if field has to be filled by user etemplate de abhaken wenn das Eingabefeld vom Benutzer zwingend ausgefüllt werden muss
|
||||
checkbox etemplate de Checkbox
|
||||
class etemplate de Class
|
||||
class, valign etemplate de Class, Valign
|
||||
click here to attach the file etemplate de hier klicken um die Datei anzuhängen
|
||||
click here to create the link etemplate de hier klicken um die Verknüpfung anzulegen
|
||||
click here to start the search etemplate de hier klicken um die Suche zu starten
|
||||
click here to upload the file etemplate de hier klicken um die Datei hochzuladen
|
||||
click to order after that criteria etemplate de anklicken um nach diesem Kriterium zu sortieren
|
||||
clickable path etemplate de anklickbarer Pfad
|
||||
closes the window without saving the changes etemplate de schließt das Fenster ohne zu speichern
|
||||
column... etemplate de Spalte...
|
||||
columnname etemplate de Spaltenname
|
||||
comment etemplate de Kommentar
|
||||
confirm etemplate de bestätigen
|
||||
confirmation message or custom javascript (returning true or false) etemplate de Bestätigungsmeldung oder spezielles Javascript (true oder false zurückliefernd)
|
||||
confirmation necesary or custom java-script etemplate de Bestätigung notwendig oder spezielles Javascript
|
||||
confirmation required etemplate de Bestätigung erforderlich
|
||||
contact etemplate de Kontakt
|
||||
contact field to show etemplate de Kontaktfeld zum Anzeigen
|
||||
contact fields etemplate de Kontaktfelder
|
||||
contains etemplate de enthalten
|
||||
copy "%1" etemplate de "%1" kopieren
|
||||
copy to clipboard etemplate de In die Zwischenablage kopieren
|
||||
create a new table for the application etemplate de Neue Tabelle für die Anwendung anlegen
|
||||
create link etemplate de Verkünpfung erstellen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate de erzeugt eine englische ('en') Sprachdatei aus den Beschriftungen und Hilfetexten (für die Anwendung in Name)
|
||||
creator preferences de Ersteller
|
||||
css class for the table-tag etemplate de CSS class der Tabelle
|
||||
css properties etemplate de CSS Attribute
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate de Name der CSS class dieser Zeile, vorbelegt sind: 'th' = Kopfzeile, 'row' = zeilenweise wechselnde Farbe bzw. 'row_on', 'row_off'
|
||||
css-styles etemplate de CSS Stile
|
||||
custom etemplate de Benutzerdefiniert
|
||||
custom fields etemplate de Benutzerdefinierte Felder
|
||||
custom javascript for onchange etemplate de Benutzerdefiniertes Javascript für onChange
|
||||
cut etemplate de Ausschneiden
|
||||
data type etemplate de Datentyp
|
||||
date etemplate de Datum
|
||||
date+time etemplate de Datum+Uhrzeit
|
||||
day etemplate de Tag
|
||||
days etemplate de Tage
|
||||
db ensures that every row has a unique value in that column etemplate de die Datenbank stellt sicher das alle Zeilen einen einmaligen Wert in dieser Spalte haben
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate de DB-spezifische Index-Optionen (Komma-getrennt), z.B. mysql(FULLTEXT) oder mysql(100) für die indizierte Länge der Spalte
|
||||
db-tools etemplate de DB-Tools
|
||||
deck etemplate de Deck (intern)
|
||||
default etemplate de Vorgabe
|
||||
delete a single entry by passing the id. etemplate de Löscht einen einzelnen Eintrag über seine Id.
|
||||
delete all selected etemplates, without further inquiry etemplate de löscht ALLE ausgewählten eTemplates OHNE weitere Rückfrage
|
||||
delete and cut save the template! etemplate de Löschen und Ausschneiden speichern das Template!
|
||||
delete column etemplate de Spalte löschen
|
||||
delete index etemplate de Index löschen
|
||||
delete link etemplate de Verknüpfung löschen
|
||||
delete link? etemplate de Verknüpfung löschen?
|
||||
delete the spezified etemplate etemplate de löscht das angegebene eTemplate
|
||||
delete this column etemplate de diese Spalte löschen
|
||||
delete this etemplate etemplate de dieses eTemplate löschen
|
||||
delete this file etemplate de Diese Datei löschen
|
||||
delete this row etemplate de diese Zeile löschen
|
||||
delete whole column (can not be undone!!!) etemplate de ganze Zeile löschen (kann NICHT rückgängig gemacht werden)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate de löscht das oben spezifiziert eTemplate aus der Datenbank, kann NICHT rückgängig gemacht werden
|
||||
deletes the etemplate spez. above etemplate de löscht das oben spezifizierte eTemplate
|
||||
deletes this column etemplate de Löscht diese Spalte
|
||||
deletes this index etemplate de Löscht diesen Index
|
||||
discard changes etemplate de verwirft Änderungen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate de wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt (Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
|
||||
displayed in statusline of browser if input-field gets focus etemplate de wird in der Statuszeile des Browsers angezeigt, wenn das Eingabefeld angesprochen wird
|
||||
displayed in the top line of the groupbox (legend) etemplate de wird oben in der Umrandung der Gruppierung angezeigt (Legende)
|
||||
do you want to save the changes you made in table %s? etemplate de Wollen Sie die Änderungen in der Tabelle '%s' speichern?
|
||||
do you want to send the message to all selected entries, without further editing? etemplate de Wollen Sie die Nachricht an alle ausgewählten Einträge OHNE weitere Bearbeitung versenden?
|
||||
document '%1' does not exist or is not readable for you! preferences de Das Dokument '%1' steht nicht zur Verfügung, oder ist für Sie nicht lesbar!
|
||||
documentation etemplate de Dokumentation
|
||||
doesn't matter etemplate de spielt keine Rolle
|
||||
done etemplate de Schliessen
|
||||
drop a table - this can not be undone etemplate de Tabelle löschen (drop) - NICHT rückgängig zu machen
|
||||
drop table etemplate de Tabelle löschen
|
||||
dump4setup etemplate de Dump4Setup
|
||||
duration etemplate de Dauer
|
||||
edit etemplate de Bearbeiten
|
||||
edit embeded css styles or of the applications app.css file etemplate de bearbeitet die eingebetteten CSS Stile oder die app.css Datei der Anwendung
|
||||
edit the etemplate spez. above etemplate de das oben spezifizierte eTemplate bearbeiten
|
||||
edit... etemplate de Bearbeiten...
|
||||
editable templates - db-tools etemplate de eTemplates - DB-Tools
|
||||
editable templates - delete template etemplate de eTemplates - Löschen
|
||||
editable templates - editor etemplate de eTemplates - Bearbeiten
|
||||
editable templates - search etemplate de eTemplates - Suchen
|
||||
editable templates - show template etemplate de eTemplates - Anzeigen
|
||||
element role title etemplate de Element Rolle Titel
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate de eingebettete CSS Stile, zb. '.red { background: red; }' (man beachte den '.' vor der CSS class) oder '@import url(...)' (Angaben gelten für die gesamte Seite!)
|
||||
enable javascript onchange submit etemplate de JavaScript absenden bei Änderung (onChange) aktivieren
|
||||
enter '' for an empty default, nothing mean no default etemplate de '' für einen leeren Vorgabewert eingeben, nichts bedeutet keine Vorgabe
|
||||
enter a search pattern etemplate de Suchmuster eingeben
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate de Dateinamen zum Hochladen oder Anhängen eingeben, [Browse ...] zum Suchen verwenden
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate de Neue Versionsnummer eingeben (größer als alte), leer wenn keine Update-Datei erzeugt werden soll
|
||||
enter the new version number here (has to be > old_version) etemplate de Neue Versionsnummer eingeben (muss größer als die alte sein)
|
||||
entry saved etemplate de Eintrag gespeichert
|
||||
error copying uploaded file to vfs! etemplate de Fehler beim Kopieren der hoch geladenen Datei ins VFS!
|
||||
error create parent directory %1! etemplate de Fehler beim Anlegen des Elternverzeichnisses %1!
|
||||
error deleting %1! etemplate de Fehler beim Löschen von %1!
|
||||
error uploading file! filemanager de Fehler beim Hochladen der Datei!
|
||||
error: template not found !!! etemplate de Fehler: eTemplate nicht gefunden !!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
|
||||
error: while saving !!! etemplate de Fehler: beim Speichern !!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate de Fehler: Datei schreiben (keine Schreibberechtigung für den Webserver) !!!
|
||||
et2 rendering took %1s etemplate de eT2 Rendering benötigte %1s
|
||||
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 reference etemplate de eTemplate Handbuch
|
||||
etemplate tutorial etemplate de eTemplate Einführung
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences de Beispiel: "{{IF n_prefix~Herr~Sehr geehrter~Sehr geehrte}}" - suche in dem Feld "n_prefix" nach "Herr", wenn gefunden, schreibe "Sehr geehrter", wenn nicht gefunden schreibe "Sehr geehrte". Es ist auch möglich anstatt fixer Werte, den Wert eines andren Feldes zu übernehmen. Beispiel (Land wird nur dann angezeigt, denn es nicht DEUTSCHLAND ist: }
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences de Beispiel {{NELF role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role nicht leer ist. Der Wert des Feldes role (Funktion) wird nach dem Zeilenumbruch ausgegeben.
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences de Beispiel {{NELFNV role}} - Erzeugt einen Zeilenumbruch, wenn das Feld role (Funktion) einen Wert besitzt. Der Wert role (Funktion) wird auch bei Vorhandensein des Feldes role nicht ausgegeben.
|
||||
exchange this row with the one above etemplate de diese Zeile mit der darüber austauschen
|
||||
exchange this two columns etemplate de diese beiden Spalten austauschen
|
||||
export the loaded etemplate into a xml-file etemplate de das geladene eTemplate als XML Datei (.xet) exportieren
|
||||
export xml etemplate de XML Export
|
||||
extensions loaded: etemplate de Erweiterungen geladen:
|
||||
field etemplate de Feld
|
||||
field must not be empty !!! etemplate de Das Feld darf nicht leer sein !!!
|
||||
file etemplate de Datei
|
||||
file '%1' not found! etemplate de Datei '%1' nicht gefunden!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate de Datei enthält mehr als ein eTemplate, das letzte wird angezeigt !!!
|
||||
file information etemplate de Datei Information
|
||||
file is of wrong type (%1 != %2)! etemplate de Datei hat ungültigen Typ (%1 != %2)!
|
||||
file too large. maximum %1 etemplate de Datei ist zu gross. Maximal %1
|
||||
file writen etemplate de Datei geschrieben
|
||||
fileupload etemplate de DateiUpload
|
||||
first etemplate de Zuerst
|
||||
floating point etemplate de Gleitkommawert
|
||||
for more than one contact in a document use the tag pagerepeat! preferences de Für mehr als einen Kontakt verwenden Sie bitte den Platzhalter pagerepeat. Damit können Sie dann Seriendokumente erstellen.
|
||||
force etemplate de Erzwungen
|
||||
foreign key etemplate de Foreign Key
|
||||
formatted text (html) etemplate de Formatierter Text (HTML)
|
||||
fr etemplate de Fr
|
||||
general fields: preferences de Allgemeine Felder:
|
||||
go to the first entry etemplate de gehe zum ersten Eintrag
|
||||
go to the last entry etemplate de gehe zum letzten Eintrag
|
||||
go to the next page of entries etemplate de gehe zur nächsten Seite
|
||||
go to the previous page of entries etemplate de gehe zur vorherigen Seite
|
||||
grid etemplate de Tabelle
|
||||
grid column attributes etemplate de Attribute der Tabellenspalte
|
||||
grid row attributes etemplate de Attribute der Tabellenzeile
|
||||
groupbox etemplate de Gruppierung
|
||||
h etemplate de h
|
||||
hbox etemplate de HBox
|
||||
height etemplate de Höhe
|
||||
height of row (in % or pixel) etemplate de Höhe der Zeile (in % oder Pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate de Höhe der Zeile (in % oder Pixel), Zeile ausschalten: [! = nicht]<wert>=[<prüfung>]: eg. '!@data' schaltet Zeile aus, wenn Inhalt von data leer ist
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate de Höhe der Tabelle in % oder Punkten
|
||||
height, disabled etemplate de Höhe, Deaktiviert
|
||||
help etemplate de Hilfe
|
||||
history log etemplate de Versionshistorie
|
||||
horizontal rule etemplate de Waagrechte Linie
|
||||
hour etemplate de Stunde
|
||||
hours etemplate de Stunden
|
||||
how many entries should the list show etemplate de Wie viele Einträge soll die Liste anzeigen
|
||||
html etemplate de HTML
|
||||
html link to the current record etemplate de HTML-Link zum aktuellen Eintrag.
|
||||
id etemplate de Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate de wenn das Feld deaktiviert ist, wird eine leere Tabellenzelle angezeigt, zum (zeitweisen) Entfernen eines Feldes
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Verzeichnis (kompletter VFS Pfad) angeben, zeigt das %1 einen Befehl für jedes Dokument darin. Diese Befehle erlauben das angegebene Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences de Wenn Sie hier ein Dokument (kompletter VFS Pfad) angeben, zeigt das %1 ein zusätzliches Dokumenten Icon. Dieses Icon erlaubt das Dokument mit Kontaktdaten eingefügt herunterzuladen.
|
||||
image etemplate de Grafik
|
||||
import etemplate de Import
|
||||
import an etemplate from a xml-file etemplate de Importiert ein eTemplate aus einer XML Datei
|
||||
import table-definitions from existing db-table etemplate de Importiert die Tabellen-Definition aus einer bestehenden Datenbank-Tabelle
|
||||
import xml etemplate de XML Import
|
||||
increment version to not overwrite the existing template etemplate de Version erhöhen um das existierende Template nicht zu überschreiben
|
||||
index/name of returned content (name of the template, link / method for image) etemplate de Index / Name des zurückgelieferten Inhalts (Name des eTemplates oder Link/Methode für Grafik)
|
||||
indexed etemplate de Indiziert
|
||||
indexoptions etemplate de Indexoptionen
|
||||
input required etemplate de Eingabe erforderlich
|
||||
insert a column before etemplate de eine Spalte davor einfügen
|
||||
insert a column behind etemplate de eine Spalte dahinter einfügen
|
||||
insert a row above etemplate de eine Zeile darüber einfügen
|
||||
insert a row below etemplate de eine Zeile darunter einfügen
|
||||
insert a widget before etemplate de ein Widget davor einfügen
|
||||
insert a widget behind etemplate de ein Widget dahinter einfügen
|
||||
insert in document etemplate de In ein Dokument einfügen
|
||||
insert new column behind this one etemplate de Neue Spalte hinter dieser einfügen
|
||||
insert new column in front of all etemplate de Neue Spalte vor dieser einfügen
|
||||
insert new row after this one etemplate de Neue Zeile nach dieser einfügen
|
||||
insert new row in front of first line etemplate de Neue Zeile vor dieser einfügen
|
||||
integer etemplate de Ganzzahl
|
||||
key etemplate de Schlüssel
|
||||
label etemplate de Beschriftung
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate de Beschriftung:[bold][italic] Text:[len][,max] Zahlen:[min][,[max][,len]] mehrz.Text:[Zeilen][,Spalten] Radiok.:Wert Templ.:[IndexInContent] Auswahl:[mehrzeilig] Datum:[Format: zB. 'Y-m-d']
|
||||
lang etemplate de Sprache
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate de Kürzel der Sprache (zb. 'en' für Englisch) für sprachabhängige Templates ('' ließt die bevorzugte Sprache, benutze 'default' für das Standard Template '')
|
||||
last etemplate de Letzte
|
||||
left etemplate de Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate de Länge für char+varchar, Genauigkeit für int: 2, 4, 8 und float: 4, 8
|
||||
link etemplate de Verknüpfung
|
||||
link target %1 not found! etemplate de Keine Verknüpfung zu %1 gefunden!
|
||||
linkapps etemplate de VerknüpfungAnwendungen
|
||||
linked etemplate de Verknüptf
|
||||
linkentry etemplate de VerknüpfungEintrag
|
||||
linklist etemplate de VerknüpfungListe
|
||||
links and attached files preferences de Verknüpfungen zu anderen Datensätzen und angefügten Dateien
|
||||
links to specified application. example: {{links/addressbook}} etemplate de Verknüpfungen zu der entsprechenden Anwendung. Beispiel der Verknüpfungen zum Adressbuch: {{links/addressbook}}
|
||||
linkstring etemplate de VerknüpfungZeichenkette
|
||||
linkto etemplate de VerknüpfungZu
|
||||
list of files linked to the current record preferences de Liste der Dokumente, die zu dem aktuellen Datensatz gehören.
|
||||
load this template into the editor etemplate de lädt diese Template zum Bearbeiten
|
||||
loading etemplate de lade
|
||||
maximum size for uploads filemanager de Maximale Größe beim Hochladen
|
||||
maybe etemplate de Vieleicht
|
||||
message ... etemplate de Nachricht ...
|
||||
message prepared for sending. etemplate de Nachricht zum Versand vorbereitet.
|
||||
message(s) send failed! etemplate de Senden der Nachricht(en) fehlgeschlagen!
|
||||
message(s) send ok. etemplate de Nachricht(en) erfolgreich versandt.
|
||||
middle etemplate de Mittig
|
||||
minute etemplate de Minute
|
||||
minutes etemplate de Minuten
|
||||
missing: %1 etemplate de nicht vorhanden: %1
|
||||
mo etemplate de Mo
|
||||
modifier preferences de Geändert von
|
||||
month etemplate de Monat
|
||||
more etemplate de Weitere
|
||||
more than 1 match for '%1' etemplate de Mehr als 1 trifft für '%1' zu
|
||||
multicolumn indices etemplate de Mehrspaltige Indices
|
||||
name etemplate de Name
|
||||
name of other table where column is a key from etemplate de Name der anderen Tabelle von der diese Spalte ein Schlüssel ist
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate de Name des eGW layouts (zb. verdilak): '' = Standard (ließt das bevorzugte Layout, benutze 'default' um das Standard Layout '' zu lesen)
|
||||
name of table to add etemplate de Name der zuzufügenden Tabelle
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate de Name des eTemplate, in der Form anwendung.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate de muss für die Tabelle einmalig sein und darf kein reserviertes Wort in SQL sein, am besten alle Spalten mit einem gemeinsamen Kürzel der Anwendung beginnen: z.b. 'et_'
|
||||
new etemplate de Neu
|
||||
new search common de Neue Suche
|
||||
new table created etemplate de Neue Tabelle erzeugt
|
||||
new value etemplate de Neuer Wert
|
||||
newer version '%1' exists !!! etemplate de Neuere Version '%1' existiert !!!
|
||||
nextmatch etemplate de Nextmatch
|
||||
nextmatch accountfilter etemplate de Nextmatch Benutzerfilter
|
||||
nextmatch custom filterheader etemplate de Nextmatch freier Filterkopf
|
||||
nextmatch filterheader etemplate de Nextmatch Filterkopf
|
||||
nextmatch header etemplate de Nextmatch Spaltenkopf
|
||||
nextmatch sortheader etemplate de Nextmatch Sortierkopf
|
||||
no column to swap with !!! etemplate de Keine Spalte um damit zu tauschen !!!
|
||||
no default set etemplate de Keine Vorgabe gesetzt
|
||||
no file etemplate de keine Datei
|
||||
no filename given or selected via browse... etemplate de kein Dateiname angegeben oder mit [Browse...] ausgewählt
|
||||
no filters etemplate de Keine Filter
|
||||
no matches found etemplate de Keine Treffer gefunden
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! etemplate de Keine Zeile um damit zu tauschen !!!
|
||||
no suggestions etemplate de Keine Vorschläge
|
||||
not null etemplate de NOT NULL
|
||||
nothing etemplate de nichts
|
||||
nothing found - try again !!! etemplate de Nichts gefunden - nochmal versuchen !!!
|
||||
nothing in clipboard to paste !!! etemplate de Zwischenablage leer - nichts zum einfügen !!!
|
||||
nothing matched search criteria !!! etemplate de Nicht gefunden bei diesem Suchkriterium !!!
|
||||
now etemplate de Jetzt
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate de Anzahl der Spalten die ein Feld überspannt oder 'all' für die übrigen Spalten, CSS class Name (für das TD-tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate de Anzahl Zeilen/Spalten der V/HBox, Innenabstand (Cellpadding), Zellenabstand (Cellspacing)
|
||||
of etemplate de von
|
||||
off etemplate de Keine
|
||||
old value etemplate de Alter Wert
|
||||
onchange etemplate de onChange
|
||||
onclick etemplate de onClick
|
||||
only an other version found !!! etemplate de nur eine andere Version gefunden !!!
|
||||
open the online help. etemplate de Öffnet die online Hilfe.
|
||||
operator etemplate de Operator
|
||||
optional note about the link etemplate de optionale Notiz zur Verknüpfung
|
||||
options etemplate de Optionen
|
||||
or etemplate de ODER
|
||||
order to navigating by tab key through the form etemplate de Reihenfolge bei der Navigation mit der Tabulator Taste durch das Formular
|
||||
overflow etemplate de Überbreite
|
||||
padding etemplate de Innenabstand
|
||||
parent is a '%1' !!! etemplate de Elternelement is ein '%1' !!!
|
||||
paste etemplate de Einfügen
|
||||
path etemplate de Pfad
|
||||
please enter table-name first !!! etemplate de Bitte geben Sie zuerst einen Tabellennamen an !!!
|
||||
pm etemplate de Nachmittag
|
||||
popup etemplate de Pop-up
|
||||
precision etemplate de Genauigkeit
|
||||
preference etemplate de Einstellung
|
||||
primary key etemplate de Primary Key
|
||||
primary key for the table, gets automaticaly indexed etemplate de Hauptindex (Primary Key) der Tabelle, wird automatisch indiziert
|
||||
protocol is required etemplate de Protokoll wird benötigt
|
||||
radiobutton etemplate de Radioknopf
|
||||
read etemplate de Lesen
|
||||
read a list of entries. etemplate de Liest eine Liste von Einträgen.
|
||||
read a single entry by passing the id and fieldlist. etemplate de Liste einen einzelnen Eintrag durch Übergabe seiner Id und Feldliste.
|
||||
read etemplate from database (for the keys above) etemplate de ließt ein eTemplate aus der Datenbank (für die Schlüssel darüber)
|
||||
readonly etemplate de nur lesen
|
||||
refresh etemplate de Aktualisierung
|
||||
remove row (can not be undone!!!) etemplate de löscht eine Zeile (NICHT rückgängig zu machen)
|
||||
remove this link (not the entry itself) etemplate de entfernt diese Verknüpfung (nicht den Eintrag selbst)
|
||||
required etemplate de Benötigt
|
||||
reset etemplate de Zurücksetzen
|
||||
reset all user's column preferences etemplate de Spaltenauswahl für alle Benutzer zurücksetzen
|
||||
restore all etemplate de Alle wiederherstellen
|
||||
restore all application templates, overwriting existing ones with identical version number etemplate de Alle eTemplates der Anwendung wiederherstellen, durch Überschreiben der existierenden mit gleicher Versionsnummer
|
||||
returns savely, without deleting etemplate de Abbruch, OHNE zu löschen
|
||||
right etemplate de Rechts
|
||||
row... etemplate de Zeile...
|
||||
sa etemplate de Sa
|
||||
save all etemplate de Alle speichern
|
||||
save as zip etemplate de Als ZIP-Datei speichern
|
||||
save selected columns as default preference for all users. etemplate de Speichert die ausgewählten Spalten als Vorgabe für alle Benutzer.
|
||||
save the changes made and close the window etemplate de speichert die Änderungen uns schließt das Fenster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate de Speichert das eTemplate unter den obigen Schlüsseln (name, ...), ändern für ein Speichern unter
|
||||
saves changes to tables_current.inc.php etemplate de speichert die Änderungen in tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate de speichert das Template unter der angegebenen Versionsnummer und schließt das Fenster
|
||||
scale etemplate de Scale
|
||||
scale for float etemplate de Nachkommastellen für Gleitkommawerte
|
||||
search etemplate de Suchen
|
||||
search letter etemplate de Suche nach Buchstaben
|
||||
search... etemplate de Suchen...
|
||||
select a category etemplate de eine Kategorie auswählen
|
||||
select a primary contact, to show in the list etemplate de einen Hauptkontakt auswählen, der in der Auflistung mit angezeigt wird
|
||||
select access etemplate de Zugriff auswählen
|
||||
select account etemplate de Benutzer auswählen
|
||||
select an app first !!! etemplate de Bitte wählen Sie zuerst ein Anwendung aus !!!
|
||||
select an app to search in etemplate de Anwendung zum Durchsuchen auswählen
|
||||
select an application etemplate de Anwendung auswählen
|
||||
select an application, (*) = uninstalled etemplate de Anwendung auswählen, (*) = nicht installiert
|
||||
select an entry to link with etemplate de Eintrag zum Verknüpfen auswählen
|
||||
select an table of the application etemplate de Tabelle der Anwendung auswählen
|
||||
select application etemplate de Anwendung auswählen
|
||||
select application to search etemplate de Anwendung zum Suchen auswählen
|
||||
select category etemplate de Kategorie auswählen
|
||||
select color etemplate de Farbe auswählen
|
||||
select columns etemplate de Spalten auswählen
|
||||
select country etemplate de Land auswählen
|
||||
select day etemplate de Tag auswählen
|
||||
select day of week etemplate de Wochentag auswählen
|
||||
select entry etemplate de Eintrag auswählen
|
||||
select file(s) from vfs etemplate de Datein aus dem VFS wählen
|
||||
select files from filemanager ... etemplate de Dateien aus Dateimanager auswählen ...
|
||||
select hour etemplate de Stunde auswählen
|
||||
select if content of field should not be translated (label gets always translated) etemplate de abhaken wenn Inhalt des Feldes nicht übersetzt werden soll (Beschriftung wird immer übersetzt)
|
||||
select language etemplate de Sprache auswählen
|
||||
select month etemplate de Monat auswählen
|
||||
select number etemplate de Zahl auswählen
|
||||
select one ... etemplate de Eine auswählen ...
|
||||
select percentage etemplate de Prozente auswählen
|
||||
select priority etemplate de Priorität auswählen
|
||||
select some options etemplate de Optionen auswählen
|
||||
select state etemplate de US-State auswählen
|
||||
select the columns to display in the list etemplate de Wählen Sie die Spalten aus, die in der Liste angezeigt werden sollen
|
||||
select the indexed columns in their desired order etemplate de Zu indizierende Spalten in der gewünschten Reihenfolge auswählen
|
||||
select this etemplate to delete it etemplate de dieses eTemplate zum Löschen auswählen
|
||||
select which accounts to show etemplate de Benutzer zum Anzeigen auswählen
|
||||
select which values to show etemplate de auswählen welche Werte angezeigt werden
|
||||
select year etemplate de Jahr auswählen
|
||||
selectbox etemplate de Auswahlbox
|
||||
server error etemplate de Serverfehler
|
||||
set as default etemplate de Als Vorgabe setzen
|
||||
set these columns as the default etemplate de Speichern Sie diese Spaltenauswahl als Vorgabe
|
||||
sets today as date etemplate de setzt heutiges Datum
|
||||
should the form be submitted or any custom javascript be executed etemplate de Soll das Formular abgeschickt werden oder beliebiges JavaScript ausgeführt werden
|
||||
show etemplate de Anzeigen
|
||||
show (no save) etemplate de Anzeigen (nicht speichern)
|
||||
show all / cancel filter etemplate de Alle anzeigen / Filter aufheben
|
||||
show values etemplate de Werte anzeigen
|
||||
showing etemplate de zeigt
|
||||
shows / allows you to enter values into the etemplate for testing etemplate de zeigt den Inhalt / Werte an und erlaubt welche zum Testen des eTemplates einzugeben
|
||||
shows/displays etemplate for testing, does not save it before etemplate de zeigt eTemplate zum Testen an, speichert es NICHT davor
|
||||
spacing etemplate de Zellenabstand
|
||||
span etemplate de Überspannt
|
||||
span, class etemplate de Span, Class
|
||||
stack etemplate de Stapel
|
||||
start a new search, cancel this link etemplate de neue Suche Starten, diese Verknüpfung abbrechen
|
||||
start new search for the above pattern etemplate de neue Suche für das obige Muster starten
|
||||
su etemplate de So
|
||||
submit form etemplate de Formular abschicken
|
||||
submitbutton etemplate de Schaltfläche
|
||||
sure etemplate de Sicher
|
||||
swap etemplate de tauschen
|
||||
swap widget with next one etemplate de tauscht das Widget mit dem nächsten
|
||||
swap with next column etemplate de tauscht Spalte mit der nächsten
|
||||
swap with next row etemplate de tauscht Zeile mit der nächsten
|
||||
switch to a parent widget etemplate de wechselt zum Elternelement
|
||||
switch to an other widgets of that container etemplate de wechselt zu einem anderen Element dieses Containers
|
||||
tabindex etemplate de Tab-Reihenfolge
|
||||
table unchanged, no write necessary !!! etemplate de Tabelle nicht geändert, kein schreiben notwendig !!!
|
||||
tablename etemplate de Tabellenname
|
||||
tabs etemplate de Karteikarten
|
||||
template etemplate de Template
|
||||
template deleted etemplate de Template gelöscht
|
||||
template saved etemplate de Template gespeichert
|
||||
text etemplate de Textfeld
|
||||
textarea etemplate de mehrzeiliges Textfeld
|
||||
th etemplate de Do
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences de Das Dokument kann Platzhalter wie {{%3}} enthalten, die mit den Daten ersetzt werden (%1komplette Liste der Platzhalter%2).
|
||||
the following document-types are supported: preferences de Im Moment werden die folgenden Dokumenttypen unterstützt:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate de dieser Text wird im Eingabefeld angezeigt, wenn es leer ist und nicht im Fokus ist (engl. blur)
|
||||
time etemplate de Uhrzeit
|
||||
titles of any entries linked to the current record, excluding attached files preferences de Titel der Verknüpften zu dem aktuellem Eintrag ohne Dateien.
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate de zum deaktivieren: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert wenn data leer ist
|
||||
to start the db-tools etemplate de startet die DB-Tools
|
||||
to start the etemplate editor etemplate de startet den eTemplate Editor
|
||||
to start the search etemplate de startet die Suche
|
||||
today etemplate de Heute
|
||||
top etemplate de Oben
|
||||
tree etemplate de Baum
|
||||
tu etemplate de Di
|
||||
type etemplate de Typ
|
||||
type of the column etemplate de Typ der Spalte
|
||||
type of the field (select label if field should be empty) etemplate de Type des Feldes (Beschriftung auswählen wenn Feld leer sein soll)
|
||||
uncheck all etemplate de Alle abwählen
|
||||
unique etemplate de Unique
|
||||
unlink etemplate de Lösen
|
||||
update a single entry by passing the fields. etemplate de Aktualisiert einen einzelnen Eintrag über seine Felder.
|
||||
update from version '%s' to etemplate de Update von Version '%s' auf
|
||||
upload etemplate de Hochladen
|
||||
upload file(s) from filemanager... etemplate de Dateien aus dem Dateimanager (VFS)..
|
||||
user etemplate de Benutzer
|
||||
user-agent & action etemplate de Browser-Typ & Aktion
|
||||
valign etemplate de vAlign
|
||||
value etemplate de Wert
|
||||
value has to be at least '%1' !!! etemplate de Der Wert muss mindestens '%1' betragen !!!
|
||||
value has to be at maximum '%1' !!! etemplate de Der Wert darf höchstens '%1' betragen !!!
|
||||
vbox etemplate de VBox
|
||||
version etemplate de Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate de Versionsnummer, in der Form major.minor.revision.number (zB. 0.9.15.001 alle Zahlen mit Nullen aufgefüllt)
|
||||
vertical alignment of row etemplate de vertikale Ausrichtung der Zeile
|
||||
view this etemplate etemplate de dieses eTemplate anzeigen
|
||||
view this linked entry in its application etemplate de Zeige diesen Eintrag in seiner Anwendung an
|
||||
we etemplate de Mi
|
||||
weekend etemplate de Wochenende
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate de was passiert mit überbreitem Inhalt: sichtbar (standard), versteckt, rollend, automatisch (der Browser entscheidet)
|
||||
widget copied into clipboard etemplate de Widget wurde in die Zwischenablage kopiert
|
||||
width etemplate de Breite
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate de Breite der Spalte (in % oder Punkten), deaktiviert Spalten: [! = nicht]<wert>[=<test>] zB.: '!@data' deaktiviert Spalte wenn data leer ist
|
||||
width of column (in % or pixel) etemplate de Breite der Spalte (in % oder Punkten)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate de Breite der Tabelle in % oder Punkten
|
||||
width, disabled etemplate de Breite, Deaktiviert
|
||||
wk etemplate de KW
|
||||
working days etemplate de Werktage
|
||||
write <app>/setup/tables_current.inc.php etemplate de schreibt <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate de Sprachdatei
|
||||
write tables etemplate de Tabelle Schreiben
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate de schreibt ein Distributionsfile 'etemplates.inc.php' (für die Anwendung in Name) in das Setup Verzeichnis der Anwendung
|
||||
xml-file to import etemplate de XML Datei zum Importieren
|
||||
xslt template etemplate de XSLT Template
|
||||
year etemplate de Jahr
|
||||
you are not allowed to export more than %1 entries! common de Sie sind nicht berechtigt mehr als %1 Datensätze zu exportieren!
|
||||
you can not choose more then %1 item(s)! etemplate de Sie dürfen nicht mehr als %1 Einträge auswählen!
|
||||
you can respond by visiting: etemplate de Sie können unter dem folgenden Verweis antworten:
|
||||
you need to select a file first! etemplate de Sie müssen zuerst eine Datei auswählen!
|
||||
your code is incorrect !!! etemplate de Ihr Code ist nicht richtig!!!
|
@ -1,59 +0,0 @@
|
||||
actions... etemplate el Ενέργειες...
|
||||
advanced search etemplate el Αναζήτηση για προχωρημένους
|
||||
all users etemplate el Ολοι οι χρήστες
|
||||
and etemplate el και
|
||||
applications etemplate el Εφαρμογές
|
||||
attach file etemplate el Επισύναψη αρχείου
|
||||
changed etemplate el Έγινε αλλαγή
|
||||
check all etemplate el Έλεγχος όλων
|
||||
checkbox etemplate el Checkbox
|
||||
click here to create the link etemplate el κάντε κλικ εδώ για τη δημιουργία συνδέσμου
|
||||
click here to start the search etemplate el κάντε κλικ εδώ για να αρχίσετε την αναζήτηση
|
||||
comment etemplate el Σχόλιο
|
||||
confirm etemplate el Επιβεβαίωση
|
||||
contact etemplate el Επαφή
|
||||
contains etemplate el περιέχει
|
||||
custom etemplate el Προσαρμογή
|
||||
custom fields etemplate el Προσαρμοσμένα πεδία
|
||||
day etemplate el Ημέρα
|
||||
days etemplate el ημέρες
|
||||
default etemplate el προκαθορισμένο
|
||||
delete a single entry by passing the id. etemplate el Διαγραφή μιας καταχώρησης με εισαγωγή του id.
|
||||
doesn't matter etemplate el δεν έχει σημασία
|
||||
duration etemplate el Διάρκεια
|
||||
field must not be empty !!! etemplate el Το πεδίο δεν πρέπει να μείνει κενό !!!
|
||||
file etemplate el Αρχείο
|
||||
general fields: preferences el Γενικά πεδία:
|
||||
hours etemplate el Ωρες
|
||||
html etemplate el HTML
|
||||
id etemplate el Id
|
||||
import etemplate el Εισαγωγή
|
||||
label etemplate el Ετικέττα
|
||||
last etemplate el τελευταίο
|
||||
link etemplate el Σύνδεσμος
|
||||
loading etemplate el φόρτωση
|
||||
minutes etemplate el Λεπτά
|
||||
month etemplate el Μήνας
|
||||
new etemplate el Νέο
|
||||
new search common el Νέα αναζήτηση
|
||||
no matches found etemplate el Δέν βρέθηκαν όμοια
|
||||
now etemplate el Τώρα
|
||||
options etemplate el Επιλογές
|
||||
or etemplate el ή
|
||||
read a list of entries. etemplate el Ανάγνωση λίστας καταχωρήσεων
|
||||
read a single entry by passing the id and fieldlist. etemplate el Ανάγνωση μεμονωμένης καταχώρησης με εισαγωγή id και λίστας πεδίων
|
||||
readonly etemplate el μόνο ανάγνωση
|
||||
remove this link (not the entry itself) etemplate el Αφαιρέστε το σύνδεσμο (όχι την ίδια την καταχώρηση)
|
||||
reset etemplate el Επανακαθορισμός
|
||||
save all etemplate el Αποθήκευση όλων
|
||||
select an app to search in etemplate el Επελέξτε μία εφαρμογή στην οποία θα γίνει αναζήτηση
|
||||
select an entry to link with etemplate el Επελέξτε μία καταχώρηση προς σύνδεση
|
||||
selectbox etemplate el Κουτί επιλογής
|
||||
show etemplate el Εμφάνιση
|
||||
start a new search, cancel this link etemplate el έναρξη νέας αναζήτησης, ακύρωση αυτού του συνδέσμου
|
||||
template etemplate el Πρότυπο
|
||||
unlink etemplate el Αποσύνδεση
|
||||
update a single entry by passing the fields. etemplate el Ενημέρωση συγκεκριμένης καταχώρησης εισάγωντας τα πεδία
|
||||
view this linked entry in its application etemplate el εμφάνιση αυτής της συνδεδεμένης καταχώρησης στην αίτησή της
|
||||
wk etemplate el Εβδ
|
||||
you can respond by visiting: etemplate el Για να το δείτε επισκεφθείτε:
|
@ -1,535 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate en %1 (%2 new) messages written for application '%3' and languages '%4'
|
||||
%1 entries found, select one ... etemplate en %1 entries found, select one ...
|
||||
%1 etemplates deleted etemplate en %1 eTemplates deleted.
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate en %1 eTemplates for application '%2' dumped to '%3'
|
||||
%1 etemplates found etemplate en %1 eTemplates found.
|
||||
%1 matches on search criteria etemplate en %1 matches on search criteria
|
||||
%1 more... etemplate en %1 more...
|
||||
%1 new etemplates imported for application '%2' etemplate en %1 new eTemplates imported for application '%2'
|
||||
%1 not implemented for %2! etemplate en %1 not implemented for %2!
|
||||
%1, duplicate id etemplate en %1, duplicate ID
|
||||
%s disabled etemplate en %s disabled
|
||||
%s needed etemplate en %s needed
|
||||
%s notranslation etemplate en %s NoTranslation
|
||||
%s onchange etemplate en %s onChange
|
||||
%s readonly etemplate en %s readonly
|
||||
'%1' has an invalid format etemplate en '%1' has an invalid format
|
||||
'%1' has an invalid format !!! etemplate en '%1' has an invalid format!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate en '%1' is no php file in the eGW server root (%2)!
|
||||
'%1' is not a valid date !!! etemplate en '%1' is not a valid date!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate en '%1' is not a valid floating point number!
|
||||
'%1' is not a valid integer !!! etemplate en '%1' is not a valid integer!
|
||||
'%1' is not a valid timezone! etemplate en '%1' is not a valid timezone!
|
||||
'%1' is not allowed ('%2')! etemplate en '%1' is NOT allowed ('%2')!
|
||||
'%1' is not allowed%2)! etemplate en '%1' is NOT allowed%2)!
|
||||
1 minute etemplate en 1 Minute
|
||||
15 minutes etemplate en 15 Minutes
|
||||
30 minutes etemplate en 30 Minutes
|
||||
30 seconds etemplate en 30 seconds
|
||||
5 minutes etemplate en 5 Minutes
|
||||
a pattern to be searched for etemplate en Pattern to be searched for
|
||||
accesskey etemplate en Access key
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate en Access keys can also be specified with an & in the label (eg. &Name)
|
||||
account contactdata etemplate en Account contact data
|
||||
actions... etemplate en Actions...
|
||||
add a new column (after the existing ones) etemplate en Add a new column
|
||||
add a new entry of the selected application etemplate en Add a new entry of the selected application
|
||||
add a new multi-column index etemplate en Add a new multi-column index
|
||||
add column etemplate en Add column
|
||||
add index etemplate en Add index
|
||||
add new etemplate en Add new
|
||||
add table etemplate en Add table
|
||||
add to clipboard etemplate en Add to clipboard
|
||||
advanced search etemplate en Advanced search
|
||||
align etemplate en Align
|
||||
alignment of label and input-field in table-cell etemplate en Alignment of label and input field in table cell
|
||||
alignment of the v/hbox containing table-cell etemplate en Alignment of the V/HBox containing table cell
|
||||
all categories etemplate en All categories
|
||||
all days etemplate en All days
|
||||
all operations save the template! etemplate en All operations save the template!
|
||||
all users etemplate en All users
|
||||
allowed file type: %1 etemplate en Allowed file type: %1
|
||||
am etemplate en am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate en An indexed column speeds up query using that column, cost space on the disk!
|
||||
and etemplate en AND
|
||||
application etemplate en Application
|
||||
application has no etemplates (no file %1) to restore! etemplate en Application has no eTemplates (no file %1) to restore!
|
||||
application name needed to restore etemplates! etemplate en Application name needed to restore eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate en Application name needed to write a langfile or dump the eTemplates!
|
||||
applications etemplate en Applications
|
||||
applies the changes made etemplate en Applies the changes
|
||||
applies the changes to the given version of the template etemplate en Applies the changes to the given version of the template
|
||||
as default etemplate en As default
|
||||
attach etemplate en Attach
|
||||
attach file etemplate en Attach file
|
||||
automatically refresh list etemplate en Automatically refresh list
|
||||
baseline etemplate en Baseline
|
||||
blurtext etemplate en blurText
|
||||
border etemplate en Border
|
||||
border-line-thickness for the table-tag etemplate en Border line thickness for the table tag
|
||||
bottom etemplate en Bottom
|
||||
box etemplate en Box
|
||||
box... etemplate en Box...
|
||||
broken link etemplate en Broken link
|
||||
can not have special sql-value null etemplate en Can not have special SQL-value NULL.
|
||||
cancel etemplate en Cancel
|
||||
cant delete a single widget from a grid !!! etemplate en Can't delete a single widget from a grid!
|
||||
cant delete the only column of a grid !!! etemplate en Can't delete the only column of a grid!
|
||||
cant delete the only row in a grid !!! etemplate en Can't delete the only row in a grid!
|
||||
category etemplate en Category
|
||||
category tree etemplate en Category tree
|
||||
cellpadding for the table-tag etemplate en Cell padding for the table tag
|
||||
cells etemplate en Cells
|
||||
cellspacing for the table-tag etemplate en Cell spacing for the table tag
|
||||
center etemplate en Center
|
||||
changed etemplate en Changed
|
||||
check all etemplate en Check all
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate en Should content be displayed only, but not altered.
|
||||
check if field has to be filled by user etemplate en Check if field has to be filled by user
|
||||
checkbox etemplate en Checkbox
|
||||
class etemplate en Class
|
||||
class, valign etemplate en Vlass, Valign
|
||||
click here to attach the file etemplate en Attach file
|
||||
click here to create the link etemplate en Create link
|
||||
click here to start the search etemplate en Start the search
|
||||
click here to upload the file etemplate en Upload the file
|
||||
click to order after that criteria etemplate en Order after criteria
|
||||
clickable path etemplate en Clickable path
|
||||
closes the window without saving the changes etemplate en Close without saving
|
||||
column... etemplate en Column...
|
||||
columnname etemplate en Column name
|
||||
comment etemplate en Comment
|
||||
confirm etemplate en Confirm
|
||||
confirmation message or custom javascript (returning true or false) etemplate en Confirmation message or custom javascript, returning true or false.
|
||||
confirmation necesary or custom java-script etemplate en Confirmation necessary or custom java-script
|
||||
confirmation required etemplate en Confirmation required
|
||||
contact etemplate en Contact
|
||||
contact field to show etemplate en Contact field to show
|
||||
contact fields etemplate en Contact fields
|
||||
contains etemplate en Contains
|
||||
copy "%1" etemplate en Copy "%1"
|
||||
copy to clipboard etemplate en Copy to clipboard
|
||||
create a new table for the application etemplate en Create a new table for the application
|
||||
create link etemplate en Create link
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate en Creates an English ('en') langfile from label and help texts (for application in Name)
|
||||
creator preferences en Creator
|
||||
css class for the table-tag etemplate en CSS class for the table tag
|
||||
css properties etemplate en CSS properties
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate en CSS class name for this row, preset: 'nmh' = NextMatch header, 'nmr' = alternating NM row, 'nmr0'+'nmr1' NM rows
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate en CSS class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows
|
||||
css-styles etemplate en CSS styles
|
||||
custom etemplate en Custom
|
||||
custom fields etemplate en Custom fields
|
||||
custom javascript for onchange etemplate en Custom javascript for onChange
|
||||
cut etemplate en Cut
|
||||
data type etemplate en Data type
|
||||
date etemplate en Date
|
||||
date+time etemplate en Date+Time
|
||||
day etemplate en Day
|
||||
days etemplate en Days
|
||||
db ensures that every row has a unique value in that column etemplate en DB ensures that every row has a unique value in that column
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate en DB specific index options, comma separated, e.g. mysql(FULLTEXT) or mysql(100) for the indexed length of a column.
|
||||
db-tools etemplate en DB tools
|
||||
deck etemplate en Deck (internal)
|
||||
default etemplate en Default
|
||||
delete a single entry by passing the id. etemplate en Delete a single entry by passing the ID
|
||||
delete all selected etemplates, without further inquiry etemplate en Delete ALL selected eTemplates, WITHOUT further inquiry
|
||||
delete and cut save the template! etemplate en Delete and cut save the template!
|
||||
delete column etemplate en Delete column
|
||||
delete index etemplate en Delete index
|
||||
delete link etemplate en Delete link
|
||||
delete link? etemplate en Delete link?
|
||||
delete the spezified etemplate etemplate en Delete eTemplate
|
||||
delete this column etemplate en Delete column
|
||||
delete this etemplate etemplate en Delete eTemplate
|
||||
delete this file etemplate en Delete file
|
||||
delete this row etemplate en Delete row
|
||||
delete whole column (can not be undone!!!) etemplate en Delete whole column
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate en Deletes eTemplate from the database
|
||||
deletes the etemplate spez. above etemplate en Deletes eTemplate.
|
||||
deletes this column etemplate en Deletes column.
|
||||
deletes this index etemplate en Deletes index.
|
||||
discard changes etemplate en Discard changes
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate en Displayed in front of input or input is inserted for a '%s' in the label of the Submit button or image file name.
|
||||
displayed in statusline of browser if input-field gets focus etemplate en Displayed in status line of browser if input field gets focus.
|
||||
displayed in the top line of the groupbox (legend) etemplate en Displayed in the top line of the group box (legend).
|
||||
do you want to save the changes you made in table %s? etemplate en Do you want to save the changes you made in table %s?
|
||||
do you want to send the message to all selected entries, without further editing? etemplate en Do you want to send the message to all selected entries, WITHOUT further editing?
|
||||
document '%1' does not exist or is not readable for you! preferences en Document '%1' does not exist or is not readable for you!
|
||||
documentation etemplate en Documentation
|
||||
doesn't matter etemplate en Doesn't matter
|
||||
done etemplate en Done
|
||||
drop a table - this can not be undone etemplate en Drop a table - this can NOT be undone
|
||||
drop table etemplate en Drop table
|
||||
dump4setup etemplate en Dump4Setup
|
||||
duration etemplate en Duration
|
||||
edit etemplate en Edit
|
||||
edit embeded css styles or of the applications app.css file etemplate en Edit embedded CSS styles or of the applications app.css file
|
||||
edit the etemplate spez. above etemplate en Edit eTemplate
|
||||
edit... etemplate en Edit...
|
||||
editable templates - db-tools etemplate en Editable Templates - DB-Tools
|
||||
editable templates - delete template etemplate en Editable Templates - Delete template
|
||||
editable templates - editor etemplate en Editable Templates - Editor
|
||||
editable templates - search etemplate en Editable Templates - Search
|
||||
editable templates - show template etemplate en Editable Templates - Show template
|
||||
element role title etemplate en Element role title
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate en Embedded CSS styles, e.g. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!)
|
||||
enable javascript onchange submit etemplate en Enable JavaScript onChange submit
|
||||
enter '' for an empty default, nothing mean no default etemplate en Enter '' for an empty default, nothing means no default
|
||||
enter a search pattern etemplate en Enter a search pattern
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate en Enter file name to upload and attach, use [Browse...] to search for it
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate en Enter new version number, > old_version, empty for no update file
|
||||
enter the new version number here (has to be > old_version) etemplate en Enter new version number, has to be > old_version
|
||||
entry saved etemplate en Entry saved.
|
||||
error copying uploaded file to vfs! etemplate en Error copying uploaded file to VFS!
|
||||
error create parent directory %1! etemplate en Error creating parent directory %1!
|
||||
error deleting %1! etemplate en Error deleting %1!
|
||||
error uploading file! filemanager en Error uploading file!
|
||||
error: template not found !!! etemplate en Error: Template not found!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate en Error: web server is not allowed to write into '%1' !!!
|
||||
error: while saving !!! etemplate en Error while saving!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate en Error writing file, no write permission for the web server!
|
||||
et2 rendering took %1s etemplate en eT2 rendering took %1s
|
||||
etemplate common en eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database etemplate en eTemplate '%1' imported, click Save to store it in the database
|
||||
etemplate '%1' written to '%2' etemplate en eTemplate '%1' written to '%2'
|
||||
etemplate editor etemplate en eTemplate editor
|
||||
etemplate reference etemplate en eTemplate reference
|
||||
etemplate tutorial etemplate en eTemplate tutorial
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences en Example {{IF n_prefix~Mr~Hello Mr.~Hello Ms.}} - search the field "n_prefix", for "Mr", if found, write Hello Mr., else write Hello Ms.
|
||||
example {{letterprefix}} - gives a letter prefix without double spaces, if the title is empty for example preferences en Example {{LETTERPREFIX}} - Gives a letter prefix without double spaces, if the title is empty for example
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences en Example {{NELF role}} - if field role is not empty, you will get a new line with the value of field role
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences en Example {{NELFNV role}} - if field role is not empty, set a LF without any value of the field
|
||||
example {} - gives a letter prefix without double spaces, if the title is empty for example preferences en Example {} - Gives a letter prefix without double spaces, if the title is empty for example
|
||||
exchange this row with the one above etemplate en Exchange this row with the one above
|
||||
exchange this two columns etemplate en Exchange these two columns
|
||||
export the loaded etemplate into a xml-file etemplate en Export the loaded eTemplate into a xml-file
|
||||
export xml etemplate en Export XML
|
||||
extensions loaded: etemplate en Extensions loaded:
|
||||
field etemplate en Field
|
||||
field must not be empty !!! etemplate en Field must not be empty!
|
||||
file etemplate en File
|
||||
file '%1' not found! etemplate en File '%1' not found!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate en File contains more than one eTemplate, last one is shown!
|
||||
file information etemplate en File information
|
||||
file is of wrong type (%1 != %2)! etemplate en File is wrong type (%1 != %2)!
|
||||
file too large. maximum %1 etemplate en File too large. Maximum %1
|
||||
file writen etemplate en File written.
|
||||
fileupload etemplate en File upload
|
||||
first etemplate en First
|
||||
floating point etemplate en Floating point
|
||||
for more than one contact in a document use the tag pagerepeat! preferences en Use the tag page repeat for more than one contact in a document!
|
||||
force etemplate en force
|
||||
foreign key etemplate en Foreign key
|
||||
formatted text (html) etemplate en Formatted text (HTML)
|
||||
fr etemplate en Fr
|
||||
general fields: preferences en General fields:
|
||||
go to the first entry etemplate en Go to the first entry
|
||||
go to the last entry etemplate en Go to the last entry
|
||||
go to the next page of entries etemplate en Go to the next page of entries
|
||||
go to the previous page of entries etemplate en Go to the previous page of entries
|
||||
grid etemplate en Grid
|
||||
grid column attributes etemplate en Grid column attributes
|
||||
grid row attributes etemplate en Grid row attributes
|
||||
groupbox etemplate en GroupBox
|
||||
h etemplate en h
|
||||
hbox etemplate en HBox
|
||||
height etemplate en Height
|
||||
height of row (in % or pixel) etemplate en Height of row (in % or pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate en Height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate en Height of the table in % or pixels for the table tag and (optional) div
|
||||
height, disabled etemplate en Height, Disabled
|
||||
help etemplate en Help
|
||||
history log etemplate en History log
|
||||
horizontal rule etemplate en Horizontal ruler
|
||||
hour etemplate en Hour
|
||||
hours etemplate en Hours
|
||||
how many entries should the list show etemplate en How many entries should the list show
|
||||
html etemplate en HTML
|
||||
html link to the current record etemplate en HTML link to the current record
|
||||
id etemplate en id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate en If field is disabled an empty table cell is displayed
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences en If you specify a directory, full vfs path, %1 displays an action for each document. That action allows to download the specified document with the data inserted.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences en If you specify a document, full vfs path, %1 displays an extra document icon for each entry. That icon allows to download the specified document with the data inserted.
|
||||
image etemplate en Image
|
||||
import etemplate en Import
|
||||
import an etemplate from a xml-file etemplate en Import an eTemplate from a xml-file
|
||||
import table-definitions from existing db-table etemplate en Import table definitions from existing DB table
|
||||
import xml etemplate en Import XML
|
||||
increment version to not overwrite the existing template etemplate en Increment version to not overwrite the existing template.
|
||||
index/name of returned content (name of the template, link / method for image) etemplate en Index/name of returned content, name of the Template, link / method for image.
|
||||
indexed etemplate en Indexed.
|
||||
indexoptions etemplate en Index options
|
||||
input required etemplate en Input required
|
||||
insert a column before etemplate en Insert a column before
|
||||
insert a column behind etemplate en Insert a column after
|
||||
insert a row above etemplate en Insert a row above
|
||||
insert a row below etemplate en Insert a row below
|
||||
insert a widget before etemplate en Insert a widget before
|
||||
insert a widget behind etemplate en Insert a widget after
|
||||
insert in document etemplate en Insert in document
|
||||
insert new column behind this one etemplate en Insert new column after
|
||||
insert new column in front of all etemplate en Insert new column before all
|
||||
insert new row after this one etemplate en Insert new row after
|
||||
insert new row in front of first line etemplate en Insert new row before first line
|
||||
integer etemplate en Integer
|
||||
key etemplate en Key
|
||||
label etemplate en Label
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate en Label:[bold][italic] Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols] Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect] Date:[values: eg. 'Y-m-d']
|
||||
lang etemplate en Lang
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate en Language short (eg. 'en' for English) for language dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '')
|
||||
last etemplate en Last
|
||||
left etemplate en Left
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate en Length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8
|
||||
link etemplate en Link
|
||||
link target %1 not found! etemplate en Link target %1 not found!
|
||||
linkapps etemplate en Link apps
|
||||
linked etemplate en Linked
|
||||
linkentry etemplate en Link entry
|
||||
linklist etemplate en Link list
|
||||
links and attached files preferences en Links and attached files
|
||||
links to specified application. example: {{links/addressbook}} etemplate en Links to specified application. Example: {{links/addressbook}}
|
||||
linkstring etemplate en Link string
|
||||
linkto etemplate en Link to
|
||||
list of files linked to the current record preferences en List of files linked to the current record
|
||||
load this template into the editor etemplate en Load template to the editor
|
||||
loading etemplate en Loading
|
||||
maximum size for uploads filemanager en Maximum upload size
|
||||
maybe etemplate en Maybe
|
||||
message ... etemplate en Message ...
|
||||
message prepared for sending. etemplate en Message prepared for sending.
|
||||
message(s) send failed! etemplate en Message(s) send failed!
|
||||
message(s) send ok. etemplate en Message(s) send ok.
|
||||
middle etemplate en Middle
|
||||
minute etemplate en Minute
|
||||
minutes etemplate en Minutes
|
||||
missing: %1 etemplate en Missing: %1
|
||||
mo etemplate en Mo
|
||||
modifier preferences en Modifier
|
||||
month etemplate en Month
|
||||
more etemplate en More
|
||||
more than 1 match for '%1' etemplate en More than 1 match for '%1'
|
||||
multicolumn indices etemplate en Multi column indices
|
||||
name etemplate en Name
|
||||
name of other table where column is a key from etemplate en Name of other table where column is a key from
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate en Name of phpgw template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '')
|
||||
name of table to add etemplate en Name of table to add
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate en Name of the eTemplate, should be in form application.function[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate en Need to be unique in the table and no reserved word from SQL, best prefix all with a common 2-digit short for the app, eg. 'et_'
|
||||
new etemplate en New
|
||||
new search common en New search
|
||||
new table created etemplate en New table created
|
||||
new value etemplate en New Value
|
||||
newer version '%1' exists !!! etemplate en Newer version '%1' exists!
|
||||
nextmatch etemplate en Nextmatch
|
||||
nextmatch accountfilter etemplate en Nextmatch account filter
|
||||
nextmatch custom filterheader etemplate en Nextmatch custom filter header
|
||||
nextmatch filterheader etemplate en Nextmatch filter header
|
||||
nextmatch header etemplate en Nextmatch header
|
||||
nextmatch sortheader etemplate en Nextmatch sort header
|
||||
no column to swap with !!! etemplate en No column to swap with!
|
||||
no default set etemplate en No default set
|
||||
no file etemplate en No file
|
||||
no filename given or selected via browse... etemplate en No filename
|
||||
no filters etemplate en No filters
|
||||
no matches found etemplate en No matches found.
|
||||
no rights to export more than %1 entries! common en No rights to export more than %1 entries!
|
||||
no row to swap with !!! etemplate en No row to swap with!
|
||||
no suggestions etemplate en No suggestions
|
||||
not null etemplate en NOT NULL
|
||||
nothing etemplate en Nothing
|
||||
nothing found - try again !!! etemplate en Nothing found - try again!
|
||||
nothing in clipboard to paste !!! etemplate en Nothing in clipboard to paste!
|
||||
nothing matched search criteria !!! etemplate en Nothing matched search criteria!
|
||||
now etemplate en Now
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate en Number of columns the field/cell should span or 'all' for the remaining columns, CSS-class name (for the TD tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate en Number of rows/cols in a V/HBox, Cellpadding, Cellspacing
|
||||
of etemplate en of
|
||||
off etemplate en off
|
||||
old value etemplate en Old Value
|
||||
onchange etemplate en onChange
|
||||
onclick etemplate en onClick
|
||||
only an other version found !!! etemplate en Other version found!
|
||||
open the online help. etemplate en Open the online help
|
||||
operator etemplate en Operator
|
||||
optional note about the link etemplate en Optional note for Link
|
||||
options etemplate en Options
|
||||
or etemplate en OR
|
||||
order to navigating by tab key through the form etemplate en Order to navigating by tab key through the form
|
||||
overflow etemplate en Overflow
|
||||
padding etemplate en Padding
|
||||
parent is a '%1' !!! etemplate en Parent is a '%1' !
|
||||
paste etemplate en Paste
|
||||
path etemplate en Path
|
||||
please enter table-name first !!! etemplate en Enter table name first!
|
||||
pm etemplate en pm
|
||||
popup etemplate en Popup
|
||||
precision etemplate en Precision
|
||||
preference etemplate en Preference
|
||||
primary key etemplate en Primary key
|
||||
primary key for the table, gets automaticaly indexed etemplate en Primary key for the table, gets automatically indexed
|
||||
protocol is required etemplate en Protocol is required
|
||||
radiobutton etemplate en Radio button
|
||||
read etemplate en Read
|
||||
read a list of entries. etemplate en Read a list of entries.
|
||||
read a single entry by passing the id and fieldlist. etemplate en Read a single entry by passing the ID and field list.
|
||||
read etemplate from database (for the keys above) etemplate en Read eTemplate from database (for the keys above)
|
||||
readonly etemplate en Read only
|
||||
refresh etemplate en Refresh
|
||||
remove row (can not be undone!!!) etemplate en Remove row
|
||||
remove this link (not the entry itself) etemplate en Remove link
|
||||
required etemplate en Required
|
||||
reset etemplate en Reset
|
||||
reset all user's column preferences etemplate en Reset all user's column preferences
|
||||
restore all etemplate en Restore all
|
||||
restore all application templates, overwriting existing ones with identical version number etemplate en Restore all application templates, overwriting existing ones with identical version number
|
||||
returns savely, without deleting etemplate en Returns WITHOUT deleting
|
||||
right etemplate en Right
|
||||
row... etemplate en Row...
|
||||
sa etemplate en Sa
|
||||
save all etemplate en Save all
|
||||
save as zip etemplate en Save as Zip
|
||||
save selected columns as default preference for all users. etemplate en Save columns as default preference for all users.
|
||||
save the changes made and close the window etemplate en Save changes and close
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate en Save eTemplate under the above keys (name, ...), change them for a SaveAs
|
||||
saves changes to tables_current.inc.php etemplate en Saves changes to tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate en Saves the template with version number and closes the window.
|
||||
scale etemplate en Scale
|
||||
scale for float etemplate en Scale for float
|
||||
search etemplate en Search
|
||||
search letter etemplate en Search letter
|
||||
search... etemplate en Search...
|
||||
select a category etemplate en Select category
|
||||
select a primary contact, to show in the list etemplate en Select primary contact, to show in the list
|
||||
select access etemplate en Select access
|
||||
select account etemplate en Select account
|
||||
select an app first !!! etemplate en Select application first!
|
||||
select an app to search in etemplate en Select application to search in
|
||||
select an application etemplate en Select application
|
||||
select an application, (*) = uninstalled etemplate en Select application, (*) = uninstalled
|
||||
select an entry to link with etemplate en Select entry to link with
|
||||
select an table of the application etemplate en Select application table
|
||||
select application etemplate en Select application
|
||||
select application to search etemplate en Select application to search
|
||||
select category etemplate en Select category
|
||||
select color etemplate en Select color
|
||||
select columns etemplate en Select columns
|
||||
select country etemplate en Select country
|
||||
select day etemplate en Select day
|
||||
select day of week etemplate en Select week day
|
||||
select entry etemplate en Select entry
|
||||
select file(s) from vfs etemplate en Select file(s) from VFS
|
||||
select files from filemanager ... etemplate en Select files from Filemanager ...
|
||||
select hour etemplate en Select hour
|
||||
select if content of field should not be translated (label gets always translated) etemplate en Select if field content should not be translated, label gets always translated.
|
||||
select language etemplate en Select language
|
||||
select month etemplate en Select month
|
||||
select number etemplate en Select number
|
||||
select one ... etemplate en Select ...
|
||||
select percentage etemplate en Select percentage
|
||||
select priority etemplate en Select priority
|
||||
select some options etemplate en Select Some Options
|
||||
select state etemplate en Select state
|
||||
select the columns to display in the list etemplate en Select columns to display in the list
|
||||
select the indexed columns in their desired order etemplate en Select indexed columns in desired order
|
||||
select this etemplate to delete it etemplate en Select eTemplate to delete
|
||||
select which accounts to show etemplate en Select accounts to show
|
||||
select which values to show etemplate en Select values to show
|
||||
select year etemplate en Select year
|
||||
selectbox etemplate en Select box
|
||||
server error etemplate en Server error
|
||||
set as default etemplate en Set as default
|
||||
set these columns as the default etemplate en Set these columns as the default
|
||||
sets today as date etemplate en Set today as date
|
||||
should the form be submitted or any custom javascript be executed etemplate en Should form be submitted or any custom javascript executed
|
||||
show etemplate en Show
|
||||
show (no save) etemplate en Show (no save)
|
||||
show all / cancel filter etemplate en Show all / cancel filter
|
||||
show values etemplate en Show values
|
||||
showing etemplate en Showing
|
||||
shows / allows you to enter values into the etemplate for testing etemplate en Shows / allows to enter values into the eTemplate for testing
|
||||
shows/displays etemplate for testing, does not save it before etemplate en Shows / displays eTemplate for testing, does NOT save it
|
||||
spacing etemplate en Spacing
|
||||
span etemplate en Span
|
||||
span, class etemplate en Span, Class
|
||||
stack etemplate en Stack
|
||||
start a new search, cancel this link etemplate en Start new search, cancel this link
|
||||
start new search for the above pattern etemplate en Start new search for the above pattern
|
||||
su etemplate en Su
|
||||
submit form etemplate en Submit form
|
||||
submitbutton etemplate en Submit button
|
||||
sure etemplate en Sure
|
||||
swap etemplate en Swap
|
||||
swap widget with next one etemplate en Swap widget with next one
|
||||
swap with next column etemplate en Swap with next column
|
||||
swap with next row etemplate en Swap with next row
|
||||
switch to a parent widget etemplate en Switch to a parent widget
|
||||
switch to an other widgets of that container etemplate en Switch to an other widgets of that container
|
||||
tabindex etemplate en Tab index
|
||||
table unchanged, no write necessary !!! etemplate en Table unchanged, no write necessary!
|
||||
tablename etemplate en Table name
|
||||
tabs etemplate en Tabs
|
||||
template etemplate en Template
|
||||
template deleted etemplate en Template deleted.
|
||||
template saved etemplate en Template saved.
|
||||
text etemplate en Text
|
||||
textarea etemplate en Text area
|
||||
th etemplate en Th
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences en The document can contain placeholder like {{%3}}, to be replaced with the data. %1Full list of placeholder names%2.
|
||||
the following document-types are supported: preferences en The following document types are supported:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate en Text gets displayed if the input field is empty and has no focus (blur)
|
||||
time etemplate en Time
|
||||
titles of any entries linked to the current record, excluding attached files preferences en Titles of any entries linked to the current record, excluding attached files
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate en To disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty
|
||||
to start the db-tools etemplate en To start DB tools
|
||||
to start the etemplate editor etemplate en To start eTemplate editor
|
||||
to start the search etemplate en To start search
|
||||
today etemplate en Today
|
||||
top etemplate en Top
|
||||
tree etemplate en Tree
|
||||
tu etemplate en Tu
|
||||
type etemplate en Type
|
||||
type of the column etemplate en Type of column
|
||||
type of the field (select label if field should be empty) etemplate en Type of field. Select label if field should be empty.
|
||||
uncheck all etemplate en Uncheck all
|
||||
unique etemplate en Unique
|
||||
unlink etemplate en Unlink
|
||||
update a single entry by passing the fields. etemplate en Update a single entry by passing the fields
|
||||
update from version '%s' to etemplate en Update from version '%s' to
|
||||
upload etemplate en Upload
|
||||
upload file(s) from filemanager... etemplate en Upload file(s) from Filemanager...
|
||||
user etemplate en User
|
||||
user-agent & action etemplate en User-agent & action
|
||||
valign etemplate en vAlign
|
||||
value etemplate en Value
|
||||
value has to be at least '%1' !!! etemplate en Value has to be at least '%1' !
|
||||
value has to be at maximum '%1' !!! etemplate en Value has to be maximum '%1' !
|
||||
vbox etemplate en VBox
|
||||
version etemplate en Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate en Version number, should be in the form: major.minor.revision.number e.g. 0.9.13.001 all numbers filled up with zeros
|
||||
vertical alignment of row etemplate en Vertical alignment of row
|
||||
view this etemplate etemplate en View eTemplate
|
||||
view this linked entry in its application etemplate en View linked entry in its application
|
||||
we etemplate en We
|
||||
weekend etemplate en Weekend
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate en What happens with overflowing content: visible (default), hidden, scroll, auto (browser decides)
|
||||
widget copied into clipboard etemplate en Widget copied into clipboard
|
||||
width etemplate en Width
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate en Width of column in % or pixels, disable col: [! = not]<value>[=<check>] e.g: '!@data' disable column if content of data is empty
|
||||
width of column (in % or pixel) etemplate en Width of column in % or pixels
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate en Width of the table in % or pixels for the table tag and (optional) div
|
||||
width, disabled etemplate en Width, Disabled
|
||||
wk etemplate en Wk
|
||||
working days etemplate en Working days
|
||||
write <app>/setup/tables_current.inc.php etemplate en Write <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate en Write language file
|
||||
write tables etemplate en Write tables
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate en Writes a 'etemplates.inc.php' file (for application in Name) in the setup-dir of the app
|
||||
xml-file to import etemplate en Xml file to import
|
||||
xslt template etemplate en XSLT Template
|
||||
year etemplate en Year
|
||||
you are not allowed to export more than %1 entries! common en You are not allowed to export more than %1 entries!
|
||||
you can not choose more then %1 item(s)! etemplate en You can not choose more then %1 item(s)!
|
||||
you can respond by visiting: etemplate en You can respond by visiting
|
||||
you need to select a file first! etemplate en Select a file first!
|
||||
your code is incorrect !!! etemplate en Code is incorrect!
|
@ -1,460 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate es-es %1 mensajes(%2 nuevos) escritos para la aplicación '%3' e idiomas '%4'
|
||||
%1 entries found, select one ... etemplate es-es Se han encontrado %1 entradas. Seleccione una...
|
||||
%1 etemplates deleted etemplate es-es %1 plantillas borradas
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate es-es %1 plantillas para la aplicación '%2' volcadas a '%3'
|
||||
%1 etemplates found etemplate es-es %1 plantillas encontradas
|
||||
%1 matches on search criteria etemplate es-es %1 coincidencias para la búsqueda solicitada
|
||||
%1 more... etemplate es-es %1 más...
|
||||
%1 new etemplates imported for application '%2' etemplate es-es %1 nuevas plantillas importadas para la aplicación '%2'
|
||||
%1 not implemented for %2! etemplate es-es %1 no está implementado para %2!
|
||||
%s disabled etemplate es-es %s desactivado
|
||||
%s needed etemplate es-es %s es necesario
|
||||
%s notranslation etemplate es-es %s sin traducción
|
||||
%s onchange etemplate es-es %s al cambiar
|
||||
%s readonly etemplate es-es %s de sólo lectura
|
||||
'%1' has an invalid format !!! etemplate es-es ¡¡¡'%1' no tiene un formato válido!!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate es-es ¡'%1' no es un fichero php en el directorio raíz de eGroupWare (%2)!
|
||||
'%1' is not a valid date !!! etemplate es-es ¡¡'%1' no es una fecha válida!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate es-es ¡¡¡'%1' no es un número válido de coma flotante!!!
|
||||
'%1' is not a valid integer !!! etemplate es-es ¡¡¡'%1' no es un entero válido!!!
|
||||
'%1' is not allowed ('%2')! etemplate es-es ¡'%1' NO está permitido ('%2')!
|
||||
a pattern to be searched for etemplate es-es un patrón de búsqueda
|
||||
accesskey etemplate es-es Tecla rápida
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate es-es Las teclas rápidas se pueden especificar también poniendo & en la etiqueta (p. ej. &Nombre)
|
||||
account contactdata etemplate es-es Datos de contacto de la cuenta
|
||||
actions... etemplate es-es Acciones...
|
||||
add a new column (after the existing ones) etemplate es-es Añadir una columna nueva (detrás de las existentes)
|
||||
add a new entry of the selected application etemplate es-es Añadir una entrada nueva de la aplicación seleccionada
|
||||
add a new multi-column index etemplate es-es Añadir un nuevo índice multicolumna
|
||||
add column etemplate es-es Añadir columna
|
||||
add index etemplate es-es Añadir índice
|
||||
add new etemplate es-es Añadir nueva
|
||||
add table etemplate es-es Añadir tabla
|
||||
add to clipboard etemplate es-es Añadir al portapapeles
|
||||
advanced search etemplate es-es Búsqueda avanzada
|
||||
align etemplate es-es Alinear
|
||||
alignment of label and input-field in table-cell etemplate es-es posición de la etiqueta y campo de entrada en la celda de la tabla
|
||||
alignment of the v/hbox containing table-cell etemplate es-es Posición del recuadro horizontal o vertical que contiene la celda de la tabla
|
||||
all days etemplate es-es todos los días
|
||||
all operations save the template! etemplate es-es ¡Todas las operaciones guardan la plantilla!
|
||||
all users etemplate es-es Todos los usuarios
|
||||
allowed file type: %1 etemplate es-es Tipo de fichero permitido: %1
|
||||
am etemplate es-es am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate es-es una columna indexada acelera las consultas que usen esa columna (a costa de espacio en el disco)
|
||||
application etemplate es-es Aplicación
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate es-es Se necesita el nombre de la aplicación para escribir un fichero de idioma o volcar las plantillas
|
||||
applications etemplate es-es Aplicaciones
|
||||
applies the changes made etemplate es-es aplica los cambios realizados
|
||||
applies the changes to the given version of the template etemplate es-es aplica los cambios a la versión dada de la plantilla
|
||||
as default etemplate es-es como predeterminado
|
||||
attach etemplate es-es Adjuntar
|
||||
attach file etemplate es-es Adjuntar fichero
|
||||
baseline etemplate es-es Línea base
|
||||
blurtext etemplate es-es Texto poco claro
|
||||
border etemplate es-es Borde
|
||||
border-line-thickness for the table-tag etemplate es-es Grosor de la línea del borde de la etiqueta de la tabla
|
||||
bottom etemplate es-es Parte inferior
|
||||
box etemplate es-es Caja
|
||||
box... etemplate es-es Caja...
|
||||
can not have special sql-value null etemplate es-es no puede tener el valor especial de SQL NULL
|
||||
cancel etemplate es-es Cancelar
|
||||
cant delete a single widget from a grid !!! etemplate es-es ¡No se puede borrar un único control de una rejilla!
|
||||
cant delete the only column of a grid !!! etemplate es-es ¡No se puede borrar la única columna de una rejilla!
|
||||
cant delete the only row in a grid !!! etemplate es-es ¡No se puede borrar la única fila de una rejilla!
|
||||
category etemplate es-es Categoría
|
||||
category tree etemplate es-es Arbol de categorías
|
||||
cellpadding for the table-tag etemplate es-es Distancia de la etiqueta de la tabla la celda
|
||||
cells etemplate es-es Celdas
|
||||
cellspacing for the table-tag etemplate es-es Espaciado en la celda para la etiqueta de la tabla
|
||||
center etemplate es-es Centrar
|
||||
changed etemplate es-es Modificado
|
||||
check all etemplate es-es Marcar todo
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate es-es marcar si desea mostrar el contenido sin modificar (el contenido no es devuelto)
|
||||
check if field has to be filled by user etemplate es-es marcar si el campo tiene que rellenarlo el usuario
|
||||
checkbox etemplate es-es Casilla
|
||||
class etemplate es-es Clase
|
||||
class, valign etemplate es-es clase, posición vertical
|
||||
click here to attach the file etemplate es-es pulse aquí para adjuntar el fichero
|
||||
click here to create the link etemplate es-es pulse aquí para crear el enlace
|
||||
click here to start the search etemplate es-es Pulse aquí para iniciar la búsqueda
|
||||
click here to upload the file etemplate es-es Pulse aquí para subir el fichero al servidor
|
||||
click to order after that criteria etemplate es-es pulse para ordenar después de ese criterio
|
||||
clickable path etemplate es-es ruta pulsable
|
||||
closes the window without saving the changes etemplate es-es cierra la ventana sin guardar los cambios
|
||||
column... etemplate es-es Columna...
|
||||
columnname etemplate es-es Nombre de la columna
|
||||
comment etemplate es-es Comentario
|
||||
confirm etemplate es-es confirmar
|
||||
confirmation message or custom javascript (returning true or false) etemplate es-es mensaje de confirmación o javascript personalizado (devolviendo 'true' o 'false')
|
||||
confirmation necesary or custom java-script etemplate es-es confirmación necesaria o javascript personalizado
|
||||
contact etemplate es-es Contacto
|
||||
contact field to show etemplate es-es Campo del contacto a mostrar
|
||||
contact fields etemplate es-es Campos de contacto
|
||||
contains etemplate es-es contiene
|
||||
copy to clipboard etemplate es-es Copiar al portapapeles
|
||||
create a new table for the application etemplate es-es Crear una tabla nueva para la aplicación
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate es-es Crea un fichero de idioma en inglés ('en') a partir de la etiqueta y textos de ayuda (para la aplicación indicada en Nombre)
|
||||
creator preferences es-es Creador
|
||||
css class for the table-tag etemplate es-es clase CSS para la etiqueta de la tabla
|
||||
css properties etemplate es-es Propiedades CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate es-es Nombre de la clase CSS para esta fila. Predefinidos: 'nmh' (NextMatch header), 'nmr' (Alternating NM row), 'nmr0'+'nmr1' filas NM
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate es-es El nombre de la clase CSS para esta fila, preestablecido: 'th' = cabecera, 'row' = fila alternando filas 'row_off' y 'row_on'.
|
||||
css-styles etemplate es-es Estilos CSS
|
||||
custom etemplate es-es personalizado
|
||||
custom fields etemplate es-es campos personalizados
|
||||
custom javascript for onchange etemplate es-es javascript personalizado para onChange
|
||||
cut etemplate es-es Cortar
|
||||
date+time etemplate es-es Fecha + hora
|
||||
day etemplate es-es Día
|
||||
days etemplate es-es días
|
||||
db ensures that every row has a unique value in that column etemplate es-es La base de datos se asegura de que cada fila tiene un valor único en esa columna
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate es-es Opciones de índice específicas de la base de datos (separadas por comas), por ej. mysql(FULLTEXT) o mysql(100) para la longitud indexada de una columna
|
||||
db-tools etemplate es-es Herramientas de la base de datos
|
||||
deck etemplate es-es Cubierta (interna)
|
||||
default etemplate es-es Predeterminado
|
||||
delete a single entry by passing the id. etemplate es-es Borrar una entrada simple pasando el id.
|
||||
delete all selected etemplates, without further inquiry etemplate es-es Borrar TODAS las plantillas seleccionadas, SIN preguntar
|
||||
delete and cut save the template! etemplate es-es ¡borrar y cortar guardan la plantilla!
|
||||
delete column etemplate es-es Borrar columna
|
||||
delete index etemplate es-es Borrar índice
|
||||
delete the spezified etemplate etemplate es-es Borrar la plantilla específica
|
||||
delete this column etemplate es-es borrar esta columna
|
||||
delete this etemplate etemplate es-es Borrar esta plantilla
|
||||
delete this file etemplate es-es Borrar este fichero
|
||||
delete this row etemplate es-es borrar esta fila
|
||||
delete whole column (can not be undone!!!) etemplate es-es Borra la columna completa (NO se puede deshacer)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate es-es Borra la plantilla especificada de la base de datos. NO se puede deshacer.
|
||||
deletes the etemplate spez. above etemplate es-es Borra la plantilla especificada arriba
|
||||
deletes this column etemplate es-es Borra esta columna
|
||||
deletes this index etemplate es-es Borra este índice
|
||||
discard changes etemplate es-es Descartar cambios
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate es-es Se muestra delante de la entrada o la entrada se inserta para un '%s' en la etiqueta (la del botón de enviar o el nombre del fichero de la imagen)
|
||||
displayed in statusline of browser if input-field gets focus etemplate es-es Se muestra en la línea de estado del navegador cuando el cuadro de texto tiene el foco
|
||||
displayed in the top line of the groupbox (legend) etemplate es-es mostrada en la línea superior del recuadro de grupo (leyenda)
|
||||
do you want to save the changes you made in table %s? etemplate es-es ¿Desea guardar los cambios que ha realizado en la tabla %s?
|
||||
document '%1' does not exist or is not readable for you! preferences es-es El documento '%1' no existe o usted no tiene permiso para leerlo
|
||||
documentation etemplate es-es Documentación
|
||||
doesn't matter etemplate es-es no importa
|
||||
drop a table - this can not be undone etemplate es-es Borrar una tabla - NO se puede deshacer
|
||||
drop table etemplate es-es Borrar tabla
|
||||
dump4setup etemplate es-es Volcar para instalación
|
||||
duration etemplate es-es Duración
|
||||
edit etemplate es-es Editar
|
||||
edit embeded css styles or of the applications app.css file etemplate es-es editar estilos CSS incrustados o el fichero app.css de las aplicaciones
|
||||
edit the etemplate spez. above etemplate es-es editar las especificaciones de la plantilla indicada arriba
|
||||
edit... etemplate es-es Editar...
|
||||
editable templates - db-tools etemplate es-es Plantillas editables - Herramientas de la base de datos
|
||||
editable templates - delete template etemplate es-es Plantillas editables - Borrar plantilla
|
||||
editable templates - editor etemplate es-es Plantillas editables - Editor
|
||||
editable templates - search etemplate es-es Plantillas editables - Buscar
|
||||
editable templates - show template etemplate es-es Plantillas editables - Mostrar plantilla
|
||||
element role title etemplate es-es Título del rol del elemento
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate es-es Estilos incrustados CSS, por ej. '.red { background: red; }' (ver el '.' delante del nombre de la clase) o '@import url(...)' (los nombres de las clases son globales para toda la página)
|
||||
enable javascript onchange submit etemplate es-es activar enviar JavaScript onChange
|
||||
enter '' for an empty default, nothing mean no default etemplate es-es Introduzca '' para un valor predeterminado vacío. Si se deja en blanco, no hay valor predeterminado
|
||||
enter a search pattern etemplate es-es Introduzca un patrón de búsqueda
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate es-es Introduzca el nombre del fichero para subir y adjuntar. Use [Examinar...] Para buscarlo
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate es-es Introduzca el nuevo número de versión aquí (mayor que versión anterior), vacío para no usar fichero de actualización
|
||||
enter the new version number here (has to be > old_version) etemplate es-es Introduzca el nuevo número de versión aquí (tiene que ser mayor que la versión anterior)
|
||||
entry saved etemplate es-es La entrada ha sido guardada
|
||||
error copying uploaded file to vfs! etemplate es-es ¡Error al copiar el fichero subido al vfs!
|
||||
error create parent directory %1! etemplate es-es ¡Error al crear el directorio superior %1!
|
||||
error deleting %1! etemplate es-es ¡Error al borrar %1!
|
||||
error uploading file! filemanager es-es ¡Error al subir el fichero!
|
||||
error: template not found !!! etemplate es-es Error: no se encontró la plantilla
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate es-es Error: ¡El servidor no puede escribir en '%1'!
|
||||
error: while saving !!! etemplate es-es ¡¡Error al guardar!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate es-es Error: el servidor web no tiene permiso de escritura
|
||||
etemplate common es-es Plantilla electrónica
|
||||
etemplate '%1' imported, use save to put it in the database etemplate es-es Se ha importado la plantilla electrónica '%1'. Use Guardar para ponerla en la base de datos
|
||||
etemplate '%1' written to '%2' etemplate es-es La plantilla electrónica '%1' se ha guardado en '%2'
|
||||
etemplate editor etemplate es-es Editor de plantillas electrónicas
|
||||
etemplate reference etemplate es-es Referencia de plantillas electrónicas
|
||||
etemplate tutorial etemplate es-es Tutorial de plantillas electrónicas
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences es-es Ejemplo {{IF n_prefix~Mr~Hello Mr.~Hello Ms.}} - buscar el campo "n_prefix", para "Mr", si se encuentra, escribir Hello Mr., si no, escribir Hello Ms.
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences es-es Ejemplo {{NELF role}} - si el rol del campo no está vacío, obtendrá una línea nueva con el valor del rol del campo
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences es-es Ejemplo {{NELFNV role}} - si el rol del campo no está vacío, establece un salto de línea (LF) sin ningún valor del campo
|
||||
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
|
||||
export the loaded etemplate into a xml-file etemplate es-es Exportar la plantilla cargada en un fichero xml
|
||||
export xml etemplate es-es Exportar XML
|
||||
extensions loaded: etemplate es-es Extensiones cargadas:
|
||||
field etemplate es-es Campo
|
||||
field must not be empty !!! etemplate es-es ¡¡¡El campo no debe estar vacío!!!
|
||||
file etemplate es-es Fichero
|
||||
file '%1' not found! etemplate es-es ¡No se ha encontrado el fichero '%1'!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate es-es El fichero contiene más de una plantilla. Sólo se mostrará la última.
|
||||
file is of wrong type (%1 != %2)! etemplate es-es El fichero es de un tipo incorrecto (%1 != %2)
|
||||
file writen etemplate es-es Fichero guardado
|
||||
fileupload etemplate es-es Subir fichero
|
||||
first etemplate es-es Primero
|
||||
floating point etemplate es-es Coma flotante
|
||||
foreign key etemplate es-es Clave ajena
|
||||
formatted text (html) etemplate es-es Texto con formato (HTML)
|
||||
general fields: preferences es-es Campos generales:
|
||||
go to the first entry etemplate es-es Ir a la primera entrada
|
||||
go to the last entry etemplate es-es Ir a la última entrada
|
||||
go to the next page of entries etemplate es-es Ir a la página siguiente de entradas
|
||||
go to the previous page of entries etemplate es-es Ir a la página anterior de entradas
|
||||
grid etemplate es-es Rejilla
|
||||
grid column attributes etemplate es-es Atributos de la columna de la rejilla
|
||||
grid row attributes etemplate es-es Atributos de la fila de la rejilla
|
||||
groupbox etemplate es-es Recuadro de grupo
|
||||
h etemplate es-es h
|
||||
hbox etemplate es-es Cuadro horizontal
|
||||
height etemplate es-es Altura
|
||||
height of row (in % or pixel) etemplate es-es altura de la fila (en % o pixels)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate es-es Altura de la fila (en % o píxeles), desactivar fila: [!= no]<valor>[=<check>]. Ejemplo: '!@data' desactiva la fila si el contenido de los datos está vacío.
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate es-es Altura de la tabla en % o píxeles para la etiqueta de la tabla y, opcionalmente, div.
|
||||
height, disabled etemplate es-es Altura, desactivada
|
||||
help etemplate es-es Ayuda
|
||||
history log etemplate es-es Registro histórico
|
||||
horizontal rule etemplate es-es Línea horizontal
|
||||
hour etemplate es-es Hora (del día)
|
||||
hours etemplate es-es horas
|
||||
how many entries should the list show etemplate es-es ¿Cuántas entradas se muestran en la lista?
|
||||
html etemplate es-es Html
|
||||
html link to the current record etemplate es-es Enlace HTML al registro actual
|
||||
id etemplate es-es Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate es-es Si el campo está desactivado, se muestra la celda de la tabla vacía, para borrar temporalmente un campo o celda.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences es-es Si especifica un directorio aquí (la ruta vgs completa), %1 muestra un icono extra de documento para cada entrada. Ese icono permite descargar el documento especificado con los datos insertados.
|
||||
image etemplate es-es Imagen
|
||||
import etemplate es-es Importar
|
||||
import an etemplate from a xml-file etemplate es-es Importar una plantilla de un fichero xml
|
||||
import table-definitions from existing db-table etemplate es-es Importar definiciones de tabla de una tabla de una base de datos existente
|
||||
import xml etemplate es-es Importar XML
|
||||
increment version to not overwrite the existing template etemplate es-es Incrementar la versión para no sobreescribir la plantilla existente
|
||||
index/name of returned content (name of the template, link / method for image) etemplate es-es Nombre o índice del nombre del contenido devuelto (nombre de la plantilla, enlace o método para una imagen)
|
||||
indexed etemplate es-es Indexado
|
||||
indexoptions etemplate es-es Opciones de indexar
|
||||
insert a column before etemplate es-es insertar una columna delante
|
||||
insert a column behind etemplate es-es insertar una columna detrás
|
||||
insert a row above etemplate es-es insertar una fila encima
|
||||
insert a row below etemplate es-es insertar una fila debajo
|
||||
insert a widget before etemplate es-es insertar un control delante
|
||||
insert a widget behind etemplate es-es insertar un control detrás
|
||||
insert in document etemplate es-es Insertar en el documento
|
||||
insert new column behind this one etemplate es-es Insertar nueva columna detrás de ésta
|
||||
insert new column in front of all etemplate es-es Insertar nueva columna al principio de todas
|
||||
insert new row after this one etemplate es-es Insertar una nueva fila después de ésta
|
||||
insert new row in front of first line etemplate es-es Insertar una nueva fila delante de la primera línea
|
||||
integer etemplate es-es Entero
|
||||
key etemplate es-es Clave
|
||||
label etemplate es-es Etiqueta
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate es-es Etiqueta:[bold][italic] Texto:[len][,max] Números:[min][,[max][,len]] Área de texto:[rows][,cols] BotónRadio:valor Línea hor.:[width] Plantilla:[IndexInContent] Selec.:[multiselect] Fecha:[valores: ej. 'A-m-d']
|
||||
lang etemplate es-es Idioma
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate es-es Abreviatura del idioma (ej. 'en' para inglés) para plantillas que dependen del idioma ('' lee las preferencias del idioma o el predeterminado. Use 'default' para la plantilla predeterminada.
|
||||
last etemplate es-es Última
|
||||
left etemplate es-es Izquierda
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate es-es longitud para char+varchar. Precisiones int: 2, 4, y float: 4, 8
|
||||
link etemplate es-es Enlace
|
||||
link target %1 not found! etemplate es-es ¡No se ha encontrado el enlace de destino %1!
|
||||
linkapps etemplate es-es Enlace a aplicaciones
|
||||
linkentry etemplate es-es Entrada de enlace
|
||||
linklist etemplate es-es Lista de enlaces
|
||||
links and attached files preferences es-es Enlaces y ficheros adjuntos
|
||||
linkstring etemplate es-es Cadena de enlace
|
||||
linkto etemplate es-es Enlace a
|
||||
list of files linked to the current record preferences es-es Lista de ficheros vinculados al registro actual
|
||||
load this template into the editor etemplate es-es cargar esta plantilla en el editor
|
||||
loading etemplate es-es cargando
|
||||
maximum size for uploads filemanager es-es Tamaño máximo para subida de ficheros
|
||||
message ... etemplate es-es Mensaje...
|
||||
middle etemplate es-es Medio
|
||||
minute etemplate es-es Minuto
|
||||
minutes etemplate es-es MInutos
|
||||
modifier preferences es-es Modificador
|
||||
month etemplate es-es Mes
|
||||
more etemplate es-es Más
|
||||
more than 1 match for '%1' etemplate es-es Más de 1 coincidencia para '%1'
|
||||
multicolumn indices etemplate es-es Indices multicolumna
|
||||
name etemplate es-es Nombre
|
||||
name of other table where column is a key from etemplate es-es Nombre de la otra tabla donde la columna es una clave
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate es-es nombre del conjunto de plantillas (p. ej. verdiak): " = predeterminada (leerá la plantila de preferencias. Use 'default' para leer la plantilla predeterminada ")
|
||||
name of table to add etemplate es-es Nombre de la tabla a añadir
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate es-es Nombre de la plantilla. Debe estar en el formato aplicación.función[.subplantilla]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate es-es Necesita ser única en la tabla y no ser palabra reservada SQL. Intente poner un prefijo común de dos caracteres para la aplicación, por ejemplo 'et_'
|
||||
new etemplate es-es Nuevo
|
||||
new search common es-es Nueva búsqueda
|
||||
new table created etemplate es-es Se ha creado una tabla nueva
|
||||
newer version '%1' exists !!! etemplate es-es ¡Existe una versión '%1' más reciente!
|
||||
nextmatch etemplate es-es Control 'Nextmach' (Siguiente coincidencia)
|
||||
nextmatch accountfilter etemplate es-es Nextmatch con filtro de cuentas
|
||||
nextmatch custom filterheader etemplate es-es Filtro de cabecera personalizado para nextmatch
|
||||
nextmatch filterheader etemplate es-es Nextmatch con filtro de cabeceras
|
||||
nextmatch header etemplate es-es Encabezado de control Nextmatch
|
||||
nextmatch sortheader etemplate es-es Cabecera de orden de siguiente coincidencia
|
||||
no column to swap with !!! etemplate es-es ¡No hay columna con la que intercambiar!
|
||||
no file etemplate es-es sin fichero
|
||||
no filename given or selected via browse... etemplate es-es no se indicó un nombre de fichero ni se seleccióno mediante Examinar...
|
||||
no matches found etemplate es-es No se han encontrado resultados
|
||||
no row to swap with !!! etemplate es-es ¡No hay fila con la que intercambiar!
|
||||
not null etemplate es-es NOT NULL
|
||||
nothing etemplate es-es nada
|
||||
nothing found - try again !!! etemplate es-es No se encontró nada. Inténtelo de nuevo.
|
||||
nothing in clipboard to paste !!! etemplate es-es ¡¡No hay nada en el portapapeles para pegar!!
|
||||
nothing matched search criteria !!! etemplate es-es No se encontró nada con ese criterio.
|
||||
now etemplate es-es Ahora
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate es-es número de columnas por las que el campo o celda debe distribuirse, o 'todas' para el resto de columnas, nombre de la clase CSS (para la etiqueta TD)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate es-es número de filas o columnas en un recuadro vertical u horizontal, distancia del texto a la celda y espaciado entre celdas
|
||||
of etemplate es-es de
|
||||
onchange etemplate es-es onChange
|
||||
onclick etemplate es-es onClick
|
||||
only an other version found !!! etemplate es-es sólo se encontró otra versión
|
||||
open the online help. etemplate es-es Abrir la ayuda en línea
|
||||
operator etemplate es-es Operador
|
||||
optional note about the link etemplate es-es nota opcional sobre el enlace
|
||||
options etemplate es-es Opciones
|
||||
order to navigating by tab key through the form etemplate es-es Orden al ir navegando pulsando el tabulador en el formulario
|
||||
overflow etemplate es-es Desbordamiento
|
||||
padding etemplate es-es Distancia del texto a la celda
|
||||
parent is a '%1' !!! etemplate es-es superior es un '%1'
|
||||
paste etemplate es-es Pegar
|
||||
path etemplate es-es Ruta
|
||||
please enter table-name first !!! etemplate es-es Por favor, introduzca el nombre de la tabla primero
|
||||
pm etemplate es-es pm
|
||||
popup etemplate es-es Ventama emergente
|
||||
precision etemplate es-es Precisión
|
||||
primary key etemplate es-es Clave primaria
|
||||
primary key for the table, gets automaticaly indexed etemplate es-es Clave primaria para la tabla, se indexa automáticamente
|
||||
radiobutton etemplate es-es Botón tipo radio
|
||||
read etemplate es-es Leer
|
||||
read a list of entries. etemplate es-es Leer una lista de entradas
|
||||
read a single entry by passing the id and fieldlist. etemplate es-es Leer una sola entrada pasando el id y la lista de campos
|
||||
read etemplate from database (for the keys above) etemplate es-es leer plantilla de la base de datos (para las claves de arriba)
|
||||
readonly etemplate es-es sólo lectura
|
||||
refresh etemplate es-es Refrescar
|
||||
remove row (can not be undone!!!) etemplate es-es Eliminar fila (¡NO se puede deshacer!)
|
||||
remove this link (not the entry itself) etemplate es-es Borrar este enlace (no la entrada en sí)
|
||||
required etemplate es-es Requerido
|
||||
reset etemplate es-es Restablecer
|
||||
returns savely, without deleting etemplate es-es Vuelve de forma segura, SIN borrar
|
||||
right etemplate es-es Derecha
|
||||
row... etemplate es-es Fila...
|
||||
save all etemplate es-es Guardar todo
|
||||
save selected columns as default preference for all users. etemplate es-es Guardar las columnas seleccionadas como preferencia predeterminada para todos los usuarios.
|
||||
save the changes made and close the window etemplate es-es Guardar los cambios realizados y cerrar la ventana
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate es-es Guardar la plantilla bajo las claves de arriba (nombre, etc). Cámbielas para Guardar como.
|
||||
saves changes to tables_current.inc.php etemplate es-es Guarda los cambios en el fichero tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate es-es Guarda la plantilla con el número de versión indicado y cierra la ventana
|
||||
scale etemplate es-es Escala
|
||||
scale for float etemplate es-es escala para flotante
|
||||
search etemplate es-es Buscar
|
||||
select a category etemplate es-es seleccionar una categoría
|
||||
select a primary contact, to show in the list etemplate es-es Seleccionar un contacto primario, para mostrar en la lista
|
||||
select access etemplate es-es Seleccionar acceso
|
||||
select account etemplate es-es Seleccionar cuenta
|
||||
select an app first !!! etemplate es-es Seleccione una aplicación primero
|
||||
select an app to search in etemplate es-es Seleccionar una aplicación en la que buscar
|
||||
select an application etemplate es-es Seleccionar una aplicación
|
||||
select an application, (*) = uninstalled etemplate es-es Seleccionar una aplicación. (*) = sin instalar
|
||||
select an entry to link with etemplate es-es Seleccionar una entrada para enlazar
|
||||
select an table of the application etemplate es-es Seleccione una tabla de la aplicación
|
||||
select application etemplate es-es Seleccionar aplicación
|
||||
select application to search etemplate es-es Seleccionar aplicación para buscar
|
||||
select category etemplate es-es Seleccionar categoría
|
||||
select columns etemplate es-es Seleccionar columnas
|
||||
select country etemplate es-es Seleccionar país
|
||||
select day etemplate es-es Seleccionar día
|
||||
select day of week etemplate es-es Seleccionar día de la semana
|
||||
select entry etemplate es-es Seleccionar entrada
|
||||
select file(s) from vfs etemplate es-es Seleccionar ficheros desde VFS
|
||||
select hour etemplate es-es Seleccionar hora del día
|
||||
select if content of field should not be translated (label gets always translated) etemplate es-es Seleccione si el contenido del campo no debe traducirse (la etiqueta siempre se traduce)
|
||||
select language etemplate es-es Seleccionar idioma
|
||||
select month etemplate es-es Seleccionar mes
|
||||
select number etemplate es-es Seleccionar número
|
||||
select one ... etemplate es-es Seleccionar uno...
|
||||
select percentage etemplate es-es Seleccionar porcentaje
|
||||
select priority etemplate es-es Seleccionar prioridad
|
||||
select state etemplate es-es Seleccionar estado
|
||||
select the columns to display in the list etemplate es-es Seleccionar columnas a mostrar en la lista
|
||||
select the indexed columns in their desired order etemplate es-es Seleccionar las columnas indexadas en su orden deseado
|
||||
select this etemplate to delete it etemplate es-es Seleccionar esta plantilla para borrarla
|
||||
select which accounts to show etemplate es-es seleccionar las cuentas a mostrar
|
||||
select which values to show etemplate es-es Seleccionar qué valores mostrar
|
||||
select year etemplate es-es Seleccionar año
|
||||
selectbox etemplate es-es Cuadro de selección
|
||||
set as default etemplate es-es Establecer como predeterminado
|
||||
sets today as date etemplate es-es pone hoy como fecha
|
||||
should the form be submitted or any custom javascript be executed etemplate es-es Se debe enviar el formulario o ejecutar cualquier javascript personalizado
|
||||
show etemplate es-es Mostrar
|
||||
show (no save) etemplate es-es Mostrar (sin guardar)
|
||||
show all / cancel filter etemplate es-es Mostrar todo / cancelar filtro
|
||||
show values etemplate es-es Mostar valores
|
||||
showing etemplate es-es mostrando
|
||||
shows / allows you to enter values into the etemplate for testing etemplate es-es muestra / permite introducir valores en la plantilla para probar
|
||||
shows/displays etemplate for testing, does not save it before etemplate es-es Muestra la plantilla para pruebas. NO la guarda antes
|
||||
spacing etemplate es-es Espaciado
|
||||
span etemplate es-es Span
|
||||
span, class etemplate es-es span, clase
|
||||
stack etemplate es-es Pila
|
||||
start a new search, cancel this link etemplate es-es comienzar una nueva búsqueda, cancelar este enlace
|
||||
start new search for the above pattern etemplate es-es comenzar una nueva búsqueda para el patrón de arriba
|
||||
submit form etemplate es-es Enviar formulario
|
||||
submitbutton etemplate es-es Botón de enviar
|
||||
swap etemplate es-es intercambiar
|
||||
swap widget with next one etemplate es-es intercambiar control con el siguiente
|
||||
swap with next column etemplate es-es intercambiar con la siguiente columna
|
||||
swap with next row etemplate es-es intercambiar con la fila siguiente
|
||||
switch to a parent widget etemplate es-es Cambiar a un control superior
|
||||
switch to an other widgets of that container etemplate es-es Cambiar a otros controles de ese contenedor
|
||||
tabindex etemplate es-es Índice de tabulación
|
||||
table unchanged, no write necessary !!! etemplate es-es La tabla no se ha modificado, no es necesario guardarla
|
||||
tablename etemplate es-es Nombre de la tabla
|
||||
tabs etemplate es-es Pestañas
|
||||
template etemplate es-es Plantilla
|
||||
template deleted etemplate es-es Plantilla borrada
|
||||
template saved etemplate es-es Plantilla guardada
|
||||
text etemplate es-es Texto
|
||||
textarea etemplate es-es Area de texto
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences es-es El documento puede contener un marcador como {{%3}}, para sustituirlo con los datos (%1lista completa de nombres de marcadores%2).
|
||||
the following document-types are supported: preferences es-es Los siguientes tipos de documentos están soportados:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate es-es este texto se muestra si el campo de entrada está vacío y no tiene foco (borroso)
|
||||
time etemplate es-es Hora (completa)
|
||||
titles of any entries linked to the current record, excluding attached files preferences es-es Títulos de cualquier entrada vinculada al registro actual, excluyendo los ficheros adjuntos
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate es-es para desactivar: [! = no]<valor>[=<comprobar>] p.ej: '!@data' desactiva si el contenido de 'data' está vacío
|
||||
to start the db-tools etemplate es-es para iniciar las Herramientas de la base de datos
|
||||
to start the etemplate editor etemplate es-es para iniciar el editor de plantillas
|
||||
to start the search etemplate es-es para iniciar la búsqueda
|
||||
today etemplate es-es Hoy
|
||||
top etemplate es-es Superior
|
||||
tree etemplate es-es Arbol
|
||||
type etemplate es-es Tipo
|
||||
type of the column etemplate es-es tipo de la columna
|
||||
type of the field (select label if field should be empty) etemplate es-es tipo del campo (seleccionar la etiqueta si el campo tiene que estar vacío)
|
||||
unique etemplate es-es Único
|
||||
unlink etemplate es-es Desvincular
|
||||
update a single entry by passing the fields. etemplate es-es Actualizar una única entrada pasando los campos
|
||||
update from version '%s' to etemplate es-es Actualizar de la versión '%s' a
|
||||
upload etemplate es-es Subir a un servidor
|
||||
valign etemplate es-es Alineación vertical
|
||||
value etemplate es-es Valor
|
||||
value has to be at least '%1' !!! etemplate es-es ¡¡¡El valor tiene que ser al menos '%1'!!!
|
||||
value has to be at maximum '%1' !!! etemplate es-es ¡¡¡El valor tiene que ser como máximo '%1'!!!
|
||||
vbox etemplate es-es VBox
|
||||
version etemplate es-es Versión
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate es-es número de la versión, en formato mayor.menor.revisión.número (por ej. 0.9.13.001, con todos los números rellenos con ceros)
|
||||
vertical alignment of row etemplate es-es alineación vertical de la fila
|
||||
view this etemplate etemplate es-es ver esta plantilla
|
||||
view this linked entry in its application etemplate es-es ver esta entrada enlazada en su aplicación
|
||||
weekend etemplate es-es fin de semana
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate es-es Qué hacer con el contenido que se desborda: visible (predeterminado), oculto, desplazar, automático (decide el navegador)
|
||||
widget copied into clipboard etemplate es-es control copiado en el portapapeles
|
||||
width etemplate es-es Ancho
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate es-es ancho de la columna (en % o píxeles), desactivar columna: [!= no]<valor>[=<comprobar>] ej: '!@data' desactiva la columna si el contenido de los datos está vacío
|
||||
width of column (in % or pixel) etemplate es-es ancho de la columna (en % o pixel)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate es-es Ancho de la tabla en % o píxeles para la etiqueta y, opcionalmente, elemento div
|
||||
width, disabled etemplate es-es Ancho, desactivado
|
||||
wk etemplate es-es Semana
|
||||
working days etemplate es-es días laborales
|
||||
write <app>/setup/tables_current.inc.php etemplate es-es Escribir <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate es-es Escribir fichero de idioma
|
||||
write tables etemplate es-es Escribir tablas
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate es-es escribe un fichero 'etemplates.inc.php' (para la aplicación en Nombre) en el directorio de instalación de la aplicación
|
||||
xml-file to import etemplate es-es fichero xml a importar
|
||||
xslt template etemplate es-es Plantilla XSLT
|
||||
year etemplate es-es Año
|
||||
you are not allowed to export more than %1 entries! common es-es ¡No se le permite exportar más de %1 entradas!
|
||||
you can respond by visiting: etemplate es-es Puede responder visitando:
|
||||
you need to select a file first! etemplate es-es ¡Necesita seleccionar un fichero antes!
|
@ -1,105 +0,0 @@
|
||||
actions... etemplate et Tegevused...
|
||||
advanced search etemplate et Laiendatud Otsing
|
||||
all users etemplate et Kõik kasutajad
|
||||
and etemplate et Ja
|
||||
applications etemplate et Rakendused
|
||||
attach file etemplate et Kaasa fail
|
||||
check all etemplate et Kontrolli kõik
|
||||
click here to create the link etemplate et vajuta siia tegemaks Link
|
||||
click here to start the search etemplate et vajuta siia alustamaks otsingut
|
||||
comment etemplate et Kommentaar
|
||||
confirm etemplate et kinnita
|
||||
contact etemplate et Kontakt
|
||||
contains etemplate et sisaldab
|
||||
cut etemplate et Lõika
|
||||
date+time etemplate et Kuupäev+Aeg
|
||||
day etemplate et Päev
|
||||
days etemplate et päeva
|
||||
default etemplate et Vaikimisi
|
||||
delete this column etemplate et kustuta see tulp
|
||||
delete this file etemplate et Kustuta see fail
|
||||
delete this row etemplate et Kustuta see rida
|
||||
delete whole column (can not be undone!!!) etemplate et kustuta terve tulp (EI SAA tagasi võtta!!!)
|
||||
deletes this column etemplate et Kustutab selle tulba
|
||||
discard changes etemplate et unusta muudatused
|
||||
do you want to save the changes you made in table %s? etemplate et Kas soovid salvestada muudatused mida tegid tabelis %s?
|
||||
documentation etemplate et Dokumentatsioon
|
||||
doesn't matter etemplate et pole tähtis
|
||||
duration etemplate et Kestvus
|
||||
edit etemplate et Muuda
|
||||
edit... etemplate et Muuda ...
|
||||
entry saved etemplate et Kirje salvestatud
|
||||
export xml etemplate et Expordi XML
|
||||
field etemplate et Väli
|
||||
field must not be empty !!! etemplate et Väli ei tohi jääda tühjaks !!!
|
||||
file etemplate et Pail
|
||||
file writen etemplate et Fail kirjutatud
|
||||
fileupload etemplate et Faili Üleslaadimine
|
||||
first etemplate et Esimene
|
||||
height etemplate et Kõrgus
|
||||
help etemplate et Abi
|
||||
hour etemplate et Tund
|
||||
hours etemplate et tundi
|
||||
html etemplate et Html
|
||||
id etemplate et Id
|
||||
image etemplate et Pilt
|
||||
import etemplate et Import
|
||||
import xml etemplate et Impordi XML
|
||||
key etemplate et Võti
|
||||
last etemplate et Viimane
|
||||
link etemplate et Link
|
||||
minutes etemplate et minutit
|
||||
month etemplate et Kuu
|
||||
more etemplate et Rohkem
|
||||
name etemplate et Nimi
|
||||
new etemplate et Uus
|
||||
new search common et Uus otsing
|
||||
newer version '%1' exists !!! etemplate et uuem versioon '%1' eksisteerib !!!
|
||||
no file etemplate et pole faili
|
||||
no matches found etemplate et sobivaid ei leitud
|
||||
nothing found - try again !!! etemplate et Midagi ei leitud - proovi uuesti !!!
|
||||
now etemplate et Nüüd
|
||||
options etemplate et Omadused
|
||||
or etemplate et või
|
||||
path etemplate et Teekond
|
||||
read etemplate et Loe
|
||||
readonly etemplate et loeainult
|
||||
required etemplate et Nõutav
|
||||
reset etemplate et Tühista
|
||||
right etemplate et Parem
|
||||
row... etemplate et Rida ...
|
||||
search etemplate et Otsi
|
||||
select a category etemplate et Vali Kategooria
|
||||
select access etemplate et Vali Ligipääs
|
||||
select account etemplate et Vali Konto
|
||||
select category etemplate et Vali kategooria
|
||||
select columns etemplate et Vali tulbad
|
||||
select country etemplate et Vali Riik
|
||||
select day etemplate et Vali päev
|
||||
select day of week etemplate et vali päev nädalast
|
||||
select hour etemplate et Vali tund
|
||||
select language etemplate et Vali Keel
|
||||
select month etemplate et Vali Kuu
|
||||
select number etemplate et Vali Number
|
||||
select one ... etemplate et Vali Üks ...
|
||||
select priority etemplate et Vali Prioriteet
|
||||
select which values to show etemplate et vali mis väärtusi näidata
|
||||
select year etemplate et Vali Aasta
|
||||
show etemplate et Näita
|
||||
show (no save) etemplate et Näita (ära salvesta)
|
||||
show values etemplate et Näita Väärtusi
|
||||
showing etemplate et näitan
|
||||
tablename etemplate et Tabeli Nimi
|
||||
text etemplate et Tekst
|
||||
textarea etemplate et Tekstiväli
|
||||
time etemplate et Aeg
|
||||
today etemplate et Täna
|
||||
tree etemplate et Puu
|
||||
type etemplate et Tüüp
|
||||
version etemplate et Versioon
|
||||
width etemplate et Laius
|
||||
wk etemplate et Nd
|
||||
write langfile etemplate et Kirjuta Keel
|
||||
write tables etemplate et Kirjuta Tabelid
|
||||
year etemplate et Aasta
|
||||
you can respond by visiting: etemplate et Sa saad vastata külastates:
|
@ -1,227 +0,0 @@
|
||||
%1 etemplates deleted etemplate eu %1 plantilla ezabatuta
|
||||
%1 etemplates found etemplate eu %1 plantilla aurkituta
|
||||
%1 matches on search criteria etemplate eu %1 parekotasun egindako bilaketa eskaeran
|
||||
%1 new etemplates imported for application '%2' etemplate eu %1 plantilla berri inportatu dira '%2' aplikaziorako
|
||||
%s disabled etemplate eu %s desaktibatuta
|
||||
%s needed etemplate eu %s beharrezkoa da
|
||||
%s notranslation etemplate eu %s itzulpenik gabe
|
||||
%s onchange etemplate eu %s aldatzerakoan
|
||||
%s readonly etemplate eu %s irakurtzeko soilik
|
||||
'%1' has an invalid format !!! etemplate eu '%1' -ek ez dauka formato egokia!!!
|
||||
'%1' is not a valid date !!! etemplate eu '%1' ez da data egokia!!!
|
||||
'%1' is not a valid integer !!! etemplate eu '%1' ez da oso baliozkoa!!!
|
||||
a pattern to be searched for etemplate eu bilaketarako patroia
|
||||
accesskey etemplate eu Tekla azkarra
|
||||
add a new column (after the existing ones) etemplate eu Zutabe berri bat gehitu (existitzen direnen atzean)
|
||||
add a new entry of the selected application etemplate eu Aplikazioari sarrera berri bat gehitu
|
||||
add a new multi-column index etemplate eu Zutabe anitzeko aurkibide berri bat gehitu
|
||||
add column etemplate eu Zutabea gehitu
|
||||
add index etemplate eu Aurkibidea gehitu
|
||||
add new etemplate eu Berria gehitu
|
||||
add table etemplate eu Taula gehitu
|
||||
advanced search etemplate eu Bilaketa aurreratua
|
||||
align etemplate eu Lerrokatzea
|
||||
all days etemplate eu egunero
|
||||
all operations save the template! etemplate eu operazio guztiek plantilla gordetzen dute!
|
||||
all users etemplate eu Erabiltzaile guztiak
|
||||
am etemplate eu am
|
||||
and etemplate eu Eta
|
||||
application etemplate eu Aplikazioa
|
||||
applications etemplate eu Aplikazioak
|
||||
applies the changes made etemplate eu Egindako aldaketak aplikatu
|
||||
attach etemplate eu Erantsi
|
||||
attach file etemplate eu Fitxategia erantsi
|
||||
baseline etemplate eu Oinarri lerro
|
||||
blurtext etemplate eu testu ez oso argia
|
||||
border etemplate eu Ertza
|
||||
border-line-thickness for the table-tag etemplate eu Taulako etiketaren ertzeko lerroaren handiera
|
||||
bottom etemplate eu Beheraldea
|
||||
box etemplate eu Kaxa
|
||||
box... etemplate eu Kaxa...
|
||||
cancel etemplate eu Ezeztatu
|
||||
category etemplate eu Kategoria
|
||||
cells etemplate eu Gelaxkak
|
||||
cellspacing for the table-tag etemplate eu Gelaxkaren handiera taularen etiketarentzako
|
||||
center etemplate eu Erdiratu
|
||||
check all etemplate eu Guztia hautatu
|
||||
check if field has to be filled by user etemplate eu markatu eremua erabiltzaileak bete behar badu
|
||||
checkbox etemplate eu Laukia
|
||||
class etemplate eu Klase
|
||||
class, valign etemplate eu klase, posizio bertikala
|
||||
click here to attach the file etemplate eu egin hemen klik fitxategia eransteko
|
||||
click here to create the link etemplate eu egin hemen klik lotura bat sortzeko
|
||||
click here to start the search etemplate eu egin hemen klik bilaketarekin hasteko
|
||||
click here to upload the file etemplate eu egin hemen klik fitxategia zerbitzarira igotzeko
|
||||
click to order after that criteria etemplate eu egin klik irizpide horren ondoren ordenatzeko
|
||||
closes the window without saving the changes etemplate eu leihoa itxi aldaketak gorde gabe
|
||||
column... etemplate eu Zutabea...
|
||||
columnname etemplate eu Zutabearen izena
|
||||
comment etemplate eu Komentarioa
|
||||
confirm etemplate eu berretsi
|
||||
contact etemplate eu Kontaktua
|
||||
contains etemplate eu dauka
|
||||
create a new table for the application etemplate eu Aplikaziorako taula berri bat sortu
|
||||
css class for the table-tag etemplate eu Taularen etiketarentzako CSS klasea
|
||||
css properties etemplate eu CSS propietateak
|
||||
css-styles etemplate eu CSS estiloak
|
||||
custom etemplate eu pertsonalizatua
|
||||
custom fields etemplate eu eremu pertsonalizatuak
|
||||
custom javascript for onchange etemplate eu javascript pertsonalizatua onChange-entzako
|
||||
cut etemplate eu Ebaki
|
||||
date+time etemplate eu Data+ordua
|
||||
day etemplate eu Eguna
|
||||
days etemplate eu egunak
|
||||
db-tools etemplate eu Datu baseko tresnak
|
||||
deck etemplate eu Bizkar (barne)
|
||||
default etemplate eu Lehenetsia
|
||||
delete a single entry by passing the id. etemplate eu Sarrera sinple bat ezabatu id-a pasatuz.
|
||||
delete all selected etemplates, without further inquiry etemplate eu Aukeratutako plantilla GUZTIAK ezabatu, galdetu GABE
|
||||
delete and cut save the template! etemplate eu ezabatu eta ebakik plantilla gordetzen dute!
|
||||
delete column etemplate eu Zutabea ezabatu
|
||||
delete index etemplate eu Aurkibidea ezabatu
|
||||
delete the spezified etemplate etemplate eu Zehaztutako plantilla ezabatu
|
||||
delete this column etemplate eu zutabe hau ezabatu
|
||||
delete this etemplate etemplate eu plantilla hau ezabatu
|
||||
delete this file etemplate eu Fitxategi hau ezabatu
|
||||
delete this row etemplate eu errenkada hau ezabatu
|
||||
delete whole column (can not be undone!!!) etemplate eu Zutabe osoa ezabatu (ezin da desegin!!!)
|
||||
deletes the etemplate spez. above etemplate eu Goran zehaztutako plantilla ezabatu
|
||||
deletes this column etemplate eu Zutabe hau ezabatu
|
||||
deletes this index etemplate eu Aurkibide hau ezabatu
|
||||
discard changes etemplate eu aldaketak baztertu
|
||||
documentation etemplate eu Dokumentazioa
|
||||
doesn't matter etemplate eu ez du axola
|
||||
drop a table - this can not be undone etemplate eu Taula ezabatu - ezin da desegin
|
||||
drop table etemplate eu Taula ezabatu
|
||||
duration etemplate eu Iraupena
|
||||
edit etemplate eu Editatu
|
||||
edit... etemplate eu Editatu...
|
||||
editable templates - db-tools etemplate eu Plantilla editagarriak - Datu baseko tresnak
|
||||
editable templates - delete template etemplate eu Plantilla editagarriak - Plantilla ezabatu
|
||||
editable templates - editor etemplate eu Plantilla editagarriak - Editorea
|
||||
editable templates - search etemplate eu Plantilla editagarriak - Bilatu
|
||||
editable templates - show template etemplate eu Plantilla editagarriak - Plantilla erakutsi
|
||||
enable javascript onchange submit etemplate eu bidali aktibatu JavaScript onChange
|
||||
enter a search pattern etemplate eu Bilaketa patroi bat sartu
|
||||
entry saved etemplate eu Sarrera gordeta
|
||||
error: template not found !!! etemplate eu Errorea: ez da plantilla aurkitu
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate eu Errorea: zerbitzariak ezin du`'%1'-en idatzi!!!
|
||||
error: while saving !!! etemplate eu Errorea gordetzerakoan
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate eu Errorea: web zerbitzaria ez dauka idazketa baimenik
|
||||
etemplate common eu Plantilla elektronikoa
|
||||
etemplate editor etemplate eu Plantilla elektronikoen editorea
|
||||
etemplate reference etemplate eu Plantilla elektronikoen erreferentziak
|
||||
etemplate tutorial etemplate eu Plantilla elektronikoen tutoriala
|
||||
exchange this row with the one above etemplate eu Errenkada hau gainekoarekin trukatu
|
||||
exchange this two columns etemplate eu Bi zutabe hauek trukatu
|
||||
export xml etemplate eu XML esportatu
|
||||
extensions loaded: etemplate eu Luzapenak kargatuta:
|
||||
field must not be empty !!! etemplate eu Eremuak ez dira hutsik egon behar!!!
|
||||
file etemplate eu Fitxategia
|
||||
file writen etemplate eu Fitxategia gordeta
|
||||
fileupload etemplate eu Fitxategia igo
|
||||
first etemplate eu Lehenengoa
|
||||
floating point etemplate eu Koma mugikorra
|
||||
foreign key etemplate eu Kanpoko klabea
|
||||
formatted text (html) etemplate eu Testuaren formatoa (HTML)
|
||||
go to the first entry etemplate eu lehenengo sarrerara joan
|
||||
go to the last entry etemplate eu azken sarrerara joan
|
||||
go to the next page of entries etemplate eu sarreren hurrengo orrialdera joan
|
||||
go to the previous page of entries etemplate eu sarreren aurreko orrialdera joan
|
||||
grid etemplate eu Sareta
|
||||
grid column attributes etemplate eu Saretako zutabearen atributoak
|
||||
grid row attributes etemplate eu Saretako errenkaden atributoak
|
||||
groupbox etemplate eu Taldeko koadroa
|
||||
h etemplate eu o
|
||||
hbox etemplate eu Koadro horizontala
|
||||
height etemplate eu Altuera
|
||||
height of row (in % or pixel) etemplate eu errenkadaren altuera (% edo pixeletan)
|
||||
height, disabled etemplate eu Altuera desaktibatuta
|
||||
help etemplate eu Laguntza
|
||||
horizontal rule etemplate eu Lerro horizontala
|
||||
hour etemplate eu Ordua
|
||||
hours etemplate eu Orduak
|
||||
how many entries should the list show etemplate eu Zenbait sarrera ikusten dira zerrendan?
|
||||
html etemplate eu Html
|
||||
id etemplate eu Id
|
||||
image etemplate eu Irudia
|
||||
import etemplate eu Inportatu
|
||||
import an etemplate from a xml-file etemplate eu Plantilla xml fitxategi batetik inportatu
|
||||
import xml etemplate eu XML inportatu
|
||||
indexed etemplate eu Indexatua
|
||||
indexoptions etemplate eu Indexatzearen aukerak
|
||||
insert a column before etemplate eu zutabe bat txertatu aurrean
|
||||
insert a column behind etemplate eu zutabe bat txertatu ondoren
|
||||
insert a row above etemplate eu errenkada bat txertatu gainean
|
||||
insert a row below etemplate eu errenkada bat txertatu azpian
|
||||
insert a widget before etemplate eu kontrol bat txertatu aurrean
|
||||
insert a widget behind etemplate eu kontrol bat txertatu atzean
|
||||
insert new column behind this one etemplate eu zutabe berri bat txertatu honen ondoren
|
||||
insert new column in front of all etemplate eu zutabe berri bat txerta denen aurretik
|
||||
insert new row after this one etemplate eu errenkada berri bat txertatu honen ondoren
|
||||
insert new row in front of first line etemplate eu errenkada berri bat txertatu lehenengoaren aurrean
|
||||
integer etemplate eu Osoa
|
||||
key etemplate eu Gakoa
|
||||
label etemplate eu Etiketa
|
||||
lang etemplate eu Hizkuntza
|
||||
last etemplate eu Azkena
|
||||
left etemplate eu Ezkerra
|
||||
link etemplate eu Lotura
|
||||
linkentry etemplate eu Lotura sarrera
|
||||
linklist etemplate eu Loturen zerrenda
|
||||
linkstring etemplate eu Loturen katea
|
||||
linkto etemplate eu Lotu
|
||||
load this template into the editor etemplate eu plantilla hau editorean kargatu
|
||||
loading etemplate eu kargatzen
|
||||
middle etemplate eu Erdia
|
||||
minute etemplate eu Minutua
|
||||
minutes etemplate eu Minutuak
|
||||
month etemplate eu Hilabetea
|
||||
more etemplate eu Gehiago
|
||||
multicolumn indices etemplate eu Zutabe askotako aurkibidea
|
||||
name etemplate eu Izena
|
||||
name of table to add etemplate eu Gehitu behar den taularen izena
|
||||
new etemplate eu Berria
|
||||
new search common eu Bilaketa berria
|
||||
new table created etemplate eu Taula berri bat sortu da
|
||||
newer version '%1' exists !!! etemplate eu Bertsio '%1' berriagoa dago!!!
|
||||
nextmatch etemplate eu Hurrengo parekatzea
|
||||
no column to swap with !!! etemplate eu Ez dago zutaberik aldatzeko!!!
|
||||
no file etemplate eu ez dago fitxategirik
|
||||
no matches found etemplate eu Ez dago emaitzik
|
||||
no row to swap with !!! etemplate eu Ez dago errenkadarik aldatzeko!!!
|
||||
not null etemplate eu NOT NULL
|
||||
nothing etemplate eu ezerrez
|
||||
nothing found - try again !!! etemplate eu Ez da ezerrez aurkitu. Saiatu berriro!!!
|
||||
nothing in clipboard to paste !!! etemplate eu Ez dago ezerrez arbelean Itsasteko!!!
|
||||
nothing matched search criteria !!! etemplate eu Ez da ezerrez aurkitu irizpide horrekin!!!
|
||||
onchange etemplate eu onChange
|
||||
onclick etemplate eu onClick
|
||||
only an other version found !!! etemplate eu bakarrik bertsio bat aurkitu da
|
||||
open the online help. etemplate eu On line laguntza zabaldu
|
||||
operator etemplate eu Operadorea
|
||||
optional note about the link etemplate eu loturari buruzko aukerazko oharra
|
||||
options etemplate eu Aukerak
|
||||
or etemplate eu edo
|
||||
overflow etemplate eu Gainezkatzea
|
||||
padding etemplate eu Testutik gelaxkarako distantzia
|
||||
paste etemplate eu Itsatsi
|
||||
path etemplate eu Ruta
|
||||
pm etemplate eu pm
|
||||
read a list of entries. etemplate eu Sarrea zerrenda bat irakurri
|
||||
read a single entry by passing the id and fieldlist. etemplate eu Sarrera bakarra irakurri "ID"-a eta "eremu zerrenda" pasatuaz.
|
||||
remove this link (not the entry itself) etemplate eu Lotura hau ezabatu (ez sarrera)
|
||||
reset etemplate eu Berrezarri
|
||||
save all etemplate eu Gorde dena
|
||||
select a category etemplate eu Kategoria hautatu
|
||||
select an app to search in etemplate eu Bilaketa egiteko aplikazio bat aukeratu
|
||||
selectbox etemplate eu Aukeraketa kuadroa
|
||||
show etemplate eu Bistaratu
|
||||
start a new search, cancel this link etemplate eu bilaketa berri bat hasi, lotura hau ezeztatu
|
||||
template etemplate eu Plantilla
|
||||
type etemplate eu mota
|
||||
unlink etemplate eu Desestekatu
|
||||
update a single entry by passing the fields. etemplate eu Eguneratu sarrera bakarra eremua emanez.
|
||||
upload etemplate eu Kargatu
|
||||
view this linked entry in its application etemplate eu zure aplikazioarekin lotura duen sarrera hau ikusi
|
||||
wk etemplate eu Astea
|
@ -1,396 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate fa %1 پیام (%2 جدید) برای کاربرد '%3' و زبان '%4' نوشته شد
|
||||
%1 etemplates deleted etemplate fa %1 فرم حذف شد
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate fa %1 فرم برای کاربرد '%2' به '%3' نوشته شد
|
||||
%1 etemplates found etemplate fa %1 فرم پیدا شد
|
||||
%1 matches on search criteria etemplate fa %1 با شروط جستجو جور شد
|
||||
%1 new etemplates imported for application '%2' etemplate fa %1 فرم جدید برای کاربرد %2 وارد شد
|
||||
%s disabled etemplate fa %s غیر فعال شده
|
||||
%s needed etemplate fa %s لازم است
|
||||
%s notranslation etemplate fa %s ترجمه نشده
|
||||
%s onchange etemplate fa %s موقع تغییر
|
||||
%s readonly etemplate fa %s فقط خواندنی
|
||||
'%1' has an invalid format !!! etemplate fa '%1' قالب نامعتبر دارد!!!
|
||||
'%1' is not a valid date !!! etemplate fa '%1' تاریخ معتبر نیست!!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate fa '%1' عدد اعشاری معتبری نیست!!!
|
||||
'%1' is not a valid integer !!! etemplate fa '%1' عدد صحیح معتبری نیست!!!
|
||||
a pattern to be searched for etemplate fa الگوئی که باید جستجو شود
|
||||
accesskey etemplate fa کلید دسترسی
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate fa کلیدهای دسترسی همچنین می توانند با یک & در برچسب مشخص شوند(مانند: &نام)
|
||||
add a new column (after the existing ones) etemplate fa افزودن ستون جدید(پس از ستونهای موجود)
|
||||
add a new entry of the selected application etemplate fa افزودن ورودی جدید از کاربرد انتخاب شده
|
||||
add a new multi-column index etemplate fa افزودن یک نمایه چند ستونی
|
||||
add column etemplate fa افزودن ستون
|
||||
add index etemplate fa افزودن نمایه
|
||||
add new etemplate fa افزودن جدید
|
||||
add table etemplate fa افزودن جدول
|
||||
advanced search etemplate fa جستجوی پیشرفته
|
||||
align etemplate fa چیدن
|
||||
alignment of label and input-field in table-cell etemplate fa چیدمان برچسب و فیلد ورودی در سلول جدول
|
||||
alignment of the v/hbox containing table-cell etemplate fa چیدمان افقی/عمودی جعبه شامل سلول جدول
|
||||
all days etemplate fa همه روزها
|
||||
all operations save the template! etemplate fa همه عملیات فرم ذخیره شد!
|
||||
all users etemplate fa همه کاربران
|
||||
am etemplate fa صبح
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate fa ستون نمایه دار شده باعث می شود که پرس و جوهای آن ستون سریعتر انجام شوند(فضای دیسک را بیشتر مصرف می کند)!!!
|
||||
and etemplate fa و
|
||||
application etemplate fa کاربرد
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate fa نام کاربرد لازم است در پرونده زبان نوشته شود یا در فرمها نوشته شود!!!
|
||||
applications etemplate fa کاربردها
|
||||
applies the changes made etemplate fa تغییرات انجام شده را اعمال میکند
|
||||
applies the changes to the given version of the template etemplate fa تغییرات را به نسخه داده شده از فرم اعمال میکند
|
||||
attach etemplate fa پیوست
|
||||
attach file etemplate fa پیوست پرونده
|
||||
baseline etemplate fa خط پایه
|
||||
blurtext etemplate fa متن بلوری
|
||||
border etemplate fa کادر
|
||||
border-line-thickness for the table-tag etemplate fa ضخامت خط کادر برای علامت جدول
|
||||
bottom etemplate fa پایین
|
||||
box etemplate fa جعبه
|
||||
box... etemplate fa جعبه...
|
||||
can not have special sql-value null etemplate fa مقدار ویژه SQL نمیتواند «هیچ»(NULL) باشد
|
||||
cancel etemplate fa لغو
|
||||
cant delete a single widget from a grid !!! etemplate fa نمی توان یک موجودیت تنها را از یک توری(grid) حذف کرد!!!
|
||||
cant delete the only column of a grid !!! etemplate fa نمی توان تنها ستون موجود در توری (grid) را حذف کرد!!!
|
||||
cant delete the only row in a grid !!! etemplate fa نمی توان تنها سطر موجود در توری (grid) را حذف کرد!!!
|
||||
category etemplate fa دسته
|
||||
cellpadding for the table-tag etemplate fa عرض سلول برای علامت جدول
|
||||
cells etemplate fa سلولها
|
||||
cellspacing for the table-tag etemplate fa فاصله سلولها برای علامت جدول
|
||||
center etemplate fa وسط
|
||||
changed etemplate fa تغییر یافت
|
||||
check all etemplate fa چک کردن همه
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate fa اگر میخواهید محتوی فقط نشان داده شده و عوض نشوند، علامت بگذارید!(محتوی بعدا برگشت نخواهد کرد)
|
||||
check if field has to be filled by user etemplate fa فیلد بررسی شود که بوسیله کاربر پرشده است
|
||||
checkbox etemplate fa جعبه انتخاب
|
||||
class etemplate fa کلاس
|
||||
class, valign etemplate fa کلاس، چیدمان عمودی
|
||||
click here to attach the file etemplate fa اینجا کلیک کنید تا پرونده پیوست شود
|
||||
click here to create the link etemplate fa اینجا کلیک کنید تا اتصال ساخته شود
|
||||
click here to start the search etemplate fa اینجا کلیک کنید تا جستجو آغاز شود
|
||||
click here to upload the file etemplate fa اینجا کلیک کنید تا پرونده ارسال شود
|
||||
click to order after that criteria etemplate fa برای مرتب شدن بر اساس شرط، کلیک کنید
|
||||
clickable path etemplate fa مسیر قابل کلیک
|
||||
closes the window without saving the changes etemplate fa پنجره ها را بدون ذخیره تغییرات می بندد
|
||||
column... etemplate fa ستون...
|
||||
columnname etemplate fa نام ستون
|
||||
comment etemplate fa توضیحات
|
||||
confirm etemplate fa تأیید
|
||||
confirmation message or custom javascript (returning true or false) etemplate fa پیام تأیید یا جاوااسکریپت سفارشی(با برگرداندن true یا false)
|
||||
confirmation necesary or custom java-script etemplate fa تأییدیه ضروری یا جاوااسکریپت سفارشی
|
||||
contact etemplate fa مخاطب
|
||||
contains etemplate fa شامل
|
||||
create a new table for the application etemplate fa ایجاد یک جدول جدید برای کاربرد
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate fa یک پرونده زبان انگلیسی ('en') از برچسب و متون راهنما (برای کاربرد در نام)
|
||||
css class for the table-tag etemplate fa کلاس CSS برای علامت جدول
|
||||
css properties etemplate fa مشخصات CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate fa نام کلاس CSS برای این ردیف، از قبل تعیین شده:'nmh' = NextMatch header, 'nmr' = alternating NM row, 'nmr0'+'nmr1' NM rows
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate fa نام کلاس CSS برای این ردیف، از قبل تعیین شده:'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows
|
||||
css-styles etemplate fa سبکهای CSS
|
||||
custom etemplate fa سفارشی
|
||||
custom fields etemplate fa فیلدهای سفارشی
|
||||
custom javascript for onchange etemplate fa جاوااسکریپت سفارشی برای «درتغییر»
|
||||
cut etemplate fa بریدن
|
||||
date+time etemplate fa تاریخ و ساعت
|
||||
day etemplate fa روز
|
||||
days etemplate fa روز
|
||||
db ensures that every row has a unique value in that column etemplate fa پایگاه داده تضمین می کند که هر سطر یک مقدار یکتائی در آن ستون دارد
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate fa گزینه های مشخصه پایگاه داده( جداسازی با ویرگول)، مثل (mysql(FULLTEXT یا (mysql(100 برای طول نمایه یک ستون
|
||||
db-tools etemplate fa ابزارهای پایگاه داده
|
||||
deck etemplate fa پوشیده(داخلی)
|
||||
default etemplate fa پیش فرض
|
||||
delete a single entry by passing the id. etemplate fa حذف یک ورودی با عبور شناسه آن
|
||||
delete all selected etemplates, without further inquiry etemplate fa حذف همه فرمهای انتخاب شده، بدون پرسیدن بعدی
|
||||
delete and cut save the template! etemplate fa حذف و بریدن فرم ذخیره شده!
|
||||
delete column etemplate fa حذف ستون
|
||||
delete index etemplate fa حذف نمایه
|
||||
delete the spezified etemplate etemplate fa فرم مشخص شده حذف شود
|
||||
delete this column etemplate fa این ستون حذف شود
|
||||
delete this etemplate etemplate fa این فرم حذف شود
|
||||
delete this file etemplate fa این پرونده حذف شود
|
||||
delete this row etemplate fa این سطر حذف شود
|
||||
delete whole column (can not be undone!!!) etemplate fa کل ستون حذف شود(غیر قابل بازگشت!!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate fa حذف فرم مشخص شده فوق از پایگاه داده، نمی توان آنرا برگرداند
|
||||
deletes the etemplate spez. above etemplate fa فرم مشخص شده فوق را حذف می کند
|
||||
deletes this column etemplate fa حذف این ستون
|
||||
deletes this index etemplate fa حذف این نمایه
|
||||
discard changes etemplate fa نادیده گرفتن تغییرات
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate fa در جلوی ورودی نمایش داده می شود یا ورودی برای یک '%s' در برچسب درج می شود.(بر چسب یک دکمه ثبت یا نام پرونده تصویری)
|
||||
displayed in statusline of browser if input-field gets focus etemplate fa نمایش در خط وضعیت مرورگر، در صورت رفتن به فیلد ورودی
|
||||
displayed in the top line of the groupbox (legend) etemplate fa در خط بالائی جعبه گروه نمایش داده می شود(راهنما)
|
||||
do you want to save the changes you made in table %s? etemplate fa آیا می خواهید که تغییرات انجام شده در جدول %s را ذخیره نمائید؟
|
||||
documentation etemplate fa مستندات
|
||||
doesn't matter etemplate fa مهم نیست
|
||||
drop a table - this can not be undone etemplate fa حذف جدول - غیر قابل برگشت
|
||||
drop table etemplate fa حذف جدول
|
||||
dump4setup etemplate fa نوشتن برای نصب
|
||||
duration etemplate fa مدت
|
||||
edit etemplate fa ویراستن
|
||||
edit embeded css styles or of the applications app.css file etemplate fa ویرایش سبک CSS جاسازی شده یا از پرونده app.css مربوط به کاربرد
|
||||
edit the etemplate spez. above etemplate fa ویراستن فرم مشخص شده فوق
|
||||
edit... etemplate fa ویراستن...
|
||||
editable templates - db-tools etemplate fa فرمهای قابل ویرایش - ابزارهای پایگاه داده
|
||||
editable templates - delete template etemplate fa فرمهای قابل ویرایش -حذف فرم
|
||||
editable templates - editor etemplate fa فرمهای قابل ویرایش - ویرایشگر
|
||||
editable templates - search etemplate fa فرمهای قابل ویرایش -جستجو
|
||||
editable templates - show template etemplate fa فرمهای قابل ویرایش - نمایش فرم
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate fa سبک CSS جاسازی شده، مانند: '{;red { background: red.' (توجه: « . » قبل از نام کلاس باشد. یا '@import url(...)' نام کلاس عمومی است یا برای همه صفحه کاربرد دارد.
|
||||
enable javascript onchange submit etemplate fa فعال سازی ثبت «درتغییر» جاوااسکریپت
|
||||
enter '' for an empty default, nothing mean no default etemplate fa برای پیش فرض خالی '' بگذارید، هیچ نگذارید یعنی پیش فرضی نیست
|
||||
enter a search pattern etemplate fa ورود یک الگوی جستجو
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate fa نام پرونده را برای ارسال یا پیوست وارد کنید از [Browse...] برای جستجوی آن استفاده کنید
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate fa شماره نسخه جدید را در اینجا وارد کنید(باید بزرگتر از نسخه قدیمی باشد)، برای نبودن پرونده به روز رسانی خالی بگذارید
|
||||
enter the new version number here (has to be > old_version) etemplate fa شماره نسخه جدید را در اینجا وارد کنید(باید بزرگتر از نسخه قدیمی باشد)
|
||||
entry saved etemplate fa ورودی ذخیره شد
|
||||
error: template not found !!! etemplate fa خطا: فرم یافت نشد!!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate fa خطا: کارگزار وب مجاز به نوشتن در '%1' نیست !!!
|
||||
error: while saving !!! etemplate fa خطا: در زمان ذخیره سازی!!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate fa خطا: نوشتن پرونده (مجوز نوشتن برای کارگزار وب موجود نیست) !!!
|
||||
etemplate common fa فرم ساز
|
||||
etemplate '%1' imported, use save to put it in the database etemplate fa فرم '%1' وارد شد، از «ذخیره» استفاده کنید تا در پایگاه داده قرار گیرد
|
||||
etemplate '%1' written to '%2' etemplate fa فرم '%1' در '%2' نوشته شد
|
||||
etemplate editor etemplate fa ویرایشگر فرم
|
||||
etemplate reference etemplate fa مرجع راهنمای فرم ساز
|
||||
etemplate tutorial etemplate fa مرجع فوری فرم ساز
|
||||
exchange this row with the one above etemplate fa این سطر با سطر بالائیش عوض شود
|
||||
exchange this two columns etemplate fa این دو ستون باهم عوض شود
|
||||
export the loaded etemplate into a xml-file etemplate fa فرم بارگذاری شده در یک پرونده xml صادر شود
|
||||
export xml etemplate fa صدور XML
|
||||
extensions loaded: etemplate fa گسترشهای بارگذاری شده:
|
||||
field must not be empty !!! etemplate fa فیلد نمی تواند خالی باشد!!!
|
||||
file etemplate fa پرونده
|
||||
file contains more than one etemplate, last one is shown !!! etemplate fa پرونده شامل بیش از یک فرم است، آخرین فرم نمایش داده می شود !!!
|
||||
file writen etemplate fa پرونده نوشته شد
|
||||
fileupload etemplate fa ارسال پرونده
|
||||
first etemplate fa اولین
|
||||
floating point etemplate fa اعشاری
|
||||
foreign key etemplate fa کلید خارجی
|
||||
formatted text (html) etemplate fa متن قالب بندی شده(HTML)
|
||||
go to the first entry etemplate fa رفتن به ورودی اول
|
||||
go to the last entry etemplate fa رفتن به ورودی آخر
|
||||
go to the next page of entries etemplate fa رفتن به صفحه بعد از ورودیها
|
||||
go to the previous page of entries etemplate fa رفتن به صفحه قبل از ورودیها
|
||||
grid etemplate fa توری(grid)
|
||||
grid column attributes etemplate fa مشخصات ستون توری
|
||||
grid row attributes etemplate fa مشخصات سطر توری
|
||||
groupbox etemplate fa جعبه گروه
|
||||
h etemplate fa ساعت
|
||||
hbox etemplate fa جعبه افقی
|
||||
height etemplate fa ارتفاع
|
||||
height of row (in % or pixel) etemplate fa ارتفاع سطر( به ٪ یا پیکسل)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate fa ارتفاع سطر( به ٪ یا پیکسل)، غیر فعال سازی سطر: [! = not]<value>[=<check>] مانند: '!@data' ، غیرفعال سازی سطر در صورتی که محتوای اطلاعاتی خالی باشد
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate fa ارتفاع جدول به ٪ یا پیکسل برای علامت جدول و (گزینشی) جداساز(div)
|
||||
height, disabled etemplate fa ارتفاع، غیرفعال شده
|
||||
help etemplate fa راهنما
|
||||
horizontal rule etemplate fa قانون افقی
|
||||
hour etemplate fa ساعت
|
||||
hours etemplate fa ساعت
|
||||
how many entries should the list show etemplate fa فهرست باید چند ورودی را نمایش دهد
|
||||
html etemplate fa زنگام(html)
|
||||
id etemplate fa کد
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate fa اگر فیلد غیر فعال شود یک سلول خالی جدول نمایش داده می شود، برای (موقتی) حذف یک فیلد/سلول
|
||||
image etemplate fa تصویر
|
||||
import etemplate fa وارد کردن
|
||||
import an etemplate from a xml-file etemplate fa وارد کردن یک فرم از یک پرونده xml
|
||||
import table-definitions from existing db-table etemplate fa وارد کردن تعاریف جدول از جدولهای پایگاه داده موجود
|
||||
import xml etemplate fa وارد کردن XML
|
||||
increment version to not overwrite the existing template etemplate fa شماره نسخه را زیاد کنید تا روی فرم موجود نوشته نشود
|
||||
index/name of returned content (name of the template, link / method for image) etemplate fa نمایه/نام محتوای بازگشتی (نام فرم، پیوند/روش برای تصویر)
|
||||
indexed etemplate fa نمایه شده
|
||||
indexoptions etemplate fa گزینه های نمایه
|
||||
insert a column before etemplate fa درج یک ستون در قبل
|
||||
insert a column behind etemplate fa درج یک ستون در کنار
|
||||
insert a row above etemplate fa درج یک سطر در بالا
|
||||
insert a row below etemplate fa درج یک سطر در پائین
|
||||
insert a widget before etemplate fa درج یک موجودیت در قبل
|
||||
insert a widget behind etemplate fa درج یک موجودیت در کنار
|
||||
insert new column behind this one etemplate fa درج یک ستون جدید در کنار این یکی
|
||||
insert new column in front of all etemplate fa درج یک ستون در جلوی همه
|
||||
insert new row after this one etemplate fa درج یک سطر بعد از این یکی
|
||||
insert new row in front of first line etemplate fa درج یک سطر در جلوی اولین خط
|
||||
integer etemplate fa صحیح
|
||||
key etemplate fa کلید
|
||||
label etemplate fa برچسب
|
||||
lang etemplate fa زبان
|
||||
last etemplate fa آخرین
|
||||
left etemplate fa چپ
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate fa طول برای char+varchar, precisions int: 2, 4, 8 و float: 4, 8
|
||||
link etemplate fa پیوند
|
||||
linkentry etemplate fa ورودی پیوند
|
||||
linklist etemplate fa فهرست پیوند
|
||||
linkstring etemplate fa رشته پیوند
|
||||
linkto etemplate fa پیوند به
|
||||
load this template into the editor etemplate fa این فرم در ویرایشگر بارگذاری شود
|
||||
middle etemplate fa وسط
|
||||
minute etemplate fa دقیقه
|
||||
minutes etemplate fa دقیقه
|
||||
month etemplate fa ماه
|
||||
more etemplate fa بیشتر
|
||||
multicolumn indices etemplate fa نمایه های چند ستونی
|
||||
name etemplate fa نام
|
||||
name of other table where column is a key from etemplate fa نام جدول دیگری که کلید ستون از آنجاست
|
||||
name of table to add etemplate fa نام جدول برای افزودن
|
||||
new etemplate fa جدید
|
||||
new search common fa جستجوی جدید
|
||||
new table created etemplate fa جدول جدید ایجاد شد!
|
||||
newer version '%1' exists !!! etemplate fa نسخه جدیدتر '%1' موجود است
|
||||
nextmatch etemplate fa موردجور شده بعدی
|
||||
nextmatch accountfilter etemplate fa موردجور شده بعدی در صافی حساب
|
||||
nextmatch filterheader etemplate fa موردجور شده بعدی در سرآیندصافی
|
||||
nextmatch sortheader etemplate fa موردجور شده بعدی در ترتیب سرآیند
|
||||
no column to swap with !!! etemplate fa ستونی برای جابجائی نیست!!!
|
||||
no file etemplate fa پرونده ای نیست
|
||||
no filename given or selected via browse... etemplate fa نام پرونده ای داده نشده یا از طریق Browse... انتخاب نشده
|
||||
no matches found etemplate fa هیچ موردی یافت نشد
|
||||
no row to swap with !!! etemplate fa سطری برای جابجائی نیست !!!
|
||||
not null etemplate fa «پوچ» نباشد
|
||||
nothing etemplate fa هیچ
|
||||
nothing found - try again !!! etemplate fa هیچ چیز پیدا نشد - دوباره سعی کنید !!!
|
||||
nothing in clipboard to paste !!! etemplate fa در تخته یادآوری چیزی برای چسباندن نیست !!!
|
||||
nothing matched search criteria !!! etemplate fa هیچ چیز با شاخص جستجو جور نشد !!!
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate fa تعداد سطر/ستون در یک جعبه عمودی/افقی، عرض سلول، فاصله سلول
|
||||
of etemplate fa از
|
||||
onchange etemplate fa «درتغییر»
|
||||
onclick etemplate fa «درکلیک»
|
||||
only an other version found !!! etemplate fa فقط یک نسخه دیگر پیدا شد !!!
|
||||
open the online help. etemplate fa باز کردن راهنمای برخط
|
||||
operator etemplate fa عملگر
|
||||
optional note about the link etemplate fa یادداشت دلخواه برای پیوند
|
||||
options etemplate fa گزینه ها
|
||||
or etemplate fa یا
|
||||
order to navigating by tab key through the form etemplate fa ترتیب ناوبری توسط کلید tab در فرم
|
||||
overflow etemplate fa سرریز
|
||||
padding etemplate fa لایه گذاری
|
||||
parent is a '%1' !!! etemplate fa والد یک '%1' است !!!
|
||||
paste etemplate fa چسباندن
|
||||
path etemplate fa مسیر
|
||||
please enter table-name first !!! etemplate fa لطفا ابتدا نام جدول را وارد کنید !!!
|
||||
pm etemplate fa عصر
|
||||
popup etemplate fa بالاپر
|
||||
precision etemplate fa دقت
|
||||
primary key etemplate fa کلیداولیه
|
||||
primary key for the table, gets automaticaly indexed etemplate fa کلید اولیه برای جدول، بطور خودکار نمایه سازی می شود
|
||||
radiobutton etemplate fa کلید رادیوئی
|
||||
read etemplate fa خواندن
|
||||
read a list of entries. etemplate fa خواندن فهرست ورودیها.
|
||||
read a single entry by passing the id and fieldlist. etemplate fa خواندن یک ورودی با فرستادن شناسه و فهرست فیلد
|
||||
read etemplate from database (for the keys above) etemplate fa خواندن فرم از پایگاه داده
|
||||
readonly etemplate fa فقط خواندنی
|
||||
refresh etemplate fa بازخوانی
|
||||
remove row (can not be undone!!!) etemplate fa حذف سطر(غیر قابل برگشت)!!!
|
||||
remove this link (not the entry itself) etemplate fa حذف این پیوند (نه خود ورودی)
|
||||
required etemplate fa لازم
|
||||
reset etemplate fa از نو
|
||||
returns savely, without deleting etemplate fa بازگشت ذخیره ای، بدون حذف
|
||||
right etemplate fa راست
|
||||
row... etemplate fa سطر...
|
||||
save all etemplate fa ذخیره کردن همه
|
||||
save the changes made and close the window etemplate fa ذخیره تغییرات ایجاد شده و بستن پنجره
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate fa ذخیره فرم زیر کلیدهای فوق(نام و...)، تغییر آنها برای «ذخیره بعنوان»
|
||||
saves changes to tables_current.inc.php etemplate fa ذخیره تغییرات به tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate fa ذخیره فرم با شماره نسخه داده شده و بستن پنجره
|
||||
scale etemplate fa مقیاس
|
||||
scale for float etemplate fa مقیاس برای اعشار
|
||||
search etemplate fa جستجو
|
||||
select a category etemplate fa انتخاب دسته
|
||||
select a primary contact, to show in the list etemplate fa انتخاب مخاطب اولیه برای نمایش در فهرست
|
||||
select access etemplate fa انتخاب دسترسی
|
||||
select account etemplate fa انتخاب حساب
|
||||
select an app first !!! etemplate fa ابتدا یک کاربرد انتخاب کنید!!!
|
||||
select an app to search in etemplate fa انتخاب کاربرد برای جستجو
|
||||
select an application etemplate fa انتخاب کاربرد
|
||||
select an application, (*) = uninstalled etemplate fa انتخاب کاربرد، (*)=نصب نشده
|
||||
select an entry to link with etemplate fa انتخاب ورودی برای پیوند شدن
|
||||
select an table of the application etemplate fa انتخاب جدول کاربرد
|
||||
select application etemplate fa انتخاب کاربرد
|
||||
select category etemplate fa انتخاب دسته
|
||||
select country etemplate fa انتخاب کشور
|
||||
select day etemplate fa انتخاب روز
|
||||
select day of week etemplate fa انتخاب روز هفته
|
||||
select hour etemplate fa انتخاب ساعت
|
||||
select if content of field should not be translated (label gets always translated) etemplate fa درصورتی که محتویات فیلد نباید ترجمه شود، انتخاب کنید(برچسبها همیشه ترجمه می شوند)
|
||||
select month etemplate fa انتخاب ماه
|
||||
select number etemplate fa انتخاب شماره
|
||||
select one ... etemplate fa انتخاب...
|
||||
select percentage etemplate fa انتخاب درصد
|
||||
select priority etemplate fa انتخاب تقدم
|
||||
select state etemplate fa انتخاب وضعیت
|
||||
select the indexed columns in their desired order etemplate fa انتخاب ستون نمایه شده به ترتیب دلخواه خودش
|
||||
select this etemplate to delete it etemplate fa این فرم را برای حذف انتخاب کنید
|
||||
select which accounts to show etemplate fa انتخاب کنید کدام حساب کاربری نمایش داده شود
|
||||
select which values to show etemplate fa انتخاب کنید کدام مقادیر نمایش داده شود
|
||||
select year etemplate fa انتخاب سال
|
||||
selectbox etemplate fa جعبه انتخاب
|
||||
sets today as date etemplate fa تنظیم امروز بعنوان تاریخ
|
||||
should the form be submitted or any custom javascript be executed etemplate fa فرم باید ثبت شود یا هر جاوااسکریپت سفارشی باید اجرا شود
|
||||
show etemplate fa نمایش
|
||||
show (no save) etemplate fa نمایش(بدون ذخیره)
|
||||
show values etemplate fa دیدن مقادیر
|
||||
showing etemplate fa نمایش
|
||||
shows / allows you to enter values into the etemplate for testing etemplate fa نمایش/مجوز شما برای واردکردن مقادیر آزمایشی به فرم
|
||||
shows/displays etemplate for testing, does not save it before etemplate fa فرم را به صورت آزمایشی نمایش می دهد، و قبل از آن ذخیره نمی نماید
|
||||
spacing etemplate fa فاصله
|
||||
span etemplate fa پوشش
|
||||
span, class etemplate fa پوشش، کلاس
|
||||
stack etemplate fa پشته
|
||||
start a new search, cancel this link etemplate fa شروع جستجوی جدید، لغو این پیوند
|
||||
start new search for the above pattern etemplate fa شروع جستجوی جدید برای الگوی فوق
|
||||
submit form etemplate fa ثبت فرم
|
||||
submitbutton etemplate fa دکمه ثبت
|
||||
swap etemplate fa جابجائی
|
||||
swap widget with next one etemplate fa جابجائی موجودیت با بعدی
|
||||
swap with next column etemplate fa جابجائی با ستون بعدی
|
||||
swap with next row etemplate fa جابجائی با سطر بعدی
|
||||
switch to a parent widget etemplate fa رفتن به موجودیت والد
|
||||
switch to an other widgets of that container etemplate fa رفتن به موجودیت بعدی محتوی
|
||||
tabindex etemplate fa ترتیب پرش
|
||||
table unchanged, no write necessary !!! etemplate fa جدول بدون تغییر است، نوشتن لازم نیست !!!
|
||||
tablename etemplate fa نام جدول
|
||||
tabs etemplate fa پرشها
|
||||
template etemplate fa فرم
|
||||
template deleted etemplate fa فرم حذف شد
|
||||
template saved etemplate fa فرم ذخیره شد
|
||||
text etemplate fa متن
|
||||
textarea etemplate fa محدوده متن
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate fa این متن در زمانی که فیلد ورودی خالی باشد و هنوز وارد ان نشده باشید نمایش داده می شود.
|
||||
time etemplate fa ساعت
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate fa برای غیر فعالسازی: [! = not]<value>[=<check>] eg: '!@data' غیرفعال است اگر محتوای داده ها خالی باشد
|
||||
to start the db-tools etemplate fa برای شروع ابزارهای پایگاه داده
|
||||
to start the etemplate editor etemplate fa برای شروع ویرایشگر فرم
|
||||
to start the search etemplate fa برای شروع جستجو
|
||||
today etemplate fa امروز
|
||||
top etemplate fa بالا
|
||||
type etemplate fa نوع
|
||||
type of the column etemplate fa نوع ستون
|
||||
type of the field (select label if field should be empty) etemplate fa نوع فیلد(اگر فیلد باید خالی بماند ، برچسب را انتخاب کنید)
|
||||
unique etemplate fa یکتائی
|
||||
unlink etemplate fa برداشتن پیوند
|
||||
update a single entry by passing the fields. etemplate fa بهنگام سازی یک ورودی با عبور(ارسال) فیلدها
|
||||
update from version '%s' to etemplate fa بهنگام سازی نسخه '%s' به
|
||||
upload etemplate fa ارسال
|
||||
valign etemplate fa چیدمان عمودی
|
||||
value etemplate fa مقدار
|
||||
value has to be at least '%1' !!! etemplate fa مقدار باید حداقل '%1' باشد!!!
|
||||
value has to be at maximum '%1' !!! etemplate fa مقدار باید حداکثر '%1' باشد!!!
|
||||
vbox etemplate fa جعبه عمودی
|
||||
version etemplate fa نسخه
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate fa شماره نسخه، باید در قالب : major.minor.revision.numbe باشد(مثلا:0.9.13.001 همه شماره ها با صفر پرخواهند شد)
|
||||
vertical alignment of row etemplate fa چیدمان افقی سطر
|
||||
view this etemplate etemplate fa دیدن این فرم
|
||||
view this linked entry in its application etemplate fa دیدن این پیوند ورودی در کاربرد خودش
|
||||
weekend etemplate fa آخر هفته
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate fa چه اتفاقی برای محتوای سرریز می افتد: قابل دیدن(پیش فرض)، مخفی، مروری، خودکار(مرورگر تصمیم میگیرد)
|
||||
widget copied into clipboard etemplate fa موجودیت به تخته یادآوری رونوشت شد
|
||||
width etemplate fa عرض
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate fa عرض ستون(به درصد یا پیکسل)، غیر فعالسازی ستون: [! = not]<value>[=<check>] eg: '!@data' غیر فعالسازی ستون درصورت خالی بودن محتوای داده ها
|
||||
width of column (in % or pixel) etemplate fa عرض ستون(به درصد یا پیکسل)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate fa عرض جدول به درصد یا پیکسل برای علامت جدول و div (انتخابی)
|
||||
width, disabled etemplate fa عرض، غیر فعال شده
|
||||
wk etemplate fa هفته
|
||||
working days etemplate fa روزهای کاری
|
||||
write <app>/setup/tables_current.inc.php etemplate fa نوشتن <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate fa نوشتن پرونده زبان
|
||||
write tables etemplate fa نوشتن جداول
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate fa نوشتن یک پرونده 'etemplates.inc.php' (برای کاربرد در نام) در پوشه setup مربوط به کاربرد
|
||||
xml-file to import etemplate fa پرونده xml برای ورود
|
||||
xslt template etemplate fa فرم XSLT
|
||||
year etemplate fa سال
|
@ -1,445 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate fi %1(%2 uudet) viestit kirjoitetaan sovelluksella %3 ja kielillä %4
|
||||
%1 entries found, select one ... etemplate fi %1 tapahtuma(a) löydetty, valitse yksi...
|
||||
%1 etemplates deleted etemplate fi %1 eMallipohja(a) poistettu
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate fi %1 sovelluksen %2 eMallipohja(a) viety %3
|
||||
%1 etemplates found etemplate fi %1 eMallipohja(a) löydetty
|
||||
%1 matches on search criteria etemplate fi Hakuehdolla löytyi %1 kpl
|
||||
%1 more... etemplate fi %1 lisää...
|
||||
%1 new etemplates imported for application '%2' etemplate fi %1 sovelluksen %2 uutta eMallipohjaa tuotu
|
||||
%1 not implemented for %2! etemplate fi %1 ei ole implementoitu '%2':een
|
||||
%s disabled etemplate fi %s ei käytössä
|
||||
%s needed etemplate fi %s tarvitaan
|
||||
%s notranslation etemplate fi %s Ei käännöstä
|
||||
%s onchange etemplate fi %s onChange
|
||||
%s readonly etemplate fi %s vain lukuoikeus
|
||||
'%1' has an invalid format !!! etemplate fi %1 on väärässä muodossa!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate fi '%1' ei ole PHP tiedosto EGroupwaren server rootissa (%2)!
|
||||
'%1' is not a valid date !!! etemplate fi %1 on epäkelpo päiväys!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate fi %1 ei ole desimaaliluku!
|
||||
'%1' is not a valid integer !!! etemplate fi %1 ei ole kokonaisluku!
|
||||
'%1' is not allowed ('%2')! etemplate fi '%1' ei ole sallittu ('%2')!
|
||||
a pattern to be searched for etemplate fi Hakuehdot
|
||||
accesskey etemplate fi Käyttöavain
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate fi Käyttöavaimet voidaan myös määritellä & merkeillä otsikossa (esim. &nimi)
|
||||
account contactdata etemplate fi Tilin yhteystieto
|
||||
actions... etemplate fi Toiminnot
|
||||
add a new column (after the existing ones) etemplate fi Lisää uusi sarake
|
||||
add a new entry of the selected application etemplate fi Lisää uusi merkintä sovellukseen
|
||||
add a new multi-column index etemplate fi Lisää uusi monisarakkeen indeksi
|
||||
add column etemplate fi Lisää sarake
|
||||
add index etemplate fi Lisää indeksi
|
||||
add new etemplate fi Lisää uusi
|
||||
add table etemplate fi Lisää taulukko
|
||||
add to clipboard etemplate fi Lisää leikepöydälle
|
||||
advanced search etemplate fi Tarkempi haku
|
||||
align etemplate fi Tasaa
|
||||
alignment of label and input-field in table-cell etemplate fi Otsikon ja syöttökentän tasaus taulukon solussa
|
||||
alignment of the v/hbox containing table-cell etemplate fi Sisennys V/HBox:ssaa sisältäen taulukon solun
|
||||
all days etemplate fi Kaikki päivät
|
||||
all operations save the template! etemplate fi Kaikki toiminnot tallentavat mallipohjan!
|
||||
all users etemplate fi Kaikki käyttäjät
|
||||
allowed file type: %1 etemplate fi Sallittu tiedostotyyppi: %1
|
||||
am etemplate fi am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate fi Indeksoitu sarake nopeuttaa kyselyjen käyttöä sarakkeessa, maksaa tilaa levyllä!
|
||||
and etemplate fi JA
|
||||
application etemplate fi Sovellus
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate fi Sovelluksen nimi pitää kirjoittaa kielitiedostoon tai vedostaa eMallipohjat !!!
|
||||
applications etemplate fi Sovellukset
|
||||
applies the changes made etemplate fi Hyväksytään tehdyt muutokset
|
||||
applies the changes to the given version of the template etemplate fi Hyväksy muutokset annetun version pohjaan.
|
||||
as default etemplate fi Oletuksena
|
||||
attach etemplate fi Liitä
|
||||
attach file etemplate fi Liitä tiedosto
|
||||
baseline etemplate fi Baseline
|
||||
blurtext etemplate fi blurText
|
||||
border etemplate fi Reunaviiva
|
||||
border-line-thickness for the table-tag etemplate fi Reunaviivan paksuus
|
||||
bottom etemplate fi Alareuna
|
||||
box etemplate fi Valintalaatikko
|
||||
box... etemplate fi Valintalaatikko...
|
||||
broken link etemplate fi Virheellinen linkki
|
||||
can not have special sql-value null etemplate fi Ei voi olla SQL-value NULL
|
||||
cancel etemplate fi Keskeytä
|
||||
cant delete a single widget from a grid !!! etemplate fi Yksittäistä Widgetiä ei voi poistaa ruudukosta!!
|
||||
cant delete the only column of a grid !!! etemplate fi Ainoata saraketta ei voi poistaa ruudukosta!!
|
||||
cant delete the only row in a grid !!! etemplate fi Ainoata riviä ei voi poistaa ruudukosta!!
|
||||
category etemplate fi Kategoria
|
||||
category tree etemplate fi Kategorian runko
|
||||
cellpadding for the table-tag etemplate fi Cellpadding table tagissa
|
||||
cells etemplate fi Solut
|
||||
cellspacing for the table-tag etemplate fi Cellspacing table tagissa
|
||||
center etemplate fi Asettaa keskelle
|
||||
changed etemplate fi Muokattu
|
||||
check all etemplate fi Tarkista kaikki
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate fi Onko sisältö vain nähtävillä mutta ei vaihdettavissa
|
||||
check if field has to be filled by user etemplate fi Valitse, jos kenttä on pakollinen
|
||||
checkbox etemplate fi Valintalaatikko
|
||||
class etemplate fi Luokka
|
||||
class, valign etemplate fi Luokka, Valign
|
||||
click here to attach the file etemplate fi Liitä tiedosto
|
||||
click here to create the link etemplate fi Luo linkki
|
||||
click here to start the search etemplate fi Aloita haku
|
||||
click here to upload the file etemplate fi Lataa tiedosto
|
||||
click to order after that criteria etemplate fi Järjestä kriteerin jälkeen
|
||||
clickable path etemplate fi Klikattava polku
|
||||
closes the window without saving the changes etemplate fi Sulje ikkuna tallentamatta muutoksia
|
||||
column... etemplate fi Sarake...
|
||||
columnname etemplate fi Sarakkeen nimi
|
||||
comment etemplate fi Kommentti
|
||||
confirm etemplate fi Vahvista
|
||||
confirmation message or custom javascript (returning true or false) etemplate fi Vahvistusviesti tai oma javaskripti, palauttaa true=totta tai false=väärin
|
||||
confirmation necesary or custom java-script etemplate fi Vahvistus vaaditaan tai oma javaskripti
|
||||
contact etemplate fi Yhteystiedot
|
||||
contact field to show etemplate fi Näytä yhteystietokenttä
|
||||
contact fields etemplate fi Yhteystietokentät
|
||||
contains etemplate fi Sisältää
|
||||
copy to clipboard etemplate fi Kopioi leikepöydälle
|
||||
create a new table for the application etemplate fi Luo uusi taulukko sovellukselle
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate fi Luodaan englanninkielinen ('en') kielitiedosto otsikosta ja ohjetekstit
|
||||
creator preferences fi Luoja
|
||||
css class for the table-tag etemplate fi CSS luokka taulukko merkille
|
||||
css properties etemplate fi CSS asetukset
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate fi CSS-luokan nimi tällä rivillä, esiasetukset: 'nmh' = NextMatch header, 'nmr' = alternating NM row, 'nmr0'+'nmr1' NM rows
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate fi CSS-luokan nimi tällä rivillä, esiasetukset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows
|
||||
css-styles etemplate fi CSS tyylit
|
||||
custom etemplate fi Valinnan mukaan
|
||||
custom fields etemplate fi Lisäkentät
|
||||
custom javascript for onchange etemplate fi Oma javascripti kohtaan onChange
|
||||
cut etemplate fi Leikkaa
|
||||
date etemplate fi Päiväys
|
||||
date+time etemplate fi Päivämäärä ja aika
|
||||
day etemplate fi Päivä
|
||||
days etemplate fi Päivää
|
||||
db ensures that every row has a unique value in that column etemplate fi DB varmistaa että jokaisella rivillä on ainutlaatuinen arvo sarakkeessa.
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate fi Tietokantakohtaiset asetukset (pilkulla erotettuna), esim. mysql(FULLTEXT) tai mysql(100) määrittelevät sarakkeen pituuden.
|
||||
db-tools etemplate fi Tietokanta -työkalut
|
||||
default etemplate fi Oletus
|
||||
delete a single entry by passing the id. etemplate fi Poista yksittainen tietue ohittaen id.
|
||||
delete all selected etemplates, without further inquiry etemplate fi Poistaa kaikki valitut eMallipohjat välittömästi.
|
||||
delete column etemplate fi Poista sarake
|
||||
delete index etemplate fi Poista indeksi
|
||||
delete the spezified etemplate etemplate fi Poista määritelty eMallipohja
|
||||
delete this column etemplate fi Poista tämä sarake
|
||||
delete this etemplate etemplate fi Poista tämä eMallipohja
|
||||
delete this file etemplate fi Poista tämä tiedosto
|
||||
delete this row etemplate fi Poista tämä rivi
|
||||
delete whole column (can not be undone!!!) etemplate fi Poista koko sarake (lopullisesti, ei voida palauttaa!!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate fi Poistaa valitut eMallipohjat tietokannasta
|
||||
deletes the etemplate spez. above etemplate fi Poistaa eMallipohjan
|
||||
deletes this column etemplate fi Poistaa sarakkeen
|
||||
deletes this index etemplate fi Poistaa indeksin
|
||||
discard changes etemplate fi Hylkää muutokset
|
||||
displayed in the top line of the groupbox (legend) etemplate fi Näytetään ryhmävalintalaatikon ylärivillä (legend)
|
||||
do you want to save the changes you made in table %s? etemplate fi Tallennetaanko tekemäsi muutokset taulukkoon %s?
|
||||
document '%1' does not exist or is not readable for you! preferences fi Tiedostoa '%1' ei ole olemassa tai sinulla ei ole lukuoikeutta!
|
||||
documentation etemplate fi Dokumentointi
|
||||
doesn't matter etemplate fi Ei väliä
|
||||
drop a table - this can not be undone etemplate fi Poista tietokannan taulu - tätä EI voi peruuttaa
|
||||
drop table etemplate fi Poista tietokannan taulu
|
||||
dump4setup etemplate fi Dump4Setup
|
||||
duration etemplate fi Kesto
|
||||
edit etemplate fi Muokkaa
|
||||
edit embeded css styles or of the applications app.css file etemplate fi Muokkaa upotettua CSS tyyliä tai sovelluksen app.css tiedostoa
|
||||
edit the etemplate spez. above etemplate fi Muokkaa valittua eMallipohjaa
|
||||
edit... etemplate fi Muokkaa...
|
||||
editable templates - db-tools etemplate fi Muokattavat mallipohjat - Tietokantatyökalut
|
||||
editable templates - delete template etemplate fi Muokattavat mallipohjat - Poista sivupohja
|
||||
editable templates - editor etemplate fi Muokattavat mallipohjat - Muokkaus
|
||||
editable templates - search etemplate fi Muokattavat mallipohjat - Haku
|
||||
editable templates - show template etemplate fi Muokattavat mallipohjat - Näytä sivupohja
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate fi Upotetut CSS tyylit, esim. .red { background: red; }' (huomaa '.' ennen luokan nimeä) tai '@import url(...)' (luokan nimi on globaali koko sivulla!)
|
||||
enable javascript onchange submit etemplate fi Salli JavaScript onChange lähetys
|
||||
enter '' for an empty default, nothing mean no default etemplate fi Syötä '' määritelläksesi tyhjä arvo, tyhjä=ei oletusarvoa.
|
||||
enter a search pattern etemplate fi Syötä haun kaava
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate fi Anna ladattavan ja liitettävän tiedoston nimi, käytä [Selaa...] löytääksesi tiedosto
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate fi Anna uusi versio numero (>vanha_versio), tyhjä jos ei ole päivitettävää tiedostoa
|
||||
enter the new version number here (has to be > old_version) etemplate fi Anna uusi versio numero (täytyy olla > vanha_versio)
|
||||
entry saved etemplate fi Merkintä tallennettu
|
||||
error copying uploaded file to vfs! etemplate fi Virhe kopioitaessa ladattua tiedostoa Tiedostonhallintaan
|
||||
error create parent directory %1! etemplate fi Virhe luotaessa päähakemistoa %1!
|
||||
error deleting %1! etemplate fi Virhe poistaessa: %1!
|
||||
error uploading file! filemanager fi Virhe ladattaessa tiedostoa!
|
||||
error: template not found !!! etemplate fi Virhe: Mallipohjaa ei löytynyt !!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate fi Virhe: Webpalvelin ei sallinut kirjoittaa %1 !!!
|
||||
error: while saving !!! etemplate fi Virhe tallentaessa !!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate fi Virhe: kirjoitettaessa tiedostoa, ei kirjoittamisoikeutta webpalvelimelle!
|
||||
etemplate common fi eMallipohja
|
||||
etemplate '%1' imported, use save to put it in the database etemplate fi eMallipohja '%1' tuotu, tallenna se tietokantaan.
|
||||
etemplate '%1' written to '%2' etemplate fi eMallipohja %1 kirjoitetaan %2
|
||||
etemplate editor etemplate fi eMallipohjan muokkain
|
||||
etemplate reference etemplate fi eMallipohjan referenssit
|
||||
etemplate tutorial etemplate fi eMallipohjan opetusohjelma
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences fi Esimerkki {{IF n_prefix~Mr~Hello Mr.~Hello Ms.}} --> etsii "n_prefix" kentästä 'Mr', jos olemassa kirjoita Hello Mr., muutoin kirjoita Hello Ms.
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences fi Esimerkki {{NELF role}} ---> jos kenttä 'role' = 'rooli/asema' ei ole tyhjä, se kirjoitetaan seuraavalle riville
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences fi Esimerkki {{NELFNV role}} ---> jos kenttä 'role' = 'rooli/asema' ei ole tyhjä, aseta LF ilman arvoa
|
||||
exchange this row with the one above etemplate fi Vaihda tämä rivi yläpuolella olevan kanssa
|
||||
exchange this two columns etemplate fi Vaihda nämä kaksi saraketta keskenään
|
||||
export the loaded etemplate into a xml-file etemplate fi Vie ladattu eMallipohja XML-tiedostoksi
|
||||
export xml etemplate fi Vie XML-tiedostoon
|
||||
extensions loaded: etemplate fi Ladatut laajennukset:
|
||||
field etemplate fi Kenttä
|
||||
field must not be empty !!! etemplate fi Kenttä ei saa olla tyhjä!
|
||||
file etemplate fi Tiedosto
|
||||
file '%1' not found! etemplate fi Tiedostoa '%1' ei löytynyt!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate fi Tiedosto sisältää enemmän kuin yhden eMallipohjan, viimeisin näytetään !!!
|
||||
file is of wrong type (%1 != %2)! etemplate fi Tiedosto on vääräntyyppinen (%1 !=%2)!
|
||||
file writen etemplate fi Tiedostoa kirjoitetaan
|
||||
fileupload etemplate fi Tiedostoa ladataan
|
||||
first etemplate fi Ensimmäinen
|
||||
floating point etemplate fi Liukuva pilkku
|
||||
for more than one contact in a document use the tag pagerepeat! preferences fi Käytä sivuntoisto -komentoa useammalle kuin yhdelle yhteystiedolle!
|
||||
foreign key etemplate fi Viiteavain
|
||||
formatted text (html) etemplate fi Muotoiltu teksti (HTML)
|
||||
general fields: preferences fi Yleiset kentät:
|
||||
go to the first entry etemplate fi Mene ensimmäiseen merkintään
|
||||
go to the last entry etemplate fi Mene viimeiseen merkintään
|
||||
go to the next page of entries etemplate fi Mene seuraavan sivun merkintöihin
|
||||
go to the previous page of entries etemplate fi Mene edellisen sivun merkintöihin
|
||||
grid etemplate fi Ruudukko (Grid)
|
||||
grid column attributes etemplate fi Ruudukon sarake-atribuutit
|
||||
grid row attributes etemplate fi Ruudukon rivi-atribuutit
|
||||
h etemplate fi t
|
||||
hbox etemplate fi HBox
|
||||
height etemplate fi Korkeus
|
||||
height of row (in % or pixel) etemplate fi Rivin korkeus (% tai pikseleinä)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate fi Rivin korkeus (% tai pikseleinä), piiloita rivi: [! = not]<value>[=<check>] esim: '!@data' piiloita rivi jos sillä ei ole sisältöä.
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate fi Taulukon korkeus prosentteina tai pikseleinä table tagissa ja (vaihtoehtoisesti) div tagissa.
|
||||
height, disabled etemplate fi Pituus, Estetty
|
||||
help etemplate fi Ohjeet
|
||||
history log etemplate fi Historia loki
|
||||
horizontal rule etemplate fi Vaakasuuntainen viiva
|
||||
hour etemplate fi Tunti
|
||||
hours etemplate fi Tuntia
|
||||
how many entries should the list show etemplate fi Kuinka monta merkintää näytetään listalla
|
||||
html etemplate fi HTML
|
||||
id etemplate fi Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate fi Jo kenttä ei ole sallittu, tyhjä solu näytetään
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences fi Määrittele kansio (koko vfs polku), ja %1 näyttää kaikki kansiossa olevat tiedostot. Valittu tiedosto voidaan ladata, sisältäen tiedostoon automaattisesti syötetyt tiedot.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences fi Määrittele tiedosto (koko vfs polku), ja %1 näyttää kaikki ylimääräisen kuvakkeen jokaiselle merkinnälle. Määritelty tiedosto voidaan ladata kuvaketta klikkaamalla, sisältäen tiedostoon automaattisesti syötetyt tiedot..
|
||||
image etemplate fi Kuva
|
||||
import etemplate fi Tuonti
|
||||
import an etemplate from a xml-file etemplate fi Tuo eMallipohja XML-tiedostosta
|
||||
import table-definitions from existing db-table etemplate fi Tuo taulumääritykset valmiista tietokannasta
|
||||
import xml etemplate fi Tuo XML
|
||||
indexed etemplate fi Indeksoitu
|
||||
indexoptions etemplate fi Indeksointiasetukset
|
||||
insert a column before etemplate fi Lisää sarake ennen
|
||||
insert a column behind etemplate fi Lisää sarake jälkeen
|
||||
insert a row above etemplate fi Lisää rivi ennen
|
||||
insert a row below etemplate fi Lisää rivi jälkeen
|
||||
insert a widget before etemplate fi Lisää widget ennen
|
||||
insert a widget behind etemplate fi Lisää widget jälkeen
|
||||
insert in document etemplate fi Syötä asiakirjaan
|
||||
insert new column behind this one etemplate fi Lisää uusi sarake valitun taakse
|
||||
insert new column in front of all etemplate fi Lisää uusi sarake kaikkien eteen
|
||||
insert new row after this one etemplate fi Lisää uusi rivi valitun jälkeen
|
||||
insert new row in front of first line etemplate fi Lisää uusi rivi ensimmäisen rivin eteen
|
||||
integer etemplate fi Kokonaisluku
|
||||
key etemplate fi Avain
|
||||
label etemplate fi Otsikko
|
||||
lang etemplate fi Kieli
|
||||
last etemplate fi Viimeinen
|
||||
left etemplate fi Vasen
|
||||
link etemplate fi Linkki
|
||||
link target %1 not found! etemplate fi Linkkikohdetta %1 ei löytynyt!
|
||||
linkapps etemplate fi Linkki sovellukseen
|
||||
linkentry etemplate fi Linkki tietueeseen
|
||||
linklist etemplate fi Linkkiluettelo
|
||||
links and attached files preferences fi Linkit ja liitetyt tiedostot
|
||||
links to specified application. example: {{links/addressbook}} etemplate fi Määriteltyjen sovellusten linkit. Esim. {{links/addressbook}}
|
||||
linkstring etemplate fi Linkki merkkijonoon
|
||||
linkto etemplate fi Linkki
|
||||
list of files linked to the current record preferences fi Lista liitetyistä tiedostoista
|
||||
load this template into the editor etemplate fi Lataa mallipohja muokattavaksi
|
||||
loading etemplate fi Ladataan
|
||||
maximum size for uploads filemanager fi Latauksen maksimikoko
|
||||
message ... etemplate fi Viesti...
|
||||
message(s) send failed! etemplate fi Lähetys epäonnistui!
|
||||
message(s) send ok. etemplate fi Lähetys onnistui
|
||||
middle etemplate fi Keskellä
|
||||
minute etemplate fi Minuutti
|
||||
minutes etemplate fi Minuuttia
|
||||
missing: %1 etemplate fi Puuttuva: %1
|
||||
modifier preferences fi Muokkaaja
|
||||
month etemplate fi Kuukausi
|
||||
more etemplate fi Enemmän
|
||||
more than 1 match for '%1' etemplate fi Useampi kuin yksi osuma kohteelle '%1'
|
||||
multicolumn indices etemplate fi Usean sarakkeen indeksi
|
||||
name etemplate fi Nimi
|
||||
name of other table where column is a key from etemplate fi Toisen taulukon nimi missä sarake on avain
|
||||
name of table to add etemplate fi Lisää taulukon nimi
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate fi Mallipohjan nimi, täytyy olla lomakkeessa sovellus.funktio[.alimalli]
|
||||
new etemplate fi Uusi
|
||||
new search common fi Uusi haku
|
||||
new table created etemplate fi Uusi taulukon nimi
|
||||
newer version '%1' exists !!! etemplate fi Uudempi versio %1 havaittu !!!
|
||||
no column to swap with !!! etemplate fi Ei saraketta johon voisi vaihtaa !!!
|
||||
no file etemplate fi Ei tiedostoa
|
||||
no filename given or selected via browse... etemplate fi Tiedostonimeä ei annettu tai valittu Selaa... -valinnan kautta
|
||||
no matches found etemplate fi Ei osumia löydetty!
|
||||
no rights to export more than %1 entries! common fi Sallittu vientimäärä: %1 merkintää!
|
||||
no row to swap with !!! etemplate fi Ei riviä johon voisi vaihtaa !!!
|
||||
not null etemplate fi EI NULL
|
||||
nothing etemplate fi Ei mitään
|
||||
nothing found - try again !!! etemplate fi Mitään ei löydetty - yritä uudelleen !!!
|
||||
nothing in clipboard to paste !!! etemplate fi Leikepöydällä ei ole mitään liitettävää !!!
|
||||
nothing matched search criteria !!! etemplate fi Mikään ei ole yhteensopiva haun kriteerien kanssa !!!
|
||||
now etemplate fi Nyt
|
||||
of etemplate fi /
|
||||
onchange etemplate fi onChange
|
||||
onclick etemplate fi onClick
|
||||
only an other version found !!! etemplate fi Vain toinen versio löydetty !!!
|
||||
open the online help. etemplate fi Avaa Online-tuki
|
||||
operator etemplate fi Operaattori
|
||||
optional note about the link etemplate fi Linkin kuvaus (vapaaehtoinen)
|
||||
options etemplate fi Asetukset
|
||||
or etemplate fi TAI
|
||||
order to navigating by tab key through the form etemplate fi Tabulaattorin liikkumajärjestys
|
||||
overflow etemplate fi Ylivuoto
|
||||
padding etemplate fi Padding
|
||||
parent is a '%1' !!! etemplate fi '%1' on isäntä !!!
|
||||
paste etemplate fi Liitä
|
||||
path etemplate fi Polku
|
||||
please enter table-name first !!! etemplate fi Kirjoita ensin taulukon nimi !!!
|
||||
pm etemplate fi pm
|
||||
popup etemplate fi Popup
|
||||
precision etemplate fi Esitystarkkuus
|
||||
primary key etemplate fi Pää avain (ensisijainen)
|
||||
primary key for the table, gets automaticaly indexed etemplate fi Taulukon pääavain saa automaattisen indeksoinnin.
|
||||
radiobutton etemplate fi Valintaruutu
|
||||
read etemplate fi Luku
|
||||
read a list of entries. etemplate fi Lue tietueiden listaa
|
||||
read a single entry by passing the id and fieldlist. etemplate fi Lue yksittäinen tietue ohittaen id ja kentän lista.
|
||||
read etemplate from database (for the keys above) etemplate fi Lue eMallipohja tietokannasta (avaimet yläpuolella)
|
||||
readonly etemplate fi Vain lukuoikeus
|
||||
refresh etemplate fi Päivitä
|
||||
remove row (can not be undone!!!) etemplate fi Siirrä rivi (lopullinen, ei voida palauttaa !!!)
|
||||
remove this link (not the entry itself) etemplate fi Poista tämä linkki (ei poista itse merkintää)
|
||||
required etemplate fi Vaaditut
|
||||
reset etemplate fi Tyhjennä
|
||||
restore all etemplate fi Palauta kaikki
|
||||
restore all application templates, overwriting existing ones with identical version number etemplate fi Palauta kaikki sovellusmallipohjat. Päällekirjoittaa samalla versionumerolla olevat mallipohjat.
|
||||
returns savely, without deleting etemplate fi Palauta säästäen, ILMAN poistamista
|
||||
right etemplate fi Oikea
|
||||
row... etemplate fi Rivi...
|
||||
save all etemplate fi Tallenna kaikki
|
||||
save selected columns as default preference for all users. etemplate fi Tallenna valitut sarakkeet oletusasetuksiksi kaikille käyttäjille.
|
||||
save the changes made and close the window etemplate fi Tallenna muutokset ja sulje ikkuna.
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate fi Tallenna mallipohja yllä olevien avaimien (nimi,...) alle, muuta ne "tallenna nimellä..."
|
||||
saves changes to tables_current.inc.php etemplate fi Tallenna muutokset taulukkojen_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate fi Tallenna mallipohja annetulla versionumerolla ja sulje ikkuna.
|
||||
scale etemplate fi Skaalaa
|
||||
search etemplate fi Haku
|
||||
search... etemplate fi Haku...
|
||||
select a category etemplate fi Valitse kategoria
|
||||
select a primary contact, to show in the list etemplate fi Valitse ensisijainen yhteystieto näytettäväksi listalla
|
||||
select access etemplate fi Valitse käyttöoikeus
|
||||
select account etemplate fi Valitse käyttäjätili
|
||||
select an app first !!! etemplate fi Valitse sovellus ensin !!!
|
||||
select an app to search in etemplate fi Valitse sovellus etsimiseen
|
||||
select an application etemplate fi Valitse sovellus
|
||||
select an application, (*) = uninstalled etemplate fi Valitse sovellus, (*) = ei asennettu
|
||||
select an entry to link with etemplate fi Valitse tietue linkkiin
|
||||
select an table of the application etemplate fi Valitse sovelluksen taulukko
|
||||
select application etemplate fi Valitse sovellus
|
||||
select application to search etemplate fi Valitse etsittävä sovellus
|
||||
select category etemplate fi Valitse kategoria
|
||||
select columns etemplate fi Valitse sarakkeet
|
||||
select country etemplate fi Valitse maa
|
||||
select day etemplate fi Valitse päivä
|
||||
select day of week etemplate fi Valitse viikonpäivä
|
||||
select entry etemplate fi Valitse tietue
|
||||
select hour etemplate fi Valitse tunti
|
||||
select if content of field should not be translated (label gets always translated) etemplate fi Valitse, jos kentän sisältöä ei pitäisi kääntää muille kielille (otsikko käännetään aina).
|
||||
select language etemplate fi Valitse kieli
|
||||
select month etemplate fi Valitse kuukausi
|
||||
select number etemplate fi Valitse numero
|
||||
select one ... etemplate fi Valitse yksi...
|
||||
select percentage etemplate fi Valitse prosenttiosuus
|
||||
select priority etemplate fi Valitse ensisijaisuus
|
||||
select state etemplate fi Valitse osavaltio
|
||||
select the columns to display in the list etemplate fi Valitse sarakkeet, jotka näytetään listalla.
|
||||
select the indexed columns in their desired order etemplate fi Valitse indeksoidut sarakkeet halutussa järjestyksessä.
|
||||
select this etemplate to delete it etemplate fi Valitse poistettava eMallipohja
|
||||
select which accounts to show etemplate fi Valitse mitkä käyttäjätilit näytetään
|
||||
select which values to show etemplate fi Valitse mitkä arvot näytetään
|
||||
select year etemplate fi Valitse vuosi
|
||||
selectbox etemplate fi Valintalaatikko
|
||||
set as default etemplate fi Aseta oletukseksi
|
||||
sets today as date etemplate fi aseta tämä päivä päivämääräksi
|
||||
show etemplate fi Näytä
|
||||
show (no save) etemplate fi Näytä (ei tallenna)
|
||||
show all / cancel filter etemplate fi Näytä kaikki / keskeytä suodin
|
||||
show values etemplate fi Näytä arvot
|
||||
showing etemplate fi Näkyvissä
|
||||
shows / allows you to enter values into the etemplate for testing etemplate fi Näyttää / sallii arvojen syötön eMallipohjaan testitarkoituksessa.
|
||||
shows/displays etemplate for testing, does not save it before etemplate fi Näyttää eMallipohjan testitarkoituksessa, EI tallenna mallipohjaa.
|
||||
spacing etemplate fi Spacing
|
||||
span etemplate fi Span
|
||||
span, class etemplate fi Span, Class
|
||||
stack etemplate fi Pino
|
||||
start a new search, cancel this link etemplate fi Aloita uusi haku, peruuta tämä yhteys.
|
||||
start new search for the above pattern etemplate fi Aloita uusi haku määriteillä
|
||||
submit form etemplate fi Lähetä lomake
|
||||
submitbutton etemplate fi Lähetä-painike
|
||||
swap etemplate fi Vaihda
|
||||
swap widget with next one etemplate fi Vaihda widget seuraavaan
|
||||
swap with next column etemplate fi Vaihda seuraavaan sarakkeeseen
|
||||
swap with next row etemplate fi Vaihda seuraavaa riviin
|
||||
switch to a parent widget etemplate fi Vaihda isäntä widgetiin
|
||||
table unchanged, no write necessary !!! etemplate fi Taulukkoa ei ole muutettu, joten kirjoittaminen ei ole tarpeellinen !!!
|
||||
tablename etemplate fi Taulukon nimi
|
||||
tabs etemplate fi Sarkaimet
|
||||
template etemplate fi Mallipohja
|
||||
template deleted etemplate fi Mallipohja poistetaan
|
||||
template saved etemplate fi Mallipohja tallennetaan
|
||||
text etemplate fi Teksti
|
||||
textarea etemplate fi Tekstialue
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences fi Tiedosto voi sisältää merkintöjä kuten {{%3}}, mihin syötetään haluttu tieto. %1Lista mahdollisista merkinnöistä%2
|
||||
the following document-types are supported: preferences fi Seuraavat tiedostotyypit ovat tuettuja:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate fi Tämä teksti näytetään, jos syöttökenttä on tyhjä ja sillä ei ole fokusta (blur)
|
||||
time etemplate fi Aika
|
||||
titles of any entries linked to the current record, excluding attached files preferences fi Linkitettyjen merkintöjen otsikot/aiheet, possulkien tiedostot
|
||||
to start the db-tools etemplate fi Käynnistääksesi Tietokantatyökalut
|
||||
to start the etemplate editor etemplate fi Käynnistääksesi eMallipohjan muokkauksen
|
||||
to start the search etemplate fi Aloitetaan etsiminen
|
||||
today etemplate fi Tänään
|
||||
top etemplate fi Ylälaita
|
||||
tree etemplate fi Puu/runko
|
||||
type etemplate fi Tyyppi
|
||||
type of the column etemplate fi Sarakkeen tyyppi
|
||||
type of the field (select label if field should be empty) etemplate fi Kentän tyyppi (valitse Otsikko jos kentän pitäisi olla tyhjä)
|
||||
unique etemplate fi Yksilöivä
|
||||
unlink etemplate fi Poista linkki
|
||||
update a single entry by passing the fields. etemplate fi Päivitä yksittäinen tietue ohittaen kentät.
|
||||
update from version '%s' to etemplate fi Päivitä versiosta %s versioon
|
||||
upload etemplate fi Lataa
|
||||
valign etemplate fi vAlign
|
||||
value etemplate fi Arvo
|
||||
value has to be at least '%1' !!! etemplate fi Arvo pitää olla ainakin %1 !!!
|
||||
value has to be at maximum '%1' !!! etemplate fi Arvo pitää olla maksimissaan %1 !!!
|
||||
vbox etemplate fi VBox
|
||||
version etemplate fi Versio
|
||||
vertical alignment of row etemplate fi Rivin pystysuuntainen tasaus
|
||||
view this etemplate etemplate fi Näytä eMallipohja
|
||||
view this linked entry in its application etemplate fi Näytä linkitetty tietue sen sovelluksessa
|
||||
weekend etemplate fi Viikonloppu
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate fi Mitä tapahtuu ylimenevän osan kanssa: näkyvä (oletus), piilotettu, vieritys (scroll), automaattinen (selain päätää)
|
||||
widget copied into clipboard etemplate fi Widget kopioitu leikepöydälle
|
||||
width etemplate fi Leveys
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate fi Sarakkeen leveys (% tai pikseleinä), disable col: [! = not]<value>[=<check>] eg: '!@data' piiloita sarake, jos sisältöä ei ole
|
||||
width of column (in % or pixel) etemplate fi Sarakkeen leveys (% tai pikseleinä)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate fi Taulukon leveys % tai pikseleinä table tagissa tai (vaihtoehtoisesti) div tagissa.
|
||||
width, disabled etemplate fi Leveys, estetty
|
||||
wk etemplate fi Vk
|
||||
working days etemplate fi Työpäivät
|
||||
write <app>/setup/tables_current.inc.php etemplate fi Kirjoita <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate fi Kirjoita kielitiedosto
|
||||
write tables etemplate fi Kirjoita taulukko
|
||||
xml-file to import etemplate fi tuotava xml-tiedosto
|
||||
xslt template etemplate fi XSLT -mallipohja
|
||||
year etemplate fi Vuosi
|
||||
you are not allowed to export more than %1 entries! common fi Sinulla ei ole riittäviä oikeuksia viedä enemmän kuin %1 tietuetta!!!
|
||||
you can respond by visiting: etemplate fi Voit vastata vierailemalla:
|
||||
you need to select a file first! etemplate fi Valitse tiedosto!
|
||||
your code is incorrect !!! etemplate fi Virheellinen koodi!
|
@ -1,528 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate fr %1 (%2 nouveaux) messages écrits pour l'Application '%3' et les langues '%4'
|
||||
%1 entries found, select one ... etemplate fr %1 élément(s) trouvé(s), sélectionnez en un...
|
||||
%1 etemplates deleted etemplate fr %1 eTemplate(s) supprimé(s)
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate fr %1 eTemplates pour l'Application '%2' écrits dans '%3'
|
||||
%1 etemplates found etemplate fr %1 eTemplate(s) trouvé(s)
|
||||
%1 matches on search criteria etemplate fr %1 occurences sur les critères de recherche
|
||||
%1 more... etemplate fr %1 plus...
|
||||
%1 new etemplates imported for application '%2' etemplate fr %1 eTemplate(s) importé(s) pour l'Application '%2'
|
||||
%1 not implemented for %2! etemplate fr %1 pas implémenté pour %2 !
|
||||
%1' han an invalid format !!! etemplate fr %1' a un format invalide !
|
||||
%1, duplicate id etemplate fr %1, ID en doublon
|
||||
%s disabled etemplate fr %s désactivé
|
||||
%s needed etemplate fr %s nécessaire
|
||||
%s notranslation etemplate fr %s PasDeTraduction
|
||||
%s onchange etemplate fr %s onChange
|
||||
%s readonly etemplate fr %s LectureSeule
|
||||
'%1' has an invalid format etemplate fr '%1' a un format invalide
|
||||
'%1' has an invalid format !!! etemplate fr '%1' a un format invalide !!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate fr '%1' n'est pas un fichier php dans l'arborescence racine d'egw (%2) !
|
||||
'%1' is not a valid date !!! etemplate fr '%1' n'est pas une date valide !
|
||||
'%1' is not a valid floatingpoint number !!! etemplate fr '%1' n'est pas un nombre à virgule flottante valide !
|
||||
'%1' is not a valid integer !!! etemplate fr '%1' n'est pas un entier valide !
|
||||
'%1' is not allowed ('%2')! etemplate fr '%1' n'est PAS permis ('%2') !
|
||||
'%1' is not allowed%2)! etemplate fr '%1' n'est PAS permis '%2' !
|
||||
1 minute etemplate fr 1 minute
|
||||
15 minutes etemplate fr 15 Minutes
|
||||
30 minutes etemplate fr 30 Minutes
|
||||
30 seconds etemplate fr 30 secondes
|
||||
5 minutes etemplate fr 5 minutes
|
||||
a pattern to be searched for etemplate fr Chaine de caractères à rechercher
|
||||
accesskey etemplate fr Clé d'accès
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate fr Les clés d'accès peuvent être spécifiées avec un & dans le label (p.ex. &Nom)
|
||||
account contactdata etemplate fr Données de contact du compte
|
||||
actions... etemplate fr Actions...
|
||||
add a new column (after the existing ones) etemplate fr Ajouter une nouvelle colonne (après celles existant déjà)
|
||||
add a new entry of the selected application etemplate fr Ajouter une nouvelle entrée de l'application sélectionnée
|
||||
add a new multi-column index etemplate fr Ajouter un nouvel index multi-colonnes
|
||||
add column etemplate fr Ajouter une colonne
|
||||
add index etemplate fr Ajouter un index
|
||||
add new etemplate fr Ajouter un nouveau
|
||||
add table etemplate fr Ajouter une table
|
||||
add to clipboard etemplate fr Ajouter au presse-papier
|
||||
advanced search etemplate fr Recherche avancée
|
||||
align etemplate fr Aligner
|
||||
alignment of label and input-field in table-cell etemplate fr Alignement du label et du champ de saisie dans la cellule de la table
|
||||
alignment of the v/hbox containing table-cell etemplate fr Alignement de la boite H/V contenant la cellule de table
|
||||
all days etemplate fr Tous les jours
|
||||
all operations save the template! etemplate fr Toutes les opérations sauvegarde le template !
|
||||
all users etemplate fr Tous les utilisateurs
|
||||
allowed file type: %1 etemplate fr Type de fichier autorisé : %1
|
||||
am etemplate fr matin
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate fr Une colonne indexée accélère les requêtes qui utilisent cette colonne (coûte de l'espace disque !)
|
||||
and etemplate fr ET
|
||||
application etemplate fr Application
|
||||
application has no etemplates (no file %1) to restore! etemplate fr L'application n'a pas d'eTemplates à restaurer (pas de fichier %1)
|
||||
application name needed to restore etemplates! etemplate fr Le nom de l'application dont on a besoin de restaurer les eTemplates !
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate fr Le nom de l'application dont on a besoin d'écrire un fichier de langue ou de dumper les eTemplates !
|
||||
applications etemplate fr Applications
|
||||
applies the changes made etemplate fr Applique les modifications
|
||||
applies the changes to the given version of the template etemplate fr Applique les modifications à la version mentionnée du modèle
|
||||
as default etemplate fr comme par défaut
|
||||
attach etemplate fr Joindre
|
||||
attach file etemplate fr Joindre un fichier
|
||||
automatically refresh list etemplate fr Rafraîchir la liste automatiquement
|
||||
baseline etemplate fr Baseline
|
||||
blurtext etemplate fr texteFlou
|
||||
border etemplate fr Bord
|
||||
border-line-thickness for the table-tag etemplate fr Epaisseur de la ligne de bord pour le tag de la table eTemplate
|
||||
bottom etemplate fr Bas
|
||||
box etemplate fr Boîte
|
||||
box... etemplate fr Boîte...
|
||||
broken link etemplate fr Lien cassé
|
||||
can not have special sql-value null etemplate fr Ne peut pas avoir une valeur SQL spéciale NULL
|
||||
cancel etemplate fr Annuler
|
||||
cant delete a single widget from a grid !!! etemplate fr ne peut pas supprimer un widget d'une grille !
|
||||
cant delete the only column of a grid !!! etemplate fr ne peut pas supprimer la seule colonne d'une grille !
|
||||
cant delete the only row in a grid !!! etemplate fr ne peut pas supprimer la seule ligne d'une grille !
|
||||
category etemplate fr Catégorie
|
||||
category tree etemplate fr Arborescence des catégories
|
||||
cellpadding for the table-tag etemplate fr Remplissage de cellule pour le tag de la table
|
||||
cells etemplate fr Cellules
|
||||
cellspacing for the table-tag etemplate fr Espacement des cellules pour le tag de la table
|
||||
center etemplate fr Centre
|
||||
changed etemplate fr Modifié
|
||||
check all etemplate fr Tout cocher
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate fr Le contenu doit être seulement affiché mais non modifié.
|
||||
check if field has to be filled by user etemplate fr Cocher si le champ doit être rempli par l'utilisateur
|
||||
checkbox etemplate fr Case à cocher
|
||||
class etemplate fr Classe
|
||||
class, valign etemplate fr Vlass, Valign
|
||||
click here to attach the file etemplate fr Cliquer ici pour joindre le fichier
|
||||
click here to create the link etemplate fr Cliquer ici pour créer le lien
|
||||
click here to start the search etemplate fr Cliquer ici pour démarrer la recherche
|
||||
click here to upload the file etemplate fr Cliquer ici pour déposer le fichier
|
||||
click to order after that criteria etemplate fr Trier d'après ce critère
|
||||
clickable path etemplate fr Chemin cliquable
|
||||
closes the window without saving the changes etemplate fr Ferme la fenêtre sans enregistrer les modifications
|
||||
column... etemplate fr Colonne...
|
||||
columnname etemplate fr Nom de colonne
|
||||
comment etemplate fr Commentaire
|
||||
confirm etemplate fr Confirmer
|
||||
confirmation message or custom javascript (returning true or false) etemplate fr message de confirmation ou script java personnalisé (retournant true ou false)
|
||||
confirmation necesary or custom java-script etemplate fr Message de confirmation ou javascript personnalisé nécessaire
|
||||
confirmation required etemplate fr Confirmation requise
|
||||
contact etemplate fr Contact
|
||||
contact field to show etemplate fr Champ contact à afficher
|
||||
contact fields etemplate fr Champs contact
|
||||
contains etemplate fr Contient
|
||||
copy "%1" etemplate fr Copier "%1"
|
||||
copy to clipboard etemplate fr Copier vers le presse-papier
|
||||
create a new table for the application etemplate fr Créer une nouvelle table pour l'application
|
||||
create link etemplate fr Créer le lien
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate fr Crée un fichier lang anglais ('en') à partir du label et des textes d'aide (pour l'application dans Nom)
|
||||
creator preferences fr Créateur
|
||||
css class for the table-tag etemplate fr Classe CSS pour le tag de la table
|
||||
css properties etemplate fr propriétés CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate fr Nom de la classe CSS pour cette ligne, préréglé: 'nmh' = entête prochaine correspondance, 'nmr' = alterne la ligne prochaine correspondance, 'nmr0'+'nmr1' lignes prochaines correspondances
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate fr nom de la classe CSS pour cette ligne, préréglé: 'th' = en-tête, 'row' = ligne alternante, 'row_off'+'row_on' lignes
|
||||
css-styles etemplate fr Styles CSS
|
||||
custom etemplate fr Personnalisé
|
||||
custom fields etemplate fr Champs personnalisés
|
||||
custom javascript for onchange etemplate fr Javascript personnalisé pour onChange
|
||||
cut etemplate fr Couper
|
||||
data type etemplate fr Type de donnée
|
||||
date etemplate fr Date
|
||||
date+time etemplate fr Date+Heure
|
||||
day etemplate fr Jour
|
||||
days etemplate fr Jours
|
||||
db ensures that every row has a unique value in that column etemplate fr La base de données s'assure que chaque ligne a une valeur unique dans cette colonne
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate fr les options d'index spécifiques à la base de données (séparés par des virgules), p.ex. mysql(FULLTEXT) ou mysql(100) pour la longeur indexée d'une colonne
|
||||
db-tools etemplate fr Outils base de données
|
||||
deck etemplate fr Bureau (interne)
|
||||
default etemplate fr Défaut
|
||||
delete a single entry by passing the id. etemplate fr Supprimer une unique entrée en passant l'ID.
|
||||
delete all selected etemplates, without further inquiry etemplate fr Supprimer TOUS les eTemplates sélectionnés, SANS demander de confirmation
|
||||
delete and cut save the template! etemplate fr Supprimer et couper enregistre le modèle !
|
||||
delete column etemplate fr Effacer la colonne
|
||||
delete index etemplate fr Effacer l'index
|
||||
delete link etemplate fr Supprimer le lien
|
||||
delete link? etemplate fr Supprimer le lien ?
|
||||
delete the spezified etemplate etemplate fr Supprimer l'eTemplate spécifié
|
||||
delete this column etemplate fr Supprimer cette colonne
|
||||
delete this etemplate etemplate fr Effacer cet eTemplate
|
||||
delete this file etemplate fr Supprimer ce fichier
|
||||
delete this row etemplate fr Supprimer cette ligne
|
||||
delete whole column (can not be undone!!!) etemplate fr Supprimer la colonne entière (ne peut PAS être annulé !)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate fr Supprime l'eTemplate spécifié ci-dessus de la base de données (ne peut PAS être annulé)
|
||||
deletes the etemplate spez. above etemplate fr Supprime l'eTemplate spécifié ci-dessus.
|
||||
deletes this column etemplate fr Supprime cette colonne.
|
||||
deletes this index etemplate fr Supprime cet index.
|
||||
discard changes etemplate fr Annuler les changements
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate fr affiché en face de l'entrée où l'entrée est insérée pour un '%s' dans le label (le label du bouton Submit ou Image-filename)
|
||||
displayed in statusline of browser if input-field gets focus etemplate fr affiché dans la ligne de statut du navigateur si le champ d'entrée a le focus
|
||||
displayed in the top line of the groupbox (legend) etemplate fr affiché en ligne de tête de la groupbox (légende)
|
||||
do you want to save the changes you made in table %s? etemplate fr Voulez-vous enregistrer les modifications que vous avez effectuées dans la table %s?
|
||||
do you want to send the message to all selected entries, without further editing? etemplate fr Voulez-vous envoyer le message à toute la sélection, SANS aucune autre modification ?
|
||||
document '%1' does not exist or is not readable for you! preferences fr Le document '%1' n'existe pas ou n'est pas lisible avec votre profil !
|
||||
documentation etemplate fr Documentation
|
||||
doesn't matter etemplate fr pas d'importance
|
||||
done etemplate fr Fait
|
||||
drop a table - this can not be undone etemplate fr Supprimer une table - ceci ne peut PAS être annulé
|
||||
drop table etemplate fr Supprimer la table (drop)
|
||||
dump4setup etemplate fr Dump4Setup
|
||||
duration etemplate fr Durée
|
||||
edit etemplate fr Modifier
|
||||
edit embeded css styles or of the applications app.css file etemplate fr modifier les feuilles de style CSS imbriquées ou celle de app.css
|
||||
edit the etemplate spez. above etemplate fr Modifier l'eTemplate spécifié ci-dessus
|
||||
edit... etemplate fr Modifier...
|
||||
editable templates - db-tools etemplate fr Templates modifiables - outils de bases de données
|
||||
editable templates - delete template etemplate fr Templates modifiables - effacer le template
|
||||
editable templates - editor etemplate fr Templates modifiables - éditeur
|
||||
editable templates - search etemplate fr Templates modifiables - rechercher
|
||||
editable templates - show template etemplate fr Templates modifiables - montrer le template
|
||||
element role title etemplate fr Titre du rôle
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate fr Styles CSS incorporés, p.e. '.rouge { fond: rouge; }' (notez le '.' avant le nom de la classe) ou '@import url(...)' (les noms de classe sont globaux pour la page entière!)
|
||||
enable javascript onchange submit etemplate fr Activer la soumission sur changement en JavaScript
|
||||
enter '' for an empty default, nothing mean no default etemplate fr Entrez '' pour une valeur par défaut vide, rien signifie pas de valeur par défaut
|
||||
enter a search pattern etemplate fr Entrez une chaîne de recherche
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate fr Entrez un nom de fichier à uploader et attacher, utilisez [naviguer...] pour le rechercher
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate fr Entrez le nouveau numéro de version ici (> ancienne_version), vide pour aucun fichier de mise à jour
|
||||
enter the new version number here (has to be > old_version) etemplate fr Entrez le nouveau numéro de version ici (doit être > à la vieille_version)
|
||||
entry saved etemplate fr Entrée enregistrée
|
||||
error copying uploaded file to vfs! etemplate fr Erreur à la copie du fichier uploadé vers le VFS !
|
||||
error create parent directory %1! etemplate fr Errreur à la création du dossier parent %1 !
|
||||
error deleting %1! etemplate fr Erreur à la suppression de %1 !
|
||||
error uploading file! filemanager fr Erreur à l'upload du fichier !
|
||||
error: template not found !!! etemplate fr Erreur : Template non trouvé !
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate fr Erreur: le serveur web n'est pas autorisé à écrire dans '%1' !!!
|
||||
error: while saving !!! etemplate fr Erreur lors de l'enregistrement !
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate fr Erreur sur l'écriture du fichier (pas d'autorisation pour le serveur Web) !
|
||||
et2 rendering took %1s etemplate fr Le rendu eT2 a pris %1s
|
||||
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 données
|
||||
etemplate '%1' written to '%2' etemplate fr eTemplate '%1' écrit dans '%2'
|
||||
etemplate editor etemplate fr Editeur d'eTemplate
|
||||
etemplate reference etemplate fr Référence eTemplate
|
||||
etemplate tutorial etemplate fr Tutoriel eTemplate
|
||||
exchange this row with the one above etemplate fr Intervertir cette ligne avec celle du dessus
|
||||
exchange this two columns etemplate fr Intervertir ces deux colonnes
|
||||
export the loaded etemplate into a xml-file etemplate fr Exporter l'eTemplate chargé vers un fichier XML
|
||||
export xml etemplate fr Exporter XML
|
||||
extensions loaded: etemplate fr Extensions chargées :
|
||||
field etemplate fr Champ
|
||||
field must not be empty !!! etemplate fr Le champ ne doit pas être vide !
|
||||
file etemplate fr Fichier
|
||||
file '%1' not found! etemplate fr Fichier '%1' non trouvé !
|
||||
file contains more than one etemplate, last one is shown !!! etemplate fr Le fichier contient plus d'un eTemplate, le dernier est affiché !!!
|
||||
file information etemplate fr Informations du fichier
|
||||
file is of wrong type (%1 != %2)! etemplate fr Le fichier est de mauvais type (%1 != %2) !
|
||||
file too large. maximum %1 etemplate fr Le fichier est trop volumineux. Maximum %1
|
||||
file writen etemplate fr Fichier écrit
|
||||
fileupload etemplate fr UploadFichier
|
||||
first etemplate fr Premier
|
||||
floating point etemplate fr Virgule flottante
|
||||
force etemplate fr forcer
|
||||
foreign key etemplate fr Clé étrangère
|
||||
formatted text (html) etemplate fr Texte Formaté (HTML)
|
||||
fr etemplate fr Fr
|
||||
general fields: preferences fr Champs généraux :
|
||||
go to the first entry etemplate fr Aller à la première entrée
|
||||
go to the last entry etemplate fr Aller à la dernière entrée
|
||||
go to the next page of entries etemplate fr Aller à la page suivante d'entrées
|
||||
go to the previous page of entries etemplate fr Aller à la page précédente d'entrées
|
||||
grid etemplate fr Grille
|
||||
grid column attributes etemplate fr Attributs de la colonne dans la grille
|
||||
grid row attributes etemplate fr Attributs de la ligne dans la grille
|
||||
groupbox etemplate fr GroupBox
|
||||
h etemplate fr h
|
||||
hbox etemplate fr BoiteH
|
||||
height etemplate fr Hauteur
|
||||
height of row (in % or pixel) etemplate fr hauteur d'une ligne (en % ou pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate fr Hauteur de la ligne (en % ou pixels), désactiver la ligne: [! = pas]<valeur>[=<vérifier>] p.ex.: '!@donnees' désactive la ligne si le contenu de donnees est vide
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate fr Hauteur de la table en % ou pixels pour le tag de la table et div (optionnel)
|
||||
height, disabled etemplate fr Hauteur, désactivé
|
||||
help etemplate fr Aide
|
||||
history log etemplate fr Historique
|
||||
horizontal rule etemplate fr Règle horizontale
|
||||
hour etemplate fr Heure
|
||||
hours etemplate fr heures
|
||||
how many entries should the list show etemplate fr combien d'entrées la liste doit-elle afficher
|
||||
html etemplate fr Html
|
||||
html link to the current record etemplate fr Lien HTML vers l'enregistrement courant
|
||||
id etemplate fr id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate fr Si le champ est désactivé, une cellule de table vide est affiché pour suppression (temporaire) d'un champ/cellule
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences fr Si vous spécifiez un répertoire (chemin vfs complet), %1 affiche une action pour chaque document. Cette action autorise le téléchargement du document spécifié avec les données insérées.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences fr Si vous spécifiez un répertoire (chemin vfs complet), %1 affiche une icône de document supplémentaire pour chaque entrée. Cette icône autorise le téléchargement du document spécifié avec les données insérée
|
||||
image etemplate fr Image
|
||||
import etemplate fr Importer
|
||||
import an etemplate from a xml-file etemplate fr import an eTemplate from a xml-file
|
||||
import table-definitions from existing db-table etemplate fr Importer les définitions de table depuis la table de base de données existante
|
||||
import xml etemplate fr Importer XML
|
||||
increment version to not overwrite the existing template etemplate fr incrémente la version pour ne pas écraser le modèle existant
|
||||
index/name of returned content (name of the template, link / method for image) etemplate fr index/nom du contenu renvoyé (nom du Template, Lien / Méthode pour Image)
|
||||
indexed etemplate fr Indexé.
|
||||
indexoptions etemplate fr Options d'Index
|
||||
input required etemplate fr Input nécessaire
|
||||
insert a column before etemplate fr Insérer une colonne avant
|
||||
insert a column behind etemplate fr Insérer une colonne après
|
||||
insert a row above etemplate fr Insérer une ligne au-dessus
|
||||
insert a row below etemplate fr Insérer une ligne au-dessous
|
||||
insert a widget before etemplate fr Insérer un widget avant
|
||||
insert a widget behind etemplate fr Insérer un widget après
|
||||
insert in document etemplate fr Insérer dans un document
|
||||
insert new column behind this one etemplate fr Insérer une nouvelle colonne après celle-ci
|
||||
insert new column in front of all etemplate fr Insérer une nouvelle colonne devant toutes les autres
|
||||
insert new row after this one etemplate fr Insérer une nouvelle ligne après celle-ci
|
||||
insert new row in front of first line etemplate fr Insérer une nouvelle ligne devant la première ligne
|
||||
integer etemplate fr Nombre entier
|
||||
key etemplate fr Clé
|
||||
label etemplate fr Label
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate fr Label:[gras][italique] Texte:[longueur][,max] Nombres:[min][,[max][,longueur]] T.aire:[lignes][,colonnes] Radiob.:valeur H.Règle:[largeur] Templ.:[IndexDansContenu] Sélect:[multiselection] Date:[valeurs: p.e. 'A-m-j']
|
||||
lang etemplate fr Langue
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate fr raccourci-langue (p.e. 'en' pour english) pour le template dépendant d'un langage ('' lit vos préférences pour le langage ou la valeur par défaut, utiliser 'default' pour lire le template par défaut '')
|
||||
last etemplate fr Dernier
|
||||
left etemplate fr Gauche
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate fr Longueur pour char+varchar, précision d'entiers: 2, 4, 8 et flottants: 4, 8
|
||||
link etemplate fr Lien
|
||||
link target %1 not found! etemplate fr Cible de lien %1 non trouvé
|
||||
linkapps etemplate fr LinkApps
|
||||
linked etemplate fr Ligé
|
||||
linkentry etemplate fr LinkEntry
|
||||
linklist etemplate fr Liste de liens
|
||||
links and attached files preferences fr Liens et fichiers attachés
|
||||
links to specified application. example: {{links/addressbook}} etemplate fr Liens vers une application spécifique. Exemple : {{links/addressbook}}
|
||||
linkstring etemplate fr ChaîneDeLien
|
||||
linkto etemplate fr LierVers
|
||||
list of files linked to the current record preferences fr Listes des fichiers liés à l'enregistrement courant
|
||||
load this template into the editor etemplate fr Charger ce template dans l'éditeur
|
||||
loading etemplate fr chargement
|
||||
m etemplate fr m
|
||||
maximum size for uploads filemanager fr Taille maximale d'un upload
|
||||
maybe etemplate fr Peut-être
|
||||
message ... etemplate fr Message...
|
||||
message prepared for sending. etemplate fr Message prêt pour l'envoi.
|
||||
message(s) send failed! etemplate fr Envoi de message(s) en échec !
|
||||
message(s) send ok. etemplate fr Envoi de message(s) réussi.
|
||||
middle etemplate fr Milieu
|
||||
minute etemplate fr Minute
|
||||
minutes etemplate fr Minutes
|
||||
missing: %1 etemplate fr Manquant : %1
|
||||
mo etemplate fr Mo
|
||||
modifier preferences fr Editeur
|
||||
month etemplate fr Mois
|
||||
more etemplate fr Plus
|
||||
more than 1 match for '%1' etemplate fr Plusieurs résultats pour '%1'
|
||||
multicolumn indices etemplate fr Indices Multi-colonnes
|
||||
name etemplate fr Nom
|
||||
name of other table where column is a key from etemplate fr Nom de l'autre table où la colonne est une clé de
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate fr Nom de l'ensemble phpgw-template (p.e. verdilak): '' = défaut (va lire le template dans les préférences, utiliser 'default' pour lire le template par défaut '')
|
||||
name of table to add etemplate fr Nom de la table à ajouter
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate fr Nom de l'eTemplate, devrait être dans le formulaire application.function[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate fr Doit être unique dans la table et pas un mot SQL réservé, le mieux est de préfixer tout avec une abréviation sur 2 caractères du nom de l'application, p.e. 'et_'
|
||||
new etemplate fr Nouveau
|
||||
new search common fr Nouvelle recherche
|
||||
new table created etemplate fr Nouvelle table créée
|
||||
new value etemplate fr Nouvelle valeur
|
||||
newer version '%1' exists !!! etemplate fr La nouvelle version '%1' existe !
|
||||
nextmatch etemplate fr Occurrence trouvée suivante
|
||||
nextmatch accountfilter etemplate fr Prochaine occurence Filtre de compte
|
||||
nextmatch custom filterheader etemplate fr Prochaine occurence Filtre de compte personnalisé
|
||||
nextmatch filterheader etemplate fr Prochaine occurence Entête de Filtre
|
||||
nextmatch header etemplate fr Prochaine occurence Entête
|
||||
nextmatch sortheader etemplate fr Prochaine occurence Entête de tri
|
||||
no column to swap with !!! etemplate fr aucune colonne à intervertir !
|
||||
no default set etemplate fr Aucun défaut défini
|
||||
no file etemplate fr Pas de fichier
|
||||
no filename given or selected via browse... etemplate fr Pas de nom de fichier donné ou sélectionnée avec le navigateur...
|
||||
no filters etemplate fr Pas de filtre
|
||||
no matches found etemplate fr Aucune occurrence trouvée
|
||||
no rights to export more than %1 entries! common fr Pas de droits pour exporter plus que %1 éléments !
|
||||
no row to swap with !!! etemplate fr Aucune ligne à échanger !
|
||||
no suggestions etemplate fr Pas de suggestio
|
||||
not null etemplate fr NOT NULL
|
||||
nothing etemplate fr rien
|
||||
nothing found - try again !!! etemplate fr Rien trouvé - essayez encore !
|
||||
nothing in clipboard to paste !!! etemplate fr Rien à coller !
|
||||
nothing matched search criteria !!! etemplate fr Aucune occurrence correspondant aux critères de recherche !!!
|
||||
now etemplate fr Maintenant
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate fr Nombre de colonnes sur lesquelles le champ/cellule devrait s'étendre ou 'tous' pour les colonnes qui restent, nom de la classe CSS (pour le tag TD)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate fr Nombre de lignes/colonnes dans une boîte H/V, remplissage de cellule, espacement de cellule
|
||||
of etemplate fr de
|
||||
off etemplate fr désactivé
|
||||
old value etemplate fr Ancienne valeur
|
||||
onchange etemplate fr onChange
|
||||
onclick etemplate fr onClick
|
||||
only an other version found !!! etemplate fr Une seule autre version trouvée !
|
||||
open the online help. etemplate fr Ouvrir l'aide en ligne.
|
||||
operator etemplate fr Opérateur
|
||||
optional note about the link etemplate fr Note optionnelle à propos du lien
|
||||
options etemplate fr Options
|
||||
or etemplate fr OU
|
||||
order to navigating by tab key through the form etemplate fr Ordre pour la navigation avec la touche tab à travers le formulaire
|
||||
overflow etemplate fr Débordement
|
||||
padding etemplate fr Remplissage
|
||||
parent is a '%1' !!! etemplate fr le parent est un '%1' !
|
||||
paste etemplate fr Coller
|
||||
path etemplate fr Chemin
|
||||
please enter table-name first !!! etemplate fr SVP entrez le nom de la table d'abord !
|
||||
pm etemplate fr Après-midi
|
||||
popup etemplate fr Popup
|
||||
precision etemplate fr Précision
|
||||
preference etemplate fr Préférence
|
||||
primary key etemplate fr Clé primaire
|
||||
primary key for the table, gets automaticaly indexed etemplate fr Clé primaire pour la table, est automatiquement indexée
|
||||
protocol is required etemplate fr Le protocole est requis
|
||||
radiobutton etemplate fr BoutonRadio
|
||||
read etemplate fr Lire
|
||||
read a list of entries. etemplate fr Lire une liste d'entrées.
|
||||
read a single entry by passing the id and fieldlist. etemplate fr Lire une unique entrée en passant l'ID et la liste des champs.
|
||||
read etemplate from database (for the keys above) etemplate fr Lire eTemplate depuis la base de données (pour les clés ci-dessus)
|
||||
readonly etemplate fr Lecture seule
|
||||
refresh etemplate fr Rafraîchir
|
||||
remove row (can not be undone!!!) etemplate fr Enlever la ligne (ne peut PAS être annulé !)
|
||||
remove this link (not the entry itself) etemplate fr Enlever ce lien (pas l'entrée elle-même)
|
||||
required etemplate fr Nécessaire
|
||||
reset etemplate fr Reset
|
||||
reset all user's column preferences etemplate fr Réinitialiser toutes les préférences de colonne des utilisateurs
|
||||
restore all etemplate fr Tout restaurer
|
||||
restore all application templates, overwriting existing ones with identical version number etemplate fr Restaurer tous les templates d'application, en écrasant les templates existants ayant le même numéro de version
|
||||
returns savely, without deleting etemplate fr Revient de manière sûre, sans effacer
|
||||
right etemplate fr Droite
|
||||
row... etemplate fr Ligne...
|
||||
sa etemplate fr Sa
|
||||
save all etemplate fr Tout enregistrer
|
||||
save as zip etemplate fr Sauvegarder en zip
|
||||
save selected columns as default preference for all users. etemplate fr Enregistrer les colonnes sélectionnées comme préférence par défaut pour tous les utilisateurs.
|
||||
save the changes made and close the window etemplate fr Enregistrer les modifications et fermer la fenêtre
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate fr Enregistrer l'eTemplate sous les clés ci-dessus (nom, ...), changez-les pour un Sauvegarder-sous
|
||||
saves changes to tables_current.inc.php etemplate fr Enregistrer les changements dans tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate fr enregistre le modèle avec la version donnée et ferme la fenêtre
|
||||
scale etemplate fr Echelle
|
||||
scale for float etemplate fr échelle pour les flottants
|
||||
search etemplate fr Rechercher
|
||||
search letter etemplate fr Chercher sur une lettre
|
||||
search... etemplate fr Rechercher...
|
||||
select a category etemplate fr choisissez une catégorie
|
||||
select a primary contact, to show in the list etemplate fr Choisissez un contact primaire, à montrer dans la liste
|
||||
select access etemplate fr Choisissez l'accès
|
||||
select account etemplate fr Choisissez le compte
|
||||
select an app first !!! etemplate fr Choisissez d'abord une application !
|
||||
select an app to search in etemplate fr Choisissez une application dans laquelle rechercher
|
||||
select an application etemplate fr Choisissez une application
|
||||
select an application, (*) = uninstalled etemplate fr Choisissez une application, (*) = non installée
|
||||
select an entry to link with etemplate fr Choisissez une entrée à lier
|
||||
select an table of the application etemplate fr Choisissez une table pour l'application
|
||||
select application etemplate fr Choisissez une application
|
||||
select application to search etemplate fr Sélectionnez une application à chercher
|
||||
select category etemplate fr Choisissez une catégorie
|
||||
select color etemplate fr Choisir une couleur
|
||||
select columns etemplate fr Sélectionnez les colonnes
|
||||
select country etemplate fr Choisissez un pays
|
||||
select day etemplate fr Choisissez un jour
|
||||
select day of week etemplate fr sélectionnez le jour de la semaine
|
||||
select entry etemplate fr Sélectionnez l'entrée
|
||||
select file(s) from vfs etemplate fr Sélectionner des fichiers du VFS
|
||||
select files from filemanager ... etemplate fr Sélectionner dans le gestionnaire de fichiers...
|
||||
select hour etemplate fr Sélectionnez l'heure
|
||||
select if content of field should not be translated (label gets always translated) etemplate fr choisissez si le contenu du champ ne devrait pas être traduit (le label est toujours traduit)
|
||||
select language etemplate fr Sélectionnez la langue
|
||||
select month etemplate fr Choisissez un mois
|
||||
select number etemplate fr Choisissez un numéro
|
||||
select one ... etemplate fr CHoisissez un ...
|
||||
select percentage etemplate fr Choisissez un pourcentage
|
||||
select priority etemplate fr Choisissez une priorité
|
||||
select some options etemplate fr Sélectionner plusieurs options
|
||||
select state etemplate fr Choisissez un état
|
||||
select the columns to display in the list etemplate fr Sélectionnez les colonnes à afficher dans la liste
|
||||
select the indexed columns in their desired order etemplate fr Sélectionnez la colonne indexée dans leur ordre désiré
|
||||
select this etemplate to delete it etemplate fr choisissez cet eTemplate pour l'effacer
|
||||
select which accounts to show etemplate fr sélectionnez quels comptes à afficher
|
||||
select which values to show etemplate fr sélectionnez les valeurs à afficher
|
||||
select year etemplate fr Choisissez l'année
|
||||
selectbox etemplate fr Boîte de sélection
|
||||
server error etemplate fr Erreur du serveur
|
||||
set as default etemplate fr Définir par défaut
|
||||
set these columns as the default etemplate fr Définir ces colonnes par défaut
|
||||
sets today as date etemplate fr Fixe la date à aujourd'hui
|
||||
should the form be submitted or any custom javascript be executed etemplate fr Est-ce que le formulaire doit être soumis ou un script java doit être exécuté
|
||||
show etemplate fr Montrer
|
||||
show (no save) etemplate fr Montrer (pas de sauvegarde)
|
||||
show all / cancel filter etemplate fr Montrer tout / annuler les filtres
|
||||
show values etemplate fr Montrer les valeurs
|
||||
showing etemplate fr montre
|
||||
shows / allows you to enter values into the etemplate for testing etemplate fr montre / autorise à entrer des valeurs dans l'eTemplate pour tester
|
||||
shows/displays etemplate for testing, does not save it before etemplate fr montre/affiche l'eTemplate pour tester, ne l'enregistre pas avant
|
||||
spacing etemplate fr Espacement
|
||||
span etemplate fr Envergure
|
||||
span, class etemplate fr Envergure, Classe
|
||||
stack etemplate fr Pile
|
||||
start a new search, cancel this link etemplate fr Démarre une nouvelle recherche, annule ce lien
|
||||
start new search for the above pattern etemplate fr Démarre une nouvelle recherche pour la chaîne de caractères ci-dessus
|
||||
su etemplate fr Di
|
||||
submit form etemplate fr soumettre le formulaire
|
||||
submitbutton etemplate fr BoutonSoumettre
|
||||
sure etemplate fr Sûr
|
||||
swap etemplate fr rocade
|
||||
swap widget with next one etemplate fr faire une rocade du widget avec le suivant
|
||||
swap with next column etemplate fr faire une rocade avec la colonne suivante
|
||||
swap with next row etemplate fr faire une rocade avec la ligne suivante
|
||||
switch to a parent widget etemplate fr change pour un widget parent
|
||||
switch to an other widgets of that container etemplate fr change pour un autre widget de ce container
|
||||
tabindex etemplate fr Tabindex
|
||||
table unchanged, no write necessary !!! etemplate fr Table non modifiée, aucune écriture nécessaire !
|
||||
tablename etemplate fr NomTable
|
||||
tabs etemplate fr Tabs
|
||||
template etemplate fr Template
|
||||
template deleted etemplate fr Template effacé
|
||||
template saved etemplate fr Template enregistré
|
||||
text etemplate fr Texte
|
||||
textarea etemplate fr ChampTexte
|
||||
th etemplate fr Je
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences fr Le document peut contenir des mots clés comme {{%3}} , pour être remplacé avec les données. %1Listes complets des mots-clés%2.
|
||||
the following document-types are supported: preferences fr Les types de documents suivant sont autorisés :
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate fr ce texte s'affiche si le champ de saisie est vide et n'a pas le focus (flou)
|
||||
time etemplate fr Heure
|
||||
titles of any entries linked to the current record, excluding attached files preferences fr Titres de toutes les entrées liées à l'enregistrement courant, à l'exception des fichiers
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate fr pour désactiver: [! = not]<value>[=<vérification>] p.ex.: '!@data' désactive si les données sont vides
|
||||
to start the db-tools etemplate fr Pour lancer les outils base de données
|
||||
to start the etemplate editor etemplate fr Pour lancer l'éditeur d'eTemplate
|
||||
to start the search etemplate fr Pour démarrer la recherche
|
||||
today etemplate fr Aujourd'hui
|
||||
top etemplate fr Sommet
|
||||
tree etemplate fr Arborescence
|
||||
tu etemplate fr Ma
|
||||
type etemplate fr Type
|
||||
type of the column etemplate fr Type de la colonne
|
||||
type of the field (select label if field should be empty) etemplate fr Type du champ (choisissez le label si le champ devrait être vide)
|
||||
uncheck all etemplate fr Tout décocher
|
||||
unique etemplate fr Unique
|
||||
unlink etemplate fr Délier
|
||||
update a single entry by passing the fields. etemplate fr Mettre à jour une entrée unique en passant les champs.
|
||||
update from version '%s' to etemplate fr Mettre à jour depuis la Version '%s' vers
|
||||
upload etemplate fr Uploader
|
||||
upload file(s) from filemanager... etemplate fr Uploader des fichiers depuis le gestionnaire de fichiers
|
||||
user etemplate fr Utilisateur
|
||||
valign etemplate fr vAlign
|
||||
value etemplate fr Valeur
|
||||
value has to be at least '%1' !!! etemplate fr La valeur doit être d'au moins '%1' !
|
||||
value has to be at maximum '%1' !!! etemplate fr La valeur doit être au maximum '%1' !
|
||||
vbox etemplate fr BoîteV
|
||||
version etemplate fr Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate fr Numéro de version, devrait être de la forme: majeur.mineur.revision.nombre (p.e. 0.9.13.001 tous les nombres remplis avec des zéros)
|
||||
vertical alignment of row etemplate fr Alignement vertical de la ligne
|
||||
view this etemplate etemplate fr Voir cet eTemplate
|
||||
view this linked entry in its application etemplate fr Voir cette entrée liée dans son application
|
||||
we etemplate fr Me
|
||||
weekend etemplate fr weekend
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate fr ce qui se passe avec un contenu débordant: visible (défaut), caché, scroll, auto (le navigateur décide)
|
||||
widget copied into clipboard etemplate fr widget copié dans le presse-papiers
|
||||
width etemplate fr Largeur
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate fr Largeur de la colonne (en % ou pixels), désactiver col: [! = pas]<valeur>[=<verifier>] p.e.: '!@donnees' désactive la colonne si le contenu de donnees est vide
|
||||
width of column (in % or pixel) etemplate fr Largeur de la colonne (en % ou pixel)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate fr Largeur de la table en % ou pixels, pour le tag de la table et div (optionnel)
|
||||
width, disabled etemplate fr Largeur, désactivé
|
||||
wk etemplate fr S.
|
||||
working days etemplate fr Jours ouvrables
|
||||
write <app>/setup/tables_current.inc.php etemplate fr Ecrire <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate fr Ecrire le fichier de langage
|
||||
write tables etemplate fr Ecrire les tables
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate fr Ecrit un fichier 'etemplates.inc.php' (pour l'application dans le nom) dans le répertoire setup de l'application
|
||||
xml-file to import etemplate fr Fichier XML à importer
|
||||
xslt template etemplate fr Template XSLT
|
||||
year etemplate fr Année
|
||||
you are not allowed to export more than %1 entries! common fr Vous n'êtes pas autorisé à exporter plus que %1 éléments !
|
||||
you can not choose more then %1 item(s)! etemplate fr Vous ne pouvez séléctionner plus que %1 élément(s) !
|
||||
you can respond by visiting: etemplate fr Pour le voir, visitez:
|
||||
you need to select a file first! etemplate fr Sélectionner d'abord un fichier !
|
||||
your code is incorrect !!! etemplate fr Ce code est incorrect !
|
@ -1,2 +0,0 @@
|
||||
application etemplate hi कम्प्युटर प्रोग्राम
|
||||
cancel etemplate hi रद्दा कर्ना
|
@ -1,307 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate hr %1 (%2 new) Messages writen for Application '%3' and Languages '%4'
|
||||
%1 etemplates deleted etemplate hr %1 eTemplates deleted
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate hr %1 eTemplates for Application '%2' dumped to '%3'
|
||||
%1 etemplates found etemplate hr %1 eTemplates found
|
||||
%1 matches on search criteria etemplate hr %1 matches on search criteria
|
||||
%1 new etemplates imported for application '%2' etemplate hr %1 new eTemplates imported for Application '%2'
|
||||
%s disabled etemplate hr %s disabled
|
||||
%s needed etemplate hr %s needed
|
||||
%s notranslation etemplate hr %s NoTranslation
|
||||
%s onchange etemplate hr %s onChange
|
||||
%s readonly etemplate hr %s readonly
|
||||
'%1' has an invalid format !!! etemplate hr '%1' has an invalid format !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate hr '%1' is not a valid floatingpoint number !!!
|
||||
'%1' is not a valid integer !!! etemplate hr '%1' is not a valid integer !!!
|
||||
a pattern to be searched for etemplate hr a pattern to be searched for
|
||||
add a new column (after the existing ones) etemplate hr Add a new column (after the existing ones)
|
||||
add a new multi-column index etemplate hr Add a new multi-column index
|
||||
add column etemplate hr Add Column
|
||||
add index etemplate hr Add Index
|
||||
add table etemplate hr Add Table
|
||||
align etemplate hr Align
|
||||
alignment of label and input-field in table-cell etemplate hr alignment of label and input-field in table-cell
|
||||
alignment of the v/hbox containing table-cell etemplate hr Alignment of the V/HBox containing table-cell
|
||||
all users etemplate hr Svi korisnici
|
||||
am etemplate hr am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate hr an indexed column speeds up querys using that column (cost space on the disk !!!)
|
||||
and etemplate hr And
|
||||
application etemplate hr Application
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate hr Application name needed to write a langfile or dump the eTemplates !!!
|
||||
applications etemplate hr Aplikacije
|
||||
attach etemplate hr Attach
|
||||
attach file etemplate hr attach file
|
||||
blurtext etemplate hr blurText
|
||||
border etemplate hr Border
|
||||
border-line-thickness for the table-tag etemplate hr Border-line-thickness for the table-tag
|
||||
bottom etemplate hr dno
|
||||
can not have special sql-value null etemplate hr can not have special SQL-value NULL
|
||||
cancel etemplate hr Cancel
|
||||
category etemplate hr Category
|
||||
cellpadding for the table-tag etemplate hr Cellpadding for the table-tag
|
||||
cells etemplate hr Cells
|
||||
cellspacing for the table-tag etemplate hr Cellspacing for the table-tag
|
||||
center etemplate hr Center
|
||||
changed etemplate hr Promijenjeno
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate hr check if content should only be displayed but not altered (the content is not send back then!)
|
||||
check if field has to be filled by user etemplate hr check if field has to be filled by user
|
||||
checkbox etemplate hr Checkbox
|
||||
class etemplate hr Class
|
||||
class, valign etemplate hr class, Valign
|
||||
click here to attach the file etemplate hr click here to attach the file
|
||||
click here to create the link etemplate hr click here to create the Link
|
||||
click here to start the search etemplate hr Click here to start the search
|
||||
click here to upload the file etemplate hr Click here to upload the file
|
||||
click to order after that criteria etemplate hr click to order after that criteria
|
||||
columnname etemplate hr ColumnName
|
||||
comment etemplate hr Comment
|
||||
confirm etemplate hr Potvrdi
|
||||
contact etemplate hr Kontakt
|
||||
contains etemplate hr sadrži
|
||||
create a new table for the application etemplate hr Create a new table for the application
|
||||
css class for the table-tag etemplate hr CSS class for the table-tag
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate hr CSS-class name for this row, preset: 'nmh' = NextMatch header, 'nmr' = alternating NM row, 'nmr0'+'nmr1' NM rows
|
||||
css-styles etemplate hr CSS-styles
|
||||
custom etemplate hr Proizvoljno
|
||||
custom fields etemplate hr Proizvoljno Polje
|
||||
date+time etemplate hr Date+Time
|
||||
day etemplate hr Day
|
||||
days etemplate hr dana
|
||||
db ensures that every row has a unique value in that column etemplate hr DB ensures that every row has a unique value in that column
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate hr db-specific index options (comma-sep.), eg. mysql(FULLTEXT) or mysql(100) for the indexed length of a col
|
||||
db-tools etemplate hr DB-Tools
|
||||
deck etemplate hr Deck (internal)
|
||||
default etemplate hr Default
|
||||
delete a single entry by passing the id. etemplate hr Delete a single entry by passing the id.
|
||||
delete all selected etemplates, without further inquiry etemplate hr delete ALL selected eTemplates, WITHOUT further inquiry
|
||||
delete column etemplate hr Delete Column
|
||||
delete index etemplate hr Delete Index
|
||||
delete this etemplate etemplate hr delete this eTemplate
|
||||
delete whole column (can not be undone!!!) etemplate hr delete whole column (can NOT be undone!!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate hr deletes the above spez. eTemplate from the database, can NOT be undone
|
||||
deletes the etemplate spez. above etemplate hr deletes the eTemplate spez. above
|
||||
deletes this column etemplate hr Deletes this column
|
||||
deletes this index etemplate hr Deletes this index
|
||||
discard changes etemplate hr discard changes
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate hr displayed in front of input or input is inserted for a '%s' in the label (label of the Submitbutton or Image-filename)
|
||||
displayed in statusline of browser if input-field gets focus etemplate hr displayed in statusline of browser if input-field gets focus
|
||||
do you want to save the changes you made in table %s? etemplate hr Do you want to save the changes you made in table %s?
|
||||
documentation etemplate hr Documentation
|
||||
drop a table - this can not be undone etemplate hr Drop a table - this can NOT be undone
|
||||
drop table etemplate hr Drop Table
|
||||
dump4setup etemplate hr Dump4Setup
|
||||
duration etemplate hr Trajanje
|
||||
edit etemplate hr Edit
|
||||
edit the etemplate spez. above etemplate hr edit the eTemplate spez. above
|
||||
editable templates - db-tools etemplate hr Editable Templates - DB-Tools
|
||||
editable templates - delete template etemplate hr Editable Templates - Delete Template
|
||||
editable templates - editor etemplate hr Editable Templates - Editor
|
||||
editable templates - search etemplate hr Editable Templates - Search
|
||||
editable templates - show template etemplate hr Editable Templates - Show Template
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate hr embeded CSS styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!)
|
||||
enable javascript onchange submit etemplate hr enable JavaScript onChange submit
|
||||
enter '' for an empty default, nothing mean no default etemplate hr enter '' for an empty default, nothing mean no default
|
||||
enter a search pattern etemplate hr Enter a search pattern
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate hr Enter filename to upload and attach, use [Browse...] to search for it
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate hr enter the new version number here (> old_version), empty for no update-file
|
||||
enter the new version number here (has to be > old_version) etemplate hr enter the new version number here (has to be > old_version)
|
||||
entry saved etemplate hr Entry saved
|
||||
error: template not found !!! etemplate hr Error: Template not found !!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate hr Error: webserver is not allowed to write into '%1' !!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate hr Error: writing file (no write-permission for the webserver) !!!
|
||||
etemplate common hr eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database etemplate hr eTemplate '%1' imported, use Save to put it in the database
|
||||
etemplate '%1' written to '%2' etemplate hr eTemplate '%1' written to '%2'
|
||||
etemplate editor etemplate hr eTemplate Editor
|
||||
etemplate tutorial etemplate hr eTemplate Tutorial
|
||||
exchange this row with the one above etemplate hr exchange this row with the one above
|
||||
exchange this two columns etemplate hr exchange this two columns
|
||||
export the loaded etemplate into a xml-file etemplate hr export the loaded eTemplate into a xml-file
|
||||
export xml etemplate hr Export XML
|
||||
extensions loaded: etemplate hr Extensions loaded:
|
||||
field must not be empty !!! etemplate hr Field must not be empty !!!
|
||||
file etemplate hr File
|
||||
file contains more than one etemplate, last one is shown !!! etemplate hr File contains more than one eTemplate, last one is shown !!!
|
||||
file writen etemplate hr File writen
|
||||
fileupload etemplate hr FileUpload
|
||||
first etemplate hr First
|
||||
floating point etemplate hr Floating Point
|
||||
foreign key etemplate hr Foreign Key
|
||||
formatted text (html) etemplate hr Formatted Text (HTML)
|
||||
go to the first entry etemplate hr go to the first entry
|
||||
go to the last entry etemplate hr go to the last entry
|
||||
go to the next page of entries etemplate hr go to the next page of entries
|
||||
go to the previous page of entries etemplate hr go to the previous page of entries
|
||||
hbox etemplate hr HBox
|
||||
height etemplate hr Height
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate hr height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate hr Height of the table in % or pixels for the table-tag and (optional) div
|
||||
height, disabled etemplate hr Height, Disabled
|
||||
help etemplate hr Help
|
||||
horizontal rule etemplate hr Horizontal Rule
|
||||
hour etemplate hr Hour
|
||||
hours etemplate hr sati
|
||||
html etemplate hr Html
|
||||
id etemplate hr identitet
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate hr if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell
|
||||
image etemplate hr Image
|
||||
import etemplate hr Import
|
||||
import an etemplate from a xml-file etemplate hr import an eTemplate from a xml-file
|
||||
import table-definitions from existing db-table etemplate hr Import table-definitions from existing db-table
|
||||
import xml etemplate hr Import XML
|
||||
index/name of returned content (name of the template, link / method for image) etemplate hr index/name of returned content (name of the Template, Link / Method for Image)
|
||||
indexed etemplate hr Indexed
|
||||
indexoptions etemplate hr Indexoptions
|
||||
insert new column behind this one etemplate hr insert new column behind this one
|
||||
insert new column in front of all etemplate hr insert new column in front of all
|
||||
insert new row after this one etemplate hr insert new row after this one
|
||||
insert new row in front of first line etemplate hr insert new row in front of first Line
|
||||
integer etemplate hr Integer
|
||||
key etemplate hr Key
|
||||
label etemplate hr Label
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate hr Label:[bold][italic] Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols] Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect] Date:[values: eg. 'Y-m-d']
|
||||
lang etemplate hr Lang
|
||||
last etemplate hr Last
|
||||
left etemplate hr Left
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate hr length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8
|
||||
link etemplate hr Link
|
||||
linklist etemplate hr LinkList
|
||||
linkstring etemplate hr LinkString
|
||||
linkto etemplate hr LinkTo
|
||||
load this template into the editor etemplate hr load this template into the editor
|
||||
minute etemplate hr Minute
|
||||
minutes etemplate hr minuta
|
||||
month etemplate hr Month
|
||||
more etemplate hr More
|
||||
multicolumn indices etemplate hr Multicolumn Indices
|
||||
name etemplate hr Name
|
||||
name of other table where column is a key from etemplate hr name of other table where column is a key from
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate hr name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '')
|
||||
name of table to add etemplate hr Name of table to add
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate hr name of the eTemplate, should be in form application.function[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate hr need to be unique in the table and no reseved word from SQL, best prefix all with a common 2-digit short for the app, eg. 'et_'
|
||||
new etemplate hr New
|
||||
new search common hr New search
|
||||
new table created etemplate hr New table created
|
||||
newer version '%1' exists !!! etemplate hr newer version '%1' exists !!!
|
||||
nextmatch etemplate hr Nextmatch
|
||||
nextmatch filterheader etemplate hr Nextmatch Filterheader
|
||||
nextmatch sortheader etemplate hr Nextmatch Sortheader
|
||||
no file etemplate hr no file
|
||||
no filename given or selected via browse... etemplate hr no filename given or selected via Browse...
|
||||
no matches found etemplate hr Nemogu naći podudarnosti
|
||||
not null etemplate hr NOT NULL
|
||||
nothing found - try again !!! etemplate hr Nothing found - try again !!!
|
||||
nothing matched search criteria !!! etemplate hr Nothing matched search criteria !!!
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate hr number of colums the field/cell should span or 'all' for the remaining columns, CSS-class name (for the TD tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate hr number of rows/cols in a V/HBox, Cellpadding, Cellspacing
|
||||
of etemplate hr of
|
||||
only an other version found !!! etemplate hr only an other Version found !!!
|
||||
optional note about the link etemplate hr optional note about the Link
|
||||
options etemplate hr Options
|
||||
or etemplate hr or
|
||||
overflow etemplate hr Overflow
|
||||
padding etemplate hr Padding
|
||||
please enter table-name first !!! etemplate hr Please enter table-name first !!!
|
||||
pm etemplate hr pm
|
||||
precision etemplate hr Precision
|
||||
primary key etemplate hr Primary Key
|
||||
primary key for the table, gets automaticaly indexed etemplate hr Primary key for the table, gets automaticaly indexed
|
||||
radiobutton etemplate hr Radiobutton
|
||||
read etemplate hr Read
|
||||
read a list of entries. etemplate hr Read a list of entries.
|
||||
read a single entry by passing the id and fieldlist. etemplate hr Read a single entry by passing the id and fieldlist.
|
||||
read etemplate from database (for the keys above) etemplate hr read eTemplate from database (for the keys above)
|
||||
readonly etemplate hr samo za čitanje
|
||||
refresh etemplate hr Obnovi
|
||||
remove row (can not be undone!!!) etemplate hr remove Row (can NOT be undone!!!)
|
||||
remove this link (not the entry itself) etemplate hr Remove this link (not the entry itself)
|
||||
reset etemplate hr Postavi ponovo
|
||||
returns savely, without deleting etemplate hr returns savely, WITHOUT deleting
|
||||
right etemplate hr Right
|
||||
save all etemplate hr Spremi sve
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate hr save the eTemplate under the above keys (name, ...), change them for a SaveAs
|
||||
saves changes to tables_current.inc.php etemplate hr saves changes to tables_current.inc.php
|
||||
scale etemplate hr Scale
|
||||
scale for float etemplate hr scale for float
|
||||
search etemplate hr Search
|
||||
select a category etemplate hr select a Category
|
||||
select a primary contact, to show in the list etemplate hr Select a primary contact, to show in the list
|
||||
select access etemplate hr Select Access
|
||||
select account etemplate hr Select Account
|
||||
select an app first !!! etemplate hr Select an app first !!!
|
||||
select an app to search in etemplate hr Select an App to search in
|
||||
select an application etemplate hr Select an application
|
||||
select an application, (*) = uninstalled etemplate hr Select an application, (*) = uninstalled
|
||||
select an entry to link with etemplate hr Select an entry to link with
|
||||
select an table of the application etemplate hr Select an table of the application
|
||||
select application etemplate hr Select Application
|
||||
select category etemplate hr Select Category
|
||||
select country etemplate hr Select Country
|
||||
select day etemplate hr Select Day
|
||||
select if content of field should not be translated (label gets always translated) etemplate hr select if content of field should not be translated (label gets always translated)
|
||||
select month etemplate hr Select Month
|
||||
select number etemplate hr Select Number
|
||||
select one ... etemplate hr Select One ...
|
||||
select percentage etemplate hr Select Percentage
|
||||
select priority etemplate hr Select Priority
|
||||
select state etemplate hr Select State
|
||||
select the indexed columns in their desired order etemplate hr Select the indexed columns in their desired order
|
||||
select this etemplate to delete it etemplate hr select this eTemplate to delete it
|
||||
select which values to show etemplate hr select which values to show
|
||||
select year etemplate hr Select Year
|
||||
selectbox etemplate hr Selectbox
|
||||
sets today as date etemplate hr sets today as date
|
||||
show etemplate hr Show
|
||||
show (no save) etemplate hr Show (no save)
|
||||
show values etemplate hr Show Values
|
||||
showing etemplate hr showing
|
||||
shows / allows you to enter values into the etemplate for testing etemplate hr shows / allows you to enter values into the eTemplate for testing
|
||||
shows/displays etemplate for testing, does not save it before etemplate hr shows/displays eTemplate for testing, does NOT save it before
|
||||
spacing etemplate hr Spacing
|
||||
span, class etemplate hr Span, Class
|
||||
stack etemplate hr Stack
|
||||
start a new search, cancel this link etemplate hr start a new search, cancel this link
|
||||
start new search for the above pattern etemplate hr start new search for the above pattern
|
||||
submitbutton etemplate hr Submitbutton
|
||||
table unchanged, no write necessary !!! etemplate hr Table unchanged, no write necessary !!!
|
||||
tablename etemplate hr TableName
|
||||
tabs etemplate hr Tabs
|
||||
template etemplate hr Template
|
||||
template deleted etemplate hr Template deleted
|
||||
template saved etemplate hr Template saved
|
||||
text etemplate hr Text
|
||||
textarea etemplate hr Textarea
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate hr this text gets displayed if the input-field is empty and has no focus (blur)
|
||||
time etemplate hr Time
|
||||
to start the db-tools etemplate hr to start the DB-Tools
|
||||
to start the etemplate editor etemplate hr to start the eTemplate editor
|
||||
to start the search etemplate hr to start the search
|
||||
today etemplate hr Today
|
||||
top etemplate hr vrh
|
||||
type etemplate hr Type
|
||||
type of the column etemplate hr type of the column
|
||||
type of the field (select label if field should be empty) etemplate hr type of the field (select Label if field should be empty)
|
||||
unique etemplate hr Unique
|
||||
unlink etemplate hr Unlink
|
||||
update a single entry by passing the fields. etemplate hr Update a single entry by passing the fields.
|
||||
update from version '%s' to etemplate hr Update from Version '%s' to
|
||||
upload etemplate hr Upload
|
||||
value etemplate hr Value
|
||||
value has to be at least '%1' !!! etemplate hr Value has to be at least '%1' !!!
|
||||
value has to be at maximum '%1' !!! etemplate hr Value has to be at maximum '%1' !!!
|
||||
vbox etemplate hr VBox
|
||||
version etemplate hr Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate hr version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros)
|
||||
view this linked entry in its application etemplate hr view this linked entry in its application
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate hr what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides)
|
||||
width etemplate hr Width
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate hr width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate hr Width of the table in % or pixels for the table-tag and (optional) div
|
||||
width, disabled etemplate hr Width, Disabled
|
||||
write <app>/setup/tables_current.inc.php etemplate hr Write <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate hr Write Langfile
|
||||
write tables etemplate hr Write Tables
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate hr writes a 'etemplates.inc.php' file (for application in Name) in the setup-dir of the app
|
||||
xml-file to import etemplate hr xml-file to import
|
||||
xslt template etemplate hr XSLT Template
|
||||
year etemplate hr Year
|
@ -1,128 +0,0 @@
|
||||
actions... etemplate hu Műveletek...
|
||||
add column etemplate hu Oszlop hozzáadása
|
||||
add index etemplate hu Index hozzáadása
|
||||
add new etemplate hu Új hozzáadása
|
||||
add table etemplate hu Táblázat hozzáadása
|
||||
advanced search etemplate hu Kiterjesztett keresés
|
||||
align etemplate hu Igazítás
|
||||
all users etemplate hu Összes felhasználó
|
||||
am etemplate hu de
|
||||
and etemplate hu És
|
||||
application etemplate hu Alkalmazás
|
||||
applications etemplate hu Alkalmazások
|
||||
attach etemplate hu Csatol
|
||||
attach file etemplate hu Állomány csatolása
|
||||
baseline etemplate hu Alapvonal
|
||||
border etemplate hu Keret
|
||||
bottom etemplate hu Alul
|
||||
cancel etemplate hu Mégsem
|
||||
category etemplate hu Kategória
|
||||
cells etemplate hu Cellák
|
||||
center etemplate hu Középre
|
||||
changed etemplate hu Változott
|
||||
check all etemplate hu Összes kijelölese
|
||||
checkbox etemplate hu Checkbox
|
||||
class etemplate hu Osztály
|
||||
click here to create the link etemplate hu hivatkozás létrehozásához kattintson ide
|
||||
click here to start the search etemplate hu keresés elindításához kattintson ide
|
||||
comment etemplate hu Hozzászólás
|
||||
confirm etemplate hu megerősít
|
||||
contact etemplate hu Kapcsolat
|
||||
contains etemplate hu tartalmaz
|
||||
copy to clipboard etemplate hu Vágólapra másol
|
||||
custom etemplate hu egyedi
|
||||
custom fields etemplate hu egyedi mezők
|
||||
cut etemplate hu Kivág
|
||||
day etemplate hu Nap
|
||||
days etemplate hu napok
|
||||
default etemplate hu Alapértelmezett
|
||||
delete a single entry by passing the id. etemplate hu Töröl egy bejegyzést az azonosító megadásával.
|
||||
delete column etemplate hu Oszlop törlés
|
||||
delete index etemplate hu Index törlése
|
||||
document '%1' does not exist or is not readable for you! preferences hu A(z) '%1' dokumentum nem létezik, vagy nincs hozzá olvasási joga!
|
||||
documentation etemplate hu Dokumentáció
|
||||
doesn't matter etemplate hu nem számít
|
||||
duration etemplate hu Időtartam
|
||||
edit etemplate hu Szerkeszt
|
||||
edit... etemplate hu Szerkeszt...
|
||||
entry saved etemplate hu Bejegyzés elmentve
|
||||
error uploading file! filemanager hu HIba a file feltöltése során!
|
||||
etemplate common hu eTemplate
|
||||
field etemplate hu Mező
|
||||
field must not be empty !!! etemplate hu A mezőt ki kell tölteni!!!
|
||||
file etemplate hu Állomány
|
||||
first etemplate hu Első
|
||||
general fields: preferences hu Általános mezők:
|
||||
h etemplate hu h
|
||||
height etemplate hu Magasság
|
||||
help etemplate hu Segítség
|
||||
hour etemplate hu Óra
|
||||
hours etemplate hu órák
|
||||
html etemplate hu HTML
|
||||
id etemplate hu Azonosító
|
||||
image etemplate hu Kép
|
||||
import etemplate hu Import
|
||||
key etemplate hu Kulcs
|
||||
label etemplate hu Címke
|
||||
lang etemplate hu Nyelv
|
||||
last etemplate hu Utolsó
|
||||
left etemplate hu Balra
|
||||
link etemplate hu Hivatkozás
|
||||
link target %1 not found! etemplate hu Link célpontja nem található (%1)!
|
||||
loading etemplate hu betöltés
|
||||
maximum size for uploads filemanager hu Feltöltés maximális mérete
|
||||
minute etemplate hu Perc
|
||||
minutes etemplate hu Percek
|
||||
month etemplate hu Hónap
|
||||
more etemplate hu Több
|
||||
name etemplate hu Név
|
||||
new etemplate hu Új
|
||||
new search common hu Új keresés
|
||||
no file etemplate hu nincs file
|
||||
no matches found etemplate hu Nincs egyezés
|
||||
not null etemplate hu NOT NULL
|
||||
nothing etemplate hu semmi
|
||||
now etemplate hu Most
|
||||
options etemplate hu Opciók
|
||||
or etemplate hu vagy
|
||||
padding etemplate hu Helykitöltés
|
||||
paste etemplate hu Beilleszt
|
||||
path etemplate hu Útvonal
|
||||
pm etemplate hu du
|
||||
read etemplate hu Olvas
|
||||
read a list of entries. etemplate hu Bejegyzés lista olvasása.
|
||||
read a single entry by passing the id and fieldlist. etemplate hu Egyedi bejegyzés olvasása az azonositó és mezőlista alapján.
|
||||
readonly etemplate hu csak olvasható
|
||||
refresh etemplate hu Frissít
|
||||
remove this link (not the entry itself) etemplate hu Hivatkozás eltávolítása (nem a bejegyzést magát)
|
||||
required etemplate hu Szükséges
|
||||
reset etemplate hu Alaphelyzet
|
||||
right etemplate hu Jobbra
|
||||
save all etemplate hu Összes mentése
|
||||
search etemplate hu Keres
|
||||
select a category etemplate hu Kategória kiválasztása
|
||||
select an app to search in etemplate hu Alkalmazásban keresés
|
||||
select an entry to link with etemplate hu Bejegyzés választása hivatkozás készítéshez
|
||||
selectbox etemplate hu Kiválasztó doboz
|
||||
set as default etemplate hu Beállítás alapértelmezettként
|
||||
show etemplate hu Mutat
|
||||
spacing etemplate hu Betűköz
|
||||
start a new search, cancel this link etemplate hu új keresés indítása, hivatkozás elhagyása
|
||||
template etemplate hu Sablon
|
||||
text etemplate hu Szöveg
|
||||
textarea etemplate hu Szövegterület
|
||||
time etemplate hu Idő
|
||||
today etemplate hu Mai nap
|
||||
top etemplate hu Felül
|
||||
type etemplate hu Típus
|
||||
unlink etemplate hu Hivatkozás törlése
|
||||
update a single entry by passing the fields. etemplate hu Egy egyedüli bejegyzés frissítése a mezök beírásával.
|
||||
upload etemplate hu Feltölt
|
||||
version etemplate hu Verzió
|
||||
view this linked entry in its application etemplate hu hivatkozott bejegyzés megtekintése a hozzá tartozó alkalmazással
|
||||
weekend etemplate hu hétvége
|
||||
width etemplate hu Szélesség
|
||||
wk etemplate hu hét
|
||||
working days etemplate hu munkanapok
|
||||
year etemplate hu Év
|
||||
you can respond by visiting: etemplate hu Megtekintéshez látogasson el ide:
|
@ -1,278 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate id %1 (%2 baru) Pesan dituliskan untuk Aplikasi '%3' dan Bahasa '%4'
|
||||
%1 entries found, select one ... etemplate id %1 entri ditemukan, pilih satu ...
|
||||
%1 etemplates deleted etemplate id %1 eTemplat dihapus
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate id %1 eTemplat untuk Aplikasi '%2' dituang ke '%3'
|
||||
%1 etemplates found etemplate id %1 eTemplat ditemukan
|
||||
%1 matches on search criteria etemplate id cocok %1 sesuai kriteria pencarian
|
||||
%1 more... etemplate id %1 more...
|
||||
%1 new etemplates imported for application '%2' etemplate id %1 eTemplat baru diimpor untuk Aplikasi '%2'
|
||||
%1 not implemented for %2! etemplate id %1 tidak di-implementasikan untuk %2!
|
||||
%s disabled etemplate id %s disabled
|
||||
%s needed etemplate id %s needed
|
||||
%s notranslation etemplate id %s NoTranslation
|
||||
%s onchange etemplate id %s onChange
|
||||
%s readonly etemplate id %s readonly
|
||||
'%1' has an invalid format !!! etemplate id '%1' has an invalid format !!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate id '%1' is no php file in the eGW server root (%2)!
|
||||
'%1' is not a valid date !!! etemplate id '%1' is not a valid date !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate id '%1' is not a valid floatingpoint number !!!
|
||||
'%1' is not a valid integer !!! etemplate id '%1' is not a valid integer !!!
|
||||
'%1' is not allowed ('%2')! etemplate id '%1' TIDAK dibolehkan ('%2')!
|
||||
a pattern to be searched for etemplate id pola untuk pencarian
|
||||
accesskey etemplate id Accesskey
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate id Accesskeys can also be specified with an & in the label (eg. &Name)
|
||||
account contactdata etemplate id Datakontak Akoun
|
||||
actions... etemplate id Tindakan...
|
||||
add column etemplate id Add Column
|
||||
add index etemplate id Add Index
|
||||
add new etemplate id Tambah baru
|
||||
add table etemplate id Add Index
|
||||
advanced search etemplate id Pencarian Canggih
|
||||
align etemplate id Align
|
||||
all days etemplate id seharian
|
||||
all users etemplate id Semua pengguna
|
||||
allowed file type: %1 etemplate id Tipe yang dibolehkan: %1
|
||||
am etemplate id am
|
||||
and etemplate id Dan
|
||||
application etemplate id Aplikasi
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate id Perlu nama Aplikasi untuk menuliskan berkas bahasa atau menuangkan eTemplat !!!
|
||||
applications etemplate id Aplikasi
|
||||
applies the changes made etemplate id terapkan perubahan
|
||||
as default etemplate id sebagai bawaan
|
||||
attach etemplate id Lampiran
|
||||
attach file etemplate id lampirkan berkas
|
||||
baseline etemplate id Baseline
|
||||
blurtext etemplate id blurText
|
||||
border etemplate id Border
|
||||
bottom etemplate id Bottom
|
||||
box etemplate id Box
|
||||
box... etemplate id Kotak...
|
||||
cancel etemplate id Batal
|
||||
category etemplate id Kategori
|
||||
category tree etemplate id Pohon Kategori
|
||||
cells etemplate id Cells
|
||||
center etemplate id Tengah
|
||||
changed etemplate id Diubah
|
||||
check all etemplate id Contreng semua
|
||||
checkbox etemplate id Checkbox
|
||||
class etemplate id Class
|
||||
class, valign etemplate id class, Valign
|
||||
click here to attach the file etemplate id klik disini untuk melampirkan berkas
|
||||
click here to create the link etemplate id klik disini untuk membuat tautan
|
||||
click here to start the search etemplate id Klik disini untuk memulai pencarian
|
||||
click here to upload the file etemplate id Klik disini untuk mengunggah berkas
|
||||
clickable path etemplate id clickable path
|
||||
closes the window without saving the changes etemplate id tutup jendela tanpa menyimpan perubahan
|
||||
column... etemplate id Kolom...
|
||||
columnname etemplate id Nama Kolom
|
||||
comment etemplate id Komentar
|
||||
confirm etemplate id konfirmasi
|
||||
contact etemplate id Kontak
|
||||
contact field to show etemplate id Field Kontak untuk ditampilkan
|
||||
contact fields etemplate id Field Kontak
|
||||
contains etemplate id mengandung
|
||||
copy to clipboard etemplate id Salin ke klipbord
|
||||
creator preferences id Creator
|
||||
css properties etemplate id properti CSS
|
||||
css-styles etemplate id Gaya-CSS
|
||||
custom etemplate id custom
|
||||
custom fields etemplate id custom fields
|
||||
cut etemplate id Cut
|
||||
date+time etemplate id Date+Time
|
||||
day etemplate id Hari
|
||||
days etemplate id hari
|
||||
db-tools etemplate id DB-Tools
|
||||
deck etemplate id Deck (internal)
|
||||
default etemplate id Bawaan
|
||||
delete column etemplate id Hapus Kolom
|
||||
delete index etemplate id Hapus Indeks
|
||||
delete the spezified etemplate etemplate id Hapus eTemplat tersebut
|
||||
delete this column etemplate id hapus kolom ini
|
||||
delete this etemplate etemplate id hapus eTemplat ini
|
||||
delete this file etemplate id Hapus berkas ini
|
||||
delete this row etemplate id hapus baris ini
|
||||
delete whole column (can not be undone!!!) etemplate id hapus seluruh kolom (tidak bisa dibatalkan!!!)
|
||||
deletes this column etemplate id Hapus kolom ini
|
||||
deletes this index etemplate id Hapus indeks ini
|
||||
discard changes etemplate id buang pengubahan
|
||||
do you want to save the changes you made in table %s? etemplate id Anda ingin menyimpan perubahan ke tabel %s?
|
||||
document '%1' does not exist or is not readable for you! preferences id Dokumen '%1' tidak ada atau tidak terbaca oleh anda!
|
||||
documentation etemplate id Dokumentasi
|
||||
doesn't matter etemplate id tidak penting
|
||||
drop table etemplate id Buang Tabel
|
||||
dump4setup etemplate id Dump4Setup
|
||||
duration etemplate id Durasi
|
||||
edit etemplate id Edit
|
||||
edit... etemplate id Edit...
|
||||
enter a search pattern etemplate id Masukan pola pencarian
|
||||
entry saved etemplate id Entri disimpan
|
||||
etemplate common id eTemplat
|
||||
etemplate '%1' imported, use save to put it in the database etemplate id eTemplat '%1' diimpor, gunakan [Simpan] untuk menyimpan ke database
|
||||
etemplate '%1' written to '%2' etemplate id eTemplat '%1' dituliskan ke '%2'
|
||||
etemplate editor etemplate id Editor eTemplat
|
||||
etemplate reference etemplate id Referensi eTemplat
|
||||
etemplate tutorial etemplate id Tutorial eTemplat
|
||||
export xml etemplate id Ekspor XML
|
||||
extensions loaded: etemplate id Ekstensi dimuat:
|
||||
field etemplate id Field
|
||||
field must not be empty !!! etemplate id Field tidak boleh kosong !!!
|
||||
file etemplate id Berkas
|
||||
file '%1' not found! etemplate id Berkas '%1' tidak ditemukan!
|
||||
file is of wrong type (%1 != %2)! etemplate id Salah tipe berkas (%1 != %2 )!
|
||||
file writen etemplate id Berkas dituliskan
|
||||
fileupload etemplate id Unggah Berkas
|
||||
first etemplate id Awal
|
||||
floating point etemplate id Floating Point
|
||||
foreign key etemplate id Foreign Key
|
||||
general fields: preferences id Field Umum:
|
||||
grid etemplate id Grid
|
||||
groupbox etemplate id GroupBox
|
||||
h etemplate id h
|
||||
hbox etemplate id HBox
|
||||
height etemplate id Height
|
||||
height, disabled etemplate id Height, Disabled
|
||||
help etemplate id Bantuan
|
||||
history log etemplate id Log Riwayat
|
||||
horizontal rule etemplate id Horizontal Rule
|
||||
hour etemplate id Jam
|
||||
hours etemplate id jam
|
||||
html etemplate id HTML
|
||||
id etemplate id ID
|
||||
image etemplate id Image
|
||||
import etemplate id Impor
|
||||
import xml etemplate id Impor XML
|
||||
indexed etemplate id Indexed
|
||||
indexoptions etemplate id Indexoptions
|
||||
insert in document etemplate id Sisipkan dalam dokumen
|
||||
integer etemplate id Integer
|
||||
key etemplate id Key
|
||||
label etemplate id Label
|
||||
lang etemplate id Bahasa
|
||||
last etemplate id Akhir
|
||||
left etemplate id Kiri
|
||||
link etemplate id Tautan
|
||||
linkapps etemplate id LinkApps
|
||||
linkentry etemplate id LinkEntry
|
||||
linklist etemplate id LinkList
|
||||
linkstring etemplate id LinkString
|
||||
linkto etemplate id LinkTo
|
||||
load this template into the editor etemplate id muatkan templat ini ke editor
|
||||
loading etemplate id memuatkan
|
||||
maximum size for uploads filemanager id Ukuran unggah maksimum
|
||||
message ... etemplate id Pesan...
|
||||
middle etemplate id Middle
|
||||
minute etemplate id Menit
|
||||
minutes etemplate id Menit
|
||||
month etemplate id Bulan
|
||||
more etemplate id Lagi
|
||||
more than 1 match for '%1' etemplate id Lebih dari 1 kecocokan untuk '%1'
|
||||
multicolumn indices etemplate id Multicolumn Indices
|
||||
name etemplate id Nama
|
||||
new etemplate id Baru
|
||||
new search common id Pencarian baru
|
||||
new table created etemplate id Tabel baru dibuat
|
||||
newer version '%1' exists !!! etemplate id tersedia versi '%1' terbaru !!!
|
||||
nextmatch etemplate id Nextmatch
|
||||
nextmatch accountfilter etemplate id Nextmatch Accountfilter
|
||||
nextmatch custom filterheader etemplate id Nextmatch Custom Filterheader
|
||||
nextmatch filterheader etemplate id Nextmatch Filterheader
|
||||
nextmatch header etemplate id Nextmatch Header
|
||||
nextmatch sortheader etemplate id Nextmatch Sortheader
|
||||
no file etemplate id tiada berkas
|
||||
no matches found etemplate id Tiada yang cocok
|
||||
not null etemplate id NOT NULL
|
||||
nothing etemplate id tiada
|
||||
nothing found - try again !!! etemplate id Tiada ditemukan - coba lagi !!!
|
||||
now etemplate id Sekarang
|
||||
of etemplate id dari
|
||||
onchange etemplate id onChange
|
||||
onclick etemplate id onClick
|
||||
operator etemplate id Operator
|
||||
options etemplate id Options
|
||||
or etemplate id or
|
||||
overflow etemplate id Overflow
|
||||
padding etemplate id Padding
|
||||
paste etemplate id Tempel
|
||||
path etemplate id Path
|
||||
pm etemplate id pm
|
||||
popup etemplate id Popup
|
||||
precision etemplate id Precision
|
||||
primary key etemplate id Primary Key
|
||||
radiobutton etemplate id Radiobutton
|
||||
read etemplate id Baca
|
||||
readonly etemplate id hanyabaca
|
||||
refresh etemplate id Refresh
|
||||
required etemplate id Diperlukan
|
||||
reset etemplate id Reset
|
||||
right etemplate id Kanan
|
||||
row... etemplate id Baris...
|
||||
save all etemplate id Simpan semuanya
|
||||
scale etemplate id Skala
|
||||
search etemplate id Cari
|
||||
select a category etemplate id pilih Kategori
|
||||
select access etemplate id Pilih Akses
|
||||
select account etemplate id Pilih Akoun
|
||||
select application etemplate id Pilih Aplikasi
|
||||
select category etemplate id Pilih Kategori
|
||||
select columns etemplate id Pilih kolom
|
||||
select country etemplate id Pilih Negara
|
||||
select day etemplate id Pilih Hari
|
||||
select entry etemplate id Pilih entri
|
||||
select hour etemplate id Pilih jam
|
||||
select language etemplate id Pilih Bahasa
|
||||
select month etemplate id Pilih Bulan
|
||||
select number etemplate id Pilih Angka
|
||||
select one ... etemplate id Pilih Satu...
|
||||
select percentage etemplate id Pilih Persentasi
|
||||
select priority etemplate id Pilih Prioritas
|
||||
select state etemplate id Pilih Provinsi
|
||||
select year etemplate id Pilih Tahun
|
||||
selectbox etemplate id Selectbox
|
||||
set as default etemplate id Tetapkan sbg bawaan
|
||||
show etemplate id Tampilkan
|
||||
show (no save) etemplate id Tampilkan (tanpa menyimpan)
|
||||
show all / cancel filter etemplate id Tamplikan semua / batalkan saringan
|
||||
show values etemplate id Tampilkan Nilai
|
||||
showing etemplate id menampilkan
|
||||
spacing etemplate id Spacing
|
||||
span etemplate id Span
|
||||
span, class etemplate id Span, Class
|
||||
stack etemplate id Stack
|
||||
start a new search, cancel this link etemplate id memulai pencarian baru, batalkan tautan ini
|
||||
submit form etemplate id kirim formulir
|
||||
submitbutton etemplate id Submitbutton
|
||||
swap etemplate id swap
|
||||
tabindex etemplate id Tabindex
|
||||
tablename etemplate id TableName
|
||||
tabs etemplate id Tabs
|
||||
template etemplate id Template
|
||||
template deleted etemplate id Template dihapus
|
||||
template saved etemplate id Template disimpan
|
||||
text etemplate id Text
|
||||
textarea etemplate id Textarea
|
||||
time etemplate id Time
|
||||
today etemplate id Hari ini
|
||||
top etemplate id Top
|
||||
tree etemplate id Tree
|
||||
type etemplate id Type
|
||||
unique etemplate id Unique
|
||||
unlink etemplate id Batalkan tautan
|
||||
upload etemplate id Unggah
|
||||
valign etemplate id vAlign
|
||||
value etemplate id Value
|
||||
vbox etemplate id VBox
|
||||
version etemplate id Versi
|
||||
view this etemplate etemplate id lihat eTemplat ini
|
||||
weekend etemplate id akhir minggu
|
||||
width etemplate id Width
|
||||
width, disabled etemplate id Width, Disabled
|
||||
wk etemplate id Mg
|
||||
working days etemplate id hari kerja
|
||||
write <app>/setup/tables_current.inc.php etemplate id Tulis <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate id Tulis berkas bahasa
|
||||
write tables etemplate id Tulis tabel
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate id tulis berkas 'etemplates.inc.php' (sesuai Nama aplikasi) pada direktori setup dari aplikasi
|
||||
xml-file to import etemplate id berkas xml untuk impor
|
||||
xslt template etemplate id Templat XSLT
|
||||
year etemplate id Tahun
|
||||
you can respond by visiting: etemplate id Untuk melihatnya, kunjungi:
|
@ -1,434 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate it %1 (%2 nuovi) Messaggi scritti per l'Applicazione '%3' e Linguaggi '%4'
|
||||
%1 etemplates deleted etemplate it %1 eTemplate cancellati
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate it %1 eTemplate per l'Applicazione '%2' scaricati in '%3'
|
||||
%1 etemplates found etemplate it %1 eTemplate trovati
|
||||
%1 matches on search criteria etemplate it %1 occorrenze trovate
|
||||
%1 new etemplates imported for application '%2' etemplate it %1 nuovi eTemplate importati per l'Applicazione '%2'
|
||||
%1 not implemented for %2! etemplate it %1 non implementato per %2!
|
||||
%s disabled etemplate it %s disabilitato
|
||||
%s needed etemplate it %s necessario
|
||||
%s notranslation etemplate it %s NoTranslation
|
||||
%s onchange etemplate it %s onChange
|
||||
%s readonly etemplate it %s sola lettura
|
||||
'%1' has an invalid format !!! etemplate it '%1' ha un formato non valido !!!
|
||||
'%1' is not a valid date !!! etemplate it '%1' non è una data valida !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate it '%1' non è un numero in virgola mobile valido !!!
|
||||
'%1' is not a valid integer !!! etemplate it '%1' non è un intero valido !!!
|
||||
a pattern to be searched for etemplate it un pattern da cercare
|
||||
accesskey etemplate it Chiave d'accesso
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate it Le chiavi d'accesso possono anche essere specificate con un & nell'etichetta (es. &Nome)
|
||||
actions... etemplate it Azioni
|
||||
add a new column (after the existing ones) etemplate it Aggiungi una nuova colonna (dopo quelle esistenti)
|
||||
add a new entry of the selected application etemplate it Aggiungi una nuova voce dell'applicazione selezionata
|
||||
add a new multi-column index etemplate it Aggiungi un nuovo indice multi-colonna
|
||||
add column etemplate it Aggiungi Colonna
|
||||
add index etemplate it Aggiungi Indice
|
||||
add new etemplate it Aggiungi nuova
|
||||
add table etemplate it Aggiungi Tabella
|
||||
add to clipboard etemplate it Aggiungi agli appunti.
|
||||
advanced search etemplate it Ricerca avanzata
|
||||
align etemplate it Allinea
|
||||
alignment of label and input-field in table-cell etemplate it allineamento di etichetta e campo-input in cella-tabella
|
||||
alignment of the v/hbox containing table-cell etemplate it Allineamento del V/HBox contenente cella-tabella
|
||||
all days etemplate it tutti i giorni
|
||||
all operations save the template! etemplate it tutte le operazioni salvano il template!
|
||||
all users etemplate it Tutti gli utenti
|
||||
am etemplate it am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate it una colonna indicizzata velocizza le ricerche che utilizzano quella colonna (costa spazio sul disco!!!)
|
||||
application etemplate it Applicazione
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate it Il nome applicazione è necessario per scrivere un file linguaggio o dump i eTemplate !!!
|
||||
applications etemplate it Applicazioni
|
||||
applies the changes made etemplate it applica le modifiche fatte
|
||||
applies the changes to the given version of the template etemplate it applica le modifiche alla data versione del template
|
||||
attach etemplate it Allega
|
||||
attach file etemplate it allega file
|
||||
baseline etemplate it Linea base
|
||||
blurtext etemplate it blurText
|
||||
border etemplate it Bordo
|
||||
border-line-thickness for the table-tag etemplate it Spessore linea bordo per table-tag
|
||||
bottom etemplate it In fondo
|
||||
box etemplate it Box
|
||||
box... etemplate it Box...
|
||||
can not have special sql-value null etemplate it non può avere NULL come valore-SQL speciale
|
||||
cancel etemplate it Annulla
|
||||
cant delete a single widget from a grid !!! etemplate it non si può cancellare un singolo widget da una griglia !!!
|
||||
cant delete the only column of a grid !!! etemplate it non si può cancellare l'unica colonna di una griglia !!!
|
||||
cant delete the only row in a grid !!! etemplate it non si può cancellare l'unica riga di una griglia !!!
|
||||
category etemplate it Categoria
|
||||
category tree etemplate it Albero categoria
|
||||
cellpadding for the table-tag etemplate it Cellpadding per table-tag
|
||||
cells etemplate it Celle
|
||||
cellspacing for the table-tag etemplate it Spaziatura celle per table-tag
|
||||
center etemplate it Centrato
|
||||
changed etemplate it Modificato
|
||||
check all etemplate it Seleziona tutto
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate it spunta se il contenuto deve essere solo visualizzato ma non alterato (il contenuto non viene rispedito allora!)
|
||||
check if field has to be filled by user etemplate it spunta se il campo deve essere riempito dall'utente
|
||||
checkbox etemplate it Checkbox
|
||||
class etemplate it Classe
|
||||
class, valign etemplate it classe, Valign
|
||||
click here to attach the file etemplate it premi qui per allegare il file
|
||||
click here to create the link etemplate it premi qui per creare il Link
|
||||
click here to start the search etemplate it Premi qui per iniziare la ricerca
|
||||
click here to upload the file etemplate it Premi qui per caricare il file
|
||||
click to order after that criteria etemplate it premi qui per ordinare con questo criterio
|
||||
clickable path etemplate it percorso cliccabile
|
||||
closes the window without saving the changes etemplate it chiude la finestra senza salvare le modifiche
|
||||
column... etemplate it Colonna...
|
||||
columnname etemplate it NomeColonna
|
||||
comment etemplate it Commento
|
||||
confirm etemplate it conferma
|
||||
confirmation message or custom javascript (returning true or false) etemplate it messaggio di conferma o javascript personalizzato (che restituisce vero o falso)
|
||||
confirmation necesary or custom java-script etemplate it conferma necessaria o javascript personalizzato
|
||||
contact etemplate it Contatto
|
||||
contact fields etemplate it campi Contatti
|
||||
contains etemplate it contiene
|
||||
copy to clipboard etemplate it Copia negli appunti
|
||||
create a new table for the application etemplate it Crea una nuova tabella per l'applicazione
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate it creates an english ('en') langfile from label and helptexts (for application in Name)
|
||||
creator preferences it Creatore
|
||||
css class for the table-tag etemplate it classe CSS per table-tag
|
||||
css properties etemplate it proprietà CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate it CSS-class name for this row, preset: 'nmh' = NextMatch header, 'nmr' = alternating NM row, 'nmr0'+'nmr1' NM rows
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate it Nome classe CSS per questa riga, preset: 'th' = header, 'row' = riga alternativa, 'row_off'+'row_on' righe
|
||||
css-styles etemplate it stili-CSS
|
||||
custom etemplate it personalizzato
|
||||
custom fields etemplate it campi personalizzati
|
||||
custom javascript for onchange etemplate it javascript personalizzato per onChange
|
||||
cut etemplate it Taglia
|
||||
date+time etemplate it Data+Ora
|
||||
day etemplate it Giorno
|
||||
days etemplate it giorni
|
||||
db ensures that every row has a unique value in that column etemplate it DB assicura che ogni riga abbia un unico valore in quella colonna
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate it db-specific index options (comma-sep.), eg. mysql(FULLTEXT) or mysql(100) for the indexed length of a col
|
||||
db-tools etemplate it DB-Tools
|
||||
deck etemplate it Deck (interno)
|
||||
default etemplate it Predefinito
|
||||
delete a single entry by passing the id. etemplate it Delete a single entry by passing the id.
|
||||
delete all selected etemplates, without further inquiry etemplate it cancella TUTTI gli eTemplate selezionati, SENZA ulteriori domande
|
||||
delete and cut save the template! etemplate it cancella e taglia-salva il template!
|
||||
delete column etemplate it Cancella Colonna
|
||||
delete index etemplate it Cancella Indice
|
||||
delete the spezified etemplate etemplate it Cancella eTemplate specificato
|
||||
delete this column etemplate it cancella questa colonna
|
||||
delete this etemplate etemplate it cancella questo eTemplate
|
||||
delete this file etemplate it Cancella questo file
|
||||
delete this row etemplate it cancella questa riga
|
||||
delete whole column (can not be undone!!!) etemplate it cancella intera colonna (NON si può annullare!!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate it cancella il suddetto eTemplate dal database, NON può essere annullato
|
||||
deletes the etemplate spez. above etemplate it cancella il suddetto eTemplate
|
||||
deletes this column etemplate it Cancella questa colonna
|
||||
deletes this index etemplate it Cancella questo index
|
||||
discard changes etemplate it annulla i cambiamenti
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate it displayed in front of input or input is inserted for a '%s' in the label (label of the Submitbutton or Image-filename)
|
||||
displayed in statusline of browser if input-field gets focus etemplate it displayed in statusline of browser if input-field gets focus
|
||||
displayed in the top line of the groupbox (legend) etemplate it visualizzato nella riga più alta del groupbox (legenda)
|
||||
do you want to save the changes you made in table %s? etemplate it Vuoi salvare i cambiamenti fatti nella tabella %s?
|
||||
document '%1' does not exist or is not readable for you! preferences it Il documento '%1' non esiste o non è leggibile da te!
|
||||
documentation etemplate it Documentazione
|
||||
doesn't matter etemplate it non importa
|
||||
drop a table - this can not be undone etemplate it Drop di una tabella - questo NON può essere annullato
|
||||
drop table etemplate it Drop Table
|
||||
dump4setup etemplate it Dump4Setup
|
||||
duration etemplate it Durata
|
||||
edit etemplate it Modifica
|
||||
edit embeded css styles or of the applications app.css file etemplate it modifica gli stili CSS incorporati o del file applicazioni app.css
|
||||
edit the etemplate spez. above etemplate it edit the eTemplate spez. above
|
||||
edit... etemplate it Modifica...
|
||||
editable templates - db-tools etemplate it Editable Templates - DB-Tools
|
||||
editable templates - delete template etemplate it Editable Templates - Delete Template
|
||||
editable templates - editor etemplate it Editable Templates - Editor
|
||||
editable templates - search etemplate it Editable Templates - Search
|
||||
editable templates - show template etemplate it Editable Templates - Show Template
|
||||
element role title etemplate it Titolo ruolo elemento
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate it embeded CSS styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!)
|
||||
enable javascript onchange submit etemplate it abilita JavaScript onChange submit
|
||||
enter '' for an empty default, nothing mean no default etemplate it inserisci '' per un predefinito vuoto, niente significa nessun predefinito
|
||||
enter a search pattern etemplate it Inserisci una stringa di ricerca
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate it Enter filename to upload and attach, use [Browse...] to search for it
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate it enter the new version number here (> old_version), empty for no update-file
|
||||
enter the new version number here (has to be > old_version) etemplate it inserisci il numero della nuova versione qui (deve essere > old_version)
|
||||
entry saved etemplate it Voce salvata
|
||||
error uploading file! filemanager it Errore di caricamento file!
|
||||
error: template not found !!! etemplate it Errore: Template non trovato !!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate it Errore: il webserver non può scrivere in '%1' !!!
|
||||
error: while saving !!! etemplate it Errore: durante salvataggio !!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate it Error: writing file (no write-permission for the webserver) !!!
|
||||
etemplate common it eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database etemplate it eTemplate '%1' importato, usa Salva per metterlo nel database
|
||||
etemplate '%1' written to '%2' etemplate it eTemplate '%1' scritto su '%2'
|
||||
etemplate editor etemplate it Editor eTemplate
|
||||
etemplate reference etemplate it Riferimenti eTemplate
|
||||
etemplate tutorial etemplate it Tutorial eTemplate
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences it Esempio {{IF n_prefix~Sig~Hello Mr.~Salve Sig.ra.}} - ricerca nel campo "n_prefix", per "Sig", se trovato scrivere "Salve Sig" altrimenti scrivere "Salve Sig.ra"
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences it Esempio {{NELF role}} - se il campo "Ruolo" non è vuoto, si otterrà una riga con il valore del campo "Ruolo"
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences it Esempio {{NELFNV role}} - se il campo non è vuoto, impostare un LF senza alcun valore del campo
|
||||
exchange this row with the one above etemplate it scambia questa riga con quella superiore
|
||||
exchange this two columns etemplate it scambia queste due colonne
|
||||
export the loaded etemplate into a xml-file etemplate it esporta l'eTemplate caricato in un file xml
|
||||
export xml etemplate it Esporta XML
|
||||
extensions loaded: etemplate it Estensioni caricate:
|
||||
field etemplate it Campo
|
||||
field must not be empty !!! etemplate it Il campo non può essere vuoto !!!
|
||||
file etemplate it File
|
||||
file contains more than one etemplate, last one is shown !!! etemplate it Il file contiene più di un eTemplate, l'ultimo è visualizzato !!!
|
||||
file writen etemplate it File scritto
|
||||
fileupload etemplate it Caricamento file
|
||||
first etemplate it Primo
|
||||
floating point etemplate it Virgola Mobile
|
||||
foreign key etemplate it Tasto straniero
|
||||
formatted text (html) etemplate it Testo Formattato (HTML)
|
||||
general fields: preferences it Campi generali
|
||||
go to the first entry etemplate it vai alla prima voce
|
||||
go to the last entry etemplate it vai all'ultima voce
|
||||
go to the next page of entries etemplate it vai alla pagina seguente delle voci
|
||||
go to the previous page of entries etemplate it go to the previous page of entries
|
||||
grid etemplate it Griglia
|
||||
grid column attributes etemplate it Attributi colonna della griglia
|
||||
grid row attributes etemplate it Attributi riga della griglia
|
||||
groupbox etemplate it GroupBox
|
||||
h etemplate it h
|
||||
hbox etemplate it HBox
|
||||
height etemplate it Altezza
|
||||
height of row (in % or pixel) etemplate it altezza della riga (in % o pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate it height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate it Height of the table in % or pixels for the table-tag and (optional) div
|
||||
height, disabled etemplate it Altezza, Disabilitata
|
||||
help etemplate it Aiuto
|
||||
history log etemplate it Log cronologia
|
||||
horizontal rule etemplate it Righello Orrizzontale
|
||||
hour etemplate it Ora
|
||||
hours etemplate it ore
|
||||
how many entries should the list show etemplate it Quante voci deve mostrare l'elenco
|
||||
html etemplate it Html
|
||||
html link to the current record etemplate it Collegamento HTML al record attuale
|
||||
id etemplate it ID
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate it if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences it Se verrà specificata una directory (percorso vfs completo) %1 mostra una azione per ogni documento. Quella azione permette di scaricare il documento specificato con la data inserita.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences it Se verrà specificata una directory (percorso vfs completo) %1 mostra un'icona di documento aggiuntiva per ogni inserimento. Quella icona permette di scaricare il documento specificato con la data inserita.
|
||||
image etemplate it Immagine
|
||||
import etemplate it Importa
|
||||
import an etemplate from a xml-file etemplate it import an eTemplate from a xml-file
|
||||
import table-definitions from existing db-table etemplate it Import table-definitions from existing db-table
|
||||
import xml etemplate it Importa XML
|
||||
increment version to not overwrite the existing template etemplate it incrementa la versione per non sovrascrivere il template esistente
|
||||
index/name of returned content (name of the template, link / method for image) etemplate it index/name of returned content (name of the Template, Link / Method for Image)
|
||||
indexed etemplate it Indicizzato
|
||||
indexoptions etemplate it Indexoptions
|
||||
insert a column before etemplate it inserisci una colonna prima
|
||||
insert a column behind etemplate it inserisci una colonna dopo
|
||||
insert a row above etemplate it inserisci una riga sopra
|
||||
insert a row below etemplate it inserisci una riga sotto
|
||||
insert a widget before etemplate it inserisci un widget prima
|
||||
insert a widget behind etemplate it inserisci un widget dopo
|
||||
insert in document etemplate it Inserisci in documento
|
||||
insert new column behind this one etemplate it insert new column behind this one
|
||||
insert new column in front of all etemplate it insert new column in front of all
|
||||
insert new row after this one etemplate it insert new row after this one
|
||||
insert new row in front of first line etemplate it insert new row in front of first Line
|
||||
integer etemplate it Intero
|
||||
key etemplate it Chiave
|
||||
label etemplate it Etichetta
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate it Label:[bold][italic] Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols] Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect] Date:[values: eg. 'Y-m-d']
|
||||
lang etemplate it Lingua
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate it language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '')
|
||||
last etemplate it Ultimo
|
||||
left etemplate it Sinistra
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate it length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8
|
||||
link etemplate it Link
|
||||
link target %1 not found! etemplate it Destinazione %1 del collegamento non trovata!
|
||||
linkapps etemplate it Applicazioni Link
|
||||
linkentry etemplate it Voce Link
|
||||
linklist etemplate it Elenco Link
|
||||
links and attached files preferences it Collegamenti e file allegati
|
||||
linkstring etemplate it Stringa Link
|
||||
linkto etemplate it Link A
|
||||
list of files linked to the current record preferences it Elenco dei file collegati al record attuale
|
||||
load this template into the editor etemplate it carica questo template nell'editor
|
||||
loading etemplate it Sto caricando...
|
||||
middle etemplate it In mezzo
|
||||
minute etemplate it Minuto
|
||||
minutes etemplate it Minuti
|
||||
modifier preferences it Modificatore
|
||||
month etemplate it Mese
|
||||
more etemplate it Altro
|
||||
multicolumn indices etemplate it Multicolumn Indices
|
||||
name etemplate it Nome
|
||||
name of other table where column is a key from etemplate it name of other table where column is a key from
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate it name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '')
|
||||
name of table to add etemplate it Nome della tabella da aggiungere
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate it name of the eTemplate, should be in form application.function[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate it need to be unique in the table and no reseved word from SQL, best prefix all with a common 2-digit short for the app, eg. 'et_'
|
||||
new etemplate it Nuovo
|
||||
new search common it Nuova ricerca
|
||||
new table created etemplate it Nuova tabella creata
|
||||
newer version '%1' exists !!! etemplate it newer version '%1' exists !!!
|
||||
nextmatch etemplate it Nextmatch
|
||||
nextmatch filterheader etemplate it Nextmatch Filterheader
|
||||
nextmatch sortheader etemplate it Nextmatch Sortheader
|
||||
no column to swap with !!! etemplate it nessuna colonna con cui scambiare !!!
|
||||
no file etemplate it nessun file
|
||||
no filename given or selected via browse... etemplate it no filename given or selected via Browse...
|
||||
no matches found etemplate it Nessuna corrispondenza trovata.
|
||||
no rights to export more than %1 entries! common it Diritti insufficienti per esportare più di %1 voci!
|
||||
no row to swap with !!! etemplate it nessuna riga con cui scambiare !!!
|
||||
not null etemplate it NON VUOTO
|
||||
nothing etemplate it niente
|
||||
nothing found - try again !!! etemplate it Non è stato trovato niente - prova ancora !!!
|
||||
nothing in clipboard to paste !!! etemplate it niente negli appunti da incollare !!!
|
||||
nothing matched search criteria !!! etemplate it Nothing matched search criteria !!!
|
||||
now etemplate it Adesso
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate it number of colums the field/cell should span or 'all' for the remaining columns, CSS-class name (for the TD tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate it number of rows/cols in a V/HBox, Cellpadding, Cellspacing
|
||||
of etemplate it di
|
||||
onchange etemplate it onChange
|
||||
onclick etemplate it onClick
|
||||
only an other version found !!! etemplate it only an other Version found !!!
|
||||
open the online help. etemplate it Apre help online.
|
||||
operator etemplate it Operatore
|
||||
optional note about the link etemplate it optional note about the Link
|
||||
options etemplate it Opzioni
|
||||
order to navigating by tab key through the form etemplate it Ordine per spostarsi con tasto TAB attraverso modulo
|
||||
overflow etemplate it Overflow
|
||||
padding etemplate it Padding
|
||||
parent is a '%1' !!! etemplate it superiore è un '%1' !!!
|
||||
paste etemplate it Incolla
|
||||
path etemplate it Percorso
|
||||
please enter table-name first !!! etemplate it Please enter table-name first !!!
|
||||
pm etemplate it pm
|
||||
popup etemplate it Popup
|
||||
precision etemplate it Precisione
|
||||
primary key etemplate it Chiave Primaria
|
||||
primary key for the table, gets automaticaly indexed etemplate it Primary key for the table, gets automaticaly indexed
|
||||
radiobutton etemplate it Radiobutton
|
||||
read etemplate it Leggi
|
||||
read a list of entries. etemplate it Leggi un elenco di voci
|
||||
read a single entry by passing the id and fieldlist. etemplate it Read a single entry by passing the id and fieldlist.
|
||||
read etemplate from database (for the keys above) etemplate it read eTemplate from database (for the keys above)
|
||||
readonly etemplate it sola lettura
|
||||
refresh etemplate it Aggiorna
|
||||
remove row (can not be undone!!!) etemplate it remove Row (can NOT be undone!!!)
|
||||
remove this link (not the entry itself) etemplate it Remove this link (not the entry itself)
|
||||
required etemplate it Richiesto
|
||||
reset etemplate it Reimposta
|
||||
returns savely, without deleting etemplate it returns savely, WITHOUT deleting
|
||||
right etemplate it Destra
|
||||
row... etemplate it Riga...
|
||||
save all etemplate it Salva tutti
|
||||
save as zip etemplate it Salva come file compresso (zip)
|
||||
save the changes made and close the window etemplate it Salva le modifiche fatte e chiude la finestra
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate it save the eTemplate under the above keys (name, ...), change them for a SaveAs
|
||||
saves changes to tables_current.inc.php etemplate it saves changes to tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate it salva il template con il numero di versione dato e chiude la finestra
|
||||
scale etemplate it Scala
|
||||
scale for float etemplate it scale for float
|
||||
search etemplate it Cerca
|
||||
search letter etemplate it Cerca per lettera
|
||||
select a category etemplate it seleziona una Categoria
|
||||
select a primary contact, to show in the list etemplate it Seleziona un contatto primario, da mostrare in elenco
|
||||
select access etemplate it Seleziona Accesso
|
||||
select account etemplate it Seleziona Account
|
||||
select an app first !!! etemplate it Seleziona prima un'applicazione !!!
|
||||
select an app to search in etemplate it Seleziona un'applicazione in cui cercare
|
||||
select an application etemplate it Seleziona una applicazione
|
||||
select an application, (*) = uninstalled etemplate it Seleziona una applicazione, (*) = disinstallata
|
||||
select an entry to link with etemplate it Seleziona una voce con cui collegarsi
|
||||
select an table of the application etemplate it Seleziona una tabella dell'applicazione
|
||||
select application etemplate it Seleziona Applicazione
|
||||
select category etemplate it Seleziona Categoria
|
||||
select country etemplate it Seleziona Nazione
|
||||
select day etemplate it Seleziona Giorno
|
||||
select day of week etemplate it scegli giorno della settimana
|
||||
select entry etemplate it Scegli voce
|
||||
select file(s) from vfs etemplate it Seleziona file dal sistema virtuale di file (vfs)
|
||||
select hour etemplate it Scegli ora
|
||||
select if content of field should not be translated (label gets always translated) etemplate it scegli se il contenuto del campo non deve essere tradotto (l'etichetta viene sempre tradotta)
|
||||
select month etemplate it Seleziona Mese
|
||||
select number etemplate it Seleziona Numero
|
||||
select one ... etemplate it Seleziona Uno ...
|
||||
select percentage etemplate it Seleziona Percentuale
|
||||
select priority etemplate it Seleziona Priorità
|
||||
select state etemplate it Seleziona Stato
|
||||
select the indexed columns in their desired order etemplate it Seleziona le colonne indicizzate nel loro ordine desiderato
|
||||
select this etemplate to delete it etemplate it seleziona questo eTemplate per cancellarlo
|
||||
select which accounts to show etemplate it seleziona quali account mostrare
|
||||
select which values to show etemplate it seleziona quali valori mostrare
|
||||
select year etemplate it Seleziona Anno
|
||||
selectbox etemplate it Selectbox
|
||||
set as default etemplate it Imposta come predefinito
|
||||
sets today as date etemplate it imposta oggi come data
|
||||
show etemplate it Mostra
|
||||
show (no save) etemplate it Mostra (non salva)
|
||||
show values etemplate it Mostra Valori
|
||||
showing etemplate it showing
|
||||
shows / allows you to enter values into the etemplate for testing etemplate it shows / allows you to enter values into the eTemplate for testing
|
||||
shows/displays etemplate for testing, does not save it before etemplate it shows/displays eTemplate for testing, does NOT save it before
|
||||
spacing etemplate it Spaziatura
|
||||
span etemplate it Span
|
||||
span, class etemplate it Classe, Span
|
||||
stack etemplate it Stack
|
||||
start a new search, cancel this link etemplate it inizia una nuova ricerca, annulla questo link
|
||||
start new search for the above pattern etemplate it inizia nuova ricerca della stringa
|
||||
submit form etemplate it invia modulo
|
||||
submitbutton etemplate it Submitbutton
|
||||
swap etemplate it scambia
|
||||
swap widget with next one etemplate it scambia widget con il seguente
|
||||
swap with next column etemplate it scambia con colonna seguente
|
||||
swap with next row etemplate it scambia con riga seguente
|
||||
switch to a parent widget etemplate it commuta a un widget superiore
|
||||
switch to an other widgets of that container etemplate it commuta a un altro widget di quel contenitore
|
||||
tabindex etemplate it Tabindex
|
||||
table unchanged, no write necessary !!! etemplate it Tabella non modificata, scrittura non necessaria!!!
|
||||
tablename etemplate it TableName
|
||||
tabs etemplate it Tabs
|
||||
template etemplate it Template
|
||||
template deleted etemplate it Template cancellato
|
||||
template saved etemplate it Template salvato
|
||||
text etemplate it Testo
|
||||
textarea etemplate it Area di Testo
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences it Il documento può contenere variabili metasintattiche come {{%3}}, da rimpiazzare con i dati (%1elenco completo delle variabili metasintattiche%2)
|
||||
the following document-types are supported: preferences it I seguenti tipi di documenti sono supportati:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate it this text gets displayed if the input-field is empty and has no focus (blur)
|
||||
time etemplate it Tempo
|
||||
titles of any entries linked to the current record, excluding attached files preferences it I titoli delle voci collegate a questa, allegati esclusi
|
||||
to start the db-tools etemplate it to start the DB-Tools
|
||||
to start the etemplate editor etemplate it to start the eTemplate editor
|
||||
to start the search etemplate it to start the search
|
||||
today etemplate it Oggi
|
||||
top etemplate it In cima
|
||||
type etemplate it Tipo
|
||||
type of the column etemplate it tipo di colonna
|
||||
type of the field (select label if field should be empty) etemplate it type of the field (select Label if field should be empty)
|
||||
unique etemplate it Unico
|
||||
unlink etemplate it Unlink
|
||||
update a single entry by passing the fields. etemplate it Update a single entry by passing the fields.
|
||||
update from version '%s' to etemplate it Update from Version '%s' to
|
||||
upload etemplate it Upload
|
||||
valign etemplate it vAlign
|
||||
value etemplate it Valore
|
||||
value has to be at least '%1' !!! etemplate it Value has to be at least '%1' !!!
|
||||
value has to be at maximum '%1' !!! etemplate it Value has to be at maximum '%1' !!!
|
||||
vbox etemplate it VBox
|
||||
version etemplate it Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate it version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros)
|
||||
vertical alignment of row etemplate it allineamento verticale della riga
|
||||
view this etemplate etemplate it visualizza questo eTemplate
|
||||
view this linked entry in its application etemplate it vedi questa voce collegata nella sua applicazione
|
||||
weekend etemplate it weekend
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate it what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides)
|
||||
widget copied into clipboard etemplate it widget copiato negli appunti
|
||||
width etemplate it Larghezza
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate it width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty
|
||||
width of column (in % or pixel) etemplate it larghezza della colonna (in % o pixel)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate it Larghezza della tabella in % o pixel per table-tag e (opzionale)div
|
||||
width, disabled etemplate it Larghezza, Disabilitata
|
||||
wk etemplate it Sett
|
||||
working days etemplate it giorni lavorativi
|
||||
write <app>/setup/tables_current.inc.php etemplate it Scrivi <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate it Scrivi File Linguaggio
|
||||
write tables etemplate it Scrivi Tabelle
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate it scrive un file 'etemplates.inc.php' (per applicazione in Nome) nella directory setup dell'applicazione
|
||||
xml-file to import etemplate it file XML da importare
|
||||
xslt template etemplate it Template XSLT
|
||||
year etemplate it Anno
|
||||
you can respond by visiting: etemplate it Puoi rispondere visitando:
|
@ -1,294 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate iw %1 (%2 חדשות) הודועות נכתבו ליישום '%3' ולשפות %4
|
||||
%1 etemplates deleted etemplate iw eTemplates נמחקו %1
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate iw עבור יישום '%2' הושלחו אל %3 eTemplates %1
|
||||
%1 etemplates found etemplate iw eTemplates נמצאו %1
|
||||
%1 matches on search criteria etemplate iw %1 התאמות בהתאם לקריטריון החיפוש
|
||||
%1 new etemplates imported for application '%2' etemplate iw חדשים עבור יישום '%2' eTemplates %1
|
||||
%s disabled etemplate iw לא פעיל %s
|
||||
%s needed etemplate iw נדרש %s
|
||||
%s notranslation etemplate iw %s אין תרגום
|
||||
%s onchange etemplate iw %s עם שינוי
|
||||
%s readonly etemplate iw לקריאה בלבד %s
|
||||
'%1' has an invalid format !!! etemplate iw !ל -'%1' פורמאט לא חוקי
|
||||
'%1' is not a valid floatingpoint number !!! etemplate iw !'%1' אינו מספר נקודה צפה חוקי
|
||||
'%1' is not a valid integer !!! etemplate iw !'%1' אינו מספר שלם חוקי
|
||||
a pattern to be searched for etemplate iw תבנית חיפוש
|
||||
add a new column (after the existing ones) etemplate iw (הוסף עמודה חדשה (אחרי הקיימות
|
||||
add a new multi-column index etemplate iw הוסף אינדקס רב-עמודות
|
||||
add column etemplate iw הוסף עמודה
|
||||
add index etemplate iw הוסף אינדקס
|
||||
add table etemplate iw הוסף טבלה
|
||||
advanced search etemplate iw חיפוש מתקדם
|
||||
align etemplate iw יישר
|
||||
alignment of label and input-field in table-cell etemplate iw יישור התווית ושדה הקלט בתא של הטלה
|
||||
alignment of the v/hbox containing table-cell etemplate iw יישור תיבת האנכי/אופקי המכיל את התא של הטבהל
|
||||
all users etemplate iw כל המשתמשים
|
||||
am etemplate iw הנני
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate iw !(עמודה מאונדקסת מזרזת שאילתות המשתמשות בעמודה זו (על חשבון מקום אכסון
|
||||
and etemplate iw -ו
|
||||
application etemplate iw יישום
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate iw !eTemplates שם היישום הדרוש כדי לכתוב קובץ שפה או להשליך
|
||||
applications etemplate iw יישומים
|
||||
attach etemplate iw צרף
|
||||
attach file etemplate iw צרף קובץ
|
||||
blurtext etemplate iw טשטש טקסט
|
||||
border etemplate iw גבול
|
||||
border-line-thickness for the table-tag etemplate iw עובי קו הגבול של תג טבלה
|
||||
can not have special sql-value null etemplate iw NULL מיוחד SQL לא יכול לקבל ערך
|
||||
cancel etemplate iw בטל
|
||||
category etemplate iw קטגוריה
|
||||
cellpadding for the table-tag etemplate iw ריפוד התא עבור תג טבלה
|
||||
cells etemplate iw תאים
|
||||
cellspacing for the table-tag etemplate iw ריווח תאים לתג טבלה
|
||||
center etemplate iw מרכז
|
||||
changed etemplate iw שונה
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate iw (בדוק באם יש להציג את התוכן בלבד ולא לשנות אותו (אז לא מחזירים את התוכן
|
||||
check if field has to be filled by user etemplate iw סמן אם על המשתמש למלא את השדה
|
||||
checkbox etemplate iw תיבת סימון
|
||||
class etemplate iw סיווג
|
||||
class, valign etemplate iw סיווג, יישור אנכי
|
||||
click here to attach the file etemplate iw הקלק כאן כדי לצרף את הקובץ
|
||||
click here to create the link etemplate iw הקלק כאן כדי ליצור את הקישור
|
||||
click here to start the search etemplate iw הקלק כאן כדי להתחיל את החיפוש
|
||||
click here to upload the file etemplate iw הקלק כאן לעלות את הקובץ
|
||||
click to order after that criteria etemplate iw הקלק כאן כדי לסדר לפי קרטיריון זה
|
||||
columnname etemplate iw שם העמודה
|
||||
comment etemplate iw הערה
|
||||
confirm etemplate iw אישורך
|
||||
contact etemplate iw איש קשר
|
||||
contains etemplate iw מכיל
|
||||
create a new table for the application etemplate iw צור עמודה חדשה עבור יישום זה
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate iw (מתוויות וטקסט עזרה (עבור היישום בשם ('en') יוצר קובץ שפה באנגלית
|
||||
css class for the table-tag etemplate iw עבור תג הטבלה CSS סיווג
|
||||
css-styles etemplate iw CSS-סגנונות
|
||||
custom etemplate iw מותאם אישית
|
||||
custom fields etemplate iw שדות מותאמים אישית
|
||||
date+time etemplate iw שעה+תאריך
|
||||
day etemplate iw יום
|
||||
days etemplate iw ימים
|
||||
db ensures that every row has a unique value in that column etemplate iw בסיס הנתונים מוודא של כל שורה יש ערך ייחודי בעמודה זו
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate iw עבור אורך המונדקס של עמודה mysql(100) או nysql(FULLTECT): אפשרויות אידקס ייחודיות של (בסיס הנתונים (המופרד בפסיקים
|
||||
db-tools etemplate iw כלי בסיס הנתונים
|
||||
deck etemplate iw (חפיסה (פנימית
|
||||
default etemplate iw ברירת מחדל
|
||||
delete a single entry by passing the id. etemplate iw .מחיקת רשומה ע"י העברת זיהויו
|
||||
delete all selected etemplates, without further inquiry etemplate iw המובחרים ללא כל שאלה נוספת eTemplates מחק את כל
|
||||
delete column etemplate iw מחק עמודה
|
||||
delete index etemplate iw מחק אידקס
|
||||
delete this etemplate etemplate iw זה eTemplate מחק
|
||||
delete whole column (can not be undone!!!) etemplate iw (!מחק את כל העמודה (לא ניתן לשחזר
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate iw הרשומה לעיל מבסיס הנתונים, לא ניתן לשחזר eTemplate-מוחק את ספציפיקצית ה
|
||||
deletes the etemplate spez. above etemplate iw לעיל eTemplate-מוחק את ה
|
||||
deletes this column etemplate iw מוחק עמודה זו
|
||||
deletes this index etemplate iw מוחק אינדקס זה
|
||||
discard changes etemplate iw בטל שינוים
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate iw (מוצג בקידמת הקלט או שהקלט המוכנס עבור '%s' בתווית (תווית כפתור הגש או קובץ התמונה
|
||||
displayed in statusline of browser if input-field gets focus etemplate iw מוצג בשורת המצב בדפדפן אם שדה הקלט מקבל את הפוקוס
|
||||
do you want to save the changes you made in table %s? etemplate iw ?ברצונך לשמור את השינוים שעשית בטבלת '%s'
|
||||
documentation etemplate iw תיעוד
|
||||
drop a table - this can not be undone etemplate iw השלך טבלה - לא ניתן לשיחזור
|
||||
drop table etemplate iw השלך טבלה
|
||||
duration etemplate iw משך
|
||||
edit etemplate iw ערוך
|
||||
edit the etemplate spez. above etemplate iw לעיל eTemplates-ערוך את ספציפיקציות ה
|
||||
editable templates - db-tools etemplate iw הניתנים לעריכה - כלי בסיס נתונים eTemplates
|
||||
editable templates - delete template etemplate iw הניתנים לעריכה - מחק תבנית eTemplates
|
||||
editable templates - editor etemplate iw הניתנים לעריכה - עורך eTemplates
|
||||
editable templates - search etemplate iw הניתנים לעריכה - חיפוש eTemplates
|
||||
editable templates - show template etemplate iw הניתנים לעריכה - הצג תבניות eTemplates
|
||||
enter '' for an empty default, nothing mean no default etemplate iw הקש '' עבור ברירת מחדל ריקה, כלום משמעותו - ללא ברירת מחדל
|
||||
enter a search pattern etemplate iw ציין תבנית לחיפוס
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate iw ציין שם קובץ להעלות ולצרף, השתמש ב-[עיון] לחיפוש
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate iw ציין את מספר הגירסה החדשה כאן (> הגירסה הישנה), השאר ריק אם אין קובץ מעודכן
|
||||
enter the new version number here (has to be > old_version) etemplate iw (ציין כאן את מספר הגירסה החדשה (חייב להיות > מספר הגירסה הישנה
|
||||
entry saved etemplate iw הרשומה נשמרה
|
||||
error: template not found !!! etemplate iw !שגיאה: התבנית לא נמצאה
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate iw !%1 שגיאה: לשרת הווב אין הרשאה לכתוב אל
|
||||
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 reference etemplate iw eTemplate מדריך
|
||||
etemplate tutorial etemplate iw eTemplate-שיעור פרטי ב
|
||||
exchange this row with the one above etemplate iw החלף בין שורה זו לשורה מעליה
|
||||
exchange this two columns etemplate iw החלף בין שתי עמודות הללו
|
||||
export the loaded etemplate into a xml-file etemplate iw xml הטעון לקובץ eTemplate-ייצא את ה
|
||||
export xml etemplate iw xml ייצוא
|
||||
extensions loaded: etemplate iw :הרחבות טעונות
|
||||
field must not be empty !!! etemplate iw !אסור לשדה הזה להיות ריק
|
||||
file etemplate iw קובץ
|
||||
file contains more than one etemplate, last one is shown !!! etemplate iw !אחד, האחרון מוצג eTemplate-הקובץ מכיל יותר מ
|
||||
file writen etemplate iw הקובץ נכתב
|
||||
fileupload etemplate iw העלת קובץ
|
||||
first etemplate iw ראשון
|
||||
floating point etemplate iw נקודה צפה
|
||||
foreign key etemplate iw מפתח זר
|
||||
formatted text (html) etemplate iw (HTML) טקסט מפורמאט
|
||||
go to the first entry etemplate iw אל הרשומה הראשונה
|
||||
go to the last entry etemplate iw אל הרשומה האחרונה
|
||||
go to the next page of entries etemplate iw אל עמוד רשומות הבא
|
||||
go to the previous page of entries etemplate iw אל עמוד רשומות הקודם
|
||||
height etemplate iw גובה
|
||||
height, disabled etemplate iw גובה, במוטל
|
||||
help etemplate iw עזרה
|
||||
horizontal rule etemplate iw חוק אופקי
|
||||
hour etemplate iw שעה
|
||||
hours etemplate iw שעות
|
||||
id etemplate iw זיהוי
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate iw אם השדה מבוטל תא ריק מוצג כדי להסיר (זמנית) את השדה/תא
|
||||
image etemplate iw תמונה
|
||||
import etemplate iw ייבוא
|
||||
import an etemplate from a xml-file etemplate iw xml מקובץ eTemplate ייבוא
|
||||
import table-definitions from existing db-table etemplate iw ייבוא הגדרות טבלאות מטבלת בסיס נתונים קיימת
|
||||
import xml etemplate iw xml ייבוא
|
||||
index/name of returned content (name of the template, link / method for image) etemplate iw (אידקס/שם של התוכן המוחזר (השם של התבנית/קישור/מטודה עבור תמונה
|
||||
indexed etemplate iw מאונדקס
|
||||
indexoptions etemplate iw אפשריות אידקס
|
||||
insert new column behind this one etemplate iw הוסף עמודה חדשה אחרי עמודה זו
|
||||
insert new column in front of all etemplate iw הוסף עמודה חדשה לפני כולן
|
||||
insert new row after this one etemplate iw הוסף שורה חדשה אחרי שורה זו
|
||||
insert new row in front of first line etemplate iw הוסף שורה חדשה לפני השורה הראשונה
|
||||
integer etemplate iw מספר שלם
|
||||
key etemplate iw מפתח
|
||||
label etemplate iw תווית
|
||||
lang etemplate iw שפה
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate iw עבור עברית) עבור תבניות תלויות שפה 'iw' :הקיצור של השפה (לדוגמא<br>
|
||||
last etemplate iw אחרון
|
||||
left etemplate iw שמאל
|
||||
link etemplate iw קישור
|
||||
linklist etemplate iw רשימת קישורים
|
||||
linkstring etemplate iw מחרוזת הקישור
|
||||
linkto etemplate iw לקשור אל
|
||||
load this template into the editor etemplate iw טען תבנית זו אל העורך
|
||||
minute etemplate iw דקה
|
||||
minutes etemplate iw דקות
|
||||
month etemplate iw חודש
|
||||
more etemplate iw עוד
|
||||
multicolumn indices etemplate iw אידקס רב-עמודות
|
||||
name etemplate iw שם
|
||||
name of other table where column is a key from etemplate iw שם הטבלה בה עמודה זו מהווה מפתח
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate iw (verdilak :לדוגמא ) phpgw השם של סט תבניות
|
||||
name of table to add etemplate iw שם הטבלה להוסיף
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate iw [צריך להיות בצורה יישום.פונקציה[.תת-תבנית ,eTemplate-שם ה
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate iw חייב להיות ייחודי בטבלה, ואסור להשתמש במילות מפתח של <br>
|
||||
new etemplate iw חדש
|
||||
new search common iw חיפוש חדש
|
||||
new table created etemplate iw נוצרה טבלה חדשה
|
||||
newer version '%1' exists !!! etemplate iw !קיימת גירסה חדשה יותר
|
||||
nextmatch etemplate iw ההתאמה הבאה
|
||||
nextmatch filterheader etemplate iw סנן כותרות להתאמה הבאה
|
||||
nextmatch sortheader etemplate iw מיין כותרות להתאמה הבאה
|
||||
no file etemplate iw אין קובץ
|
||||
no filename given or selected via browse... etemplate iw [לא ציון שם קובץ וגם לא נבחר באמצעות [עיון
|
||||
no matches found etemplate iw לא נמצאו התאמות
|
||||
not null etemplate iw NULL לא
|
||||
nothing found - try again !!! etemplate iw !לא נמצא כלום - נסה שוב
|
||||
nothing matched search criteria !!! etemplate iw !שום דבר לא התאים לקרטריון החיפוש
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate iw (TD-עבור תג ה) CSS עבור כל העמודות הנותרות 'all' כמות העמודות עליהן השדה/התא צריך להתפרס
|
||||
of etemplate iw של
|
||||
only an other version found !!! etemplate iw !נמצאה גירסה אחרת בלבד
|
||||
optional note about the link etemplate iw הערה אפציונלית לקישור
|
||||
options etemplate iw אפשריות
|
||||
or etemplate iw או
|
||||
overflow etemplate iw גלישה
|
||||
padding etemplate iw ריפוד
|
||||
please enter table-name first !!! etemplate iw !נא להקליד שם טבלה קודם
|
||||
pm etemplate iw אחה"צ
|
||||
precision etemplate iw דיוק
|
||||
primary key etemplate iw מפתח ראשי
|
||||
primary key for the table, gets automaticaly indexed etemplate iw המפתח הראשי של הטבלה, מאונדקס אוטומטית
|
||||
radiobutton etemplate iw כפתור רדיו
|
||||
read etemplate iw קרא
|
||||
read a list of entries. etemplate iw קרא רשימת רשומות
|
||||
read a single entry by passing the id and fieldlist. etemplate iw קרא רשומוה בודדת ע"י העברת הזיהוי ורשימת שדות
|
||||
read etemplate from database (for the keys above) etemplate iw (מבסיס נתונים (עבור המפתחות לעיל eTemplate קרא
|
||||
readonly etemplate iw לקריאה בלבד
|
||||
refresh etemplate iw רענן
|
||||
remove row (can not be undone!!!) etemplate iw (הסר שורה (לא ניתן לשחזור
|
||||
remove this link (not the entry itself) etemplate iw (הסר קישור זה (אבל לא את הרשומה עצמה
|
||||
required etemplate iw נדרש
|
||||
reset etemplate iw איפוס
|
||||
returns savely, without deleting etemplate iw חוזר תוך כדי שמירה, בלי למחוק
|
||||
right etemplate iw ימין
|
||||
save all etemplate iw שמור הכל
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate iw [תחת המפתחות לעיל (שם,...), שנה שם עבור [שמור בשם eTemplate-שמור את ה
|
||||
saves changes to tables_current.inc.php etemplate iw tables_current.inc.php שמור שינוים אל
|
||||
scale etemplate iw קנה מידה
|
||||
scale for float etemplate iw קנה המידה עבור נקודה צפה
|
||||
search etemplate iw חפש
|
||||
select a category etemplate iw בחר קטגוריה
|
||||
select a primary contact, to show in the list etemplate iw בחר איש קשר ראשי להציג ברשימה
|
||||
select access etemplate iw בחר גישה
|
||||
select account etemplate iw בחר חשבון
|
||||
select an app first !!! etemplate iw קודם !יש לבחור יישום
|
||||
select an app to search in etemplate iw בחר יישום לחפש בו
|
||||
select an application etemplate iw בחר יישום
|
||||
select an application, (*) = uninstalled etemplate iw בחר יישום, (*)=לא מותקן
|
||||
select an entry to link with etemplate iw בחר רשומה לקשור אליה
|
||||
select an table of the application etemplate iw בחר טבלה של היישום
|
||||
select application etemplate iw בחר יישום
|
||||
select category etemplate iw בחר קטגוריה
|
||||
select country etemplate iw בחר ארץ
|
||||
select day etemplate iw בחר יום
|
||||
select if content of field should not be translated (label gets always translated) etemplate iw (בחר אם אין לתרגם את תוכן השדה (התווית תתורגם בכל מקרה
|
||||
select month etemplate iw בחר חודש
|
||||
select number etemplate iw בחר מספר
|
||||
select one ... etemplate iw ...בחר אחד
|
||||
select percentage etemplate iw בחר אחוזים
|
||||
select priority etemplate iw בחר עדיפות
|
||||
select state etemplate iw בחר מדינה
|
||||
select the indexed columns in their desired order etemplate iw בחר את העמודות המאונדקסות בסדר הרצוי
|
||||
select this etemplate to delete it etemplate iw הזה כדי למחוק אותו eTemplate-בחר את ה
|
||||
select which values to show etemplate iw בחר אלו ערכים להציג
|
||||
select year etemplate iw בחר שנה
|
||||
selectbox etemplate iw תיבת בחירה
|
||||
sets today as date etemplate iw קובע תאריך של היום
|
||||
show etemplate iw הצג
|
||||
show (no save) etemplate iw (הצג (בלי שמירה
|
||||
show values etemplate iw הצג ערכים
|
||||
showing etemplate iw מציג
|
||||
shows / allows you to enter values into the etemplate for testing etemplate iw לבדיקה eTemplate-מציג/מאפשר לך להכניס ערכים אל תוך ה
|
||||
shows/displays etemplate for testing, does not save it before etemplate iw לבדיקה, ללא שמירה מקדימה eTemplate מראה/מציג
|
||||
spacing etemplate iw ריווח
|
||||
span, class etemplate iw תחום/קאלסה
|
||||
stack etemplate iw ערימה
|
||||
start a new search, cancel this link etemplate iw מתחיל חיפוש חדש, בטל קישור זה
|
||||
start new search for the above pattern etemplate iw מתחיל חיפוש חדש עם התבנית לעיל
|
||||
submitbutton etemplate iw כפתור הגש
|
||||
table unchanged, no write necessary !!! etemplate iw !הטבלה לא שונתה , אין צורך בכתיבה
|
||||
tablename etemplate iw שם הטבלה
|
||||
tabs etemplate iw טבים
|
||||
template etemplate iw תבנית
|
||||
template deleted etemplate iw התבנית נמחקה
|
||||
template saved etemplate iw התבנית נשמרה
|
||||
text etemplate iw טקסט
|
||||
textarea etemplate iw איזור טקסט
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate iw (טקסט זה מוצג כאשר שדה הקלט ריק והפוקוס לא נמצא בו (מטוטש
|
||||
time etemplate iw שעה
|
||||
to start the db-tools etemplate iw כדי להתחיל את כלי בסיסי הנתונים
|
||||
to start the etemplate editor etemplate iw eTemplate-כדי להתחיל את עורך ה
|
||||
to start the search etemplate iw להתחיל את החיפוש
|
||||
today etemplate iw היום
|
||||
type etemplate iw סוג
|
||||
type of the column etemplate iw סוג העמודה
|
||||
type of the field (select label if field should be empty) etemplate iw (סוג השדה (בחר תווית אם על השדה להיות ריק
|
||||
unique etemplate iw ייחודי
|
||||
unlink etemplate iw בטל קישור
|
||||
update a single entry by passing the fields. etemplate iw .עדכן רשומה בודדת על ידי העברת השדות
|
||||
update from version '%s' to etemplate iw עדכן מגירסה '%s' אל
|
||||
upload etemplate iw העלה
|
||||
value etemplate iw ערך
|
||||
value has to be at least '%1' !!! etemplate iw !על הערך להיות לפחות %1
|
||||
value has to be at maximum '%1' !!! etemplate iw !הערך חייב להיות %1 לכל היותר
|
||||
version etemplate iw גירסא
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate iw (מספר הגירסא, צריך להיות בצורה: ראשי.משני.עדכון (לדוגמא: 0.9.13.001 כאשר ממלאים באפסים
|
||||
view this linked entry in its application etemplate iw צפה ברשומה מקושרת זו ביישום שלה
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate iw (מה לעשות כאשר נתונים גולשים: נראים (ברירת המחדל), מוסתרים, נגללים, אוטומטי (הדפדפן מחליט
|
||||
width etemplate iw רוחב
|
||||
width, disabled etemplate iw רוחב, מבוטל
|
||||
write <app>/setup/tables_current.inc.php etemplate iw <app>/setup/tables_current.inc.php כתוב
|
||||
write langfile etemplate iw כתוב קובץ שפה
|
||||
write tables etemplate iw כתוב טבלאות
|
||||
xml-file to import etemplate iw ליבוא xml קובץ
|
||||
xslt template etemplate iw XSLT תבנית
|
||||
year etemplate iw שנה
|
@ -1,26 +0,0 @@
|
||||
all users etemplate ja 全てのユーザ
|
||||
am etemplate ja 午前
|
||||
application etemplate ja アプリケーション
|
||||
applications etemplate ja アプリケーション
|
||||
bottom etemplate ja 下部
|
||||
checkbox etemplate ja チェックボックス
|
||||
contact etemplate ja 連絡先
|
||||
custom fields etemplate ja カスタム項目
|
||||
duration etemplate ja 継続時間
|
||||
id etemplate ja ID
|
||||
import etemplate ja インポート
|
||||
label etemplate ja ラベル
|
||||
minutes etemplate ja 分
|
||||
month etemplate ja 月
|
||||
new etemplate ja 新規作成
|
||||
no file etemplate ja ファイルなし
|
||||
no matches found etemplate ja 見つかりません。
|
||||
options etemplate ja オプション
|
||||
pm etemplate ja 午後
|
||||
refresh etemplate ja 再表示
|
||||
reset etemplate ja 再入力
|
||||
selectbox etemplate ja セレクトボックス
|
||||
today etemplate ja 今日
|
||||
top etemplate ja 上部
|
||||
version etemplate ja バージョン
|
||||
year etemplate ja 年
|
@ -1,43 +0,0 @@
|
||||
advanced search etemplate ko 상세 검색
|
||||
all users etemplate ko 모든 사용자
|
||||
and etemplate ko 그리고(AND 연산)
|
||||
application etemplate ko 응용프로그램
|
||||
applications etemplate ko 응용프로그램들
|
||||
attach file etemplate ko 파일 첨부
|
||||
changed etemplate ko 변경됨
|
||||
click here to create the link etemplate ko 새 링크를 생성하려면 클릭하세요
|
||||
click here to start the search etemplate ko 검색을 시작하려면 클릭하세요
|
||||
comment etemplate ko 커멘트
|
||||
confirm etemplate ko 확인
|
||||
contact etemplate ko 주소록
|
||||
custom etemplate ko 사용자정의
|
||||
custom fields etemplate ko 사용자정의 필드
|
||||
day etemplate ko 날
|
||||
days etemplate ko 일동안
|
||||
default etemplate ko 기본
|
||||
delete a single entry by passing the id. etemplate ko ID값으로 단일 엔트리 삭제
|
||||
duration etemplate ko 기간
|
||||
file etemplate ko FILE
|
||||
hours etemplate ko 시간
|
||||
import etemplate ko 가져오기
|
||||
label etemplate ko 라벨
|
||||
last etemplate ko 마지막
|
||||
link etemplate ko 링크
|
||||
minutes etemplate ko 분
|
||||
month etemplate ko 월
|
||||
more etemplate ko 검색조건 추가
|
||||
new etemplate ko 새로만들기
|
||||
new search common ko 새 검색
|
||||
no file etemplate ko 파일 없음
|
||||
no matches found etemplate ko 일치하는 것을 찾을수 없습니다
|
||||
or etemplate ko 이거나(OR연산)
|
||||
read a list of entries. etemplate ko 엔트리 목록을 읽음
|
||||
read a single entry by passing the id and fieldlist. etemplate ko ID와 필드목록으로 단일 엔트리를 읽음
|
||||
readonly etemplate ko 읽기전용
|
||||
reset etemplate ko 리셋
|
||||
selectbox etemplate ko 선택상자
|
||||
start a new search, cancel this link etemplate ko 이 링크를 취소하고 새로 검색
|
||||
unlink etemplate ko 삭제
|
||||
update a single entry by passing the fields. etemplate ko 필드값으로 단일 엔트리 갱신
|
||||
version etemplate ko 버전
|
||||
wk etemplate ko 주
|
@ -1,26 +0,0 @@
|
||||
all users etemplate lo ຜູ້ໃຊ້ທັງໝົດ
|
||||
applications etemplate lo ແອັບພຼິເຄຊັນ
|
||||
check all etemplate lo ກວດສອບທັງໝົດ
|
||||
comment etemplate lo ຄວາມຄິດເຫັນ
|
||||
copy to clipboard etemplate lo ສໍາເນົາໄປທີ່ຄຼິບບອດ
|
||||
custom fields etemplate lo ກໍານົດ fields
|
||||
cut etemplate lo ຕັດ
|
||||
day etemplate lo ມື້
|
||||
days etemplate lo ວັນ
|
||||
default etemplate lo ຄ່າເລີ່ມຕົ້ນ
|
||||
duration etemplate lo ໄລຍະເວລາ
|
||||
file etemplate lo ຟາຍ
|
||||
h etemplate lo ຊົ່ວໂມງ
|
||||
hours etemplate lo ຊົ່ວໂມງ
|
||||
id etemplate lo ລະຫັດ
|
||||
last etemplate lo ສຸດທ້າຍ
|
||||
link etemplate lo ເຊື່ອມຕໍ່ໄປທີ່ເຫດການ
|
||||
link target %1 not found! etemplate lo ບໍ່ພົບເປົ້າໝາຍການເຊື່ອມຕໍ່ %1
|
||||
minutes etemplate lo ນາທີ
|
||||
month etemplate lo ເດືອນ
|
||||
no matches found etemplate lo ບໍ່ພົບລາຍການທີ່ກົງກັນ
|
||||
reset etemplate lo ຕັ້ງຄ່າຄືນໃໝ່
|
||||
select a category etemplate lo ເລືອກໝວດໝູ່
|
||||
selectbox etemplate lo ຊ່ອງສໍາລັບເລືອກ
|
||||
show etemplate lo ສະແດງ
|
||||
wk etemplate lo ອາທິດໜຶ່ງ
|
@ -1,296 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate lv %1(%2 jauns) Ziņojumi uzrakstīti aplikācijai %3 un valodām %4'
|
||||
%1 etemplates deleted etemplate lv %1 eVeidnes izdzēstas
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate lv %1 eVeidnes %2' aplikācijai izmestas %3'
|
||||
%1 etemplates found etemplate lv atrasti %1 eVeidnes
|
||||
%1 matches on search criteria etemplate lv meklēšanas kritērijiem atbilst %1 ieraksti
|
||||
%1 new etemplates imported for application '%2' etemplate lv %2 Aplikācijai inmportētas %1 jauni eVeidnes
|
||||
%s disabled etemplate lv %s nav atļauts
|
||||
%s needed etemplate lv %s vajadzīgs
|
||||
%s notranslation etemplate lv %s Nav tulkojuma
|
||||
%s onchange etemplate lv %s Mainās
|
||||
%s readonly etemplate lv %s tikai lasāms
|
||||
'%1' has an invalid format !!! etemplate lv %1' nav derīgs formāts!!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate lv %1' nav derīgs peldošā komata skaitlis!!!
|
||||
'%1' is not a valid integer !!! etemplate lv %1' nav derīgs vesels skaitlis
|
||||
a pattern to be searched for etemplate lv meklējamais paraugs
|
||||
add a new column (after the existing ones) etemplate lv Pievienot jaunu kolonnu (aiz eksistējošām)
|
||||
add a new entry of the selected application etemplate lv Pievienot atzīmetas aplikacijas jaunu ierakstu
|
||||
add a new multi-column index etemplate lv Pievienot jaunu daudzkolonnu priekšmetu rādītāju
|
||||
add column etemplate lv Pievienot kolonnu
|
||||
add index etemplate lv Pievienot indeksu
|
||||
add new etemplate lv Pievienot jaunu
|
||||
add table etemplate lv PIevienot tabulu
|
||||
advanced search etemplate lv Uzlabota meklēšana
|
||||
align etemplate lv Centrēt
|
||||
alignment of label and input-field in table-cell etemplate lv iezīmes un ievades lauka novietojums tabulas kolonnā
|
||||
alignment of the v/hbox containing table-cell etemplate lv V/Hbox satura novietojums tabulas kolonnā
|
||||
all users etemplate lv Visi lietotāji
|
||||
am etemplate lv noo rīta
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate lv indeksēta kolonna paātrina pieprasījumu (izrēķina vietu diskā!!!)
|
||||
and etemplate lv Un
|
||||
application etemplate lv Programmatūra
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate lv Programmatūras nosaukumam vajag uzrakstīt <i>langfile</i> vai izmest eVeidnes!!!
|
||||
applications etemplate lv Aplikācijas
|
||||
attach etemplate lv Pievienot
|
||||
attach file etemplate lv pievienot datni
|
||||
blurtext etemplate lv neskaidrs teksts
|
||||
border etemplate lv Robeža
|
||||
border-line-thickness for the table-tag etemplate lv tabulas taga robežlīnijas biezums
|
||||
bottom etemplate lv augšā
|
||||
can not have special sql-value null etemplate lv nevar būt speciāls SQL- vērtība NULL
|
||||
cancel etemplate lv Arcelt
|
||||
category etemplate lv Kategorija
|
||||
cellpadding for the table-tag etemplate lv Kolonnas paplašināšana tabulas tagam
|
||||
cells etemplate lv Kolonnas
|
||||
cellspacing for the table-tag etemplate lv Kolonnas atstarpe tabulas tagam
|
||||
center etemplate lv Centrs
|
||||
changed etemplate lv Mainīts
|
||||
check all etemplate lv Parbaudīt visu
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate lv atzīmē, ja ierakstu vajag tikai parādīt nevis mainīt (saturs atpakaļ netiek sūtīts!)
|
||||
check if field has to be filled by user etemplate lv atzīmē, ja lauks jāaizpilda lietotājam
|
||||
checkbox etemplate lv izvēles rūtiņa <i>Checkbox</i>
|
||||
class etemplate lv Klase
|
||||
click here to attach the file etemplate lv uzklišķini šeit, ja vēlies pievienot datni
|
||||
click here to create the link etemplate lv uzklikšķini šeit, lai izveidotu saiti
|
||||
click here to start the search etemplate lv Uzklikšķini šeit, lai sāktu meklēšanu
|
||||
click here to upload the file etemplate lv Uzklikšķini šeit, lai atjauninātu datni
|
||||
click to order after that criteria etemplate lv uzklikšķini, lai sakārtotu pēc tā kritērija
|
||||
columnname etemplate lv Kolonnas nosaukums
|
||||
comment etemplate lv Komentārs
|
||||
confirm etemplate lv Apstiprināt
|
||||
contact etemplate lv Kontakts
|
||||
contains etemplate lv satur
|
||||
create a new table for the application etemplate lv Izveidot jaunu tabulu aplikācijai
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate lv izveido angļu ('en')<i>langfile</i> no iezīmes un palīgtekstiem
|
||||
css class for the table-tag etemplate lv CSS klase tabulas tagam
|
||||
css-styles etemplate lv CSS veidi
|
||||
custom etemplate lv Mainīt
|
||||
custom fields etemplate lv Mainīti lauki
|
||||
date+time etemplate lv Datums+Laiks
|
||||
day etemplate lv Diena
|
||||
days etemplate lv dienas
|
||||
db ensures that every row has a unique value in that column etemplate lv DB pārliecinās, ka katrā kolonnas rindiņā ir unikāla vērtība
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate lv DB īpašas indeksa opcijas (atdalītas ar komatu),piem., mysql(FULLTEXT)vai mysql(100)kolonnas indeksētajam garumam
|
||||
db-tools etemplate lv DB rīki
|
||||
default etemplate lv Noklusējums
|
||||
delete a single entry by passing the id. etemplate lv Dzēst atsevišķu ierakstu apejot id
|
||||
delete all selected etemplates, without further inquiry etemplate lv izdzēst visas atzīmētās eVeidnes bez atkārtotas jautāšanas
|
||||
delete column etemplate lv Izdzēst kolonnu
|
||||
delete index etemplate lv Izdzēst indeksu
|
||||
delete this etemplate etemplate lv izdzēst šo eVeidni
|
||||
delete whole column (can not be undone!!!) etemplate lv izdzēst visu kolonnu (nevar būt neizdarīts!!!)
|
||||
deletes this column etemplate lv Idzēš šo kolonnu
|
||||
deletes this index etemplate lv Izdzēs šo indeksu
|
||||
discard changes etemplate lv atcelt izmaiņas
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate lv parādīts pirms ievades vai arī ievade ievietota iezīmē priekš "%s" (parakstīšanās pogas iezīme vai Attēla datnes vārds)
|
||||
displayed in statusline of browser if input-field gets focus etemplate lv attēlots pārlūka statusjoslā, ja ievades lauks tiek nofokusēts
|
||||
do you want to save the changes you made in table %s? etemplate lv Vai vēlies saglabāt izmaiņas, ko veici %s tabulā?
|
||||
documentation etemplate lv Dokumentācija
|
||||
drop a table - this can not be undone etemplate lv Pabeigt tabulu- tas nevar būt neizdarīts
|
||||
drop table etemplate lv Pabeigt tabulu
|
||||
dump4setup etemplate lv izmest iestatīšanai
|
||||
duration etemplate lv Izpildes laiks
|
||||
edit etemplate lv Rediģēt
|
||||
editable templates - db-tools etemplate lv Rediģējamas veidnes -DB rīki
|
||||
editable templates - delete template etemplate lv Rediģējamas veidnes- Izdzdēst veidni
|
||||
editable templates - editor etemplate lv Rediģējamas veidnes- Redaktors
|
||||
editable templates - search etemplate lv Rediģējamas veidnes- Meklēt
|
||||
editable templates - show template etemplate lv rediģējamas veidnes- Rādīt veidni
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate lv iegultie CSS stili, piem.'.red { background: red; }' (atzīmē '.' pirms klases nosaukuma) or '@import url(...)' (klases nosaukums ir vispārējs visai lapai!)
|
||||
enable javascript onchange submit etemplate lv aktivizē JavaScript uz Izmaiņu apstiprināšanas
|
||||
enter '' for an empty default, nothing mean no default etemplate lv ievadi " tukšam noklusējumam, tukšums nozīmē, ka nav noklusējuma
|
||||
enter a search pattern etemplate lv Ievadi meklēšanas paraugu
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate lv Ievadi datnes nosaukumu, ko ielādēt un pievienot, lieto [Browse...] lai to sameklētu
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate lv ievadi jaunās versijas numuru šeit (>vecā versija), atstāj tukšu, lai neielādētu datni
|
||||
enter the new version number here (has to be > old_version) etemplate lv ievadi jaunās versijas numuru šeit(jābūt>vecā_versija)
|
||||
entry saved etemplate lv Ieraksts saglabāts
|
||||
error: template not found !!! etemplate lv Kļūda: Veidne nav atrasta!!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate lv Kļūda: vebserverim nav atļaut ierakstīt "%1"!!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate lv Kļuda rakstot failu (vebserverim nav rakstīšanas atļaujas)!!!
|
||||
etemplate common lv eVeidne
|
||||
etemplate '%1' imported, use save to put it in the database etemplate lv eVeidne "%1" importēta, lieto "Saglabāt", lai saglabātu to datubāzē
|
||||
etemplate '%1' written to '%2' etemplate lv eVeidne"%1" paarrakstīta "%2"
|
||||
etemplate editor etemplate lv eVeidnes redaktors
|
||||
etemplate tutorial etemplate lv eVeidnes pamācība
|
||||
exchange this row with the one above etemplate lv samainīt šo rindu ar iepriekšējo
|
||||
exchange this two columns etemplate lv apmainīt šīs divas kolonnas
|
||||
export the loaded etemplate into a xml-file etemplate lv pārsūtīt ielādēto eVeidni xml datnē
|
||||
export xml etemplate lv Pārsūtīt XML
|
||||
extensions loaded: etemplate lv Ielādētie paplašinājumi:
|
||||
field must not be empty !!! etemplate lv Lauks nedīkst būt tukšs
|
||||
file etemplate lv Datne
|
||||
file contains more than one etemplate, last one is shown !!! etemplate lv Datnē ir vairāk kā viena eVeidne, tiek parādīta pēdējā!!!
|
||||
file writen etemplate lv Datne uzrakstīta
|
||||
fileupload etemplate lv Datne augšupiel'
|
||||
first etemplate lv Pirmā
|
||||
floating point etemplate lv Peldošais punkts
|
||||
foreign key etemplate lv Ārējā atslēga
|
||||
formatted text (html) etemplate lv Noformatēts teksts(HTML)
|
||||
go to the first entry etemplate lv iet uz pirmo ierakstu
|
||||
go to the last entry etemplate lv Iet uz pēdējo ierakstu
|
||||
go to the next page of entries etemplate lv iet uz ierakstu nākamo lapu
|
||||
go to the previous page of entries etemplate lv iet uz ierakstu iepriekšējo lapu
|
||||
h etemplate lv h
|
||||
hbox etemplate lv HBox
|
||||
height etemplate lv Augstums
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate lv rindas augstums(% vai pikseļos), neatļaut rindiņu:[!=not]<value>[=<check>]piem., '!@data'neatļauj rindiņu, ja ieraksts ir tukšs
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate lv Tabulas augstums % vai pikseļos tabulas tagam un (pēc izvēles) sadalījumam
|
||||
height, disabled etemplate lv Augstums,nav atļauts
|
||||
help etemplate lv Palīgs
|
||||
horizontal rule etemplate lv Horizontālā kārtula
|
||||
hour etemplate lv Stundas
|
||||
hours etemplate lv stundas
|
||||
html etemplate lv HTML
|
||||
id etemplate lv ID
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate lv ja lauks nav atļauts,īslaicīgai lauka/kolonnas pārcelšanai tiek parādītas tabulas tukšās kolonnas.
|
||||
image etemplate lv Attēls
|
||||
import etemplate lv Importēt
|
||||
import an etemplate from a xml-file etemplate lv importēt eveidni no xml datnes
|
||||
import table-definitions from existing db-table etemplate lv Importēt tabulas nosacījumus no eksistējošas DB tabulas
|
||||
import xml etemplate lv Importēt XML
|
||||
index/name of returned content (name of the template, link / method for image) etemplate lv atgrieztā satura(veidnes nosaukums,saite/attēla veids) indekss/nosaukums
|
||||
indexed etemplate lv Indeksēts
|
||||
indexoptions etemplate lv Indeksa opcijas
|
||||
insert new column behind this one etemplate lv ievieto jaunu kolonnu aiz šīs
|
||||
insert new column in front of all etemplate lv pirms visām kolonnām ievieto jaunu kolonnu
|
||||
insert new row after this one etemplate lv pēc šīs rindiņas ievieto jaunu rindiņu
|
||||
insert new row in front of first line etemplate lv pierms pirmās līnijas ievieto jaunu rindiņu
|
||||
integer etemplate lv Vesels skaitlis
|
||||
key etemplate lv Atslēga
|
||||
label etemplate lv Iezīme
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate lv Iezīme:[bold][italic] Teksts:[len][,max] Skaitļi:[min][,[max][,len]] Teksta lauks:[rows][,cols] Radiopogas.:value <i>H.Rule</i>:[width] Veidnes:[IndexInContent] Atzīmē:[multiselect] Datums:[values: eg. 'Y-m-d']
|
||||
lang etemplate lv Valoda
|
||||
last etemplate lv Pēdējais
|
||||
left etemplate lv Kreisais
|
||||
link etemplate lv Saite
|
||||
linklist etemplate lv Saistīt sarakstu
|
||||
linkstring etemplate lv Saistīt virkni
|
||||
linkto etemplate lv Saistīt ar
|
||||
load this template into the editor etemplate lv ielādēt šo veidni redaktorā
|
||||
minute etemplate lv Minūte
|
||||
minutes etemplate lv minūtes
|
||||
month etemplate lv Mēnesis
|
||||
more etemplate lv Vēl
|
||||
multicolumn indices etemplate lv Daudzkolonnu indeksi
|
||||
name etemplate lv Vārds
|
||||
name of other table where column is a key from etemplate lv citas kolonnas, no kurienes ir atslēga, nosaukums
|
||||
name of table to add etemplate lv Tabulas , kur pievienot, nosaukums
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate lv eVeidnes nosaukumam jābūt application.function formā [.apakšveidne]
|
||||
new etemplate lv Jauna
|
||||
new search common lv Jauna meklēšana
|
||||
new table created etemplate lv Izveidota jauna tabula
|
||||
newer version '%1' exists !!! etemplate lv eksistē "%1"jaunāka versija!!!
|
||||
no file etemplate lv nav datnes
|
||||
no filename given or selected via browse... etemplate lv Meklēt...nav dots vai atzīmēts datnes nosaukums
|
||||
no matches found etemplate lv Nav atbilstošu ierakstu
|
||||
not null etemplate lv NOT NULL
|
||||
nothing found - try again !!! etemplate lv Nekas netika atrasts- mēģini vēlreiz!!!
|
||||
nothing matched search criteria !!! etemplate lv Nav atzīmēti meklēšanas kritēriji!!!
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate lv rindu/kolonnu skaits V/HBox, šūnu paplašināšana, atstarpes starp šūnām
|
||||
of etemplate lv no
|
||||
only an other version found !!! etemplate lv atrasta tikai cita versija !!!
|
||||
optional note about the link etemplate lv atzīme par saiti pēc izvēles
|
||||
options etemplate lv Opcijas
|
||||
or etemplate lv vai
|
||||
overflow etemplate lv Pārpilde
|
||||
padding etemplate lv Papildināšana
|
||||
please enter table-name first !!! etemplate lv VIspirms norādiet tabulas nosaukumu, lūdzu !!!
|
||||
pm etemplate lv pēcpusdienā
|
||||
primary key etemplate lv Primārā atslēga
|
||||
primary key for the table, gets automaticaly indexed etemplate lv Tabulas primārā atslēga tiek indeksēta automātiski
|
||||
radiobutton etemplate lv Radiopogas
|
||||
read etemplate lv Lasīt
|
||||
read a list of entries. etemplate lv Las
|
||||
read a single entry by passing the id and fieldlist. etemplate lv Lasīt atsevišķu ierakstu apejot id un lauku sarakstu
|
||||
read etemplate from database (for the keys above) etemplate lv lasīt eVeidni no datubāzes (ar iepriekšminētajām atslēgām)
|
||||
readonly etemplate lv tikai lasāms
|
||||
refresh etemplate lv Atsvaidzināt
|
||||
remove row (can not be undone!!!) etemplate lv izdzēst rindiņu (nevar but nepabeigts!!!)
|
||||
remove this link (not the entry itself) etemplate lv Izdzēst šo saiti (ne pašu ierakstu)
|
||||
required etemplate lv Pieprasīts
|
||||
reset etemplate lv Atiestate
|
||||
returns savely, without deleting etemplate lv atgriežas saglabājot , BEZ dzēšanas
|
||||
right etemplate lv Pa labi
|
||||
save all etemplate lv Saglabāt visus
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate lv saglabā eVeidni ar minētajām atslēgām (vārds,...)Save As lai nomainītu
|
||||
saves changes to tables_current.inc.php etemplate lv saglabā izmaiņas tables_current.inc.php
|
||||
scale etemplate lv Skala
|
||||
scale for float etemplate lv slīdēšanas skala
|
||||
search etemplate lv Meklēt
|
||||
select a category etemplate lv Atzīmē kategoriju
|
||||
select a primary contact, to show in the list etemplate lv Atzīmē primāro kontaktu, ko rādīt sarakstā
|
||||
select access etemplate lv Atzīmē pieeju
|
||||
select account etemplate lv Atzīmē kontu
|
||||
select an app first !!! etemplate lv Vispirms atzīmē aplikāciju!!!
|
||||
select an app to search in etemplate lv Atzīmē, kurā aplikācijā meklēt
|
||||
select an application etemplate lv atzīmē aolikāciju
|
||||
select an application, (*) = uninstalled etemplate lv Atzīmē programmatūru, (*)=atinstalēts
|
||||
select an entry to link with etemplate lv Atzīmē ierakstu, ar kuru saistīt
|
||||
select an table of the application etemplate lv Atzīmē aplikāciju tabulu
|
||||
select application etemplate lv Atzīmē programmatūtu
|
||||
select category etemplate lv Atzīmē kategoriju
|
||||
select country etemplate lv Atzīmē valsto
|
||||
select day etemplate lv Atzīmē dienu
|
||||
select if content of field should not be translated (label gets always translated) etemplate lv atzīmē, ja lauka saturs nav jātuko (iezīmes vienmēr tiek tulkotas)
|
||||
select month etemplate lv Atzīmē mēnesi
|
||||
select number etemplate lv Atzīmē skaiti
|
||||
select one ... etemplate lv Atzīmē vienu...
|
||||
select percentage etemplate lv Atzīmē procentus
|
||||
select priority etemplate lv Atzīmē prioritāti
|
||||
select state etemplate lv Atzīmē štatu
|
||||
select the indexed columns in their desired order etemplate lv Atzīmē indeksētas kolonnas izvēlētajā secībā
|
||||
select this etemplate to delete it etemplate lv atzīmē šo eVeidni, lai to izdzēstu
|
||||
select which values to show etemplate lv atzīmē, kuras vērtības rādīt
|
||||
select year etemplate lv Atzīmē gadu
|
||||
selectbox etemplate lv <i>Selectbox</i>
|
||||
sets today as date etemplate lv šodienu uzstāda kā datumu
|
||||
show etemplate lv Rādīt
|
||||
show (no save) etemplate lv Rādīt (bez saglabāšanas)
|
||||
show values etemplate lv Rādīt vērtības
|
||||
showing etemplate lv rādīšana
|
||||
shows / allows you to enter values into the etemplate for testing etemplate lv parāda/ ļauj ievadīt vērtības eVeidnē testēšanai
|
||||
shows/displays etemplate for testing, does not save it before etemplate lv parāda/ attēlo eVeidni testēšanai, pirms tam nesaglabājot
|
||||
spacing etemplate lv Atstarpe
|
||||
stack etemplate lv Steks
|
||||
start a new search, cancel this link etemplate lv sākt jaunu meklēšanu, atcelt šo saiti
|
||||
start new search for the above pattern etemplate lv sākt jaunu meklēšanu norādītajiem kritērijiem
|
||||
submitbutton etemplate lv Piekrišanas poga
|
||||
table unchanged, no write necessary !!! etemplate lv Neizmainīta tabula nav nepieciešams rakstīt!!!
|
||||
tablename etemplate lv Tabulas nosaukums
|
||||
template etemplate lv Veidne
|
||||
template deleted etemplate lv Veidne izdzēsta
|
||||
template saved etemplate lv Veidne saglabāta
|
||||
text etemplate lv Teksts
|
||||
textarea etemplate lv Teksta lauks
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate lv šis teksts tiek attēlots, ja ievades lauks nav fokusēt(izplūdis)
|
||||
time etemplate lv Laiks
|
||||
to start the db-tools etemplate lv sākt DB rīkus
|
||||
to start the etemplate editor etemplate lv sākt eVeidnes redaktoru
|
||||
to start the search etemplate lv sākt meklēšanu
|
||||
today etemplate lv šodien
|
||||
top etemplate lv augšā
|
||||
type etemplate lv Tips
|
||||
type of the column etemplate lv kolonnas tips
|
||||
type of the field (select label if field should be empty) etemplate lv lauka tips(atzīmē iezīmi, ja laukam jābūt tukšam)
|
||||
unique etemplate lv Unikāls
|
||||
unlink etemplate lv Noņemt saiti
|
||||
update a single entry by passing the fields. etemplate lv Atjaunini vienu ierakstu apejot laukus
|
||||
update from version '%s' to etemplate lv Atjaunināt no versijas "%s"uz
|
||||
upload etemplate lv Ielādēt
|
||||
value etemplate lv Vērtība
|
||||
value has to be at least '%1' !!! etemplate lv Vērtībai jābūt vismaz "%1"!!!
|
||||
value has to be at maximum '%1' !!! etemplate lv Vērtībai jābūt ne lielākai par "%1"!!!
|
||||
vbox etemplate lv VBox
|
||||
version etemplate lv Versija
|
||||
view this linked entry in its application etemplate lv rādīt šo saistīto ierakstu tā aplikācijā
|
||||
width etemplate lv Platums
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate lv kolonnas platums(% vai pikseļos), neatļauj kolonnu:! = not]<value>[=<check>]piem.,'!@data' neatļauj kolonnu, ja ieraksts ir tukšs
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate lv Tabulas platums % vai pikseļos tabulas tagam un (pēc izvēles) sadalījums
|
||||
width, disabled etemplate lv Platums,neatļauts
|
||||
write <app>/setup/tables_current.inc.php etemplate lv Raksti <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate lv Ieraksti <i>Langfile</i>
|
||||
write tables etemplate lv Ieraksti tabulas
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate lv programmatūras iestatīšanas direktorijā raksta 'etemplates.inc.php'
|
||||
xml-file to import etemplate lv xml datne importēšanai
|
||||
xslt template etemplate lv XSLT veidne
|
||||
year etemplate lv Gads
|
@ -1,453 +0,0 @@
|
||||
%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 found etemplate nl %1 eTemplates gevonden
|
||||
%1 matches on search criteria etemplate nl %1 komt overeen met zoekcriteria
|
||||
%1 more... etemplate nl %1 meer...
|
||||
%1 new etemplates imported for application '%2' etemplate nl %1 nieuwe eTemplates geïmporteerd voor applicatie '%2'
|
||||
%1 not implemented for %2! etemplate nl %1 niet geimplemnteerd voor %2!
|
||||
%s disabled etemplate nl %s uitgeschakeld
|
||||
%s needed etemplate nl %s nodig
|
||||
%s notranslation etemplate nl %s GeenVertaling
|
||||
%s onchange etemplate nl %s bij Wijziging
|
||||
%s readonly etemplate nl %s alleen lezen
|
||||
'%1' has an invalid format !!! etemplate nl '%1' heeft een ongeldig formaat !!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate nl '%1' is geen php bestand in de eGW server rootdirectory (%2)
|
||||
'%1' is not a valid date !!! etemplate nl '%1' is geen geldige datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate nl '%1' is geen geldig drijvende komma getal !!!
|
||||
'%1' is not a valid integer !!! etemplate nl '%1' is geen geldig geheel getal !!!
|
||||
'%1' is not allowed ('%2')! etemplate nl '%1' is NIET toegestaan ('%2')!
|
||||
a pattern to be searched for etemplate nl een patroon waarnaar gezocht moet worden
|
||||
accesskey etemplate nl Toegangssleutel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate nl Accesskeys kunnen ook gedefinieerd worden door een & in het label te plaatsen (bijvoorbeeld: &Naam)
|
||||
account contactdata etemplate nl Account contactgegevens
|
||||
actions... etemplate nl Acties...
|
||||
add a new column (after the existing ones) etemplate nl Voeg een nieuwe kolom toe (achter de bestaande kolommen)
|
||||
add a new entry of the selected application etemplate nl Voeg een nieuw record toe van de geselecteerde toepassing
|
||||
add a new multi-column index etemplate nl Een nieuwe multi-column index toevoegen
|
||||
add column etemplate nl Kolom toevoegen
|
||||
add index etemplate nl Index toevoegen
|
||||
add new etemplate nl Nieuwe toevoegen
|
||||
add table etemplate nl Tabel toevoegen
|
||||
add to clipboard etemplate nl Voeg toe aan klembord
|
||||
advanced search etemplate nl Geavanceerd zoeken
|
||||
align etemplate nl Uitlijnen
|
||||
alignment of label and input-field in table-cell etemplate nl uitlijning van label en inputveld in tabelcel
|
||||
alignment of the v/hbox containing table-cell etemplate nl Uitlijning van de V/Hbox die de tabelcel bevat
|
||||
all days etemplate nl alle dagen
|
||||
all operations save the template! etemplate nl alle bewerkingen slaan de template op!
|
||||
all users etemplate nl Alle gebruikers
|
||||
am etemplate nl am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate nl een geindexeerde kolom versnelt zoekopdrachten op dit kolom (kost wel ruimte op de schijf !!!)
|
||||
and etemplate nl En
|
||||
application etemplate nl Applicatie
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate nl Applicatie naam is nodig om een taalbestand te schrijven of de eTemplates te kunnen dumpen !!!
|
||||
applications etemplate nl Toepassingen
|
||||
applies the changes made etemplate nl de gemaakte wijzigingen doorvoeren
|
||||
applies the changes to the given version of the template etemplate nl de gemaakte wijzigingen doorvoeren op de opgegeven versie van de template
|
||||
as default etemplate nl als standaard
|
||||
attach etemplate nl Bijsluiten
|
||||
attach file etemplate nl Bestand bijsluiten
|
||||
baseline etemplate nl Baseline
|
||||
blurtext etemplate nl Vage Text
|
||||
border etemplate nl Rand
|
||||
border-line-thickness for the table-tag etemplate nl Randlijndikte voor de table-tag
|
||||
bottom etemplate nl Onderzijde
|
||||
box etemplate nl Box
|
||||
box... etemplate nl Box...
|
||||
can not have special sql-value null etemplate nl kan geen speciaal SQL-waarde NULL bevatten
|
||||
cancel etemplate nl Annuleren
|
||||
cant delete a single widget from a grid !!! etemplate nl kan één enkele widget niet van een grid verwijderen !!!
|
||||
cant delete the only column of a grid !!! etemplate nl kan de enige kolom van een grid niet verwijderen !!!
|
||||
cant delete the only row in a grid !!! etemplate nl kan de enige rij in een grid niet verwijderen !!!
|
||||
category etemplate nl Categorie
|
||||
category tree etemplate nl Categorie boom
|
||||
cellpadding for the table-tag etemplate nl Cellpadding voor de table-tag
|
||||
cells etemplate nl Cellen
|
||||
cellspacing for the table-tag etemplate nl Cellspacing voor de table-tag
|
||||
center etemplate nl Centreren
|
||||
changed etemplate nl Veranderd
|
||||
check all etemplate nl Markeer alles
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate nl aanvinken indien content alleen getoond moet worden maar niet niet gewijzigd (de content wordt dan niet teruggezonden!)
|
||||
check if field has to be filled by user etemplate nl Check of dit veld door de gebruiker moet worden ingevuld
|
||||
checkbox etemplate nl Keuzevak
|
||||
class etemplate nl Klasse
|
||||
class, valign etemplate nl klasse, Valign
|
||||
click here to attach the file etemplate nl klik hier om een bestand bij te sluiten
|
||||
click here to create the link etemplate nl klik hier om een link te maken
|
||||
click here to start the search etemplate nl klik hier om een zoekactie te starten
|
||||
click here to upload the file etemplate nl klik hier om een bestand te uploaden
|
||||
click to order after that criteria etemplate nl klik om te sorteren op dat criterium
|
||||
clickable path etemplate nl klikbaar pad
|
||||
closes the window without saving the changes etemplate nl sluit het venster zonder de wijzigingen te bewaren
|
||||
column... etemplate nl Kolom...
|
||||
columnname etemplate nl Kolomnaam
|
||||
comment etemplate nl Commentaar
|
||||
confirm etemplate nl bevestigen
|
||||
confirmation message or custom javascript (returning true or false) etemplate nl bevestigingsbericht of aangepast javascript (geeft true of false terug)
|
||||
confirmation necesary or custom java-script etemplate nl bevestiging nodig of aangepast javascript
|
||||
contact etemplate nl Contact
|
||||
contact field to show etemplate nl Contact veld dat getoond moet worden
|
||||
contact fields etemplate nl Veldnamen contacten
|
||||
contains etemplate nl bevat
|
||||
copy to clipboard etemplate nl Kopieer naar klembord
|
||||
create a new table for the application etemplate nl Maak een nieuwe tabel voor de applicatie
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate nl creëert een engels ('en') taalbestand van label en helpteksten (voor applicatie in Naam)
|
||||
creator preferences nl Melder
|
||||
css class for the table-tag etemplate nl CSS klasse voor de table-tag
|
||||
css properties etemplate nl CSS eigenschappen
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate nl CSS-klasse naam voor deze rij, keuzemogelijkheden: 'nmh' = volgende overeenkomende kop, 'nmr' = afwisselend bij iedere volgende rij, 'nmr0'+'nmr1' volgende rijen
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate nl CSS-klasse naam voor deze rij, voorkeuze: 'th' = kopregel, 'row' afwisselende rij, 'row_off' + 'row_on' rijen
|
||||
css-styles etemplate nl CSS-stijlen
|
||||
custom etemplate nl aangepast
|
||||
custom fields etemplate nl aangepaste velden
|
||||
custom javascript for onchange etemplate nl aangepaste javascript voor onChange
|
||||
cut etemplate nl Knippen
|
||||
date+time etemplate nl Datum+Tijd
|
||||
day etemplate nl Dag
|
||||
days etemplate nl dagen
|
||||
db ensures that every row has a unique value in that column etemplate nl Database zorgt ervoor dat elk record een unieke waarde heeft in deze kolom
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate nl DB-specifieke index opties (kommagescheiden), bijvoorbeeld mysql(FULLTEXT) of mysql(100) voor de lengte van de index voor een kolom
|
||||
db-tools etemplate nl DB-Tools
|
||||
deck etemplate nl Deck (intern)
|
||||
default etemplate nl Standaard
|
||||
delete a single entry by passing the id. etemplate nl Verwijder een enkele invoer door het id mee te geven.
|
||||
delete all selected etemplates, without further inquiry etemplate nl verwijder ALLE geselecteerde eTemplates, ZONDER verdere vragen te stellen
|
||||
delete and cut save the template! etemplate nl verwijderen of knippen zorgen ervoor dat de template wordt opgeslagen!
|
||||
delete column etemplate nl Kolom verwijderen
|
||||
delete index etemplate nl Index verwijderen
|
||||
delete the spezified etemplate etemplate nl Verwijder de gespecificeerde eTemplate
|
||||
delete this column etemplate nl deze kolom verwijderen
|
||||
delete this etemplate etemplate nl deze eTemplate verwijderen
|
||||
delete this file etemplate nl Dit bestand verwijderen
|
||||
delete this row etemplate nl deze rij verwijderen
|
||||
delete whole column (can not be undone!!!) etemplate nl complete kolom verwijderen (dit kan NIET ongedaan gemaakt worden!!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate nl verwijdert de hierboven gespecificeerde eTemplate uit de database, kan NIET ongedaan gemaakt worden
|
||||
deletes the etemplate spez. above etemplate nl verwijdert de hierboven gespecificeerde eTemplate
|
||||
deletes this column etemplate nl Verwijderd deze kolom
|
||||
deletes this index etemplate nl Verwijderd deze index
|
||||
discard changes etemplate nl Wijzigingen wegdoen
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate nl getoond voor invoer of invoer wordt ingevoegd voor een '%s' in het label (label van de verzendknop of afbeeldingsbestandsnaam)
|
||||
displayed in statusline of browser if input-field gets focus etemplate nl weergegeven in de statusbalk van de browser indien het invoerveld de focus heeft
|
||||
displayed in the top line of the groupbox (legend) etemplate nl weergegeven in de bovenste regel van het groepskader (legenda)
|
||||
do you want to save the changes you made in table %s? etemplate nl Wilt u de wijzigingen die in tabel %s gemaakt hebt bewaren?
|
||||
document '%1' does not exist or is not readable for you! preferences nl Document '%1' bestaat niet of is niet toegankelijk voor jou!
|
||||
documentation etemplate nl Documentatie
|
||||
doesn't matter etemplate nl maakt niets uit
|
||||
drop a table - this can not be undone etemplate nl Tabel verwijderen - dit kan niet ongedaan gemaakt worden
|
||||
drop table etemplate nl Tabel verwijderen
|
||||
dump4setup etemplate nl Dump4Setup
|
||||
duration etemplate nl Duur
|
||||
edit etemplate nl Wijzigen
|
||||
edit embeded css styles or of the applications app.css file etemplate nl bewerk ingebedde CSS stijlen of het app.ccs bestand van de toepassing
|
||||
edit the etemplate spez. above etemplate nl bewerk de hierboven gespecificeerde eTemplate
|
||||
edit... etemplate nl Bewerken...
|
||||
editable templates - db-tools etemplate nl Bewerkbare Templates - DB-hulpmiddelen
|
||||
editable templates - delete template etemplate nl Bewerkbare Templates - Template verwijderen
|
||||
editable templates - editor etemplate nl Bewerkbare Templates - Bewerker
|
||||
editable templates - search etemplate nl Bewerkbare Templates - Zoeken
|
||||
editable templates - show template etemplate nl Bewerkbare Templates - Template tonen
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate nl ingebedde CSS stijlen, bijvoorbeeld '.red { background: red; }' (let op de '.' voor de klassenaam) of '@import url(...)' (klassenamen zijn globaal voor de hele pagina!)
|
||||
enable javascript onchange submit etemplate nl JavaScript onChange submit inschakelen
|
||||
enter '' for an empty default, nothing mean no default etemplate nl vul '' in voor een lege standaardwaarde, niets ingevuld betekent "geen standaardwaarde"
|
||||
enter a search pattern etemplate nl Geef een zoekpatroon
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate nl Vul de bestandsnaam in die geupload en bijgevoegd moet worden, gebruik (Bladeren...] om het bestand op te zoeken
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate nl vul het nieuwe versienummer hierin (> old_version), leeg voor "geen update bestand"
|
||||
enter the new version number here (has to be > old_version) etemplate nl vul het nieuwe versienummer hier in (moet > old_version zijn)
|
||||
entry saved etemplate nl Record opgeslagen
|
||||
error uploading file! filemanager nl Fout bij uploaden van bestand!
|
||||
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: while saving !!! etemplate nl Fout: tijdens het opslaan !!!
|
||||
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' geïmporteerd, 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 reference etemplate nl eTemplate Referentie
|
||||
etemplate tutorial etemplate nl eTemplate Tutorial
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences nl Example {{IF n_prefix~Mr~Hello Mr.~Hello Ms.}} - search the field "n_prefix", for "Mr", if found, write Hello Mr., else write Hello Ms.
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences nl Example {{NELF role}} - if field role is not empty, you will get a new line with the value of field role
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences nl Example {{NELFNV role}} - if field role is not empty, set a LF without any value of the field
|
||||
exchange this row with the one above etemplate nl verwissel deze rij met die erboven
|
||||
exchange this two columns etemplate nl verwissel deze twee kolommen
|
||||
export the loaded etemplate into a xml-file etemplate nl exporteer de geladen eTemplate in een XML-bestand
|
||||
export xml etemplate nl Exporteer XML
|
||||
extensions loaded: etemplate nl Geladen extensies:
|
||||
field etemplate nl Veld
|
||||
field must not be empty !!! etemplate nl Veld mag niet leeg zijn !!!
|
||||
file etemplate nl Bestand
|
||||
file contains more than one etemplate, last one is shown !!! etemplate nl Bestand bevat meer dan één eTemplate, alleen de laatste wordt getoond !!!
|
||||
file writen etemplate nl Bestand weggeschreven
|
||||
fileupload etemplate nl Bestandsupload
|
||||
first etemplate nl Eerste
|
||||
floating point etemplate nl Drijvende komma
|
||||
foreign key etemplate nl Foreign Key
|
||||
formatted text (html) etemplate nl Opgemaakte tekst (HTML)
|
||||
general fields: preferences nl Algemene velden:
|
||||
go to the first entry etemplate nl ga naar de eerste entry
|
||||
go to the last entry etemplate nl ga naar de laatste entry
|
||||
go to the next page of entries etemplate nl ga naar de volgende pagina met entries
|
||||
go to the previous page of entries etemplate nl ga naar de vorige pagina met entries
|
||||
grid etemplate nl Grid
|
||||
grid column attributes etemplate nl Grid kolomattributen
|
||||
grid row attributes etemplate nl Grid rijattributen
|
||||
groupbox etemplate nl Groepskader
|
||||
h etemplate nl u
|
||||
hbox etemplate nl Hbox
|
||||
height etemplate nl Hoogte
|
||||
height of row (in % or pixel) etemplate nl hoogte van de rij (in % of pixels)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate nl hoogte van de rij (in % of pixels), rij uitschakelen: [! = not]<value>[=<check>] bijvoorbeeld: '!@data' schakelt de rij uit indien de inhoud van data leeg is
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate nl Hoogte van de tabel in % of pixels voor de table-tag en (optionele) div
|
||||
height, disabled etemplate nl Hoogte, uitgeschakeld
|
||||
help etemplate nl Help
|
||||
history log etemplate nl Historie log
|
||||
horizontal rule etemplate nl Horizontale lijn
|
||||
hour etemplate nl Uur
|
||||
hours etemplate nl uren
|
||||
how many entries should the list show etemplate nl Hoeveel items mogen er in de lijst getoond worden
|
||||
html etemplate nl HTML
|
||||
html link to the current record etemplate nl HTML link naar huidig record
|
||||
id etemplate nl ID
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate nl indien het veld is uitgeschakeld wordt een lege tabelcel getoond, voor (tijdelijke) verwijdering van een veld/cel
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences nl Als u hier een specifieke map (volledig vfs pad) definieert, %1 dan wordt er een actie getoond voor elk document, Het icoon staat dan toe dat het document wordt gedownload met de data toegevoegd.
|
||||
image etemplate nl Afbeelding
|
||||
import etemplate nl Importeren
|
||||
import an etemplate from a xml-file etemplate nl importeer een eTemplate vanuit een XML-bestand
|
||||
import table-definitions from existing db-table etemplate nl Importeer tabeldefinities vanuit een bestaande DB tabel
|
||||
import xml etemplate nl Importeer XML
|
||||
increment version to not overwrite the existing template etemplate nl verhoog versie zodat de bestaande template niet wordt overschreven
|
||||
index/name of returned content (name of the template, link / method for image) etemplate nl index/naam van de teruggegeven inhoud (naam van de Template, Link / Methode voor afbeelding)
|
||||
indexed etemplate nl Geindexeerd
|
||||
indexoptions etemplate nl Indexopties
|
||||
insert a column before etemplate nl een kolom hiervoor invoegen
|
||||
insert a column behind etemplate nl een kolom hierna invoegen
|
||||
insert a row above etemplate nl een rij hierboven invoegen
|
||||
insert a row below etemplate nl een rij hieronder invoegen
|
||||
insert a widget before etemplate nl een of ander iets hiervoor invoegen
|
||||
insert a widget behind etemplate nl een of ander iets hierna invoegen
|
||||
insert in document etemplate nl Invoegen in document
|
||||
insert new column behind this one etemplate nl voeg een nieuwe kolom na deze kolom in
|
||||
insert new column in front of all etemplate nl voeg een nieuwe kolom voor deze kolom in
|
||||
insert new row after this one etemplate nl voeg een nieuwe rij onder deze rij in
|
||||
insert new row in front of first line etemplate nl voeg een nieuwe rij boven de eerste rij in
|
||||
integer etemplate nl Geheel getal
|
||||
key etemplate nl Sleutel
|
||||
label etemplate nl Label
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate nl Label:[bold][italic] Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols] Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect] Date:[values: bijvoorbeeld 'd-m-Y']
|
||||
lang etemplate nl Taal
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate nl Taalafkorting (bijvoorbeeld 'nl' voor Nederlands) voor een taalgebonden template ('' leest uw voorkeurstalen of de standaardtaal, gebruik 'standaard' om de standaard template te lezen)
|
||||
last etemplate nl Laatste
|
||||
left etemplate nl Links
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate nl lengte voor char+varchar, precisie integer 2,4,8 en decimalen 4,8
|
||||
link etemplate nl Link
|
||||
link target %1 not found! etemplate nl Link doel %1 niet gevonden !
|
||||
linkapps etemplate nl Linktoepassingen
|
||||
linkentry etemplate nl Linkitem
|
||||
linklist etemplate nl Linklijst
|
||||
links and attached files preferences nl Link naar bijgesloten bestand
|
||||
linkstring etemplate nl LinkString
|
||||
linkto etemplate nl LinkNaar
|
||||
list of files linked to the current record preferences nl Lijs van bestanden gelinkt aan huidig record
|
||||
load this template into the editor etemplate nl laad deze tempate in de editor
|
||||
loading etemplate nl wordt geladen
|
||||
maximum size for uploads filemanager nl Maximum grootte voor uploads
|
||||
message ... etemplate nl Bericht...
|
||||
middle etemplate nl Midden
|
||||
minute etemplate nl Minuut
|
||||
minutes etemplate nl Minuten
|
||||
month etemplate nl Maand
|
||||
more etemplate nl Meer
|
||||
more than 1 match for '%1' etemplate nl Meer dan 1 overeenkomst voor '%1'
|
||||
multicolumn indices etemplate nl Multi-column Indices
|
||||
name etemplate nl Naam
|
||||
name of other table where column is a key from etemplate nl naam van de andere tabel waar de kolom een sleutelwaarde van is
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate nl naam van phpgw-template set (bijvoorbeeld verdilak): '' = default (zal de template uit de voorkeursinstellingen lezen, gebruik 'default' om de standaard template te lezen '')
|
||||
name of table to add etemplate nl Naam van de toe te voegen tabel
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate nl naam van de eTemplate, moet voorkomen in de vorm van application,function[,subTemplate)
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate nl moet uniek zijn in de tabel en mag geen gereserveerd woord van SQL zijn, het is verstandig om alles een prefix te geven van een 2 letterige afkorting voor de toepassing, bijvoorbeeld 'et_'
|
||||
new etemplate nl Nieuw
|
||||
new search common nl Nieuwe zoekopdracht
|
||||
new table created etemplate nl Nieuwe tabel gemaakt
|
||||
newer version '%1' exists !!! etemplate nl niewere versie '%1' bestaat reeds !!!
|
||||
nextmatch etemplate nl Volgende overeenkomst
|
||||
nextmatch accountfilter etemplate nl Volgende overeenkomst Accountfilter
|
||||
nextmatch custom filterheader etemplate nl Volgende overeenkomst aangepaste Filterdeader
|
||||
nextmatch filterheader etemplate nl Volgende overeenkomst Filterheader
|
||||
nextmatch header etemplate nl Volgende overeenkomst kop
|
||||
nextmatch sortheader etemplate nl Volgende overeenkomst Sortheader
|
||||
no column to swap with !!! etemplate nl geen kolom om mee te wisselen !!!
|
||||
no file etemplate nl geen bestand
|
||||
no filename given or selected via browse... etemplate nl geen bestandsnaam ingevoerd of geselecteerd met Bladeren ...
|
||||
no matches found etemplate nl Geen overeenkomsten gevonden
|
||||
no row to swap with !!! etemplate nl geen rij om mee te wisselen !!!
|
||||
not null etemplate nl NIET NULL
|
||||
nothing etemplate nl niets
|
||||
nothing found - try again !!! etemplate nl Niets gevonden - probeer opnieuw !!!
|
||||
nothing in clipboard to paste !!! etemplate nl niets in het klembord om te plakken !!!
|
||||
nothing matched search criteria !!! etemplate nl Niets kwam overeen met de zoekcriteria !!!
|
||||
now etemplate nl Nu
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate nl aantal kolommen waarover het veld/de kolom een span moet leggen of 'all' voor de overgebleven kolommen, CSS-klasse naam (voor de TD tag)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate nl aantal rijen/kolommen in een V/HBox, Cellpadding, Cellspacing
|
||||
of etemplate nl van
|
||||
onchange etemplate nl onChange
|
||||
onclick etemplate nl onClick
|
||||
only an other version found !!! etemplate nl alleen een andere versie gevonden !!!
|
||||
open the online help. etemplate nl De online help openen.
|
||||
operator etemplate nl Operator
|
||||
optional note about the link etemplate nl optionele opmerking over de link
|
||||
options etemplate nl Opties
|
||||
or etemplate nl of
|
||||
order to navigating by tab key through the form etemplate nl Volgorde van TAB toets navigatie door het formulier
|
||||
overflow etemplate nl Overflow
|
||||
padding etemplate nl Padding
|
||||
parent is a '%1' !!! etemplate nl bovenliggende is een '%1' !!!
|
||||
paste etemplate nl Plakken
|
||||
path etemplate nl Pad
|
||||
please enter table-name first !!! etemplate nl Vul a.u.b. eerst de tabelnaam in !!!
|
||||
pm etemplate nl pm
|
||||
popup etemplate nl Popup
|
||||
precision etemplate nl Precisie
|
||||
primary key etemplate nl Primaire sleutel
|
||||
primary key for the table, gets automaticaly indexed etemplate nl Primaire sleutel van de tabel, wordt automatisch geindexeerd
|
||||
radiobutton etemplate nl Radiobutton
|
||||
read etemplate nl Lezen
|
||||
read a list of entries. etemplate nl Lees een lijst van entries.
|
||||
read a single entry by passing the id and fieldlist. etemplate nl Lees één entry door het ID en veldlijst mee te geven
|
||||
read etemplate from database (for the keys above) etemplate nl lees eTemplate uit de database (voor de sleutels hierboven)
|
||||
readonly etemplate nl alleen lezen
|
||||
refresh etemplate nl Verversen
|
||||
remove row (can not be undone!!!) etemplate nl Rij verwijderen (kan NIET ongedaan gemaakt worden)
|
||||
remove this link (not the entry itself) etemplate nl Verwijder deze link (niet de entry zelf)
|
||||
required etemplate nl Vereist
|
||||
reset etemplate nl Herstel
|
||||
returns savely, without deleting etemplate nl komt veilig terug ZONDER te vewijderen
|
||||
right etemplate nl Rechts
|
||||
row... etemplate nl Rij...
|
||||
save all etemplate nl Bewaar alle
|
||||
save as zip etemplate nl Bewaar als Zip
|
||||
save selected columns as default preference for all users. etemplate nl Bewaar geselecteerde kolommen als voorkeursstandaard voor alle gebruikers.
|
||||
save the changes made and close the window etemplate nl Bewaar de gemaakte wijzigingen en sluit het venster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate nl bewaar de eTemaplate onder de hierboven genoemde sleutels (naam, ...), wijzig ze om Opslaan Als uit te voeren
|
||||
saves changes to tables_current.inc.php etemplate nl bewaart de wijzigingen in tables_current_inc.php
|
||||
saves the template with given version number and closes the window etemplate nl bewaart de template met het opgegeven versienummer en sluit het venster
|
||||
scale etemplate nl Schaal
|
||||
scale for float etemplate nl schaal voor drijvende komma
|
||||
search etemplate nl Zoeken
|
||||
search letter etemplate nl Zoek letter
|
||||
select a category etemplate nl Selecteer een categorie
|
||||
select a primary contact, to show in the list etemplate nl Selecteer een primaire contact om in de lijst weer te geven
|
||||
select access etemplate nl Selecteer toegang
|
||||
select account etemplate nl Selecteer account
|
||||
select an app first !!! etemplate nl Eerst een applicatie selecteren
|
||||
select an app to search in etemplate nl Selecteer een applicatie om in te zoeken
|
||||
select an application etemplate nl Selecteer een applicatie
|
||||
select an application, (*) = uninstalled etemplate nl Selecteer een applicatie, (*) = niet geïnstaleerd
|
||||
select an entry to link with etemplate nl Selecteer een entry om een link mee te maken
|
||||
select an table of the application etemplate nl Selecteer een tabel van de toepassing
|
||||
select application etemplate nl Selecteer applicatie
|
||||
select application to search etemplate nl Selecteer toepassingen voor zoeken
|
||||
select category etemplate nl Selecteer categorie
|
||||
select columns etemplate nl Selecteer kolommen
|
||||
select country etemplate nl Selecteer land
|
||||
select day etemplate nl Selecteer dag
|
||||
select day of week etemplate nl Selecteer dag van de week
|
||||
select entry etemplate nl Selecteer entry
|
||||
select file(s) from vfs etemplate nl Selecteer bestand(en) van VFS
|
||||
select hour etemplate nl Selecteer uur
|
||||
select if content of field should not be translated (label gets always translated) etemplate nl markeer als de inhoud van het veld niet vertaald mag worden (label wordt altijd vertaald)
|
||||
select language etemplate nl Selecteer taal
|
||||
select month etemplate nl Selecteer maand
|
||||
select number etemplate nl Selecteer nummer
|
||||
select one ... etemplate nl Selecteer één ...
|
||||
select percentage etemplate nl Selecteer percentage
|
||||
select priority etemplate nl Selecteer prioriteit
|
||||
select state etemplate nl Selecteer staat / provincie / streek
|
||||
select the columns to display in the list etemplate nl Selecteer de kolommen die in de lijst getoond moeten worden
|
||||
select the indexed columns in their desired order etemplate nl Selecteer de geindexeerde kolommen in hun gewenste volgorde
|
||||
select this etemplate to delete it etemplate nl Select deze eTemplate om hem te verwijderen
|
||||
select which accounts to show etemplate nl selecteer welke accounts u wilt weergeven
|
||||
select which values to show etemplate nl Selecteer welke waarden uw wilt weergeven
|
||||
select year etemplate nl Selecteer jaar
|
||||
selectbox etemplate nl Selectieveld
|
||||
set as default etemplate nl Instellen als standaard
|
||||
sets today as date etemplate nl Zet vandaag als datum
|
||||
should the form be submitted or any custom javascript be executed etemplate nl Moet het formulier verzonden worden of aangepaste javascript worden uitgevoerd
|
||||
show etemplate nl Weergeven
|
||||
show (no save) etemplate nl Weergeven (niet opslaan)
|
||||
show values etemplate nl Waarden weergeven
|
||||
showing etemplate nl geeft weer
|
||||
shows / allows you to enter values into the etemplate for testing etemplate nl toont / staat u toe om testwaardes in de eTemplate in te vullen
|
||||
shows/displays etemplate for testing, does not save it before etemplate nl toont eTemplate om te testen, slaat het NIET eerder op
|
||||
spacing etemplate nl Afstand
|
||||
span etemplate nl Breedte
|
||||
span, class etemplate nl Breedte, klasse
|
||||
stack etemplate nl Stapel
|
||||
start a new search, cancel this link etemplate nl start een nieuwe zoekopdracht, annuleer deze link
|
||||
start new search for the above pattern etemplate nl start een nieuwe zoekopdracht naar het hierboven genoemde patroon
|
||||
submit form etemplate nl formulier verzenden
|
||||
submitbutton etemplate nl Verzendknop
|
||||
swap etemplate nl verwisselen
|
||||
swap widget with next one etemplate nl verwissel iets met de volgende
|
||||
swap with next column etemplate nl verwissel met volgende kolom
|
||||
swap with next row etemplate nl verwissel met volgende rij
|
||||
switch to a parent widget etemplate nl schakel om naar een bovenliggend iets
|
||||
switch to an other widgets of that container etemplate nl schakel om naar een ander iets in die container
|
||||
tabindex etemplate nl Tabindex
|
||||
table unchanged, no write necessary !!! etemplate nl Tabel niet gewijzigd, schrijven niet nodig !!!
|
||||
tablename etemplate nl Tabelnaam
|
||||
tabs etemplate nl Tabs
|
||||
template etemplate nl Template
|
||||
template deleted etemplate nl Template verwijderd
|
||||
template saved etemplate nl Template opgeslagen
|
||||
text etemplate nl Tekst
|
||||
textarea etemplate nl Textruimte
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences nl Het document kan een tijdelijke aanduiding als {{%3}} hebben, maar kan vervangen worden met data (%1 volledige lijst van tijdelijke aanduidingen %2)
|
||||
the following document-types are supported: preferences nl De volgende document types worden ondersteund :
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate nl tekst wordt getoond als het invoerveld lees is en niet de focus heeft (blur)
|
||||
time etemplate nl Tijd
|
||||
titles of any entries linked to the current record, excluding attached files preferences nl Namen van alle invoer gelinked aan huidig record, behalve de bijgesloten bestanden
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate nl om uit te schakelen: [! = niet]<value>[=<check>] voorbeeld: '!@data' schakelt uit als data geen inhoud heeft
|
||||
to start the db-tools etemplate nl om de DB-tools te starten
|
||||
to start the etemplate editor etemplate nl om de eTemplate editor te starten
|
||||
to start the search etemplate nl om de zoekactie te starten
|
||||
today etemplate nl Vandaag
|
||||
top etemplate nl Bovenzijde
|
||||
tree etemplate nl Boom
|
||||
type etemplate nl Type
|
||||
type of the column etemplate nl Kolomtype
|
||||
type of the field (select label if field should be empty) etemplate nl veldtype (selecteer Label indiend veld leeg moet zijn)
|
||||
unique etemplate nl Uniek
|
||||
unlink etemplate nl Link opheffen
|
||||
update a single entry by passing the fields. etemplate nl Een entry bijwerken door de velden mee te geven.
|
||||
update from version '%s' to etemplate nl Update van versie '%s' naar
|
||||
upload etemplate nl Upload
|
||||
valign etemplate nl vAlign
|
||||
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 maximum '%1' !!! etemplate nl Waarde kan op hoogstens '%1' zijn !!!
|
||||
vbox etemplate nl VBox
|
||||
version etemplate nl Versie
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate nl versienummer, moet het volgende formaat hebben: major.minor.revision.number (voorbeeld: 0.9.13.001, alle getallen opvullen met nullen)
|
||||
vertical alignment of row etemplate nl vertikale uitlijning van de rij
|
||||
view this etemplate etemplate nl toon deze eTemplate
|
||||
view this linked entry in its application etemplate nl toon deze gelinkte entry in zijn toepassing
|
||||
weekend etemplate nl weekend
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate nl wat gebeurt er met overflowing content: visible (standaard), hidden, scroll, auto (browser bepaalt)
|
||||
widget copied into clipboard etemplate nl iets is naar het klembord gekopieerd
|
||||
width etemplate nl Breedte
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate nl breedte van de kolom (in % of pixels), kolom uitschakelen: [! = niet]<value>[=<check>] voorbeeld: '!@data' schakelt de kolom uit indien de inhoud van data leeg is
|
||||
width of column (in % or pixel) etemplate nl kolombreedte (in % of pixels)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate nl Tabelbreedte in % of pixels voor de table-tag en (optionele) div
|
||||
width, disabled etemplate nl Breedte, uitgeschakeld
|
||||
wk etemplate nl Wk
|
||||
working days etemplate nl werkdagen
|
||||
write <app>/setup/tables_current.inc.php etemplate nl Schrijf <app>setup/tables_current.inc.php
|
||||
write langfile etemplate nl Taalbestand wegschrijven
|
||||
write tables etemplate nl Schrijf tabellen
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate nl schrijft een 'etemplates.inc.php' bestand (voor de toepassing in Naam) in de setup-directory van de toepassing
|
||||
xml-file to import etemplate nl XML-bestand om te importeren
|
||||
xslt template etemplate nl XSLT Template
|
||||
year etemplate nl Jaar
|
||||
you are not allowed to export more than %1 entries! common nl Je mag niet meer dan %1 items exporteren!
|
||||
you can respond by visiting: etemplate nl Ju kunt reageren via:
|
@ -1,298 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate no %1 (%2 nye) meldinger skrevet for program '%3' og språk '%4'
|
||||
%1 etemplates deleted etemplate no %1 eMaler slettet
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate no %1 eMaler for program '%2' overført til '%3'
|
||||
%1 etemplates found etemplate no %1 eMaler funnet
|
||||
%1 matches on search criteria etemplate no %1 treff for søkekriteria
|
||||
%1 new etemplates imported for application '%2' etemplate no %1 nye eMaler importert for program '%2'
|
||||
%s disabled etemplate no %s ikke aktivt
|
||||
%s needed etemplate no %s nødvendig
|
||||
%s notranslation etemplate no %s Ikke oversett
|
||||
%s onchange etemplate no %s ved endring
|
||||
%s readonly etemplate no %s kun lesbar
|
||||
'%1' has an invalid format !!! etemplate no '%1' har feil format!
|
||||
'%1' is not a valid date !!! etemplate no '%1' er ikke en gyldig dato
|
||||
'%1' is not a valid floatingpoint number !!! etemplate no '%1' er ikke et gyldig flyttalls nummer
|
||||
'%1' is not a valid integer !!! etemplate no '%1' er ikke et gyldig heltall!
|
||||
a pattern to be searched for etemplate no en streng å søke med
|
||||
add a new column (after the existing ones) etemplate no Legg til en ny kolonne (etter den eksisterende)
|
||||
add a new multi-column index etemplate no Legg til en ny multikolonne indeks
|
||||
add column etemplate no Legg til kolonne
|
||||
add index etemplate no Legg til innholdsfortegnelse
|
||||
add table etemplate no Legg til tabell
|
||||
advanced search etemplate no Avansert søk
|
||||
align etemplate no Juster
|
||||
all days etemplate no alle dager
|
||||
all operations save the template! etemplate no alle operasjoner lagrer malen!
|
||||
all users etemplate no Alle brukere
|
||||
am etemplate no er
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate no en indeksert kolonne øker hastigheten på spørringer som benytter kolonnen(tar plass på disk!)
|
||||
and etemplate no Og
|
||||
application etemplate no Program
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate no Programnavnet må skrives til en språkfil eller fjern eMalene!
|
||||
applications etemplate no Applikasjoner
|
||||
applies the changes made etemplate no lagre utførte endringer
|
||||
applies the changes to the given version of the template etemplate no lagre utførte endringer til en gitt versjon av malen
|
||||
attach etemplate no Tilknytt
|
||||
attach file etemplate no Tilknytt fil
|
||||
baseline etemplate no Grunnlinje
|
||||
border etemplate no Rammebredde
|
||||
bottom etemplate no Bunn
|
||||
box etemplate no Boks
|
||||
box... etemplate no Boks..
|
||||
can not have special sql-value null etemplate no Kan ikke være reservert SQL-verdi NULL
|
||||
cancel etemplate no Kanseller
|
||||
category etemplate no Kategori
|
||||
cells etemplate no Celler
|
||||
center etemplate no Sentrer
|
||||
changed etemplate no Endret
|
||||
check all etemplate no Kontroller alle
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate no Kryss av dersom innholdet kun skal vises og ikke endres(innholdet sendes da ikke tilbake!)
|
||||
check if field has to be filled by user etemplate no kryss av om feltet skal fylles ut av bruker
|
||||
checkbox etemplate no Sjekkboks
|
||||
class etemplate no Klasse
|
||||
class, valign etemplate no Klasse, Venstrejuster
|
||||
click here to attach the file etemplate no Klikk her for å legge til filen
|
||||
click here to create the link etemplate no Klikk her for å lage lenke
|
||||
click here to start the search etemplate no Klikk her for å starte søket
|
||||
click here to upload the file etemplate no Klikk her for å laste opp filen
|
||||
click to order after that criteria etemplate no klikk for å sortere etter disse kriteria
|
||||
clickable path etemplate no klikkbar sti
|
||||
closes the window without saving the changes etemplate no lukker vinduet uten å lagre endringene
|
||||
column... etemplate no Kolonne..
|
||||
columnname etemplate no Kolonnenavn
|
||||
comment etemplate no Kommentar
|
||||
confirm etemplate no Bekreft
|
||||
contact etemplate no Kontakt
|
||||
contains etemplate no inneholder
|
||||
create a new table for the application etemplate no Lag en ny tabell for programmet
|
||||
css properties etemplate no CSS Egenskaper
|
||||
css-styles etemplate no CSS Stiler
|
||||
custom etemplate no Egendefinert
|
||||
custom fields etemplate no Egendefinerte felt
|
||||
cut etemplate no Klipp ut
|
||||
date+time etemplate no Dato+Tid
|
||||
day etemplate no Dag
|
||||
days etemplate no dager
|
||||
db-tools etemplate no DB-Verktøy
|
||||
default etemplate no Standard
|
||||
delete a single entry by passing the id. etemplate no Slette en enkel oppføring ved å skrive inn id.
|
||||
delete all selected etemplates, without further inquiry etemplate no Slett alle valgte eMaler UTEN videre advarsler
|
||||
delete and cut save the template! etemplate no slett og lagre malen til utklippstavlen
|
||||
delete column etemplate no Slett kolonne
|
||||
delete index etemplate no Slett indeks
|
||||
delete the spezified etemplate etemplate no Slette den angitte eMalen
|
||||
delete this column etemplate no slett denne kolonnen
|
||||
delete this etemplate etemplate no slett denne eMalen
|
||||
delete this row etemplate no slett denne raden
|
||||
delete whole column (can not be undone!!!) etemplate no slett hele kolonnen (dette kan IKKE angres!)
|
||||
deletes the etemplate spez. above etemplate no sletter eMalene spesifisert ovenfor
|
||||
deletes this column etemplate no Slett denne kolonnen
|
||||
deletes this index etemplate no Slett denne indeksen
|
||||
discard changes etemplate no opphev endringer
|
||||
documentation etemplate no Dokumentasjon
|
||||
doesn't matter etemplate no Spiller ingen rolle
|
||||
drop a table - this can not be undone etemplate no Slette en tabell - dette kan ikke gjøres om !
|
||||
drop table etemplate no Slett tabell
|
||||
duration etemplate no Varighet
|
||||
edit etemplate no Rediger
|
||||
edit the etemplate spez. above etemplate no Rediger eMal-spesifikasjonene ovenfor
|
||||
edit... etemplate no Rediger...
|
||||
editable templates - db-tools etemplate no Editerbare Maler - DB-Verktøy
|
||||
editable templates - delete template etemplate no Editerbare Maler - Slett mal
|
||||
editable templates - editor etemplate no Editerbare Maler - Tekstbehandler
|
||||
editable templates - search etemplate no Editerbare Maler - Søk
|
||||
editable templates - show template etemplate no Editerbare Maler - Vis mal
|
||||
enter a search pattern etemplate no Registrer en søkestreng
|
||||
entry saved etemplate no Registrering lagret
|
||||
error: template not found !!! etemplate no Feil: Malen ble ikke funnet !
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate no Feil: Nettstedstjeneren kan ikke skrive til '%1'!
|
||||
error: while saving !!! etemplate no Feil: Under lagring !
|
||||
etemplate common no eMal
|
||||
etemplate '%1' written to '%2' etemplate no eMal '%1' ble skrevet til '%2'
|
||||
etemplate editor etemplate no eMal tekstbehandler
|
||||
etemplate reference etemplate no eMal referanse
|
||||
etemplate tutorial etemplate no eMal opplæring
|
||||
exchange this row with the one above etemplate no Bytt om linjen med den ovenfor
|
||||
exchange this two columns etemplate no Bytt om disse to kolonnene
|
||||
export the loaded etemplate into a xml-file etemplate no eksporter gjeldende emal til en xml-fil
|
||||
export xml etemplate no Eksporter XML
|
||||
extensions loaded: etemplate no Tillegg som er lastet:
|
||||
field must not be empty !!! etemplate no Feltet kan ikke være tomt!
|
||||
file etemplate no Fil
|
||||
file contains more than one etemplate, last one is shown !!! etemplate no Filen inneholder mer enn en eMal. Den siste vises !
|
||||
file writen etemplate no Fil skrevet
|
||||
fileupload etemplate no Fil lastet opp
|
||||
first etemplate no Første
|
||||
floating point etemplate no Flytpunkt
|
||||
foreign key etemplate no Fremmed nøkkel
|
||||
formatted text (html) etemplate no Formatert tekst (HTML)
|
||||
go to the first entry etemplate no Gå til første post
|
||||
go to the last entry etemplate no Gå til siste post
|
||||
go to the next page of entries etemplate no Gå til neste side med poster
|
||||
go to the previous page of entries etemplate no Gå til foregående side med poster
|
||||
grid etemplate no Rutenett
|
||||
grid column attributes etemplate no Kolonneatributter for rutenett
|
||||
grid row attributes etemplate no Linjeatrributter for rutenett
|
||||
groupbox etemplate no Gruppeboks
|
||||
h etemplate no t
|
||||
hbox etemplate no HBoks
|
||||
height etemplate no Høyde
|
||||
height of row (in % or pixel) etemplate no høyde på linje (i % eller piksler)
|
||||
height, disabled etemplate no Høyde, ikke aktivisert
|
||||
help etemplate no Hjelp
|
||||
horizontal rule etemplate no Horisontal regel
|
||||
hour etemplate no Time
|
||||
hours etemplate no timer
|
||||
html etemplate no Html
|
||||
id etemplate no Id
|
||||
image etemplate no Bilde
|
||||
import etemplate no Importer
|
||||
import an etemplate from a xml-file etemplate no Importer en eMal fra en xml-fil
|
||||
import table-definitions from existing db-table etemplate no Importer en tabelldefinisjon fra en eksisterende tabell
|
||||
import xml etemplate no Importer XML
|
||||
increment version to not overwrite the existing template etemplate no Øk versjonsnummeret for ikke å overskrive en eksisterende mal
|
||||
indexed etemplate no Indeksert
|
||||
indexoptions etemplate no Indeksmuligheter
|
||||
insert a column before etemplate no Sett inn en kolonne før
|
||||
insert a column behind etemplate no Sett inn en kolonne etter
|
||||
insert a row above etemplate no Sett inn en linje ovenfor
|
||||
insert a row below etemplate no Sett inn en linje nedenfor
|
||||
insert new column behind this one etemplate no Sett inn en ny kolonne etter denne
|
||||
insert new column in front of all etemplate no Sett inn en ny kolonne foran alle andre
|
||||
insert new row after this one etemplate no Sett inn en linje etter denne
|
||||
insert new row in front of first line etemplate no Sett inn en linje foran første linje
|
||||
integer etemplate no Heltall
|
||||
key etemplate no Nøkkel
|
||||
label etemplate no Etikett
|
||||
lang etemplate no Språk
|
||||
last etemplate no Siste
|
||||
left etemplate no Venstre
|
||||
link etemplate no Lenke
|
||||
linklist etemplate no Lenkeliste
|
||||
linkstring etemplate no Lenkestreng
|
||||
linkto etemplate no Lenk til
|
||||
load this template into the editor etemplate no laste denne malen inn i tekstbehandleren
|
||||
middle etemplate no Midten
|
||||
minute etemplate no Minutt
|
||||
minutes etemplate no minutter
|
||||
month etemplate no Måned
|
||||
more etemplate no Mer
|
||||
name etemplate no Navn
|
||||
name of table to add etemplate no Navn på tabell som skal legges til
|
||||
new etemplate no Opprett
|
||||
new search common no Nytt søk
|
||||
new table created etemplate no Ny tabell opprettet
|
||||
newer version '%1' exists !!! etemplate no nyere versjon '%1' eksisterer!
|
||||
nextmatch etemplate no Neste treff
|
||||
no file etemplate no ingen fil
|
||||
no filename given or selected via browse... etemplate no intet filnavn angitt eller valgt ved gjennomsyn
|
||||
no matches found etemplate no Ingen treff funnet
|
||||
not null etemplate no Ikke NULL
|
||||
nothing etemplate no ingenting
|
||||
nothing found - try again !!! etemplate no Ingenting funnet - prøv igjen !
|
||||
nothing in clipboard to paste !!! etemplate no Ingenting i utklippstavlen som kan limes inn !
|
||||
nothing matched search criteria !!! etemplate no Ingenting som passet med søkekriteriet !
|
||||
of etemplate no av
|
||||
onclick etemplate no vedKlikk
|
||||
only an other version found !!! etemplate no det ble bare funnet en annen versjon!
|
||||
optional note about the link etemplate no Valgri kommentar om denne lenken
|
||||
options etemplate no Alternativer
|
||||
or etemplate no eller
|
||||
padding etemplate no Luft
|
||||
parent is a '%1' !!! etemplate no overordnet er en '%1'!
|
||||
paste etemplate no Lim inn
|
||||
path etemplate no Sti
|
||||
please enter table-name first !!! etemplate no Vennligst registrer et tabellnavn først !
|
||||
pm etemplate no PM
|
||||
popup etemplate no Popup
|
||||
precision etemplate no Presisjon
|
||||
primary key etemplate no Hovednøkkel
|
||||
primary key for the table, gets automaticaly indexed etemplate no Hovednøkkel for tabellen, blir automatisk indeksert
|
||||
radiobutton etemplate no Radioknapp
|
||||
read etemplate no Lese
|
||||
read a list of entries. etemplate no Les en liste av oppføringer.
|
||||
read a single entry by passing the id and fieldlist. etemplate no Les ett enkelt innslag ved å gi id og feltliste.
|
||||
readonly etemplate no Bare lese
|
||||
refresh etemplate no Oppfrisk
|
||||
remove row (can not be undone!!!) etemplate no Fjern linje (Kan ikke gjøres om!)
|
||||
remove this link (not the entry itself) etemplate no Fjern denne lenken (ikke forekomsten i seg selv)
|
||||
required etemplate no Nødvendig
|
||||
reset etemplate no Tilbakestill
|
||||
right etemplate no Høyre
|
||||
row... etemplate no Rad...
|
||||
save all etemplate no Lagre alle
|
||||
save the changes made and close the window etemplate no Lagre utførte endringer og så lukke vinduet
|
||||
saves changes to tables_current.inc.php etemplate no lagre endringer til tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate no Lagre malen med gitt versjonsnummer og så lukke vinduet
|
||||
scale etemplate no Skaler
|
||||
search etemplate no Søk
|
||||
select a category etemplate no Velg en kategori
|
||||
select a primary contact, to show in the list etemplate no Velg en primærkontakt for visning i listen
|
||||
select access etemplate no Velg adgang
|
||||
select account etemplate no Velg konto
|
||||
select an app first !!! etemplate no Velg et program først!
|
||||
select an app to search in etemplate no Velg et program for å søke i
|
||||
select an application etemplate no Velg et program
|
||||
select an application, (*) = uninstalled etemplate no Velg et program, (*) = ikke installert
|
||||
select an entry to link with etemplate no Velg innslag som skal lenkes med
|
||||
select an table of the application etemplate no Velg en tabell fra applikasjonen
|
||||
select application etemplate no Velg program
|
||||
select category etemplate no Velg kategori
|
||||
select country etemplate no Velg land
|
||||
select day etemplate no Velg dag
|
||||
select day of week etemplate no Velg ukedag
|
||||
select month etemplate no Velg måned
|
||||
select number etemplate no Velg nummer
|
||||
select one ... etemplate no Velg en...
|
||||
select percentage etemplate no Velg prosentsats
|
||||
select priority etemplate no Velg prioritet
|
||||
select state etemplate no Velg status
|
||||
select which accounts to show etemplate no Velg hvilke konti som skal vises
|
||||
select which values to show etemplate no Velg hvilke verdier som skal vises
|
||||
select year etemplate no Velg år
|
||||
selectbox etemplate no Valgboks
|
||||
sets today as date etemplate no sett dagen i dag som dato
|
||||
show etemplate no Vis
|
||||
show (no save) etemplate no Vis (uten lagring)
|
||||
show values etemplate no Vis verdier
|
||||
showing etemplate no viser
|
||||
start a new search, cancel this link etemplate no start nytt søk, annuller denne lenken
|
||||
table unchanged, no write necessary !!! etemplate no Tabell ikke endret, ingen lagring nødvendig!
|
||||
tablename etemplate no Tabellnavn
|
||||
tabs etemplate no Tabber
|
||||
template etemplate no Mal
|
||||
template deleted etemplate no Mal slettet
|
||||
template saved etemplate no Mal lagret
|
||||
text etemplate no Tekst
|
||||
textarea etemplate no Tekstområde
|
||||
time etemplate no Tid
|
||||
to start the db-tools etemplate no starte DB-verktøyene
|
||||
to start the etemplate editor etemplate no starte eMal-tekstbehandleren
|
||||
to start the search etemplate no starte søket
|
||||
today etemplate no Idag
|
||||
top etemplate no Topp
|
||||
type etemplate no Type
|
||||
unique etemplate no Unik
|
||||
unlink etemplate no Fjern lenke
|
||||
update a single entry by passing the fields. etemplate no Oppdater ett enkelt innslag ved å legge inn felter.
|
||||
update from version '%s' to etemplate no Oppdater fra versjon '%s' til
|
||||
upload etemplate no Last opp
|
||||
valign etemplate no vJuster
|
||||
value etemplate no Verdi
|
||||
value has to be at least '%1' !!! etemplate no Verdien må minst være '%1' !
|
||||
value has to be at maximum '%1' !!! etemplate no Verdien kan maks være '%1' !
|
||||
vbox etemplate no vBoks
|
||||
version etemplate no Versjon
|
||||
view this etemplate etemplate no vis denne eMalen
|
||||
view this linked entry in its application etemplate no vis lenken i den egens applikasjon
|
||||
weekend etemplate no Helg
|
||||
width etemplate no Bredde
|
||||
width of column (in % or pixel) etemplate no bredde på kolonne (i % eller piksler)
|
||||
width, disabled etemplate no Bredde, avslått
|
||||
wk etemplate no Uke
|
||||
working days etemplate no arbeidsdager
|
||||
write langfile etemplate no Lagre språkfil
|
||||
write tables etemplate no Lagre tabeller
|
||||
xml-file to import etemplate no xml-fil som skal importeres
|
||||
xslt template etemplate no XSLT Mal
|
||||
year etemplate no År
|
@ -1,438 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate pl %1 (z czego %2 nowych) Komunikatów zapisanych dla Aplikacji '%3' i Języków '%4'
|
||||
%1 entries found, select one ... etemplate pl Znaleziono %1 wpisów, wybierz jeden ...
|
||||
%1 etemplates deleted etemplate pl Usunięto %1 e-Szablonów
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate pl Zrzucono %1 e-Szablonów dla aplikacji '%2' do '%3'
|
||||
%1 etemplates found etemplate pl Znaleziono %1 e-Szablonów
|
||||
%1 matches on search criteria etemplate pl %1 spełniających kryteria wyszukiwania
|
||||
%1 more... etemplate pl %1 więcej
|
||||
%1 new etemplates imported for application '%2' etemplate pl Zaimportowano %1 nowych e-Szablonów dla aplikacji '%2'
|
||||
%1 not implemented for %2! etemplate pl %1 nie zaimplementowany dla %2!
|
||||
%s disabled etemplate pl %s wyłączono
|
||||
%s needed etemplate pl %s wymagane
|
||||
%s notranslation etemplate pl %s bez tłumaczenia
|
||||
%s onchange etemplate pl %s onChange (JS)
|
||||
%s readonly etemplate pl %s tylko do odczytu
|
||||
'%1' has an invalid format !!! etemplate pl '%1' jest w nieprawidłowym formacie!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate pl '%1' to nie plik php w katalogu głównym serwera (%2)
|
||||
'%1' is not a valid date !!! etemplate pl '%1' nie jest datą w poprawnym formacie!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate pl '%1' nie jest poprawną liczbą zmiennoprzecinkową!
|
||||
'%1' is not a valid integer !!! etemplate pl '%1' nie jest poprawną liczbą całkowitą!
|
||||
'%1' is not allowed ('%2')! etemplate pl '%1' nie jest dopuszczony ('%2')!
|
||||
a pattern to be searched for etemplate pl wzorzec do wyszukania
|
||||
accesskey etemplate pl Klawisz dostępu
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate pl Klawisz dostępu może być również określony przez znak '&' w etykiecie (np. &Nazwa)
|
||||
account contactdata etemplate pl Dane kontakowe dla konta
|
||||
add a new column (after the existing ones) etemplate pl Dodaj nową kolumnę (za istniejącymi)
|
||||
add a new entry of the selected application etemplate pl Dodaj nowy wpis dla wybranej aplikacji
|
||||
add a new multi-column index etemplate pl Dodaj nowy indeks wielokolumnowy
|
||||
add column etemplate pl Dodaj kolumnę
|
||||
add index etemplate pl Dodaj indeks
|
||||
add new etemplate pl Dodaj nowy
|
||||
add table etemplate pl Dodaj tablicę
|
||||
advanced search etemplate pl Wyszukiwanie zaawansowane
|
||||
align etemplate pl Wyrównanie
|
||||
alignment of label and input-field in table-cell etemplate pl wyrównanie etykiety i pola wprowadzania w komórce tabeli
|
||||
alignment of the v/hbox containing table-cell etemplate pl wyrównanie V/H Box, który zawiera komórkę tabeli
|
||||
all days etemplate pl wszystkie dni
|
||||
all operations save the template! etemplate pl wszystkie operacje prowadzą do zapisu wzorca
|
||||
all users etemplate pl Wszyscy użytkownicy
|
||||
allowed file type: %1 etemplate pl Dopuszczony typ pliku: %1
|
||||
am etemplate pl przed południem
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate pl kolumna indeksowana przyspiesza wyszukiwanie na tej kolumnie (zabiera przestrzeń dyskową!)
|
||||
and etemplate pl oraz
|
||||
application etemplate pl Aplikacja
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate pl Nazwa aplikacji, potrzebna w celu zapisania pliku językowego lub zrzucenia e-Szablonów!
|
||||
applications etemplate pl Aplikacje
|
||||
applies the changes made etemplate pl zatwierdza wykonane zmiany
|
||||
applies the changes to the given version of the template etemplate pl zatwierdza wykonane zmiany dla podanej wersji szablonu
|
||||
as default etemplate pl jako domyślny
|
||||
attach etemplate pl Dołącz
|
||||
attach file etemplate pl dołącz plik
|
||||
baseline etemplate pl Baseline
|
||||
blurtext etemplate pl blurTExt
|
||||
border etemplate pl Ramka
|
||||
border-line-thickness for the table-tag etemplate pl Grubość ramki dla tagu table
|
||||
box etemplate pl Pudełko
|
||||
box... etemplate pl Pudełko...
|
||||
can not have special sql-value null etemplate pl nie może mieć wartości specjalnej SQL NULL
|
||||
cancel etemplate pl Anuluj
|
||||
cant delete a single widget from a grid !!! etemplate pl nie można usunąć pojedynczego obiektu z siatki!
|
||||
cant delete the only column of a grid !!! etemplate pl Nie można usunąć jedynej kolumny z siatki!
|
||||
cant delete the only row in a grid !!! etemplate pl Nie można usunąć jedynego wiersza z siatki!
|
||||
category etemplate pl Kategoria
|
||||
category tree etemplate pl Drzewo kategorii
|
||||
cellpadding for the table-tag etemplate pl Cellpadding dla tagu tabeli
|
||||
cells etemplate pl Komórki
|
||||
cellspacing for the table-tag etemplate pl Cellspacing dla tagu tabeli
|
||||
center etemplate pl Wyśrodkowanie
|
||||
changed etemplate pl Zmieniono
|
||||
check all etemplate pl Zaznacz wszystkie
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate pl zaznacz, jeżeli zawartość ma być wyświetlana, ale nie zmieniana (nie jest wtedy odsyłana z powrotem do przeglądarki)
|
||||
check if field has to be filled by user etemplate pl zaznacz, jeżeli pole musi być wypełnione przez użytkownika
|
||||
checkbox etemplate pl Pola zaznaczenia
|
||||
class etemplate pl Klasa
|
||||
class, valign etemplate pl klasa, w pionie
|
||||
click here to attach the file etemplate pl kliknij tutaj, aby dołączyć plik
|
||||
click here to create the link etemplate pl kliknij tutaj, aby stworzyć odnośnik
|
||||
click here to start the search etemplate pl kliknij tutaj, aby rozpocząć wyszukiwanie
|
||||
click here to upload the file etemplate pl kliknij tutaj, aby przesłać plik
|
||||
click to order after that criteria etemplate pl kliknij, aby uporządkować dane według tego kryterium
|
||||
clickable path etemplate pl ścieżka możliwa do kliknięcia
|
||||
closes the window without saving the changes etemplate pl zamyka okno bez zachowywania zmian
|
||||
column... etemplate pl Kolumna...
|
||||
columnname etemplate pl Nazwa kolumny
|
||||
comment etemplate pl Komentarz
|
||||
confirm etemplate pl zatwierdź
|
||||
confirmation message or custom javascript (returning true or false) etemplate pl wiadomość potwierdzenia lub własny skrypt JS (zwracający 'true' lub 'false')
|
||||
confirmation necesary or custom java-script etemplate pl potwierdzenie konieczne lub skrypt JS
|
||||
contact etemplate pl Kontakt
|
||||
contact field to show etemplate pl Pole kontaktu do wyświetlenia
|
||||
contact fields etemplate pl Pola kontaktu
|
||||
contains etemplate pl zawiera
|
||||
copy to clipboard etemplate pl Kopiuj do schowka
|
||||
create a new table for the application etemplate pl Tworzy nową tabelę dla aplikacji
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate pl tworzy angielski plik językowy ('en') z etykiet i tekstów pomocy (dla aplikacji z pola 'Name')
|
||||
creator preferences pl Twórca
|
||||
css class for the table-tag etemplate pl klasa CSS dla znacznika tablicy
|
||||
css properties etemplate pl ustawienia CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate pl Klasa CSS dla tego rzędu, wbudowane: 'nmh', 'nmr'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate pl Klasa CSS dla tego rzędu, wbudowane: 'th','row'
|
||||
css-styles etemplate pl style CSS
|
||||
custom etemplate pl niestandardowy
|
||||
custom fields etemplate pl pola niestandardowe
|
||||
custom javascript for onchange etemplate pl niestandardowy kod JS dla zdarzenia onChange
|
||||
cut etemplate pl Wytnij
|
||||
date+time etemplate pl Data+Czas
|
||||
day etemplate pl Dzień
|
||||
days etemplate pl dni
|
||||
db ensures that every row has a unique value in that column etemplate pl DBMS (baza danych) zapewnia, że każdy wiersz będzie posiadał unikalną wartość w tej kolumnie
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate pl Opcje indeksu specyficzne dla bazy danych, np. mysql(FULLTEXT) lub mysql(100)
|
||||
db-tools etemplate pl Narzędzia bazodanowe
|
||||
deck etemplate pl Pokład (wewnętrzny)
|
||||
default etemplate pl Domyślnie
|
||||
delete a single entry by passing the id. etemplate pl Usuń jeden wpis według podanego id.
|
||||
delete all selected etemplates, without further inquiry etemplate pl usuń WSZYSTKIE wybrane eSzablony, BEZ dalszych pytań
|
||||
delete and cut save the template! etemplate pl usuń zawartość i zapisz szablon!
|
||||
delete column etemplate pl Usuń kolumnę
|
||||
delete index etemplate pl Usuń indeks
|
||||
delete the spezified etemplate etemplate pl Usuń wskazny e-Szablon
|
||||
delete this column etemplate pl usuń tą kolumnę
|
||||
delete this etemplate etemplate pl usuń ten e-Szablon
|
||||
delete this file etemplate pl Usuń ten plik
|
||||
delete this row etemplate pl Usuń ten wierwsz
|
||||
delete whole column (can not be undone!!!) etemplate pl Usuń całą kolumnę (nie można cofnąć!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate pl usuwa wybrany eSzablon z bazy danych, nie może być cofnięte
|
||||
deletes the etemplate spez. above etemplate pl Usuwa e-Szablon wskazany powyżej
|
||||
deletes this column etemplate pl Usuń tą kolumnę
|
||||
deletes this index etemplate pl Usuń ten indeks
|
||||
discard changes etemplate pl porzuć zmiany
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate pl wyświetlane przed polami input lub wstawiany jest input w miejsce '%s' w etykiecie
|
||||
displayed in statusline of browser if input-field gets focus etemplate pl wyświetlane w pasku statusu przeglądarki jeśli wybrany zostanie input
|
||||
displayed in the top line of the groupbox (legend) etemplate pl wyświetlany w górnej linii groupboxa (legenda)
|
||||
do you want to save the changes you made in table %s? etemplate pl Czy chcesz zachować zmiany wykonane w tablicy %s?
|
||||
document '%1' does not exist or is not readable for you! preferences pl Dokument '%1' nie istnieje lub nie masz praw do jego odczytu!
|
||||
documentation etemplate pl Dokumentacja
|
||||
doesn't matter etemplate pl bez znaczenia
|
||||
drop a table - this can not be undone etemplate pl Usuń tabelę - czynność nie może być cofnięta!
|
||||
drop table etemplate pl Usuń tabelę
|
||||
dump4setup etemplate pl ZrzućDoSetup
|
||||
duration etemplate pl Czas trwania
|
||||
edit etemplate pl Edytuj
|
||||
edit embeded css styles or of the applications app.css file etemplate pl edycja osadzonych stylów CSS lub pliku app.css aplikacji
|
||||
edit the etemplate spez. above etemplate pl Edytuj e-Szablon wskazany powyżej
|
||||
edit... etemplate pl Edytuj...
|
||||
editable templates - db-tools etemplate pl Edytor Szablonów - narzędzia bazodanowe
|
||||
editable templates - delete template etemplate pl Edytor Szablonów - usuń szablon
|
||||
editable templates - editor etemplate pl Edytor Szablonów - edytor
|
||||
editable templates - search etemplate pl Edytor Szablonów - wyszukiwanie
|
||||
editable templates - show template etemplate pl Edytor Szablonów - pokaż szablon
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate pl osadzone style CSS, np. '.red { background: red; }'
|
||||
enable javascript onchange submit etemplate pl aktywuj przesłanie formularza poprzez JS na onChange
|
||||
enter '' for an empty default, nothing mean no default etemplate pl wprowadź ciąg '' dla pustej wartości domyślnej, jeżeli nic nie wpiszesz
|
||||
enter a search pattern etemplate pl Podaje wzorzec wyszukiwania
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate pl Podaj nazwę pliku do załadowania i dołączenia, użyj [Przeglądaj...] aby go wyszukać
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate pl Podaj nowy numer wersji (musi być większy niż aktualny), pusta wartość jeżeli nie chcesz aktualizować pliku
|
||||
enter the new version number here (has to be > old_version) etemplate pl Podaj nowy numer wersji (musi być większy niż aktualny)
|
||||
entry saved etemplate pl Wpis zachowany
|
||||
error copying uploaded file to vfs! etemplate pl Błąd przy kopiowaniu załadowanego pliku do systemu plików!
|
||||
error create parent directory %1! etemplate pl Błąd przy tworzeniu katalogu nadrzędnego %1!
|
||||
error deleting %1! etemplate pl Błąd przy usuwaniu %1!
|
||||
error uploading file! filemanager pl Błąd przy ładowaniu pliku!
|
||||
error: template not found !!! etemplate pl Błąd: wzorzec nie znaleziony!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate pl Błąd: demon serwera WWW nie może zapisywać do katalogu '%1'!
|
||||
error: while saving !!! etemplate pl Błąd: podczas zapisywania!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate pl Błąd: zapisywanie pliku nie powiodło się (brak uprawnień zapisu dla serwera WWW)!
|
||||
etemplate common pl e-Szablon
|
||||
etemplate '%1' imported, use save to put it in the database etemplate pl e-Szablon '%1' zaimportowano, użyj 'Zapisz' aby umieścić go w bazie danych
|
||||
etemplate '%1' written to '%2' etemplate pl e-Szablon '%1' zapisano do '%2'
|
||||
etemplate editor etemplate pl e-Szablon - edytor
|
||||
etemplate reference etemplate pl e-Szablon - informator
|
||||
etemplate tutorial etemplate pl e-Szablon - samouczek
|
||||
exchange this row with the one above etemplate pl zamień ten wiersz z jego poprzednikiem
|
||||
exchange this two columns etemplate pl zamień te dwie kolumny
|
||||
export the loaded etemplate into a xml-file etemplate pl eksportuj załadowany e-Szablon do pliku XML
|
||||
export xml etemplate pl Eksportuj do XML
|
||||
extensions loaded: etemplate pl Załadowano rozszerzenia:
|
||||
field etemplate pl Pole
|
||||
field must not be empty !!! etemplate pl Powyższe pole nie może być puste!
|
||||
file etemplate pl Plik
|
||||
file '%1' not found! etemplate pl Plik '%1' nie odnaleziony!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate pl Plik zawiera więcej niż jeden e-Szablon - pokazany jest ostatni z nich!
|
||||
file is of wrong type (%1 != %2)! etemplate pl Zły typ pliku (%1 != %2)!
|
||||
file writen etemplate pl Plik został zapisany
|
||||
fileupload etemplate pl Przesłanie Pliku
|
||||
first etemplate pl Pierwszy
|
||||
floating point etemplate pl Liczba zmiennoprzecinkowa
|
||||
foreign key etemplate pl Klucz obcy
|
||||
formatted text (html) etemplate pl Tekst sformatowany (HTML)
|
||||
general fields: preferences pl Pola ogólne:
|
||||
go to the first entry etemplate pl idź do pierwszego wpisu
|
||||
go to the last entry etemplate pl idź do ostatniego wpisu
|
||||
go to the next page of entries etemplate pl idź do następnej strony wpisów
|
||||
go to the previous page of entries etemplate pl idź do poprzedniej strony wpisów
|
||||
grid etemplate pl Siatka
|
||||
grid column attributes etemplate pl Atrybuty kolumn siatki
|
||||
grid row attributes etemplate pl Atrybuty wierszy siatki
|
||||
groupbox etemplate pl GroupBox
|
||||
h etemplate pl g
|
||||
hbox etemplate pl HBox
|
||||
height etemplate pl Wysokość
|
||||
height of row (in % or pixel) etemplate pl wysokość wiersza (w % lub pikselach)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate pl wysokość wiersza (w % lub pikselach), wyłącz wiersz: [! = nie]<wartość>[=<test>], np. '!@data' wyłącz wiersz jeśli pole 'data' jest puste
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate pl Wysokość tabeli w % lub pikselach dla tabeli lub (opcjonalnie) div
|
||||
height, disabled etemplate pl Wysokość, wyłączono
|
||||
help etemplate pl Pomoc
|
||||
history log etemplate pl Zapis Historii
|
||||
horizontal rule etemplate pl Linia pozioma
|
||||
hour etemplate pl Godzina
|
||||
hours etemplate pl godziny
|
||||
how many entries should the list show etemplate pl Jak dużo wpisów powinna pokazywać lista
|
||||
html etemplate pl HTML
|
||||
id etemplate pl id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate pl jeżeli pole jest wyłączone, pojawia się pusta komórka tabeli - dla (tymczasowego) usunięcia pola lub komórki
|
||||
image etemplate pl Obrazek
|
||||
import etemplate pl Importuj
|
||||
import an etemplate from a xml-file etemplate pl Importuj e-Szablon z pliku XML
|
||||
import table-definitions from existing db-table etemplate pl Importuj definicję tabel z istniejących tabel bazy danych
|
||||
import xml etemplate pl Importuj z XML
|
||||
increment version to not overwrite the existing template etemplate pl powiększ numer wersji, aby nie nadpisać istniejącego szablonu
|
||||
index/name of returned content (name of the template, link / method for image) etemplate pl index/name zwróconej zawartości (nazwa sablonu, linku / metody dla obrazka)
|
||||
indexed etemplate pl Indeksowana
|
||||
indexoptions etemplate pl Opcje indeksu
|
||||
insert a column before etemplate pl wstaw kolumnę przed
|
||||
insert a column behind etemplate pl wstaw kolumnę po
|
||||
insert a row above etemplate pl wstaw wiersz przed
|
||||
insert a row below etemplate pl wstaw wierwsz po
|
||||
insert a widget before etemplate pl wstaw element przed
|
||||
insert a widget behind etemplate pl wstaw element po
|
||||
insert in document etemplate pl Wstaw w dokumencie
|
||||
insert new column behind this one etemplate pl wstaw nową kolumnę za bieżącą
|
||||
insert new column in front of all etemplate pl wstaw nową kolumnę na początku
|
||||
insert new row after this one etemplate pl wstaw nowy wiersz za bieżącym
|
||||
insert new row in front of first line etemplate pl wstaw nowy wiersz na początku
|
||||
integer etemplate pl Liczba całkowita
|
||||
key etemplate pl Klucz
|
||||
label etemplate pl Etykieta
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate pl Etykieta:[bold][italic] Tekst:[len][,max] Numery:[min][,[max][,len]] Text area:[rows][,cols] Radiobutton:value Linia pozioma:[width] Szablon.:[IndexInContent] Select:[multiselect] Data:[values: eg. 'Y-m-d']
|
||||
lang etemplate pl Język
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate pl skrótowa nazwa języka (np. 'pl' dla polskiego) dla szablonów zależnych od języka
|
||||
last etemplate pl Ostatni
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate pl długość dla char+varchar, precyzja int: 2, 4, 8 i float: 4, 8
|
||||
link etemplate pl Odnośnik
|
||||
link target %1 not found! etemplate pl Cel linku %1 nie odnaleziony!
|
||||
linkapps etemplate pl LinkAplikacji
|
||||
linkentry etemplate pl LinkWpisu
|
||||
linklist etemplate pl LinkListy
|
||||
linkstring etemplate pl LinkCiąguZnaków
|
||||
linkto etemplate pl LinkDo
|
||||
load this template into the editor etemplate pl załaduj ten szablon do edytora
|
||||
loading etemplate pl ładowanie
|
||||
maximum size for uploads filemanager pl Maksymalny rozmiar przy przesyłaniu plików
|
||||
message ... etemplate pl Wiadomość ...
|
||||
middle etemplate pl Wyśrodkowany
|
||||
minute etemplate pl Minuta
|
||||
minutes etemplate pl minuty
|
||||
month etemplate pl miesiąc
|
||||
more etemplate pl Więcej
|
||||
more than 1 match for '%1' etemplate pl Więcej niż 1 pasujący dla '%1'
|
||||
multicolumn indices etemplate pl Indeksy wielokolumnowe
|
||||
name etemplate pl Nazwa
|
||||
name of other table where column is a key from etemplate pl nazwa innej tabeli, w której kolumna jest kluczem
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate pl nazwa zestawu szablonów phpgw (np. verdilak), puste = domyślne
|
||||
name of table to add etemplate pl Nazwa tabeli do dodania
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate pl nazwa e-Szablonu powinna być w formie: application.function[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate pl musi być unikatowy w tabeli i nie być zarezerwowanym słowem SQL, najlepiej poprzedzić wszystkie jednakowym, 2 literowym skrótem nazwy aplikacji
|
||||
new etemplate pl Nowa
|
||||
new search common pl Nowe wyszukiwanie
|
||||
new table created etemplate pl Utworzono nową tabelę
|
||||
newer version '%1' exists !!! etemplate pl nowsza wersja '%1' istnieje!
|
||||
nextmatch etemplate pl Następny pasujący
|
||||
nextmatch accountfilter etemplate pl Następny pasujący - filtr konta
|
||||
nextmatch custom filterheader etemplate pl Następny pasujący - Własny nagłówek filtra
|
||||
nextmatch filterheader etemplate pl Następny pasujący - Nagłówek filtra
|
||||
nextmatch header etemplate pl Następny pasujący - Nagłówek
|
||||
nextmatch sortheader etemplate pl Następny pasujący - Nagłówek sortowania
|
||||
no column to swap with !!! etemplate pl brak kolumny do zamiany!!!
|
||||
no file etemplate pl Nie ma pliku
|
||||
no filename given or selected via browse... etemplate pl nie podano nazwy pliku i nie wybrano jej
|
||||
no matches found etemplate pl Nie znaleziono zgodnych
|
||||
no row to swap with !!! etemplate pl brak rzędu do zamiany!!!
|
||||
not null etemplate pl NOT NULL
|
||||
nothing etemplate pl nic
|
||||
nothing found - try again !!! etemplate pl Nic nie znaleziono - spróbuj ponownie.
|
||||
nothing in clipboard to paste !!! etemplate pl Schowek pusty - nie można wkleić.
|
||||
nothing matched search criteria !!! etemplate pl Brak elementów spełniających kryteria.
|
||||
now etemplate pl Obecne
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate pl liczba kolumn jakie komórka powinna zajmować, lib 'all' dla wszystkich kolumn, nazwa klasy css dla tagu td
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate pl liczba wierszy/kolumn w V/HBox, cellpadding, cellspacing
|
||||
of etemplate pl z
|
||||
onchange etemplate pl onChange (JS)
|
||||
onclick etemplate pl onClick (JS)
|
||||
only an other version found !!! etemplate pl znaleziono tylko inną wersję !!!
|
||||
open the online help. etemplate pl Otwórz pomoc online.
|
||||
operator etemplate pl Operator
|
||||
optional note about the link etemplate pl opcjonalna notatka związana z odnośnikiem
|
||||
options etemplate pl Opcje
|
||||
or etemplate pl lub
|
||||
order to navigating by tab key through the form etemplate pl Porządek nawigacji klawiszem 'TAB' w formularzu
|
||||
overflow etemplate pl Przepełnienie
|
||||
padding etemplate pl Wypełnienie
|
||||
parent is a '%1' !!! etemplate pl nadrzędny jest '%1'!
|
||||
paste etemplate pl Wklej
|
||||
path etemplate pl Ścieżka
|
||||
please enter table-name first !!! etemplate pl Proszę wpierw wprowadzić nazwę tabeli!
|
||||
pm etemplate pl po południu
|
||||
popup etemplate pl Okno pop-up
|
||||
precision etemplate pl Dokładność (długość)
|
||||
primary key etemplate pl Klucz główny
|
||||
primary key for the table, gets automaticaly indexed etemplate pl Klucz główny dla tabeli, zostaje automatycznie indeksowany
|
||||
radiobutton etemplate pl Radiobutton
|
||||
read etemplate pl Odczytaj
|
||||
read a list of entries. etemplate pl Odczytaj lstę wpisów.
|
||||
read a single entry by passing the id and fieldlist. etemplate pl Odczytaj pojedynczy wpis, podając ID oraz listę pól
|
||||
read etemplate from database (for the keys above) etemplate pl odczytaj e-Szablon z bazy danych (dla powyższych kluczy)
|
||||
readonly etemplate pl tylko do odczytu
|
||||
refresh etemplate pl Odśwież
|
||||
remove row (can not be undone!!!) etemplate pl usuń wiersz (nie można cofnąć!)
|
||||
remove this link (not the entry itself) etemplate pl usuń ten odnośnik (ale nie wpis)
|
||||
required etemplate pl Wymagane
|
||||
reset etemplate pl Skasuj
|
||||
returns savely, without deleting etemplate pl powraca zapisując, bez usuwania
|
||||
row... etemplate pl Wiersz...
|
||||
save all etemplate pl Zapisz wszystko
|
||||
save selected columns as default preference for all users. etemplate pl Zachowaj wybrane kolumny w formie domyślnej preferencji dla wszystkich użytkowników.
|
||||
save the changes made and close the window etemplate pl Zachowuje zmiany i zamyka okno
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate pl zapisz eSzablon pod następującymi kluczami (nazwa, ...), zmień je aby zapisać pod inną nazwą
|
||||
saves changes to tables_current.inc.php etemplate pl zapisz zmiany do pliku tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate pl zapisuje szablon z podanym numerem wersji i zamyka okno
|
||||
scale etemplate pl Skala
|
||||
scale for float etemplate pl skala dla float
|
||||
select a category etemplate pl Wybierz kategorię
|
||||
select a primary contact, to show in the list etemplate pl Wybierz podstawowy kontakt, który będzie pokazywany na liście
|
||||
select access etemplate pl Wybierz rodzaj dostępu
|
||||
select account etemplate pl Wybierz konto
|
||||
select an app first !!! etemplate pl Wybierz najpierw aplikację !
|
||||
select an app to search in etemplate pl Wybierz Aplikację aby w niej szukać
|
||||
select an application etemplate pl Wybierz aplikację
|
||||
select an application, (*) = uninstalled etemplate pl Wybierz aplikację, (*) = odinstalowana
|
||||
select an entry to link with etemplate pl Wybierz wpis z którym połączysz
|
||||
select an table of the application etemplate pl Wybierz tabelę aplikacji
|
||||
select application etemplate pl Wybierz aplikacj?
|
||||
select application to search etemplate pl Wybierz aplikację do przeszukania
|
||||
select columns etemplate pl Wybierz kolumny
|
||||
select country etemplate pl Wybierz kraj
|
||||
select day etemplate pl Wybierz dzień
|
||||
select day of week etemplate pl wybierz dzień tygodnia
|
||||
select entry etemplate pl Wybierz wpis
|
||||
select hour etemplate pl Wybierz godzinę
|
||||
select if content of field should not be translated (label gets always translated) etemplate pl wybiesz, jeśli zawartość pola nie powinna być tłumaczona (etykieta jest tłumaczona zawsze)
|
||||
select language etemplate pl Wybierz język
|
||||
select month etemplate pl Wybierz miesiąc
|
||||
select number etemplate pl Wybierz numer
|
||||
select one ... etemplate pl Wybierz jeden...
|
||||
select percentage etemplate pl Wybierz procent
|
||||
select priority etemplate pl Wybierz priorytet
|
||||
select state etemplate pl Wybierz stan
|
||||
select the columns to display in the list etemplate pl Wybierz kolumny wyświetlane w liście
|
||||
select the indexed columns in their desired order etemplate pl Wybierz kol
|
||||
select this etemplate to delete it etemplate pl wybierz ten eSzablon aby go usunąć
|
||||
select which accounts to show etemplate pl wybierz konta, które mają być pokazane
|
||||
select which values to show etemplate pl wybierz wartości, które mają być pokazane
|
||||
select year etemplate pl Wybierz rok
|
||||
selectbox etemplate pl Wybór z listy
|
||||
set as default etemplate pl Ustaw jako domyslne
|
||||
sets today as date etemplate pl ustaw "dzisiaj" jako datę
|
||||
should the form be submitted or any custom javascript be executed etemplate pl Czy formularz powinien być przesłany czy będzie wykonywany kod JavaScript?
|
||||
show etemplate pl Pokaż
|
||||
show (no save) etemplate pl Pokaż (bez zapisu)
|
||||
show all / cancel filter etemplate pl Pokaż wszystko / anuluj filtr
|
||||
show values etemplate pl Pokaż wartości
|
||||
showing etemplate pl Wyświetlono
|
||||
shows / allows you to enter values into the etemplate for testing etemplate pl pokazuje / zezwala na wprowadzenie zmian do eSzablonu w celach testowych
|
||||
shows/displays etemplate for testing, does not save it before etemplate pl wyświetla eSzablon do testów, NIE zapisuje przed wyświetleniem
|
||||
spacing etemplate pl Rozdzielenie
|
||||
span etemplate pl Span
|
||||
span, class etemplate pl Span, Class
|
||||
stack etemplate pl Stos
|
||||
start a new search, cancel this link etemplate pl zacznij nowe wyszukiwanie, anuluj ten link
|
||||
start new search for the above pattern etemplate pl zacznij nowe wyszukiwanie dla powyższego schematu
|
||||
submit form etemplate pl prześlij formularz
|
||||
submitbutton etemplate pl Przycisk przesłania formularza
|
||||
swap etemplate pl zamień
|
||||
swap widget with next one etemplate pl zamień obiekt z kolejnym
|
||||
swap with next column etemplate pl zamień z następną kolumną
|
||||
swap with next row etemplate pl zamień z następnym wierszem
|
||||
switch to a parent widget etemplate pl skocz to obiektu nadrzędnego
|
||||
switch to an other widgets of that container etemplate pl skocz do innych obiektów z tego kontenera
|
||||
tabindex etemplate pl Indeks porządku (TAB)
|
||||
table unchanged, no write necessary !!! etemplate pl Tabale nie została zmieniona, zapis nie jest wymagany!
|
||||
tablename etemplate pl Nazwa tabeli
|
||||
tabs etemplate pl Zakładki
|
||||
template etemplate pl Szablon
|
||||
template deleted etemplate pl Szablon usunięto
|
||||
template saved etemplate pl Szablon zapisano
|
||||
text etemplate pl Tekst
|
||||
textarea etemplate pl Obszar tekstu
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate pl Ten tekst jest wyświetlany jeśli pole input jest puste i nie zostało wybrane
|
||||
time etemplate pl Czas
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate pl aby wyłączyć: [! = nie]<wartość>[=<test>], np. '!@data' - wyłącz kolumnę jeśli pole 'data' jest puste
|
||||
to start the db-tools etemplate pl aby uruchomić narzędzie bazodanowe
|
||||
to start the etemplate editor etemplate pl aby uruchomić edytor e-Szablonów
|
||||
to start the search etemplate pl aby uruchomić wyszukiwanie
|
||||
today etemplate pl Dzisiaj
|
||||
tree etemplate pl Drzewo
|
||||
type of the column etemplate pl typ kolumny
|
||||
type of the field (select label if field should be empty) etemplate pl typ pola (wybierz Etykieta jeśli pole powinno być puste)
|
||||
unique etemplate pl Unikalna
|
||||
unlink etemplate pl Odłącz
|
||||
update a single entry by passing the fields. etemplate pl Aktualizuj pojedyńczy wpis poprzez podawanie wartości pól.
|
||||
update from version '%s' to etemplate pl Uaktualnij z wersji '%s' do
|
||||
valign etemplate pl w pionie
|
||||
value etemplate pl Wartość
|
||||
value has to be at least '%1' !!! etemplate pl Wartość musi być przynajmniej '%1'!
|
||||
value has to be at maximum '%1' !!! etemplate pl Wartość musi być co najwyżej '%1'!
|
||||
vbox etemplate pl VBox
|
||||
version etemplate pl Wersja
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate pl numer wersji, powinien być w formie: główna.pomniejsza.rewizja.numer (np. 0.9.13.001, wszystkie numery powinny być wypełnione zerami)
|
||||
vertical alignment of row etemplate pl pionowe porządkowanie wiersza
|
||||
view this etemplate etemplate pl wyświetl ten eSzablon
|
||||
view this linked entry in its application etemplate pl zoabcz podlinkowany wpis w jego aplikacji (np. w Książce Adresowej dla kontaktu)
|
||||
weekend etemplate pl weekend
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate pl co dzieje się z przepełnioną zawartością (overflow): visible (domyślne), hidden, scroll, auto
|
||||
widget copied into clipboard etemplate pl Obiekt skopiowano do schowka
|
||||
width etemplate pl Szerokość
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate pl szerokość kolumny (w % lub pikselach), wyłącz kolumnę: [! = nie]<wartość>[=<test>], np. '!@data' - wyłącz kolumnę jeśli pole 'data' jest puste
|
||||
width of column (in % or pixel) etemplate pl szerokość kolumny (w procentach lub pikselach)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate pl Szerokość tabeli w % lub pikselach dla tagu tabeli i (opcjonalnie) div
|
||||
width, disabled etemplate pl Szerokość, Wyłączono
|
||||
wk etemplate pl Tydź.
|
||||
working days etemplate pl dni robocze
|
||||
write <app>/setup/tables_current.inc.php etemplate pl Zapisz <aplikacja>/setup/tables_current.inc.php
|
||||
write langfile etemplate pl Zapisz plik języka
|
||||
write tables etemplate pl Zapisz tabele
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate pl zapisuje 'etemplates.inc.php' (dla aplikacji w polu Nazwa) w katalogu setup aplikacji
|
||||
xml-file to import etemplate pl plik xml do zaimportowania
|
||||
xslt template etemplate pl Szablon XSLT
|
||||
year etemplate pl Rok
|
||||
you can respond by visiting: etemplate pl Możesz odpowiedzieć odwiedzając stronę:
|
||||
you need to select a file first! etemplate pl Musisz najpierw wybrać plik!
|
@ -1,447 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate pt-br %1 (%2 nova) Mensagens escritas para Aplicações '%3' e Idiomas '%4'
|
||||
%1 etemplates deleted etemplate pt-br %1 eModelo(s) removido(s)
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate pt-br %1 eModelo para a aplicação '%2' copiado para '%3'
|
||||
%1 etemplates found etemplate pt-br %1 eModelo encontrados
|
||||
%1 matches on search criteria etemplate pt-br %1 encontrados para os critérios da busca
|
||||
%1 more... etemplate pt-br mais %1...
|
||||
%1 new etemplates imported for application '%2' etemplate pt-br %1 novo eModelo importado para a aplicação '%2'
|
||||
%s disabled etemplate pt-br %s inativo
|
||||
%s needed etemplate pt-br %s necessário
|
||||
%s notranslation etemplate pt-br %s Sem tradução
|
||||
%s onchange etemplate pt-br %s Sobre alteração
|
||||
%s readonly etemplate pt-br %s apenas leitura
|
||||
'%1' has an invalid format !!! etemplate pt-br '%1' está em um formato inválido !!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate pt-br '%1' não é um arquivo php na pasta raiz do servidor eGW (%2)!
|
||||
'%1' is not a valid date !!! etemplate pt-br '%1' não é uma data válida !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate pt-br %1' não é um número válido para o ponto flutuante!!!
|
||||
'%1' is not a valid integer !!! etemplate pt-br %1' não é um inteiro válido!!!
|
||||
'%1' is not allowed ('%2')! etemplate pt-br '%1' não é permitido ('%2')!
|
||||
a pattern to be searched for etemplate pt-br um padrão a ser procurado
|
||||
accesskey etemplate pt-br Tecla de atalho
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate pt-br Teclas de atalho também pode ser especificadas com um '&' no rótulo (exemplo: &Nome).
|
||||
account contactdata etemplate pt-br Dados do contato
|
||||
actions... etemplate pt-br Ações...
|
||||
add a new column (after the existing ones) etemplate pt-br Adicionar uma nova coluna (após as existentes)
|
||||
add a new entry of the selected application etemplate pt-br Adicionar um novo registro do aplicativo selecionado
|
||||
add a new multi-column index etemplate pt-br Adicionar um index de novas multi-colunas
|
||||
add column etemplate pt-br Adicionar Coluna
|
||||
add index etemplate pt-br Adicionar Index
|
||||
add new etemplate pt-br Adicionar novo
|
||||
add table etemplate pt-br Adicionar Tabela
|
||||
add to clipboard etemplate pt-br Adicionar à prancheta
|
||||
advanced search etemplate pt-br Pesquisa avançada
|
||||
align etemplate pt-br Alinhar
|
||||
alignment of label and input-field in table-cell etemplate pt-br alinhamento da etiqueta e campo de entrada na célula da tabela
|
||||
alignment of the v/hbox containing table-cell etemplate pt-br Alinhamento da V/HBox contendo a célula da tabela
|
||||
all days etemplate pt-br Todos os dias
|
||||
all operations save the template! etemplate pt-br Todas as operações salvam o modelo!
|
||||
all users etemplate pt-br Todos usuários
|
||||
am etemplate pt-br am
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate pt-br uma coluna indexada posicionada acima das querys (custa espaço no disco)
|
||||
and etemplate pt-br E
|
||||
application etemplate pt-br Aplicativo
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate pt-br É preciso o nome da aplicação para escrever um arquivo de idioma ou copiar o eModelo!!!
|
||||
applications etemplate pt-br Aplicativos
|
||||
applies the changes made etemplate pt-br Aplicar as alterações realizadas
|
||||
applies the changes to the given version of the template etemplate pt-br Aplicar as alterações para a versão do modelo informado
|
||||
as default etemplate pt-br como padrão
|
||||
attach etemplate pt-br anexo
|
||||
attach file etemplate pt-br arquivo anexo
|
||||
baseline etemplate pt-br Linha base
|
||||
blurtext etemplate pt-br Texto borrado
|
||||
border etemplate pt-br Borda
|
||||
border-line-thickness for the table-tag etemplate pt-br Espessura da linha de borda para a tabela
|
||||
bottom etemplate pt-br Fundo
|
||||
box etemplate pt-br Caixa
|
||||
box... etemplate pt-br Caixa...
|
||||
can not have special sql-value null etemplate pt-br não há valor SQL especial NULL
|
||||
cancel etemplate pt-br Cancel
|
||||
cant delete a single widget from a grid !!! etemplate pt-br Não é possível remover uma simples célula de uma grade.
|
||||
cant delete the only column of a grid !!! etemplate pt-br Não é possível remover a única coluna de uma grade.
|
||||
cant delete the only row in a grid !!! etemplate pt-br Não é possível remover a única linha de uma grade.
|
||||
category etemplate pt-br Categoria
|
||||
category tree etemplate pt-br Árvore de categorias
|
||||
cellpadding for the table-tag etemplate pt-br Estofamento da célula para a tabela
|
||||
cells etemplate pt-br Células
|
||||
cellspacing for the table-tag etemplate pt-br Espaçamento da célula para a tabela
|
||||
center etemplate pt-br Centralizar
|
||||
changed etemplate pt-br Alterado
|
||||
check all etemplate pt-br Verificar todos
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate pt-br marque se o conteúdo está sómente sendo mostrado e não alterado (o conteúdo não pode ser desfeito!)
|
||||
check if field has to be filled by user etemplate pt-br marque se o campo tiver que ser preenchido pelo usuário
|
||||
checkbox etemplate pt-br Caixa de seleção
|
||||
class etemplate pt-br Classe
|
||||
class, valign etemplate pt-br Classe, Validação
|
||||
click here to attach the file etemplate pt-br clique aqui para anexar o arquivo
|
||||
click here to create the link etemplate pt-br clique aqui para criar o link
|
||||
click here to start the search etemplate pt-br Clique aqui para inicar uma pesquisa
|
||||
click here to upload the file etemplate pt-br Clique aqui para enviar o arquivo
|
||||
click to order after that criteria etemplate pt-br Clique para ordenar em seguida ao critério
|
||||
clickable path etemplate pt-br Caminho clicável
|
||||
closes the window without saving the changes etemplate pt-br Fecha a janela sem salvar as alterações
|
||||
column... etemplate pt-br Coluna...
|
||||
columnname etemplate pt-br Nome da Coluna
|
||||
comment etemplate pt-br Comentário
|
||||
confirm etemplate pt-br Confirmar
|
||||
confirmation message or custom javascript (returning true or false) etemplate pt-br Mensagem de confirmação ou javascript personalizado (retornando verdadeiro ou falso).
|
||||
confirmation necesary or custom java-script etemplate pt-br Confirmação necessária ou javascript personalizado.
|
||||
contact etemplate pt-br Contato
|
||||
contact field to show etemplate pt-br Campo do contato a ser exibido
|
||||
contact fields etemplate pt-br Campos de contatos
|
||||
contains etemplate pt-br contém
|
||||
copy to clipboard etemplate pt-br Copiar para a área de transferência
|
||||
create a new table for the application etemplate pt-br Criar uma nova tabela para aplicação
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate pt-br criados em um arquivo de idioma inglês ('en') da etiqueta e arquivos de ajuda (para a aplicação em nome)
|
||||
creator preferences pt-br Criador
|
||||
css class for the table-tag etemplate pt-br Classe CSS para a tabela
|
||||
css properties etemplate pt-br Propriedades CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate pt-br Nome da classe CSS para esta linha, pré-ajuste: 'nmh' = NextMatch cabeçalho, 'nmr' = alternar NM linha, 'nmr0'+'nmr1' NM linhas
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate pt-br Nome da classe CSS para esta linha, pré-ajuste: 'th' = cabeçalho, 'row' = linha alternada 'row_off'+'row_on'
|
||||
css-styles etemplate pt-br Estilo-CSS
|
||||
custom etemplate pt-br Personalizado
|
||||
custom fields etemplate pt-br Campos personalizados
|
||||
custom javascript for onchange etemplate pt-br Javascript personalizado para OnChange
|
||||
cut etemplate pt-br Recortar
|
||||
date+time etemplate pt-br Data+Horário
|
||||
day etemplate pt-br Dia
|
||||
days etemplate pt-br Dias
|
||||
db ensures that every row has a unique value in that column etemplate pt-br O Bando de Dados assegura que cada linha tenha um valor original nessa coluna
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate pt-br db-específico opções de index (separados-por-vírgula.), ex. mysql(FULLTEXT) or mysql(100) para o comprimento determinado de uma coluna
|
||||
db-tools etemplate pt-br DB-Ferramentas
|
||||
deck etemplate pt-br Plataforma (interna)
|
||||
default etemplate pt-br Padrão
|
||||
delete a single entry by passing the id. etemplate pt-br Remover um registro simples através do ID.
|
||||
delete all selected etemplates, without further inquiry etemplate pt-br remover TODOS eModelos selecionados, SEM requisições adicionais
|
||||
delete and cut save the template! etemplate pt-br Remover e recortar o modelo!
|
||||
delete column etemplate pt-br Remover coluna
|
||||
delete index etemplate pt-br Remover Index
|
||||
delete the spezified etemplate etemplate pt-br Remover o modelo informado.
|
||||
delete this column etemplate pt-br Remover esta coluna
|
||||
delete this etemplate etemplate pt-br Remover este eModelo
|
||||
delete this file etemplate pt-br Remover este arquivo.
|
||||
delete this row etemplate pt-br Remover esta linha.
|
||||
delete whole column (can not be undone!!!) etemplate pt-br remover coluna inteira (não pode ser desfeito!!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate pt-br Remover o eModelo informado acima da base de dados, NÃO pode ser desfeito!
|
||||
deletes the etemplate spez. above etemplate pt-br remove o eModelo informado acima
|
||||
deletes this column etemplate pt-br Remove estas colunas
|
||||
deletes this index etemplate pt-br Remove estes index
|
||||
discard changes etemplate pt-br descartar alterações
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate pt-br indicado à frente da entrada ou a entrada é inserida para um '%s' na etiqueta (a etiqueta da um Botão Submeter ou Arquivo-de-imagem)
|
||||
displayed in statusline of browser if input-field gets focus etemplate pt-br indicado na linha de status do navegador se o campo de entrada começar em foco
|
||||
displayed in the top line of the groupbox (legend) etemplate pt-br Exibido acima do groupbox (legenda)
|
||||
do you want to save the changes you made in table %s? etemplate pt-br Deseja salvar as alterações efetuadas na tabela %s?
|
||||
document '%1' does not exist or is not readable for you! preferences pt-br Documento '%1' não existe ou você não pode ser lido por você!
|
||||
documentation etemplate pt-br Documentação
|
||||
doesn't matter etemplate pt-br não importa
|
||||
drop a table - this can not be undone etemplate pt-br Apagar a tabela - isto NÃO pode ser desfeito
|
||||
drop table etemplate pt-br Apagar Tabela
|
||||
dump4setup etemplate pt-br Copiar para instalação
|
||||
duration etemplate pt-br Duração
|
||||
edit etemplate pt-br Editar
|
||||
edit embeded css styles or of the applications app.css file etemplate pt-br Editar estilos CSS internos ou dos aplicativos em app.css
|
||||
edit the etemplate spez. above etemplate pt-br Editar o eModelo informado acima
|
||||
edit... etemplate pt-br Editar...
|
||||
editable templates - db-tools etemplate pt-br Modelos editáveis - Ferramentas de Base de Dados
|
||||
editable templates - delete template etemplate pt-br Modelos editáveis - Remover Modelo
|
||||
editable templates - editor etemplate pt-br Modelos editáveis - Editor
|
||||
editable templates - search etemplate pt-br Modelos editáveis - Localizar
|
||||
editable templates - show template etemplate pt-br Modelos editáveis - Visualizar Modelo
|
||||
element role title etemplate pt-br Título papel de elemento
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate pt-br encaixado estivo CSS, ex. '.red { background: red; }' (note o '.' antes do nome-da-classe) ou '@import url(...)' (nomes de classe são globais para a página inteira!)
|
||||
enable javascript onchange submit etemplate pt-br ativar JavaScript sobre as alterações submetidas
|
||||
enter '' for an empty default, nothing mean no default etemplate pt-br informe '' para campos vazios, nada não significa padrão algum
|
||||
enter a search pattern etemplate pt-br Informe um teste padrão para a busca
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate pt-br Informe o nome do arquivo para envio e anexe, use [Localizar...] para procurar por ele
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate pt-br informe o número da nova versão aqui (> old_version), deixe vazio para não atualizar o arquivo
|
||||
enter the new version number here (has to be > old_version) etemplate pt-br informe o número da nova versão aqui (tem que ser > old_version)
|
||||
entry saved etemplate pt-br Registro salvo
|
||||
error uploading file! filemanager pt-br Erro carregando arquivo!
|
||||
error: template not found !!! etemplate pt-br Erro: Modelo não encontrado!!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate pt-br Erro: servidor web não possui permissão para escrever em '%1' !!!
|
||||
error: while saving !!! etemplate pt-br Erro salvando !
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate pt-br Erro: Escrevendo o arquivo (não existe permissão para escrever no servidor) !!!
|
||||
etemplate common pt-br eModelo
|
||||
etemplate '%1' imported, use save to put it in the database etemplate pt-br eModelo '%1' importado, use Salvar para colocá-lo na base de dados
|
||||
etemplate '%1' written to '%2' etemplate pt-br eModelo '%1' escrito para '%2'
|
||||
etemplate editor etemplate pt-br Editor de eModelos
|
||||
etemplate reference etemplate pt-br Referência do eModelo
|
||||
etemplate tutorial etemplate pt-br Tutorial do eModelo
|
||||
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
|
||||
export the loaded etemplate into a xml-file etemplate pt-br exportar o eModelo carregado para um arquivo xml
|
||||
export xml etemplate pt-br Exportar XML
|
||||
extensions loaded: etemplate pt-br Extensões carregadas:
|
||||
field etemplate pt-br Campo
|
||||
field must not be empty !!! etemplate pt-br O campo não pode estar vazio!!!
|
||||
file etemplate pt-br Arquivo
|
||||
file contains more than one etemplate, last one is shown !!! etemplate pt-br O arquivo contém mais do que um eModelo, o último será mostrado!!!
|
||||
file writen etemplate pt-br Escrever no Arquivo
|
||||
fileupload etemplate pt-br Enviar arquivo
|
||||
first etemplate pt-br Primeiro
|
||||
floating point etemplate pt-br Ponto de flutuação
|
||||
foreign key etemplate pt-br Chave externa
|
||||
formatted text (html) etemplate pt-br Texto Formatado (HTML)
|
||||
general fields: preferences pt-br Campos gerais:
|
||||
go to the first entry etemplate pt-br ir para o primeiro registro
|
||||
go to the last entry etemplate pt-br ir para o último registro
|
||||
go to the next page of entries etemplate pt-br próxima página de registros
|
||||
go to the previous page of entries etemplate pt-br página anterior de registros
|
||||
grid etemplate pt-br Grade
|
||||
grid column attributes etemplate pt-br Atributos das colunas da grade
|
||||
grid row attributes etemplate pt-br Atributos das linhas da grade
|
||||
groupbox etemplate pt-br Caixa de seleção
|
||||
h etemplate pt-br h
|
||||
hbox etemplate pt-br HBox
|
||||
height etemplate pt-br Altura
|
||||
height of row (in % or pixel) etemplate pt-br Altura da linha (em % ou pixel)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate pt-br altura da linha (em % ou pixel), desativar linha: [! = not]<value>[=<check>] ex.: '!@data' desativa a linha cujo conteúdo seja vazio
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate pt-br Altura da tabela em % ou pixels, para a tag de tabelas (opcional) div
|
||||
height, disabled etemplate pt-br Altura, Desativada
|
||||
help etemplate pt-br Ajuda
|
||||
history log etemplate pt-br Registro do histórico
|
||||
horizontal rule etemplate pt-br Filtro horizontal
|
||||
hour etemplate pt-br Hora
|
||||
hours etemplate pt-br Horas
|
||||
how many entries should the list show etemplate pt-br Quantos items a lista deverá exibir
|
||||
html etemplate pt-br Html
|
||||
html link to the current record etemplate pt-br Link HTML para o registro atual
|
||||
id etemplate pt-br ID
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate pt-br se o campo for desativado uma célula vazia na tabela será mostrada, para remoção (temporária) de um campo/célula
|
||||
image etemplate pt-br Imagem
|
||||
import etemplate pt-br Importar
|
||||
import an etemplate from a xml-file etemplate pt-br importar um eModelo a partir de um arquivo xml
|
||||
import table-definitions from existing db-table etemplate pt-br Importar definições de tabela a partir de uma base de tabelas existente
|
||||
import xml etemplate pt-br Importar XML
|
||||
increment version to not overwrite the existing template etemplate pt-br Incrementar versão para não sobrescrever o modelo existente.
|
||||
index/name of returned content (name of the template, link / method for image) etemplate pt-br nome/index do conteúdo recebido (nome do Modelo, Link / Método para imagem)
|
||||
indexed etemplate pt-br Indexado
|
||||
indexoptions etemplate pt-br Opções de Indexação
|
||||
insert a column before etemplate pt-br Inserir uma coluna antes
|
||||
insert a column behind etemplate pt-br Inserir uma coluna atrás
|
||||
insert a row above etemplate pt-br Inserir uma linha acima
|
||||
insert a row below etemplate pt-br Inserir uma linha abaixo
|
||||
insert a widget before etemplate pt-br Inserir widget antes
|
||||
insert a widget behind etemplate pt-br Inserir widget atrás
|
||||
insert in document etemplate pt-br Inserir em documento
|
||||
insert new column behind this one etemplate pt-br inserir uma nova coluna antes desta
|
||||
insert new column in front of all etemplate pt-br inserir uma nova coluna ao final de todas
|
||||
insert new row after this one etemplate pt-br inserir uma nova linha após esta
|
||||
insert new row in front of first line etemplate pt-br inserir uma nova linha antes da primeira linha
|
||||
integer etemplate pt-br Inteiro
|
||||
key etemplate pt-br Chave
|
||||
label etemplate pt-br Etiqueta
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate pt-br Etiqueta:[negrito][itálico] Texto:[len][,max] Números:[min][,[max][,len]] T.area:[linhas][,colunas] Botões.:valor H.Rule:[largura] Templ.:[Indexar ao Conteúdo] Selecionar:[multi seleção] Data:[valores: ex. 'd-m-Y']
|
||||
lang etemplate pt-br Idioma
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate pt-br abreviação do idioma (exemplo: 'en' para inglês) para modelos com idioma específico ("ler seus idiomas configurados ou o padrão, use 'default' para ler o modelo padrão")
|
||||
last etemplate pt-br Última
|
||||
left etemplate pt-br Esquerda
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate pt-br tamanho para char+varchar, precisões em: 2, 4, 8 e flutuante: 4, 8
|
||||
link etemplate pt-br Link
|
||||
link target %1 not found! etemplate pt-br Destino do link% 1 não encontrado!
|
||||
linkapps etemplate pt-br Link de aplicativos
|
||||
linkentry etemplate pt-br Entradas de link
|
||||
linklist etemplate pt-br Listar link
|
||||
links and attached files preferences pt-br Links e arquivos anexados
|
||||
linkstring etemplate pt-br Texto para link
|
||||
linkto etemplate pt-br Linkar para
|
||||
list of files linked to the current record preferences pt-br Lista de arquivos vinculados ao registro atual
|
||||
load this template into the editor etemplate pt-br carregar este modelo para o editor
|
||||
loading etemplate pt-br carregando
|
||||
maximum size for uploads filemanager pt-br Tamanho máximo para uploads
|
||||
message ... etemplate pt-br Mensagem...
|
||||
middle etemplate pt-br Meio
|
||||
minute etemplate pt-br Minuto
|
||||
minutes etemplate pt-br Minutos
|
||||
modifier preferences pt-br Modifier
|
||||
month etemplate pt-br Mês
|
||||
more etemplate pt-br Mais
|
||||
more than 1 match for '%1' etemplate pt-br mais de 1 combinação para '%1'
|
||||
multicolumn indices etemplate pt-br Indices de multicolunas
|
||||
name etemplate pt-br Nome
|
||||
name of other table where column is a key from etemplate pt-br nome de outras tabelas onde a coluna é uma chave a partir de
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate pt-br marcar o nome do phpgw-template (ex. verdilak): " = default (irá ler as preferências do modelo. Como 'default' será lido o modelo padrão")
|
||||
name of table to add etemplate pt-br Nome da tabela a adicionar
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate pt-br nome para o eModelo, se estiver na aplicação de formulário. Função[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate pt-br precisa ser original na tabela e nenhuma palavra que seja reservada do SQL, os melhores prefixos recomendados são os atalhos com dois dígitos seguidos de traço-baixo, ex.: 'et_'
|
||||
new etemplate pt-br Novo
|
||||
new search common pt-br Nova pesquisa
|
||||
new table created etemplate pt-br Nova tabela criada
|
||||
newer version '%1' exists !!! etemplate pt-br Existe(m) '%1' versão(ões) mais atual(ais) !!!
|
||||
nextmatch etemplate pt-br Próximo campo
|
||||
nextmatch accountfilter etemplate pt-br Próximo campo - Filtrar contas
|
||||
nextmatch custom filterheader etemplate pt-br Próximo campo - Cabeçalho personalizado
|
||||
nextmatch filterheader etemplate pt-br Próximo campo - Filtrar cabeçalho
|
||||
nextmatch header etemplate pt-br Próximo campo - Cabeçalho
|
||||
nextmatch sortheader etemplate pt-br Próximo campo - Classificar cabeçalho
|
||||
no column to swap with !!! etemplate pt-br sem coluna para trocar !!!
|
||||
no file etemplate pt-br sem arquivo
|
||||
no filename given or selected via browse... etemplate pt-br sem nome de arquivo atribuído ou selecionado através do localizar...
|
||||
no matches found etemplate pt-br Nenhuma combinação encontrada
|
||||
no rights to export more than %1 entries! common pt-br Nenhum direito a exportar mais de 1% entradas!
|
||||
no row to swap with !!! etemplate pt-br sem linha para trocar !!!
|
||||
not null etemplate pt-br NÃO PODE SER VAZIO
|
||||
nothing etemplate pt-br nada
|
||||
nothing found - try again !!! etemplate pt-br Nada encontrado - tente novamente !!!
|
||||
nothing in clipboard to paste !!! etemplate pt-br nada na área de transferência para colar !!!
|
||||
nothing matched search criteria !!! etemplate pt-br Nada encontrado de acordo com os critérios de pesquisa!!!
|
||||
now etemplate pt-br Agora
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate pt-br número de colunas que deve medir a célula/campo ou 'all' para as colunas restantes, nome da classe-CSS (para a tag TD)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate pt-br número de linhas/colunas em um V/HBox, Estofamento de célula, Espaçamento de célula
|
||||
of etemplate pt-br de
|
||||
onchange etemplate pt-br quando Alterar
|
||||
onclick etemplate pt-br quando Clicar
|
||||
only an other version found !!! etemplate pt-br apenas um outra versão encontrada!!!
|
||||
open the online help. etemplate pt-br Abrir a ajuda online.
|
||||
operator etemplate pt-br Operador
|
||||
optional note about the link etemplate pt-br nota opcional para o Link
|
||||
options etemplate pt-br Opções
|
||||
or etemplate pt-br ou
|
||||
order to navigating by tab key through the form etemplate pt-br Ordenar para nevegação por tecla TAB através do formulário
|
||||
overflow etemplate pt-br Excesso
|
||||
padding etemplate pt-br Estofamento
|
||||
parent is a '%1' !!! etemplate pt-br ancestral é um '%1' !!!
|
||||
paste etemplate pt-br Colar
|
||||
path etemplate pt-br Caminho
|
||||
please enter table-name first !!! etemplate pt-br Informe primeiro o nome da tabela!!!
|
||||
pm etemplate pt-br pm
|
||||
popup etemplate pt-br Popup
|
||||
precision etemplate pt-br Precisão
|
||||
primary key etemplate pt-br Chave primária
|
||||
primary key for the table, gets automaticaly indexed etemplate pt-br A Chave primária para a tabela, inicia na posição automáticamente
|
||||
radiobutton etemplate pt-br Botão de escolha
|
||||
read etemplate pt-br Ler
|
||||
read a list of entries. etemplate pt-br Ler uma lista de registro
|
||||
read a single entry by passing the id and fieldlist. etemplate pt-br Ler uma entrada única passando o ID e a lista de campo.
|
||||
read etemplate from database (for the keys above) etemplate pt-br Ler eModelo da base de dados (para as chaves acima)
|
||||
readonly etemplate pt-br somente leitura
|
||||
refresh etemplate pt-br Atualizar
|
||||
remove row (can not be undone!!!) etemplate pt-br remover Linha (NÃO pode ser desfeito!!!)
|
||||
remove this link (not the entry itself) etemplate pt-br Remover este link (não a própria entrada)
|
||||
required etemplate pt-br Requerido
|
||||
reset etemplate pt-br Limpar
|
||||
returns savely, without deleting etemplate pt-br retornar ao documento salvo, SEM apagar
|
||||
right etemplate pt-br Direita
|
||||
row... etemplate pt-br Linha...
|
||||
save as zip etemplate pt-br Salvar como Zip
|
||||
save selected columns as default preference for all users. etemplate pt-br Salvar colunas selecionadas como padrão para todos os usuários.
|
||||
save the changes made and close the window etemplate pt-br Salvar as alterações feitas e fechar a janela
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate pt-br salvar o eModelo sobre as chaves (nome, ...), alterando e salvando como
|
||||
saves changes to tables_current.inc.php etemplate pt-br salvar alterações para o arquivo tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate pt-br salvar o modelo com o número de versão informado e fechar a janela.
|
||||
scale etemplate pt-br Escala
|
||||
scale for float etemplate pt-br escala para flutuação
|
||||
search etemplate pt-br Localizar
|
||||
select a category etemplate pt-br selecione uma Categoria
|
||||
select a primary contact, to show in the list etemplate pt-br Selecione um contato primário, para ser visualizado na lista
|
||||
select access etemplate pt-br Selecione o Acesso
|
||||
select account etemplate pt-br Selecione a Conta
|
||||
select an app first !!! etemplate pt-br Selecione primeiro um aplicativo!!!
|
||||
select an app to search in etemplate pt-br Selecione um aplicativo para pesquisar em
|
||||
select an application etemplate pt-br Selecione uma aplicação
|
||||
select an application, (*) = uninstalled etemplate pt-br Selecione uma aplicação, (*) = removida
|
||||
select an entry to link with etemplate pt-br Selecione um registro a ser linkado
|
||||
select an table of the application etemplate pt-br Selecione uma tabela para a aplicação
|
||||
select application etemplate pt-br Selecione a Aplicação
|
||||
select application to search etemplate pt-br Selecione uma aplicação para pesquisar
|
||||
select category etemplate pt-br Selecione a Categoria
|
||||
select columns etemplate pt-br Selecione colunas
|
||||
select country etemplate pt-br Selecione o País
|
||||
select day etemplate pt-br Selecione o Dia
|
||||
select day of week etemplate pt-br Selecione o dia da semana
|
||||
select entry etemplate pt-br Selecionar entrada
|
||||
select file(s) from vfs etemplate pt-br Selecione o arquivo (s) a partir de VFS
|
||||
select hour etemplate pt-br Selecionar hora
|
||||
select if content of field should not be translated (label gets always translated) etemplate pt-br selecione o conteúdo do campo caso o índice não seja traduzido (a etiqueta inicia sempre traduzida)
|
||||
select language etemplate pt-br Selecione idioma
|
||||
select month etemplate pt-br Selecione o Mês
|
||||
select number etemplate pt-br Selecione o Número
|
||||
select one ... etemplate pt-br Selecione Um ...
|
||||
select percentage etemplate pt-br Selecione a Porcentagem
|
||||
select priority etemplate pt-br Selecione a Prioridade
|
||||
select state etemplate pt-br Selecione o Estado
|
||||
select the columns to display in the list etemplate pt-br Selecione as colunas a serem exibidas na lista
|
||||
select the indexed columns in their desired order etemplate pt-br Selecione a coluna indexada na ordem desejada
|
||||
select this etemplate to delete it etemplate pt-br selecione este eModelo para removê-lo
|
||||
select which accounts to show etemplate pt-br Selecione qual conta exibir
|
||||
select which values to show etemplate pt-br selecione que valores devem ser visualizados
|
||||
select year etemplate pt-br Selecione o Ano
|
||||
selectbox etemplate pt-br Caixa de seleção
|
||||
set as default etemplate pt-br Definir como padrão
|
||||
sets today as date etemplate pt-br marque hoje como a data
|
||||
should the form be submitted or any custom javascript be executed etemplate pt-br Deverá o formulário ser submetido ou qualquer javascript personalizado ser executado
|
||||
show etemplate pt-br Exibir
|
||||
show (no save) etemplate pt-br Exibir (sem salvar)
|
||||
show values etemplate pt-br Mostrar valores
|
||||
showing etemplate pt-br Exibindo
|
||||
shows / allows you to enter values into the etemplate for testing etemplate pt-br exibir / permite que você informe valores ao eModelo apenas para testá-los
|
||||
shows/displays etemplate for testing, does not save it before etemplate pt-br exibir eModelo para teste, SEM SALVAR antes
|
||||
spacing etemplate pt-br Espaçamento
|
||||
span etemplate pt-br Alcance
|
||||
span, class etemplate pt-br Alcance, Classe
|
||||
stack etemplate pt-br Pilha
|
||||
start a new search, cancel this link etemplate pt-br iniciar uma nova pesquisa, cancelar este link
|
||||
start new search for the above pattern etemplate pt-br iniciar uma nova pesquisa conforme o padrão acima
|
||||
submit form etemplate pt-br Submeter formulário
|
||||
submitbutton etemplate pt-br Botão Submeter
|
||||
swap etemplate pt-br Trocar
|
||||
swap widget with next one etemplate pt-br Trocar widget com o próximo
|
||||
swap with next column etemplate pt-br Trocar com a próxima coluna
|
||||
swap with next row etemplate pt-br Trocar com a próxima linha
|
||||
switch to a parent widget etemplate pt-br Trocar por um widget de nível superior
|
||||
switch to an other widgets of that container etemplate pt-br Trocar por um outro widget deste container
|
||||
tabindex etemplate pt-br Índice da tabela
|
||||
table unchanged, no write necessary !!! etemplate pt-br Tabela não alterada, nenhuma escrita necessária!!!
|
||||
tablename etemplate pt-br Nome da tabela
|
||||
tabs etemplate pt-br Tabs
|
||||
template etemplate pt-br Modelo
|
||||
template deleted etemplate pt-br Modelo removido
|
||||
template saved etemplate pt-br Modelo salvo
|
||||
text etemplate pt-br Texto
|
||||
textarea etemplate pt-br Área para texto
|
||||
the following document-types are supported: preferences pt-br Os seguintes tipos de documentos são suportados:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate pt-br este texto será indicado quando um campo de entrada estiver vazio e sem foco (borrão).
|
||||
time etemplate pt-br Tempo
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate pt-br para desabilitar: [! = não]<valor>[=<check>]. Exemplo: '!data' desabilita se o conteúdo de 'data' estiver vazio.
|
||||
to start the db-tools etemplate pt-br iniciar as Ferramentas de DB
|
||||
to start the etemplate editor etemplate pt-br iniciar o editor eModelo
|
||||
to start the search etemplate pt-br iniciar a Localizaçãoto start the search
|
||||
today etemplate pt-br Hoje
|
||||
top etemplate pt-br Topo
|
||||
tree etemplate pt-br Árvore
|
||||
type etemplate pt-br Tipo
|
||||
type of the column etemplate pt-br tipo de coluna
|
||||
type of the field (select label if field should be empty) etemplate pt-br tipo de campo (selecione a Etiqueta se o campo estiver vazio)
|
||||
unique etemplate pt-br Original
|
||||
unlink etemplate pt-br Remover link
|
||||
update a single entry by passing the fields. etemplate pt-br Atualizar uma entrada única passando pelos campos.
|
||||
update from version '%s' to etemplate pt-br Atualizar a partir da Versão '%s' para
|
||||
upload etemplate pt-br Enviar
|
||||
valign etemplate pt-br Alinhar
|
||||
value etemplate pt-br Valor
|
||||
value has to be at least '%1' !!! etemplate pt-br Valor tem que ser ao menos '%1' !!!
|
||||
value has to be at maximum '%1' !!! etemplate pt-br Value tem que ser no máximo '%1' !!!
|
||||
vbox etemplate pt-br VBox
|
||||
version etemplate pt-br Versão
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate pt-br Número da versão, mostrar no formulário: maior.menor.revisão.número (ex.: 0.9.13.001 todos os números se auto-completam com zeros)
|
||||
vertical alignment of row etemplate pt-br Alinhamento vertical da linha
|
||||
view this etemplate etemplate pt-br Exibir este eModelo
|
||||
view this linked entry in its application etemplate pt-br visualizar esta entrada linkada à sua aplicação
|
||||
weekend etemplate pt-br final de semana
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate pt-br o que acontece com o conteúdo excedente: vísivel (default), oculto, scroll, auto (o navegador decide)
|
||||
widget copied into clipboard etemplate pt-br Widget copiado para a área de transferência
|
||||
width etemplate pt-br Largura
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate pt-br largura da coluna (em % ou pixel), desativar col: [! = not]<value>[=<check>] ex.: '!@data' desativa a coluna se o conteúdo for vazio
|
||||
width of column (in % or pixel) etemplate pt-br Largura da coluna (em % ou pixels)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate pt-br Largura da tabela em % ou pixels para a tab de tabela e (opcional) div
|
||||
width, disabled etemplate pt-br Largura, Desabilitada
|
||||
wk etemplate pt-br Semana
|
||||
working days etemplate pt-br Dias de trabalho
|
||||
write <app>/setup/tables_current.inc.php etemplate pt-br Escrever <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate pt-br Escrever o arquivo de idioma
|
||||
write tables etemplate pt-br Escrever as tabelas
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate pt-br escrever um arquivo 'etemplates.inc.php' (para aplicação de Nome) no diretório de configuração do aplicativo
|
||||
xml-file to import etemplate pt-br Importar arquivo xml
|
||||
xslt template etemplate pt-br Modelo XSLT
|
||||
year etemplate pt-br Ano
|
||||
you are not allowed to export more than %1 entries! common pt-br Você não tem permissão para exportar mais de %1 registros!
|
||||
you can respond by visiting: etemplate pt-br Você pode responder acessando:
|
@ -1,487 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate pt %1 (%2 novas) mensagens criadas para a aplicação '%3' e idiomas '%4'
|
||||
%1 entries found, select one ... etemplate pt % Uma entrada encontrada, selecione uma ...
|
||||
%1 etemplates deleted etemplate pt %1 modelos Web eliminados
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate pt %1 modelos Web para a aplicação %2' deixados em '%3'
|
||||
%1 etemplates found etemplate pt %1 modelos Web encontrados
|
||||
%1 matches on search criteria etemplate pt %1 ocorrências da pesquisa
|
||||
%1 more... etemplate pt % Mais 1 ...
|
||||
%1 new etemplates imported for application '%2' etemplate pt %1 modelos Web novos importados para a aplicação '%2'
|
||||
%1 not implemented for %2! etemplate pt % 1 não implementado para% 2!
|
||||
%s disabled etemplate pt %s desactivados
|
||||
%s needed etemplate pt %s necessários
|
||||
%s notranslation etemplate pt %s sem tradução
|
||||
%s onchange etemplate pt %s a ser alteraados
|
||||
%s readonly etemplate pt %s apenas para leitura
|
||||
'%1' has an invalid format etemplate pt '% 1' tem um formato inválido
|
||||
'%1' has an invalid format !!! etemplate pt '%1' tem um formato inválido !!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate pt '% 1' não é arquivo php na raiz do servidor eGW (% 2)!
|
||||
'%1' is not a valid date !!! etemplate pt '%1' não é uma data válida !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate pt %1' não é um número de ponto de flutuação válido !!!
|
||||
'%1' is not a valid integer !!! etemplate pt '%1' não é um inteiro válido !!!
|
||||
'%1' is not allowed ('%2')! etemplate pt '% 1' não é permitido ('% 2')!
|
||||
1 minute etemplate pt 1 Minuto
|
||||
30 seconds etemplate pt 30 segundo
|
||||
5 minutes etemplate pt 5 Minutos
|
||||
a pattern to be searched for etemplate pt Um padrão a pesquisar
|
||||
accesskey etemplate pt Chave de acesso
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate pt As chaves de acesso podem também ser especificadas com um & na etiqueta (ex: &Nome)
|
||||
account contactdata etemplate pt Dados de contacto Conta
|
||||
actions... etemplate pt Ações ...
|
||||
add a new column (after the existing ones) etemplate pt Adicionar uma nova coluna (depois das existentes)
|
||||
add a new entry of the selected application etemplate pt Adicionar um novo registo à aplicação seleccionada
|
||||
add a new multi-column index etemplate pt Adicionar um novo índice de várias colunas
|
||||
add column etemplate pt Adicionar coluna
|
||||
add index etemplate pt Adicionar índice
|
||||
add new etemplate pt Adicionar novo/a
|
||||
add table etemplate pt Adicionar tabela
|
||||
advanced search etemplate pt Pesquisa avançada
|
||||
align etemplate pt Alinhar
|
||||
alignment of label and input-field in table-cell etemplate pt Alinhamento da etiqueta e campo na célula da tabela
|
||||
alignment of the v/hbox containing table-cell etemplate pt Alinhamento da caixa vertical/horizontal na célula da tabela
|
||||
all days etemplate pt Todos os dias
|
||||
all operations save the template! etemplate pt Todas as operações foram guardadas no modelo!
|
||||
all users etemplate pt Todos os usuários
|
||||
allowed file type: %1 etemplate pt Admitidos tipo de arquivo:% 1
|
||||
am etemplate pt Manhã
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate pt As querys utilizam uma coluna com maior eficiência se esta estiver indexada (ocupa espaço em disco !!!)
|
||||
and etemplate pt E
|
||||
application etemplate pt Aplicação
|
||||
application name needed to restore etemplates! etemplate pt Nome do aplicativo necessário para restaurar eTemplates!
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate pt É necessário o nome da aplicação para editar um ficheiro de idioma ou deixar os modelos Web !!!
|
||||
applications etemplate pt Aplicações
|
||||
applies the changes made etemplate pt Aplica as alterações efectuadas
|
||||
applies the changes to the given version of the template etemplate pt Aplica as alterações em determinada versão do modelo
|
||||
as default etemplate pt Como padrão
|
||||
attach etemplate pt Anexar
|
||||
attach file etemplate pt Anexar ficheiro
|
||||
baseline etemplate pt Linha de base
|
||||
blurtext etemplate pt Desfocar texto
|
||||
border etemplate pt Contorno
|
||||
border-line-thickness for the table-tag etemplate pt Espessura da linha do contorno da tabela
|
||||
bottom etemplate pt Fundo
|
||||
box etemplate pt Caixa
|
||||
box... etemplate pt Caixa...
|
||||
broken link etemplate pt Link quebrado
|
||||
can not have special sql-value null etemplate pt Não pode ter um valor nulo de SQL
|
||||
cancel etemplate pt Cancelar
|
||||
cant delete a single widget from a grid !!! etemplate pt Não é possível eliminar um único widget da grelha !!!
|
||||
cant delete the only column of a grid !!! etemplate pt Não é possível eliminar a única coluna da grelha !!!
|
||||
cant delete the only row in a grid !!! etemplate pt Não é possível eliminar a única linha da grelha !!!
|
||||
category etemplate pt Categoria
|
||||
category tree etemplate pt Categoria árvore
|
||||
cellpadding for the table-tag etemplate pt Preenchimento de célula da tabela
|
||||
cells etemplate pt Células
|
||||
cellspacing for the table-tag etemplate pt Espaçamento da célula da tabela
|
||||
center etemplate pt Centro
|
||||
changed etemplate pt Alterado/a
|
||||
check all etemplate pt Marcar todas
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate pt Marcar se o conteúdo deve ser exibido, mas não alterado (o conteúdo não será devolvido!)
|
||||
check if field has to be filled by user etemplate pt Marcar se o campo for de preenchimento obrigatório para o utilizador
|
||||
checkbox etemplate pt Caixa de selecção
|
||||
class etemplate pt Classe
|
||||
class, valign etemplate pt Classe, Alinhamento vertical
|
||||
click here to attach the file etemplate pt Clique aqui para anexar o ficheiro
|
||||
click here to create the link etemplate pt Clique aqui para criar a ligação
|
||||
click here to start the search etemplate pt Clique aqui para iniciar a pesquisa
|
||||
click here to upload the file etemplate pt Clique aqui para enviar o ficheiro
|
||||
click to order after that criteria etemplate pt Clique para ordenar sob esse critério
|
||||
clickable path etemplate pt Caminho clicável
|
||||
closes the window without saving the changes etemplate pt Fecha a janela sem guardar as alterações
|
||||
column... etemplate pt Coluna...
|
||||
columnname etemplate pt Nome da coluna
|
||||
comment etemplate pt Comentário
|
||||
confirm etemplate pt Confirmar
|
||||
confirmation message or custom javascript (returning true or false) etemplate pt Mensagem de confirmação ou java-script personalizável (a devolver verdadeiro ou falso)
|
||||
confirmation necesary or custom java-script etemplate pt É necessária confirmação ou java-script personalizável
|
||||
confirmation required etemplate pt A confirmação exigida
|
||||
contact etemplate pt Contacto
|
||||
contact field to show etemplate pt Contacte-campo para mostrar
|
||||
contact fields etemplate pt Campos de contato
|
||||
contains etemplate pt Contém
|
||||
create a new table for the application etemplate pt Criar uma nova tabela para a aplicação
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate pt Cria um ficheiro de idioma inglês ('en') a partir de etiquetas ou textos de ajuda (para aplicar no Nome)
|
||||
creator preferences pt Criador
|
||||
css class for the table-tag etemplate pt Classe CSS para tabela
|
||||
css properties etemplate pt Propriedades do CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate pt Nome da classe CSS para esta linha, pré-definição: 'nmh' = NextMatch header, 'nmr' = alternating NM row, 'nmr0'+'nmr1' NM rows
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate pt Nome da classe CSS para esta linha, pré-definição: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows
|
||||
css-styles etemplate pt Estilos CSS
|
||||
custom etemplate pt Personalizar
|
||||
custom fields etemplate pt Campos personalizados
|
||||
custom javascript for onchange etemplate pt Javascript personalizado para onChange
|
||||
cut etemplate pt Cortar
|
||||
date etemplate pt Data
|
||||
date+time etemplate pt Data+Hora
|
||||
day etemplate pt Dia
|
||||
days etemplate pt Dias
|
||||
db ensures that every row has a unique value in that column etemplate pt A base de dados assegura que cada linha tenha um valor único naquela coluna.
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate pt Opções de índice db-specific (separadas por vírgulas), ex: mysql(FULLTEXT) ou mysql(100) para o comprimento indexado de uma coluna
|
||||
db-tools etemplate pt Ferramentas da base de dados
|
||||
deck etemplate pt Deck (interno)
|
||||
default etemplate pt Por omissão
|
||||
delete a single entry by passing the id. etemplate pt Eliminar um único resgisto passando a ID.
|
||||
delete all selected etemplates, without further inquiry etemplate pt Eliminar TODOS os modelos Web seleccionados, SEM perguntar mais
|
||||
delete and cut save the template! etemplate pt Eliminar e cortar para guardar o modelo!
|
||||
delete column etemplate pt Eliminar coluna
|
||||
delete index etemplate pt Eliminar índice
|
||||
delete the spezified etemplate etemplate pt Eliminar modelo Web específico
|
||||
delete this column etemplate pt Eliminar esta coluna
|
||||
delete this etemplate etemplate pt Eliminar este modelo Web
|
||||
delete this file etemplate pt Eliminar este ficheiro
|
||||
delete this row etemplate pt Eliminar esta linha
|
||||
delete whole column (can not be undone!!!) etemplate pt Eliminar a coluna inteira (NÃO poderá voltar atrás!!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate pt Elimina o modelo Web da base de dados especificado em cima. Esta acção NÃO pode ser anulada.
|
||||
deletes the etemplate spez. above etemplate pt Elimina o modelo Web especificado em cima
|
||||
deletes this column etemplate pt Elimina esta coluna
|
||||
deletes this index etemplate pt Elimina este índice
|
||||
discard changes etemplate pt Ignorar alterações
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate pt Surge em frente do campo ou o campo é inserido para um(a) %s' na etiqueta (etiqueta do botão de submissão ou nome do ficheiro da imagem)
|
||||
displayed in statusline of browser if input-field gets focus etemplate pt Surge na linha de estado do navegador se input-field gets focus
|
||||
displayed in the top line of the groupbox (legend) etemplate pt Surge na linha de topo da caixa de grupo (legenda)
|
||||
do you want to save the changes you made in table %s? etemplate pt Deseja guardar as alterações efectuadas na tabela %s?
|
||||
documentation etemplate pt Documentação
|
||||
doesn't matter etemplate pt Não interessa
|
||||
done etemplate pt Feito
|
||||
drop a table - this can not be undone etemplate pt Deixar uma tabela - esta acção NÃO pode ser anulada
|
||||
drop table etemplate pt Deixar tabela
|
||||
dump4setup etemplate pt Deixar para configurar
|
||||
duration etemplate pt Duração
|
||||
edit etemplate pt Editar
|
||||
edit embeded css styles or of the applications app.css file etemplate pt Editar estilos de CSS embebidos ou de ficheiros app.css de aplicações.
|
||||
edit the etemplate spez. above etemplate pt Editar o modelo Web especificado em cima
|
||||
edit... etemplate pt Editar...
|
||||
editable templates - db-tools etemplate pt Modelos editáveis - Ferramentas da base de dados
|
||||
editable templates - delete template etemplate pt Modelos editáveis - Eliminar modelo
|
||||
editable templates - editor etemplate pt Modelos editáveis - Editor
|
||||
editable templates - search etemplate pt Modelos editáveis - Pesquisa
|
||||
editable templates - show template etemplate pt Modelos editáveis - Exibir modelo
|
||||
element role title etemplate pt Título papel de elemento
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate pt Estilos de CSS embebidos. Ex: '.red { background: red; }' (repare no'.' antes do nome de classe) ou '@import url(...)' (nomes de classe são gerais para toda a página!)
|
||||
enable javascript onchange submit etemplate pt Activar a submissão de Javascript onChange
|
||||
enter '' for an empty default, nothing mean no default etemplate pt Insira " para uma definição por omissão vazia. Nada significa sem definição por omissão.
|
||||
enter a search pattern etemplate pt Insira um padrão de pesquisa
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate pt Insira um nome de ficheiro a enviar e anexar, utilize [Navegar...] para o pesquisar
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate pt Insira o número da nova versão aqui (> versão antiga). Deixe vazio para não actualizar ficheiro.
|
||||
enter the new version number here (has to be > old_version) etemplate pt Insira o número da nova versão aqui (tem de ser maior do que a versão antiga)
|
||||
entry saved etemplate pt Registo guardado
|
||||
error copying uploaded file to vfs! etemplate pt Erro ao copiar arquivo carregado para VFS!
|
||||
error create parent directory %1! etemplate pt Erro ao criar diretório pai% 1!
|
||||
error deleting %1! etemplate pt Erro ao excluir% 1!
|
||||
error uploading file! filemanager pt O upload de arquivos de erro!
|
||||
error: template not found !!! etemplate pt Erro: modelo não encontrado !!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate pt Erro: O servidor Web não ter permissões de escrita no '%1' !!!
|
||||
error: while saving !!! etemplate pt Erro ao guardar !!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate pt Erro ao editar ficheiro (servidor Web sem permissões de escrita) !!!
|
||||
etemplate common pt Modelos Web
|
||||
etemplate '%1' imported, use save to put it in the database etemplate pt Modelo Web '%1' importado. Guarde-o para o inserir na base de dados
|
||||
etemplate '%1' written to '%2' etemplate pt Modelo Web '%1' criado para '%2'
|
||||
etemplate editor etemplate pt Editor de modelos Web
|
||||
etemplate reference etemplate pt Referência de modelos Web
|
||||
etemplate tutorial etemplate pt Tutorial de modelos Web
|
||||
exchange this row with the one above etemplate pt Trocar esta linha com a de cima
|
||||
exchange this two columns etemplate pt Trocar estas duas colunas
|
||||
export the loaded etemplate into a xml-file etemplate pt Exportar o modelo Web carregado para um ficheiro XML
|
||||
export xml etemplate pt Exportar XML
|
||||
extensions loaded: etemplate pt Extensões carregadas:
|
||||
field etemplate pt Campo
|
||||
field must not be empty !!! etemplate pt O campo não pode estar vazio !!!
|
||||
file etemplate pt Ficheiro
|
||||
file '%1' not found! etemplate pt Arquivo '% 1' não encontrado!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate pt O ficheiro contém mais do que um modelo Web. Será exibido o último !!!
|
||||
file is of wrong type (%1 != %2)! etemplate pt Arquivo é o tipo errado (% 1! =% 2)!
|
||||
file writen etemplate pt Ficheiro editado
|
||||
fileupload etemplate pt Envio de ficheiros
|
||||
first etemplate pt Primeiro
|
||||
floating point etemplate pt Ponto de flutuação
|
||||
force etemplate pt força
|
||||
foreign key etemplate pt Chave estrangeira
|
||||
formatted text (html) etemplate pt Texto formatado (HTML)
|
||||
fr etemplate pt Fr
|
||||
general fields: preferences pt Campos gerais:
|
||||
go to the first entry etemplate pt Ir para o primeiro registo
|
||||
go to the last entry etemplate pt Ir para o último registo
|
||||
go to the next page of entries etemplate pt Ir para a página seguinte de registos
|
||||
go to the previous page of entries etemplate pt Ir para a página anterior de registos
|
||||
grid etemplate pt Grelha
|
||||
grid column attributes etemplate pt Colocar grelha nos atributos das colunas
|
||||
grid row attributes etemplate pt Colocar grelha nos atributos das linhas
|
||||
groupbox etemplate pt Caixa de grupo
|
||||
h etemplate pt h
|
||||
hbox etemplate pt Caixa horizontal
|
||||
height etemplate pt Altura
|
||||
height of row (in % or pixel) etemplate pt Altura da linha (em % ou píxeis)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate pt Altura da linha (em % ou pixeis), desactivar linha [! = not]<value>[=<check>] ex: '!@dados' desactiva a linha se o conteúdo dos dados for vazio.
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate pt Altura da tabela em % ou pixeis para a tag e div (opcional) da tabela.
|
||||
height, disabled etemplate pt Altura, Desactivada
|
||||
help etemplate pt Ajuda
|
||||
horizontal rule etemplate pt Regra horizontal
|
||||
hour etemplate pt Hora
|
||||
hours etemplate pt Horas
|
||||
how many entries should the list show etemplate pt Número de registos a exibir na lista
|
||||
html etemplate pt HTML
|
||||
html link to the current record etemplate pt Link HTML para o registro atual
|
||||
id etemplate pt id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate pt Se o campo estiver desactivado, será apresentada uma célula vazia da tabela, para remoção (temporária) do campo/célula
|
||||
image etemplate pt Imagem
|
||||
import etemplate pt Importar
|
||||
import an etemplate from a xml-file etemplate pt Importar um modelo Web de um ficheiro XML
|
||||
import table-definitions from existing db-table etemplate pt Importar definições da tabela de uma tabela de base de dados existente
|
||||
import xml etemplate pt Importar XML
|
||||
increment version to not overwrite the existing template etemplate pt Actualizar a versão não sobrepõe o modelo existente
|
||||
index/name of returned content (name of the template, link / method for image) etemplate pt Índice/nome do conteúdo devolvido (nome do modelo, ligação / método por imagem)
|
||||
indexed etemplate pt Indexado/a
|
||||
indexoptions etemplate pt Opções de índice
|
||||
input required etemplate pt Entrada necessária
|
||||
insert a column before etemplate pt Inserir uma coluna antes
|
||||
insert a column behind etemplate pt Inserir uma coluna depois
|
||||
insert a row above etemplate pt Inserir uma linha antes
|
||||
insert a row below etemplate pt Inserir uma linha depois
|
||||
insert a widget before etemplate pt Inserir um widget antes
|
||||
insert a widget behind etemplate pt Inserir um widget depois
|
||||
insert in document etemplate pt Insira no documento
|
||||
insert new column behind this one etemplate pt Inserir uma coluna antes desta
|
||||
insert new column in front of all etemplate pt Inserir uma coluna à frente de todas
|
||||
insert new row after this one etemplate pt Inserir uma coluna depois desta
|
||||
insert new row in front of first line etemplate pt Inserir uma linha à frente de todas
|
||||
integer etemplate pt Inteiro
|
||||
key etemplate pt Chave
|
||||
label etemplate pt Etiqueta
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate pt Etiqueta:[bold][italic] Texto:[len][,max] Números:[min][,[max][,len]] Área de texto:[rows][,cols] Botão de selecção única.:valor de regra horizontal:[width] Modelo:[IndexInContent] Selecção:[multiselect] Data:[values: ex. 'a-m-d']
|
||||
lang etemplate pt Idioma
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate pt Abreviatura de idioma (ex. 'pt' para português) para o modelo dependente de um idioma e ('' lêem as preferências do seu idioma ou o definido por omissão; o eGroupWare lê 'por omissão' o modelo por omissão '')
|
||||
last etemplate pt Último/a
|
||||
left etemplate pt Esquerda
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate pt Largura por char+varchar, precisions int: 2, 4, 8 e float: 4, 8
|
||||
link etemplate pt Ligação
|
||||
link target %1 not found! etemplate pt Destino do link% 1 não encontrado!
|
||||
linkapps etemplate pt Ligação aplicativos
|
||||
linkentry etemplate pt Registo de ligações
|
||||
linklist etemplate pt Lista de ligações
|
||||
links and attached files preferences pt Links e arquivos anexados
|
||||
linkstring etemplate pt Ligar string
|
||||
linkto etemplate pt Ligar a
|
||||
list of files linked to the current record preferences pt Lista de arquivos vinculados ao registro atual
|
||||
load this template into the editor etemplate pt Carregar este modelo no editor
|
||||
maximum size for uploads filemanager pt Tamanho máximo de carregamento
|
||||
message ... etemplate pt Mensagem ...
|
||||
message prepared for sending. etemplate pt Mensagem preparado para o envio.
|
||||
message(s) send failed! etemplate pt Mensagem (s) de envio falhou!
|
||||
message(s) send ok. etemplate pt Mensagem (s) enviar ok.
|
||||
middle etemplate pt Meio
|
||||
minute etemplate pt Minuto
|
||||
minutes etemplate pt Minutos
|
||||
missing: %1 etemplate pt Falta: 1%
|
||||
mo etemplate pt Mo
|
||||
modifier preferences pt Modifier
|
||||
month etemplate pt Mês
|
||||
more etemplate pt Mais
|
||||
more than 1 match for '%1' etemplate pt Mais do que um jogo para '% 1'
|
||||
multicolumn indices etemplate pt Índices de várias colunas
|
||||
name etemplate pt Nome
|
||||
name of other table where column is a key from etemplate pt Nome de outra tabela onde uma coluna é a chave.
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate pt Nome do conjunto phpgw-template (ex: verdilak): '' = por omissão (irá ler as preferências do modelo; o eGroupWare lê 'por omissão' o modelo por omissão '')
|
||||
name of table to add etemplate pt Nome da tabela a adicionar
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate pt Nome do modelo Web, deve surgir no formulário application.function[.subTemplate].
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate pt É necessário ser único na tabela e sem palavra reservada do SQL. É melhor definir todos os prefixos com dois digitos para a aplicação. Ex: 'et_'.
|
||||
new etemplate pt Novo
|
||||
new search common pt Nova pesquisa
|
||||
new table created etemplate pt Nova tabela criada
|
||||
new value etemplate pt Novo valor
|
||||
newer version '%1' exists !!! etemplate pt Existe uma versão mais recente de '%1' !!!
|
||||
nextmatch etemplate pt Ocorrência seguinte
|
||||
nextmatch accountfilter etemplate pt Ocorrência seguinte do filtro de contas
|
||||
nextmatch custom filterheader etemplate pt Cabeçalho personalizado filtro NextMatch
|
||||
nextmatch filterheader etemplate pt Ocorrência seguinte do filtro de cabeçalhos
|
||||
nextmatch header etemplate pt Cabeçalho NextMatch
|
||||
nextmatch sortheader etemplate pt Ocorrência seguinte da lista de cabeçalhos
|
||||
no column to swap with !!! etemplate pt Nenhuma coluna com que trocar !!!
|
||||
no file etemplate pt Nenhum ficheiro
|
||||
no filename given or selected via browse... etemplate pt Nenhum nome de ficheiro inserido ou seleccionado a partir do Navegar...
|
||||
no filters etemplate pt Filtros não
|
||||
no matches found etemplate pt Nenhuma ocorrência encontrada
|
||||
no rights to export more than %1 entries! common pt Nenhum direito a exportar mais de 1% entradas!
|
||||
no row to swap with !!! etemplate pt Nenhuma linha com que trocar !!!
|
||||
not null etemplate pt Não nulo
|
||||
nothing etemplate pt Nada
|
||||
nothing found - try again !!! etemplate pt Nada encontrado - tente de novo !!!
|
||||
nothing in clipboard to paste !!! etemplate pt Nada na área de transferência para colar !!!
|
||||
nothing matched search criteria !!! etemplate pt Não houve resultados para a pesquisa !!!
|
||||
now etemplate pt Agora
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate pt Número de colunas a que o campo/célula deve estender ou 'tudo' para as colunas restantes, nome da classe de CSS (para a tag TD)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate pt Número de linhas/colunas numa Caixa V/H, preenchimento de células e espaçamento de células
|
||||
of etemplate pt de
|
||||
off etemplate pt fora
|
||||
old value etemplate pt Valor Antigo
|
||||
onchange etemplate pt OnChange
|
||||
onclick etemplate pt OnClick
|
||||
only an other version found !!! etemplate pt Apenas outra versão foi encontrada !!!
|
||||
open the online help. etemplate pt Abrir ajuda em linha.
|
||||
operator etemplate pt Operador
|
||||
optional note about the link etemplate pt Informações adicionais sobre a ligação
|
||||
options etemplate pt Opções
|
||||
or etemplate pt ou
|
||||
order to navigating by tab key through the form etemplate pt Ordem para navegar pela chave da tabela através do formulário.
|
||||
overflow etemplate pt Excedente
|
||||
padding etemplate pt Preenchimento
|
||||
parent is a '%1' !!! etemplate pt Principal é um(a) '%1' !!!
|
||||
paste etemplate pt Colar
|
||||
path etemplate pt Caminho
|
||||
please enter table-name first !!! etemplate pt Por favor, insira o nome da tabela primeiro !!!
|
||||
pm etemplate pt Tarde
|
||||
popup etemplate pt Popup
|
||||
precision etemplate pt Precisão
|
||||
preference etemplate pt Preferência
|
||||
primary key etemplate pt Chave primária
|
||||
primary key for the table, gets automaticaly indexed etemplate pt Chave primária da tabela é automaticamente indexada
|
||||
radiobutton etemplate pt Botão de selecção única
|
||||
read etemplate pt Ler
|
||||
read a list of entries. etemplate pt Ler uma lista de registos.
|
||||
read a single entry by passing the id and fieldlist. etemplate pt Ler um registo único passando a ID e a lista de campos.
|
||||
read etemplate from database (for the keys above) etemplate pt Ler modelo Web da base de dados (para as chaves em cima)
|
||||
readonly etemplate pt Apenas para leitura
|
||||
refresh etemplate pt Atualizar
|
||||
remove row (can not be undone!!!) etemplate pt Remover linha (não será possível anular esta acção!!!)
|
||||
remove this link (not the entry itself) etemplate pt Remover esta ligação (não o registo em si)
|
||||
required etemplate pt Necessário
|
||||
reset etemplate pt Restabelecer
|
||||
reset all user's column preferences etemplate pt Repor preferências coluna de todo o usuário
|
||||
restore all etemplate pt Restaurar tudo
|
||||
returns savely, without deleting etemplate pt Voltar sem eliminar
|
||||
right etemplate pt Direita
|
||||
row... etemplate pt Linha...
|
||||
sa etemplate pt Sa
|
||||
save all etemplate pt Salve todo
|
||||
save the changes made and close the window etemplate pt Guardar as alterações efectuadas e fechar a janela
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate pt Guardar o modelo Web com as chaves de cima (nome, ...). Terá de alterá-las para "Guardar como..."
|
||||
saves changes to tables_current.inc.php etemplate pt Guarda as alterações em tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate pt Guarda o modelo com determinado número de versão e fecha a janela
|
||||
scale etemplate pt Escala
|
||||
scale for float etemplate pt Escala para flutuar
|
||||
search etemplate pt Pesquisar
|
||||
search... etemplate pt Pesquisar ...
|
||||
select a category etemplate pt Seleccione uma categoria
|
||||
select a primary contact, to show in the list etemplate pt Seleccionar um contacto principal para exibir na lista
|
||||
select access etemplate pt Seleccionar acesso
|
||||
select account etemplate pt Seleccionar conta
|
||||
select an app first !!! etemplate pt Seleccione uma aplicação primeiro !!!
|
||||
select an app to search in etemplate pt Seleccione a aplicação a pesquisar
|
||||
select an application etemplate pt Seleccione uma aplicação
|
||||
select an application, (*) = uninstalled etemplate pt Seleccione uma aplicação, (*) = desinstalada
|
||||
select an entry to link with etemplate pt Seleccione um registo a ligar a
|
||||
select an table of the application etemplate pt Seleccione uma tabela da aplicação
|
||||
select application etemplate pt Seleccionar aplicação
|
||||
select application to search etemplate pt Selecione aplicativo para pesquisa
|
||||
select category etemplate pt Seleccionar categoria
|
||||
select columns etemplate pt Selecionar colunas
|
||||
select country etemplate pt Seleccionar país
|
||||
select day etemplate pt Seleccionar dia
|
||||
select day of week etemplate pt Seleccionar dia da semana
|
||||
select entry etemplate pt Escolha uma opção
|
||||
select file(s) from vfs etemplate pt Selecione o arquivo (s) a partir de VFS
|
||||
select files from filemanager ... etemplate pt Selecione os arquivos a partir de Filemanager ...
|
||||
select hour etemplate pt Selecione hora
|
||||
select if content of field should not be translated (label gets always translated) etemplate pt Seleccionar se o conteúdo de um campo não deve ser traduzido (a etiqueta será sempre traduzida)
|
||||
select language etemplate pt Selecione o idioma
|
||||
select month etemplate pt Seleccionar mês
|
||||
select number etemplate pt Seleccionar número
|
||||
select one ... etemplate pt Seleccione um(a) ...
|
||||
select percentage etemplate pt Seleccionar percentagem
|
||||
select priority etemplate pt Seleccionar prioridade
|
||||
select some options etemplate pt Selecione algumas opções
|
||||
select state etemplate pt Seleccionar estado
|
||||
select the columns to display in the list etemplate pt Selecione as colunas para exibir na lista
|
||||
select the indexed columns in their desired order etemplate pt Seleccione as colunas indexadas na ordem pretendida
|
||||
select this etemplate to delete it etemplate pt Seleccione este modelo Web para o eliminar
|
||||
select which accounts to show etemplate pt Seleccione as contas a exibir
|
||||
select which values to show etemplate pt Seleccione os valores a exibir
|
||||
select year etemplate pt Seleccionar ano
|
||||
selectbox etemplate pt Caixa de selecção
|
||||
set these columns as the default etemplate pt Defina essas colunas como padrão
|
||||
sets today as date etemplate pt Define hoje como data
|
||||
should the form be submitted or any custom javascript be executed etemplate pt Deve o formulário ser submetido ou há alguma personalização do javascript por executar.
|
||||
show etemplate pt Exibir
|
||||
show (no save) etemplate pt Exibir (sem guardar)
|
||||
show all / cancel filter etemplate pt Mostrar tudo / cancelar filtro
|
||||
show values etemplate pt Exibir valores
|
||||
showing etemplate pt A exibir
|
||||
shows / allows you to enter values into the etemplate for testing etemplate pt exibe / permite-lhe a submissão de valores no modelo Web para testes
|
||||
shows/displays etemplate for testing, does not save it before etemplate pt exibr/apresenta o modelo Web para testes. NÃO o guarda antes
|
||||
spacing etemplate pt Espaçamento
|
||||
span etemplate pt Extensão
|
||||
span, class etemplate pt Extensão, Classe
|
||||
stack etemplate pt Empilhar
|
||||
start a new search, cancel this link etemplate pt Iniciar uma nova pesquisa. Cancelar esta ligação.
|
||||
start new search for the above pattern etemplate pt Iniciar uma nova pesquisa com o padrão acima
|
||||
su etemplate pt Su
|
||||
submit form etemplate pt Enviar formulário
|
||||
submitbutton etemplate pt Botão de envio
|
||||
swap etemplate pt Trocar
|
||||
swap widget with next one etemplate pt Trocar widget com o seguinte
|
||||
swap with next column etemplate pt Trocar com a coluna seguinte
|
||||
swap with next row etemplate pt Trocar com a linha seguinte
|
||||
switch to a parent widget etemplate pt Mudar para um widget principal
|
||||
switch to an other widgets of that container etemplate pt Mudar para outro widget do repositório
|
||||
tabindex etemplate pt Indíce de tabelas
|
||||
table unchanged, no write necessary !!! etemplate pt Tabela inalterada, não é necessário editar !!!
|
||||
tablename etemplate pt Nome da tabela
|
||||
tabs etemplate pt Tabelas
|
||||
template etemplate pt Modelo
|
||||
template deleted etemplate pt Modelo eliminado
|
||||
template saved etemplate pt Modelo guardado
|
||||
text etemplate pt Texto
|
||||
textarea etemplate pt Área de texto
|
||||
th etemplate pt Th
|
||||
the following document-types are supported: preferences pt Os seguintes tipos de documentos são suportados:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate pt Este texto surge se o campo de entrada estiver vazio e se não tiver focus (blur)
|
||||
time etemplate pt Hora
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate pt Para desactivar: [! = não]<valor>[=<verificação>] ex: '!@data' desactiva se o conteúdo dos dados estiver vazio
|
||||
to start the db-tools etemplate pt Para iniciar as ferramentas da base de dados
|
||||
to start the etemplate editor etemplate pt Para iniciar o editor de modelos Web
|
||||
to start the search etemplate pt Para iniciar a pesquisa
|
||||
today etemplate pt Hoje
|
||||
top etemplate pt Topo
|
||||
tree etemplate pt Árvore
|
||||
tu etemplate pt Tu
|
||||
type etemplate pt Tipo
|
||||
type of the column etemplate pt Tipo de coluna
|
||||
type of the field (select label if field should be empty) etemplate pt Tipo o campo (se o campo deve estar vazio, seleccione etiqueta)
|
||||
uncheck all etemplate pt Desmarque tudo
|
||||
unique etemplate pt Único/a
|
||||
unlink etemplate pt Remover ligação
|
||||
update a single entry by passing the fields. etemplate pt Actualizar um registo passando os campos.
|
||||
update from version '%s' to etemplate pt Actualizar da versão '%s' para
|
||||
upload etemplate pt Enviar
|
||||
upload file(s) from filemanager... etemplate pt Carregar arquivo (s) a partir de Filemanager ...
|
||||
user etemplate pt Usuário
|
||||
user-agent & action etemplate pt User-agent & action
|
||||
valign etemplate pt Alinhamento vertical
|
||||
value etemplate pt Valor
|
||||
value has to be at least '%1' !!! etemplate pt O valor tem de ser pelo menos '%1' !!!
|
||||
value has to be at maximum '%1' !!! etemplate pt O valor tem de ser no máximo '%1' !!!
|
||||
vbox etemplate pt Caixa vertical
|
||||
version etemplate pt Versão
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate pt número da versão, deve estar no formulário: major.minor.revision.number (ex: 0.9.13.001 todos os números preenchidos com zeros)
|
||||
vertical alignment of row etemplate pt Alinhamento vertical da linha
|
||||
view this etemplate etemplate pt Ver este modelo Web
|
||||
view this linked entry in its application etemplate pt Ver este registo ligado na sua aplicação
|
||||
we etemplate pt Nós
|
||||
weekend etemplate pt Fim-de-semana
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate pt O que acontece ao conteúdo excedente: visível (por omissão), oculto, consultável utilizando a barra de deslocamento, automático (decisão do navegador)
|
||||
widget copied into clipboard etemplate pt O widget foi copiado para a área de transferência
|
||||
width etemplate pt Largura
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate pt Largura da coluna (em % ou pixeis), desactivar coluna [! = não]<valor>[=<verificação>] ex: '!@data' desactivar coluna se o conteúdo dos dados estiver vazio
|
||||
width of column (in % or pixel) etemplate pt Largura da coluna (em % ou píxeis)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate pt Largura da tabela em % ou pixeis para a tag e div (opcional) da tabela.
|
||||
width, disabled etemplate pt Largura, Desactivada
|
||||
wk etemplate pt Wk
|
||||
working days etemplate pt Dias de trabalho
|
||||
write <app>/setup/tables_current.inc.php etemplate pt Editar <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate pt Editar ficheiro de idioma
|
||||
write tables etemplate pt Editar tabelas
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate pt Edita um ficheiro 'etemplates.inc.php' (para aplicação no Nome) na directoria de configuração da aplicação.
|
||||
xml-file to import etemplate pt Ficheiro XML para importar
|
||||
xslt template etemplate pt Modelo XSLT
|
||||
year etemplate pt Ano
|
||||
you can respond by visiting: etemplate pt Você pode responder, visitando
|
||||
you need to select a file first! etemplate pt Selecione um arquivo primeiro!
|
||||
your code is incorrect !!! etemplate pt Código é incorreto!
|
@ -1,481 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate ru %1 (%2 новых) сообщений записано для приложения '%3' и языков '%4'
|
||||
%1 entries found, select one ... etemplate ru Найдено %1 вхождений, выберите одно...
|
||||
%1 etemplates deleted etemplate ru %1 e-Шаблонов удалено
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate ru %1 е-Шаблонов приложения '%2' сброшено в '%3'
|
||||
%1 etemplates found etemplate ru %1 e-Шаблонов найдено
|
||||
%1 matches on search criteria etemplate ru %1 совпадений с условием поиска
|
||||
%1 more... etemplate ru еще %1 ...
|
||||
%1 new etemplates imported for application '%2' etemplate ru %1 новых е-Шаблонов импортировано для приложения '%2'
|
||||
%1 not implemented for %2! etemplate ru %1 неприменимо для %2!
|
||||
%s disabled etemplate ru %s отключен
|
||||
%s needed etemplate ru нужен %s
|
||||
%s notranslation etemplate ru %s непереведено
|
||||
%s onchange etemplate ru %s изменяется
|
||||
%s readonly etemplate ru %s только для чтения
|
||||
'%1' has an invalid format etemplate ru Неверный формат '%1'
|
||||
'%1' has an invalid format !!! etemplate ru '%1' имеет неверный формат!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate ru '%1' нет файла php в корневом каталоге eGW (%2)!
|
||||
'%1' is not a valid date !!! etemplate ru '%1' неверная дата!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate ru '%1' неверное число с плавающей запятой!
|
||||
'%1' is not a valid integer !!! etemplate ru '%1' неверное целое !
|
||||
'%1' is not allowed ('%2')! etemplate ru '%1' недопустимо ('%2')!
|
||||
a pattern to be searched for etemplate ru Шаблон для поиска
|
||||
accesskey etemplate ru Ключ доступа
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate ru Ключи доступа могут быть также заданы при помощи "&" в названии (напр &Name)
|
||||
account contactdata etemplate ru Данные учетной запися для связи
|
||||
actions... etemplate ru Действия...
|
||||
add a new column (after the existing ones) etemplate ru Добавить новую колонку (сразу после существующих)
|
||||
add a new entry of the selected application etemplate ru Добавить новую запись выбранного приложения
|
||||
add a new multi-column index etemplate ru Добавить новый многоколоночный индекс
|
||||
add column etemplate ru Добавить колонку
|
||||
add index etemplate ru Добавить индекс
|
||||
add new etemplate ru Добавить новый
|
||||
add table etemplate ru Добавить таблицу
|
||||
add to clipboard etemplate ru Добавить буфер обмена
|
||||
advanced search etemplate ru Расширенный поиск
|
||||
align etemplate ru Выравнивание
|
||||
alignment of label and input-field in table-cell etemplate ru Выравнивание меток и полей ввода в ячейке таблицы
|
||||
alignment of the v/hbox containing table-cell etemplate ru Выравнивание Верт/Гориз (Box) содержащего ячеку таблицы
|
||||
all days etemplate ru все дни
|
||||
all operations save the template! etemplate ru все действия сохраняют шаблон!
|
||||
all users etemplate ru Все пользователи
|
||||
allowed file type: %1 etemplate ru Допустимый тип файла: %1
|
||||
am etemplate ru утр?(am)
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate ru проиндексированные колонки уеличивают скорость обработки запросов использующих колонки (при этом затрачивается дополнительное дисковое пространство)
|
||||
and etemplate ru И
|
||||
application etemplate ru Приложение
|
||||
application has no etemplates (no file %1) to restore! etemplate ru У приложение нет e-Шаблонов (нет файла %1) для восстановления!
|
||||
application name needed to restore etemplates! etemplate ru Имя приложения необходимо для восстановления e-Шаблонов!
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate ru Имя приложения необходмо для записи языкового файла или е-Шаблона
|
||||
applications etemplate ru Приложения
|
||||
applies the changes made etemplate ru Применяет изменения
|
||||
applies the changes to the given version of the template etemplate ru Применяет изменения к выбранной версии шаблона
|
||||
as default etemplate ru по-умолчанию
|
||||
attach etemplate ru Вложить
|
||||
attach file etemplate ru вложить файл
|
||||
baseline etemplate ru Базовая линия
|
||||
blurtext etemplate ru расплывшийсяТекст
|
||||
border etemplate ru Кайма
|
||||
border-line-thickness for the table-tag etemplate ru Толщина-линии-каймы для тега Таблица
|
||||
bottom etemplate ru Низ
|
||||
box etemplate ru Рамка
|
||||
box... etemplate ru Рамка...
|
||||
broken link etemplate ru Битая ссылка
|
||||
can not have special sql-value null etemplate ru Не может содержать SQL-значение NULL
|
||||
cancel etemplate ru Прервать
|
||||
cant delete a single widget from a grid !!! etemplate ru Нелзя удалить отдельный виджет с сетки!
|
||||
cant delete the only column of a grid !!! etemplate ru Нельзя удалять одну лишь колонку сетки!
|
||||
cant delete the only row in a grid !!! etemplate ru Нельзя удалять одну лишь строку в сетке!
|
||||
category etemplate ru Категория
|
||||
category tree etemplate ru Дерево категории
|
||||
cellpadding for the table-tag etemplate ru Набивка ячеек для тега Таблица
|
||||
cells etemplate ru Ячейки
|
||||
cellspacing for the table-tag etemplate ru Интервал между ячейками для тега Таблица
|
||||
center etemplate ru Центрировать
|
||||
changed etemplate ru Изменилось
|
||||
check all etemplate ru Проверить все
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate ru убедитесь, что содержимое должно только отображаться, но не меняться (содержание не будет отослано назад!)
|
||||
check if field has to be filled by user etemplate ru отметьте если поле будет заполняться пользователем
|
||||
checkbox etemplate ru Флажок
|
||||
class etemplate ru Класс
|
||||
class, valign etemplate ru класс, Выравнивание по вертикали
|
||||
click here to attach the file etemplate ru Вложить файл
|
||||
click here to create the link etemplate ru Создать ссылку
|
||||
click here to start the search etemplate ru Начать поиск
|
||||
click here to upload the file etemplate ru Подгрузить файл
|
||||
click to order after that criteria etemplate ru Упорядочить по критерию
|
||||
clickable path etemplate ru кликабельный путь
|
||||
closes the window without saving the changes etemplate ru закрывает окно без сохраненя изменений
|
||||
column... etemplate ru Столбец...
|
||||
columnname etemplate ru ИмяСтолбца
|
||||
comment etemplate ru Комментарий
|
||||
confirm etemplate ru Подтвердить
|
||||
confirmation message or custom javascript (returning true or false) etemplate ru подтверждающее сообщение или свой скрипт Java (возвращающий true или falce)
|
||||
confirmation necesary or custom java-script etemplate ru необходимо подтверждение или свой java-скрипт
|
||||
contact etemplate ru Контакт
|
||||
contact field to show etemplate ru Поле Контакт для показа
|
||||
contact fields etemplate ru Поля Контакта
|
||||
contains etemplate ru содержит
|
||||
copy to clipboard etemplate ru Копировать в буфер обмена
|
||||
create a new table for the application etemplate ru Создать новую таблицу для приложения
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate ru создает английский ('en') файл перевода из меток и текстов помощи (для приложения по Имени)
|
||||
creator preferences ru Создатель
|
||||
css class for the table-tag etemplate ru Класс CSS для тега Таблица
|
||||
css properties etemplate ru свойства CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate ru название класса CSS для этой строки, предопределенные: 'nmh' = заголовок СледующегоСоответствия, 'nmr' = перемежающаяся СледСтр строка, СледСтр строки 'nmr0'+'nmr1'
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate ru название класса CSS для этой строки, предопределенные: 'th' = заголовок, 'row' = перемежающаяся строка, строки 'row_off'+'row_on'
|
||||
css-styles etemplate ru стили CSS
|
||||
custom etemplate ru пользовательский
|
||||
custom fields etemplate ru пользовательские поля
|
||||
custom javascript for onchange etemplate ru пользовательский java-скрипт по onChange
|
||||
cut etemplate ru Вырезать
|
||||
date etemplate ru Дата
|
||||
date+time etemplate ru Дата+Время
|
||||
day etemplate ru День
|
||||
days etemplate ru день/дня(ей)
|
||||
db ensures that every row has a unique value in that column etemplate ru БД проверяет, чтобы у каждой строки в этой колонке было уникальное значение
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate ru Специфичные для базы данных опции индекса (разделенныя запятыми), напр. mysql(FULLTEXT) или mysql(100) для индексиремой длины колонки.
|
||||
db-tools etemplate ru инструменты БД
|
||||
deck etemplate ru Колода (внутренняя)
|
||||
default etemplate ru По умолчанию
|
||||
delete a single entry by passing the id. etemplate ru Удаление записи во введенному ID
|
||||
delete all selected etemplates, without further inquiry etemplate ru удалить ВСЕ выбранные е-Шаблоны БЕЗ подтверждения (??)
|
||||
delete and cut save the template! etemplate ru Удалить и вырезать сохраненный шаблон!
|
||||
delete column etemplate ru Удалить столбец
|
||||
delete index etemplate ru Удалить Индекс
|
||||
delete the spezified etemplate etemplate ru Удалить указанный е-Шаблон
|
||||
delete this column etemplate ru удалить этот столбец
|
||||
delete this etemplate etemplate ru удалить этот е-Шаблон
|
||||
delete this file etemplate ru Удалить этот файл
|
||||
delete this row etemplate ru удалить эту строку
|
||||
delete whole column (can not be undone!!!) etemplate ru Удалить столбец целиком (отменить будет НЕЛЬЗЯ)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate ru удаляет обозначенный выше е-Шаблон из базы данных, НЕ может быть отменено
|
||||
deletes the etemplate spez. above etemplate ru удаляет е-Шаблон обозначенный выше
|
||||
deletes this column etemplate ru Удапяет этот столбец
|
||||
deletes this index etemplate ru Удаляет этот индекс
|
||||
discard changes etemplate ru Отменить изменения
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate ru показывается впереди вводимого или когда вводимое вставлено для '%s' в метке (метка кнопки Применить или Изображение-имяфайла)
|
||||
displayed in statusline of browser if input-field gets focus etemplate ru показывается в строке состояния браузера если поле ввода получает фокус
|
||||
displayed in the top line of the groupbox (legend) etemplate ru показывается в верхней строке рамки группировки (надпись)
|
||||
do you want to save the changes you made in table %s? etemplate ru Желаете ли вы сохранить сделанные вами изменения в таблицу %s?
|
||||
do you want to send the message to all selected entries, without further editing? etemplate ru Хотите послать сообщение всем выбранным записям без дальнейшего редактрования?
|
||||
document '%1' does not exist or is not readable for you! preferences ru Документ '%1' не существует или недоступен для чтения Вам!
|
||||
documentation etemplate ru Документация
|
||||
doesn't matter etemplate ru не важно
|
||||
drop a table - this can not be undone etemplate ru Сброс таблицы - действие не может быть отменено
|
||||
drop table etemplate ru Сброс Таблицы
|
||||
dump4setup etemplate ru ДапмДляУстановки
|
||||
duration etemplate ru Длительность
|
||||
edit etemplate ru Редактировать
|
||||
edit embeded css styles or of the applications app.css file etemplate ru редактировать встроенные стили CSS или файл app.css приложения
|
||||
edit the etemplate spez. above etemplate ru редактировать е-Шаблон обозначенный выше
|
||||
edit... etemplate ru Редактировать...
|
||||
editable templates - db-tools etemplate ru Редактируемые Шаблоны - Инсрументы-БД(DB-Tools)
|
||||
editable templates - delete template etemplate ru Редактируемые Шаблоны - Удаление Шаблона
|
||||
editable templates - editor etemplate ru Редактируемые Шаблоны - Редактор
|
||||
editable templates - search etemplate ru Редактируемые Шаблоны - Поиск
|
||||
editable templates - show template etemplate ru Редактируемые Шаблоны - Показать Шаблон
|
||||
element role title etemplate ru Название роли элемента
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate ru встроенные стили css, yапр. '.red { background: red; }' (отметьте знак '.' gеред именем класса) или '@import url(...)' (имя класса глобально для всей страницы!)
|
||||
enable javascript onchange submit etemplate ru разрешить подчинение JavaScript onChange
|
||||
enter '' for an empty default, nothing mean no default etemplate ru ввести '' для пустого значения по-умолчанию, ничего обозначает без значения по-умолчанию
|
||||
enter a search pattern etemplate ru Введите шаблон поиска
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate ru Введите имя файла для загрузки и прикрепления, используйте [Обзор] чтобы его найти
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate ru введите здесь новый номер версии (больше прежнего номера), не заполнять если не изменять файл
|
||||
enter the new version number here (has to be > old_version) etemplate ru введите здесь новый номер версии (должен быть больше прежнего номера)
|
||||
entry saved etemplate ru Запись сохранена
|
||||
error copying uploaded file to vfs! etemplate ru Ошибка копирования загруженного файла в VFS!
|
||||
error create parent directory %1! etemplate ru Ошибка создания родительского каталога %1!
|
||||
error deleting %1! etemplate ru Ошибка удаления %1!
|
||||
error uploading file! filemanager ru Ошибка загрузки файла!
|
||||
error: template not found !!! etemplate ru Ошибка: Шаблон не найден !!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate ru Ошибка: веб-сервер не может записывать в '%1'!
|
||||
error: while saving !!! etemplate ru Ошибка: во время сохранения!!!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate ru Ошибка: запись файла (нет разрешения на запись для веб-сервера)!
|
||||
etemplate common ru е-Шаблон
|
||||
etemplate '%1' imported, use save to put it in the database etemplate ru е-Шаблон '%1' импортирован, используте "Сохранить" для вода в базу данных
|
||||
etemplate '%1' written to '%2' etemplate ru е-Шаблон '%1'перепсан в '%2'
|
||||
etemplate editor etemplate ru Редактор е-Шаблона
|
||||
etemplate reference etemplate ru Руководство по е-Шаблону
|
||||
etemplate tutorial etemplate ru Обучающийкурс по е-Шаблону
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences ru Пример {{IF n_prefix~Mr~Hello Mr.~Hello Ms.}} - ищет в поле "n_prefix" вхождение "Mr", если находит, пишет Hello Mr., иначе пишет Hello Ms.
|
||||
example {{letterprefix}} - gives a letter prefix without double spaces, if the title is empty for example preferences ru Пример {{letter prefix}} - возвращает префикс письма без двойного пробела, например если заголовок пустой
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences ru Пример {{NELF role}} - если поле Роль не пусто, получите новую строку со значением поля Роль
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences ru Пример {{NELF role}} - если поле Роль не пусто, устанавливает LF без всякого значения поля
|
||||
exchange this row with the one above etemplate ru поменять местами это строку со строкой выше
|
||||
exchange this two columns etemplate ru пеменять местами эти две колонки
|
||||
export the loaded etemplate into a xml-file etemplate ru экспорт загруженного е-Шаблона в файл xml
|
||||
export xml etemplate ru Экспорт XML
|
||||
extensions loaded: etemplate ru Загруженные расширения:
|
||||
field etemplate ru Поле
|
||||
field must not be empty !!! etemplate ru Поле должно быть заполнено !!!
|
||||
file etemplate ru Файл
|
||||
file '%1' not found! etemplate ru Файл '%!' не найден!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate ru Файл содержит больше одного е-Шаблона, показан только последний !!!
|
||||
file is of wrong type (%1 != %2)! etemplate ru Файл неправильного типа (%1 !=%2)!
|
||||
file writen etemplate ru Файл записан
|
||||
fileupload etemplate ru Выгрузка файла
|
||||
first etemplate ru Первый
|
||||
floating point etemplate ru С плавающей запятой
|
||||
for more than one contact in a document use the tag pagerepeat! preferences ru Используйте тэг повторения страницы для более, чем одного контакта в документе
|
||||
foreign key etemplate ru Внешний ключ
|
||||
formatted text (html) etemplate ru Форматированный текст (HTML)
|
||||
general fields: preferences ru Общие поля:
|
||||
go to the first entry etemplate ru перейти к первой записи
|
||||
go to the last entry etemplate ru перейти к последней записи
|
||||
go to the next page of entries etemplate ru перейти на следующую страницу
|
||||
go to the previous page of entries etemplate ru перейти на предыдущую страницу
|
||||
grid etemplate ru Решетка
|
||||
grid column attributes etemplate ru Атрибуты колонки сетки
|
||||
grid row attributes etemplate ru Атрибуты строки сетки
|
||||
groupbox etemplate ru Рамка группы
|
||||
h etemplate ru час
|
||||
hbox etemplate ru ГРамка
|
||||
height etemplate ru Высота
|
||||
height of row (in % or pixel) etemplate ru высота строки (в % или пикселях)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate ru высота строки (в % или пикселях), запретить строку [! = нет]<значение>[=<проверка>] напр.: '!@data' запрещает строку если содержимое данных - пустое
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate ru Высота таблицы в % или пикселях для тега Таблица и (необязательно) div
|
||||
height, disabled etemplate ru Высота, Отключено
|
||||
help etemplate ru Помощь
|
||||
history log etemplate ru Хроники
|
||||
horizontal rule etemplate ru Горизонтальная подсказка
|
||||
hour etemplate ru Час
|
||||
hours etemplate ru час(а,ов)
|
||||
how many entries should the list show etemplate ru Сколко записей надо показывать в списке
|
||||
html etemplate ru Html
|
||||
html link to the current record etemplate ru HTML-ссылка на запись
|
||||
id etemplate ru Идентификатор ID
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate ru если поле запрещено - показывается пустая клетка таблицы, для (временного) удаления поля/ячейки
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences ru Если указан каталог с полным путем, %1 показывает действие для каждого документа. Это действие позволяет загрузить указанный документ со вставленными данными.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences ru Если указан документ с полным путем, %1 показывает пиктограмму внешнего документам для каждой записи. Эти пиктограмма позволяет загрузить указанный документ со вставленными данными.
|
||||
image etemplate ru Картинка
|
||||
import etemplate ru Импортировать
|
||||
import an etemplate from a xml-file etemplate ru импорт е-Шаблона из xml-файла
|
||||
import table-definitions from existing db-table etemplate ru Импорт определений таблицы из существующей таблицы БД
|
||||
import xml etemplate ru Импорт XML
|
||||
increment version to not overwrite the existing template etemplate ru увеличте версию чтобы не перезаписывать уже существующий шаблон
|
||||
index/name of returned content (name of the template, link / method for image) etemplate ru индекс/имя возвращаемого содержимого (имя Шаблона, Ссылки / Метода для Изображения)
|
||||
indexed etemplate ru Проиндексировано
|
||||
indexoptions etemplate ru Параметры идексирования
|
||||
insert a column before etemplate ru вставить колонку перед
|
||||
insert a column behind etemplate ru вставить колонку после
|
||||
insert a row above etemplate ru вставить строку выше
|
||||
insert a row below etemplate ru вставить строку ниже
|
||||
insert a widget before etemplate ru вставить виджет перед
|
||||
insert a widget behind etemplate ru вставить виджет после
|
||||
insert in document etemplate ru Вставить в документ
|
||||
insert new column behind this one etemplate ru вставить новую колонку сзади этой
|
||||
insert new column in front of all etemplate ru вставить новую колонку впереди всех
|
||||
insert new row after this one etemplate ru вставить новую строку после этой
|
||||
insert new row in front of first line etemplate ru вставить новую строку перед первой Строкой
|
||||
integer etemplate ru Целое
|
||||
key etemplate ru Ключ
|
||||
label etemplate ru Метка
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate ru Метка:[жирн][наклонный] Текст:[длина][,макс] Число:[мин][,[макс][,длина]] Т.область:[строк][,столбцов] Радиокн.:значение Г.Линейка:[ширина] Шабл.:[ИндексВСодерж] Выбор:[множественный] Дата:[значения: напр. 'Г-м-д']
|
||||
lang etemplate ru Язык
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate ru язык-кратко (напр. 'en' для английского) для шаблонов, зависящих от языка ('' читает ваш препочтительный язык или по-умолчанию, использовать 'по-умолчанию' чтобы прочитать шаблон по-умолчанию
|
||||
last etemplate ru Последний
|
||||
left etemplate ru Левый
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate ru длина для char+varchar, точность целых: 2, 4, 8 и с плавающей точкой: 4, 8
|
||||
link etemplate ru Ссылка
|
||||
link target %1 not found! etemplate ru Целевая ссылка %1 не найдена!
|
||||
linkapps etemplate ru СсылкаНаПриложение
|
||||
linkentry etemplate ru СсылкаНаЗапись
|
||||
linklist etemplate ru СсылкаНаСписок
|
||||
links and attached files preferences ru Ссылки и прикреплённые файлы
|
||||
links to specified application. example: {{links/addressbook}} etemplate ru Ссылается на указанное приложение. Пример: {{links/addressbook}}
|
||||
linkstring etemplate ru СсылкаНаСтроку
|
||||
linkto etemplate ru СвязатьС
|
||||
list of files linked to the current record preferences ru Список файлов, связанных с текущей записью
|
||||
load this template into the editor etemplate ru загрузить этот шаблон в редактор
|
||||
loading etemplate ru Загружаю
|
||||
maximum size for uploads filemanager ru Максимальный размер загрузки
|
||||
message ... etemplate ru Сообщение ...
|
||||
message prepared for sending. etemplate ru Сообщение подготовлено для отправки
|
||||
message(s) send failed! etemplate ru Отправка сообщений завершилась неудачно!
|
||||
message(s) send ok. etemplate ru Отправка сообщений завершена.
|
||||
middle etemplate ru Середина
|
||||
minute etemplate ru Минута
|
||||
minutes etemplate ru Минут(а,ы)
|
||||
missing: %1 etemplate ru Пропущено: %1
|
||||
modifier preferences ru Изменено (кем)
|
||||
month etemplate ru Месяц
|
||||
more etemplate ru Еще
|
||||
more than 1 match for '%1' etemplate ru Более чем 1 совпадает с '%1'
|
||||
multicolumn indices etemplate ru Многоколоночные Индексы
|
||||
name etemplate ru Название
|
||||
name of other table where column is a key from etemplate ru имя другой таблицы, из которой колонка есть ключевой
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate ru имя набора шаблонов phpgw (напр. verdilak): '' = по-умолчанию (будет читать предпочтительный шаблон, используйте 'по-умолчанию' чтобы прочитать шаблон по-умолчанию'')
|
||||
name of table to add etemplate ru Название таблицы для добавления
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate ru имя еШаблона, должно быть в форме приложение.функция[.подШаблон]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate ru должно быть уникальным в пределах таблицы и не быть зарезервированным словом из SQL, лучше всего - давайте всем префикс из общепринятого 2-цифрового сокращения для приложения, напр. 'et_'
|
||||
new etemplate ru Новая
|
||||
new search common ru Новый поиск
|
||||
new table created etemplate ru Новая таблица создана
|
||||
newer version '%1' exists !!! etemplate ru существует более новая версия '%1' !!!
|
||||
nextmatch etemplate ru Следующее совпадение
|
||||
nextmatch accountfilter etemplate ru Фильтр учетной записи Следующего совпадения
|
||||
nextmatch custom filterheader etemplate ru Пользовательский Заголовок фильтра Следующего совпадения
|
||||
nextmatch filterheader etemplate ru Заголовок фильтра Следующего совпадения
|
||||
nextmatch header etemplate ru Заголовок Следующего совпадения
|
||||
nextmatch sortheader etemplate ru Заголовок сортировки Следующего совпадения
|
||||
no column to swap with !!! etemplate ru нет колонки для обмена !!!
|
||||
no file etemplate ru нет файла
|
||||
no filename given or selected via browse... etemplate ru файл через "Открыть" не получен либо не выбран ...
|
||||
no matches found etemplate ru Не найдено совпадений
|
||||
no rights to export more than %1 entries! common ru Недостаточно прав для экспорта более, чем %1 записей!
|
||||
no row to swap with !!! etemplate ru нет строки для обмена !!!
|
||||
not null etemplate ru НЕ ПУСТО
|
||||
nothing etemplate ru ничего
|
||||
nothing found - try again !!! etemplate ru Ничего не найдено - попробуйте еще раз !!!
|
||||
nothing in clipboard to paste !!! etemplate ru в буфере нет ничего для вставки
|
||||
nothing matched search criteria !!! etemplate ru Нет совпадений с критерием поиска
|
||||
now etemplate ru Сегодня
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate ru количество столбцов, которые должно объединять поле/ячейка или 'все' для оставшихся столбцов, имя класса CSS (для тега TD)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate ru количество строк/столбцов в В/ГРамке, Набивка ячеек, Разгонка ячеек
|
||||
of etemplate ru из
|
||||
onchange etemplate ru приИзменении
|
||||
onclick etemplate ru приЩелчке
|
||||
only an other version found !!! etemplate ru найдена только другая Версия !!!
|
||||
open the online help. etemplate ru Открыть онлайн справку
|
||||
operator etemplate ru Оператор
|
||||
optional note about the link etemplate ru необязательная заметка о Ссылке
|
||||
options etemplate ru Настройки
|
||||
or etemplate ru ИЛИ
|
||||
order to navigating by tab key through the form etemplate ru Порядок навигации по форме по клавише табуляции
|
||||
overflow etemplate ru Переполнение
|
||||
padding etemplate ru Набивка
|
||||
parent is a '%1' !!! etemplate ru родитель - '%1' !!!
|
||||
paste etemplate ru Вставить
|
||||
path etemplate ru Путь
|
||||
please enter table-name first !!! etemplate ru Пожалйста, сначала введите имя таблицы !!!
|
||||
pm etemplate ru вечер
|
||||
popup etemplate ru Всплывающее
|
||||
precision etemplate ru Точность
|
||||
primary key etemplate ru Первичный Ключ
|
||||
primary key for the table, gets automaticaly indexed etemplate ru Первичный ключ для таблицы, автоматически становится индексированным
|
||||
radiobutton etemplate ru Радиокнопка
|
||||
read etemplate ru Читать
|
||||
read a list of entries. etemplate ru Читать список записей:
|
||||
read a single entry by passing the id and fieldlist. etemplate ru Прочитать одну запись в соответствии с идентификатором и списком полей
|
||||
read etemplate from database (for the keys above) etemplate ru прочитать еШаблон из базы данных (для вышеуказанных ключей)
|
||||
readonly etemplate ru только для чтения
|
||||
refresh etemplate ru Обновить
|
||||
remove row (can not be undone!!!) etemplate ru убрать Строку (НЕ может быть отменено!!!)
|
||||
remove this link (not the entry itself) etemplate ru Убрать эту ссылку (не запись по ней)
|
||||
required etemplate ru Необходимо
|
||||
reset etemplate ru Сброс
|
||||
restore all etemplate ru Перезаписать все
|
||||
restore all application templates, overwriting existing ones with identical version number etemplate ru Перезаписать все шаблоны приложения, переписав существующие с тем же номером версии
|
||||
returns savely, without deleting etemplate ru возвращает безопасно, БЕЗ удаление
|
||||
right etemplate ru Вправо
|
||||
row... etemplate ru Строка...
|
||||
save all etemplate ru Сохранить всё
|
||||
save selected columns as default preference for all users. etemplate ru Записать выбранные столбцы как настройки по-умолчанию для всех пользователей.
|
||||
save the changes made and close the window etemplate ru Сохранить изменения и закрыть окно
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate ru записать еШаблон под вышеуказанными ключами (имя, ...), изменить их для СохранитьКак
|
||||
saves changes to tables_current.inc.php etemplate ru сохраняет изменения в tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate ru записывает шаблон с данной версией и закрывает окно
|
||||
scale etemplate ru Масштаб
|
||||
scale for float etemplate ru масштаб для плавающего размера
|
||||
search etemplate ru Поиск
|
||||
search... etemplate ru Поиск...
|
||||
select a category etemplate ru выбор Категории
|
||||
select a primary contact, to show in the list etemplate ru Выбор первого контакта для показа в списке
|
||||
select access etemplate ru Выбор Доступа
|
||||
select account etemplate ru Выбор учетной записи
|
||||
select an app first !!! etemplate ru Сначала выберите приложение!!!
|
||||
select an app to search in etemplate ru Выбор Прил. для поиска в (?)
|
||||
select an application etemplate ru Выбор приложения
|
||||
select an application, (*) = uninstalled etemplate ru Выбор приложения, (*) = уделены
|
||||
select an entry to link with etemplate ru Выбор записи для формирования связи с ней
|
||||
select an table of the application etemplate ru Выбор таблицы приложения
|
||||
select application etemplate ru Выбор Приложения
|
||||
select application to search etemplate ru Выбор приложения для поиска
|
||||
select category etemplate ru Выбор Категории
|
||||
select columns etemplate ru Выбор столбца
|
||||
select country etemplate ru Выбор Страны
|
||||
select day etemplate ru Выбор Дня
|
||||
select day of week etemplate ru выбор дня недели
|
||||
select entry etemplate ru Выбор записи
|
||||
select hour etemplate ru Выбор часа
|
||||
select if content of field should not be translated (label gets always translated) etemplate ru выбрать если содержимое поля не может быть переведено (метки всегда будут переводимыми)
|
||||
select language etemplate ru Выбор Языка
|
||||
select month etemplate ru Выбор Месяца
|
||||
select number etemplate ru Выбор Номара
|
||||
select one ... etemplate ru Выберите один (?)...
|
||||
select percentage etemplate ru Выбрать процент
|
||||
select priority etemplate ru Выбрать Приоритет
|
||||
select state etemplate ru Выбрать Состояние
|
||||
select the columns to display in the list etemplate ru Выбор колонок для показа в списке
|
||||
select the indexed columns in their desired order etemplate ru Выберите проиндексированную колонку в ее предпочтительном порядке
|
||||
select this etemplate to delete it etemplate ru выберите этот е-Шаблон для удаления
|
||||
select which accounts to show etemplate ru выбрать какие аккаунты показывать
|
||||
select which values to show etemplate ru выбрать значения для показа
|
||||
select year etemplate ru Выбрать Год
|
||||
selectbox etemplate ru Рамка выбора
|
||||
set as default etemplate ru Установить по умолчанию
|
||||
sets today as date etemplate ru Установить сегодняшний день как дату
|
||||
should the form be submitted or any custom javascript be executed etemplate ru Должна ли форма быть передана или должен выполняться любой пользовательский javascript
|
||||
show etemplate ru Показать
|
||||
show (no save) etemplate ru Показать (без сохранения)
|
||||
show all / cancel filter etemplate ru Показывать все / отменить фильтр
|
||||
show values etemplate ru Показать Значения
|
||||
showing etemplate ru показывем
|
||||
shows / allows you to enter values into the etemplate for testing etemplate ru показывает / разрешает вам вводить значения в еШаблон для тестирования
|
||||
shows/displays etemplate for testing, does not save it before etemplate ru показывает/разрешает еШаблон для тестирования, НЕ записывает его перед этим
|
||||
spacing etemplate ru Интервал
|
||||
span etemplate ru Интервал
|
||||
span, class etemplate ru Интервал, Класс
|
||||
stack etemplate ru Стек
|
||||
start a new search, cancel this link etemplate ru Запуск нового поиска, отказ от этой ссылки
|
||||
start new search for the above pattern etemplate ru Запуск нового поиска указанного выше примера
|
||||
submit form etemplate ru принять форму
|
||||
submitbutton etemplate ru Кнопа "Принять"
|
||||
swap etemplate ru обменять
|
||||
swap widget with next one etemplate ru обменять виджет со следующим
|
||||
swap with next column etemplate ru обменять со следующей колонкой
|
||||
swap with next row etemplate ru обменять со следующей строкой
|
||||
switch to a parent widget etemplate ru переключиться на родительский виджет
|
||||
switch to an other widgets of that container etemplate ru переключиться на другой виджет в контейнере
|
||||
tabindex etemplate ru Индекс табуляции
|
||||
table unchanged, no write necessary !!! etemplate ru Таблица не изменена, нет необходимости в записи !!!
|
||||
tablename etemplate ru ИмяТаблицы
|
||||
tabs etemplate ru Закладки
|
||||
template etemplate ru Шаблон
|
||||
template deleted etemplate ru Шаблон удален
|
||||
template saved etemplate ru Шаблон сохранен
|
||||
text etemplate ru Текст
|
||||
textarea etemplate ru область текста
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences ru Документ может содержать местоположение типа {{%3}} для замены данными. %1 полный список местоположений%2.
|
||||
the following document-types are supported: preferences ru Поддерживаются следующие типы документов:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate ru этот текст появляется, если поле ввода пусто и не в фокусе (смазано)
|
||||
time etemplate ru Время
|
||||
titles of any entries linked to the current record, excluding attached files preferences ru Заголовки записей, ссылающихся на текущую, исключая прикреплённые файлы
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate ru чтобы запретить: [! = нет]<значение>[=<проверка>] напр: '!@data' запрещает, если содержание данных - пусто
|
||||
to start the db-tools etemplate ru для запуска инструментов БД
|
||||
to start the etemplate editor etemplate ru для запуска редактора е-Шаблона
|
||||
to start the search etemplate ru для запуска поиска
|
||||
today etemplate ru Сегодня
|
||||
top etemplate ru Верх
|
||||
tree etemplate ru Дерево
|
||||
type etemplate ru Тип
|
||||
type of the column etemplate ru тип колонки
|
||||
type of the field (select label if field should be empty) etemplate ru тип поля (выбрать Метку, если поле должно быть пустым
|
||||
uncheck all etemplate ru Отменить проверку всех
|
||||
unique etemplate ru Уникальный
|
||||
unlink etemplate ru Разорвать связь (убрать ссылку?)
|
||||
update a single entry by passing the fields. etemplate ru Изменение отдельной записи передачей полей.
|
||||
update from version '%s' to etemplate ru Изменение с Версии '%s' на
|
||||
upload etemplate ru Опубликовать
|
||||
valign etemplate ru вВыравнивание
|
||||
value etemplate ru Значение
|
||||
value has to be at least '%1' !!! etemplate ru Значение должно быть минимум '%1' !!!
|
||||
value has to be at maximum '%1' !!! etemplate ru Значение должно быть максимум '%1' !!!
|
||||
vbox etemplate ru ВРамка
|
||||
version etemplate ru Версия
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate ru номер версии, должно быть в форме: старший.младший.ревизия.номер (напр. 0.9.13.001 все цифры дополняются слева нулями)
|
||||
vertical alignment of row etemplate ru вертикальное выравнивание строки
|
||||
view this etemplate etemplate ru посмотреть этот е-Шаблон
|
||||
view this linked entry in its application etemplate ru просмотреть запись в связанном с ней приложении
|
||||
weekend etemplate ru выходной
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate ru что происходит при переполнении содержимого: видимо (по-умолчанию), скрыто, прокрутка, авто (решается браузером)
|
||||
widget copied into clipboard etemplate ru виджет скопирован в буфер
|
||||
width etemplate ru Ширина
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate ru ширина столбца (в % или пикселях), чтобы запретить столбец: [! = нет]<значение>[=<проверка>] напр: '!@data' запрещает столбец, если содержание данных - пусто
|
||||
width of column (in % or pixel) etemplate ru ширина колонки (в % или пикселях)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate ru Ширина таблицы в % или пикселях для тега Таблица и (необязательно) div
|
||||
width, disabled etemplate ru Ширина, Отключено
|
||||
wk etemplate ru Раб
|
||||
working days etemplate ru рабочие дни
|
||||
write <app>/setup/tables_current.inc.php etemplate ru Записать <прил>/setup/tables_current.inc.php
|
||||
write langfile etemplate ru Запись файла языка
|
||||
write tables etemplate ru Запись Таблиц
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate ru pfписывает файл 'etemplates.inc.php' (для приложения по Имени) в каталог setup приложения
|
||||
xml-file to import etemplate ru файл xml для импорта
|
||||
xslt template etemplate ru Шаблон XLST
|
||||
year etemplate ru Год
|
||||
you are not allowed to export more than %1 entries! common ru Вам не разрешено экспортировать более чем %1 записей!
|
||||
you can respond by visiting: etemplate ru Вы можете отозваться посетив:
|
||||
you need to select a file first! etemplate ru Сначала выберите файл!
|
||||
your code is incorrect !!! etemplate ru Код неправильный!
|
@ -1,508 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate sk %1 (%2 nových) správ bolo napísaných pre aplikáciu '%3' a jazyky '%4'
|
||||
%1 entries found, select one ... etemplate sk Našlo sa %1 položiek, vyberte si jednu ...
|
||||
%1 etemplates deleted etemplate sk %1 eŠablón bolo odstránených
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate sk %1 eŠablón pre aplikáciu '%2' urobilo výpis do '%3'
|
||||
%1 etemplates found etemplate sk Našlo sa %1 eŠablón.
|
||||
%1 matches on search criteria etemplate sk Nájdených bolo %1 zhôd s vyhľadávacím kritériom
|
||||
%1 more... etemplate sk O %1 viac...
|
||||
%1 new etemplates imported for application '%2' etemplate sk Naimportovaných %1 nových eŠablón pre aplikáciu '%2'
|
||||
%1 not implemented for %2! etemplate sk %1 nie je implementivané pre %2!
|
||||
%1' han an invalid format !!! etemplate sk %1' má nesprávny formát !!!
|
||||
%1, duplicate id etemplate sk %1, duplicitné ID
|
||||
%s disabled etemplate sk %s je vypnuté
|
||||
%s needed etemplate sk %s je potrebné
|
||||
%s notranslation etemplate sk %s BezPrekladu
|
||||
%s onchange etemplate sk %s saMení
|
||||
%s readonly etemplate sk %s lenNaČítanie
|
||||
'%1' has an invalid format etemplate sk '%1' má nesprávny formát !!!
|
||||
'%1' has an invalid format !!! etemplate sk '%1' má nesprávny formát !!!
|
||||
'%1' is no php file in the egw server root (%2)! etemplate sk '%1' nie je php súborom v root adresári eGW servera (%2)!
|
||||
'%1' is not a valid date !!! etemplate sk '%1' nie je platný dátum !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate sk '%1' nie je platné číslo s plávajúcou desatinnou čiarkou !!!
|
||||
'%1' is not a valid integer !!! etemplate sk '%1' nie je platné celé číslo !!!
|
||||
'%1' is not allowed ('%2')! etemplate sk '%1' NIE je dovolené ('%2')!
|
||||
'%1' is not allowed%2)! etemplate sk '%1' NIE je dovolené %2)!
|
||||
1 minute etemplate sk 1 minúta
|
||||
15 minutes etemplate sk 15 minút
|
||||
30 minutes etemplate sk 30 minút
|
||||
30 seconds etemplate sk 30 sekúnd
|
||||
5 minutes etemplate sk 5 minút
|
||||
a pattern to be searched for etemplate sk Hľadaný výraz
|
||||
accesskey etemplate sk Prístupový kľúč
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate sk Prístupový kľúč sa dá špecifikovať aj so znakom & v označení (napr. &Name)
|
||||
account contactdata etemplate sk Kontaktné údaje účtu
|
||||
actions... etemplate sk Akcie...
|
||||
add a new column (after the existing ones) etemplate sk Pridať nový stĺpec (za existujúcimi)
|
||||
add a new entry of the selected application etemplate sk Pridať novú položku vybranej aplikácie
|
||||
add a new multi-column index etemplate sk Pridať nový viacstĺpcový index
|
||||
add column etemplate sk Pridať Stĺpec
|
||||
add index etemplate sk Pridať Index
|
||||
add new etemplate sk Pridať nový
|
||||
add table etemplate sk Pridať Tabuľku
|
||||
add to clipboard etemplate sk Pridať do schránky
|
||||
advanced search etemplate sk Pokročilé hľadanie
|
||||
align etemplate sk Zarovnať
|
||||
alignment of label and input-field in table-cell etemplate sk zarovnanie označenia a vstupného poľa v bunke tabuľky
|
||||
alignment of the v/hbox containing table-cell etemplate sk Zarovnanie V/HBoxu obsahujúceho bunku tabuľky
|
||||
all days etemplate sk Všetky dni
|
||||
all operations save the template! etemplate sk Všetky operácie ukladajú šablónu!
|
||||
all users etemplate sk Všetci používatelia
|
||||
allowed file type: %1 etemplate sk Povolený typ súboru: %1
|
||||
am etemplate sk dp
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate sk indexovaný stĺpec zrýchľuje hľadanie v danom stĺpci (avšak na úkor miesta na disku !!!)
|
||||
and etemplate sk A
|
||||
application etemplate sk Aplikácia
|
||||
application has no etemplates (no file %1) to restore! etemplate sk Aplikácia nemá eŠablóny (žiadny súbor %1) ktoré by sa dali obnoviť!
|
||||
application name needed to restore etemplates! etemplate sk Pre obnovu eŠablón je potrebný názov aplikácie!
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate sk Názov aplikácie potrebuje zapísať jazykový súbor alebo urobiť výpis z eŠablón !!!
|
||||
applications etemplate sk Aplikácie
|
||||
applies the changes made etemplate sk Uplatnia sa vykonané zmeny
|
||||
applies the changes to the given version of the template etemplate sk vykoná zmeny urobené na danej verzii šablóny
|
||||
as default etemplate sk Ako predvolené
|
||||
attach etemplate sk Priložiť
|
||||
attach file etemplate sk Priložiť súbor
|
||||
automatically refresh list etemplate sk Automaticky obnovovať zoznam
|
||||
baseline etemplate sk Základný
|
||||
border etemplate sk Hranica
|
||||
border-line-thickness for the table-tag etemplate sk Hrúbka okrajovej čiary pre tag tabuľky
|
||||
bottom etemplate sk Spodok
|
||||
box etemplate sk Okno
|
||||
box... etemplate sk Okno...
|
||||
broken link etemplate sk Nefunkčný odkaz
|
||||
can not have special sql-value null etemplate sk Špeciálna SQL-hodnota nemôže byť NULL
|
||||
cancel etemplate sk Zrušiť
|
||||
cant delete a single widget from a grid !!! etemplate sk Nedá sa odstrániť jednotlivý widget z matice!!!
|
||||
cant delete the only column of a grid !!! etemplate sk Nedá sa odstrániť jediný stĺpec matice!!!
|
||||
cant delete the only row in a grid !!! etemplate sk Nedá sa odstrániť jediný riadok matice!!!
|
||||
category etemplate sk Kategória
|
||||
category tree etemplate sk Strom kategórie
|
||||
cellpadding for the table-tag etemplate sk Odstup okraja bunky od jej obsahu pre tag tabuľky
|
||||
cells etemplate sk Bunky
|
||||
cellspacing for the table-tag etemplate sk Rozostup medzi bunkami pre tag tabuľky
|
||||
center etemplate sk Stred
|
||||
changed etemplate sk Zmenené
|
||||
check all etemplate sk Označiť všetko
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate sk Začiarknite, ak sa obsah má iba zobrazovať ale nie meniť (obsah sa potom neposiela naspäť!)
|
||||
check if field has to be filled by user etemplate sk Začiarknite, ak pole musí byť vyplnené používateľom
|
||||
checkbox etemplate sk Začiarkávacie políčko
|
||||
class etemplate sk Trieda
|
||||
class, valign etemplate sk trieda, V-zarovnanie
|
||||
click here to attach the file etemplate sk Ak chcete pripojiť súbor, kliknite sem
|
||||
click here to create the link etemplate sk Ak chcete vytvoriť odkaz, kliknite sem
|
||||
click here to start the search etemplate sk Ak chcete začať hľadanie, kliknite sem
|
||||
click here to upload the file etemplate sk Ak chcete odovzdať súbor, kliknite sem
|
||||
click to order after that criteria etemplate sk Ak chcete zoradiť podľa tohto kritéria, kliknite sem
|
||||
clickable path etemplate sk Rozkliknuteľná cesta
|
||||
closes the window without saving the changes etemplate sk Zavrie okno bez uloženia zmien
|
||||
column... etemplate sk Stĺpec...
|
||||
columnname etemplate sk Názov stĺpca
|
||||
comment etemplate sk Komentár
|
||||
confirm etemplate sk Potvrdiť
|
||||
confirmation message or custom javascript (returning true or false) etemplate sk Potvrdzovacia správa alebo používateľský javascript (vracia true alebo false - pravda/nepravda)
|
||||
confirmation necesary or custom java-script etemplate sk Je nevyhnutné potvrdenie, alebo používateľský java-script
|
||||
confirmation required etemplate sk Vyžaduje sa potvrdenie
|
||||
contact etemplate sk Kontakt
|
||||
contact field to show etemplate sk Pole kontaktu, ktoré sa má zobraziť
|
||||
contact fields etemplate sk Polia kontaktu
|
||||
contains etemplate sk Obsahuje
|
||||
copy "%1" etemplate sk Kopírovať "%1"
|
||||
copy to clipboard etemplate sk Kopírovať do schránky
|
||||
create a new table for the application etemplate sk Vytvoriť novú tabuľku pre aplikáciu
|
||||
create link etemplate sk Vytvoriť odkaz
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate sk Vytvorí anglický ('en') jazykový súbor z označenia a pomocných textov (pre aplikáciu uvedenú v Názve)
|
||||
creator preferences sk Tvorca
|
||||
css class for the table-tag etemplate sk CSS trieda pre tag tabuľky
|
||||
css properties etemplate sk CSS nastavenia
|
||||
css-styles etemplate sk CSS štýly
|
||||
custom etemplate sk Vlastné
|
||||
custom fields etemplate sk Vlastné polia
|
||||
custom javascript for onchange etemplate sk Vlastný javaskript pre onChange
|
||||
cut etemplate sk Vystrihnúť
|
||||
data type etemplate sk Typ dát
|
||||
date etemplate sk Dátum
|
||||
date+time etemplate sk Dátum+Čas
|
||||
day etemplate sk Deň
|
||||
days etemplate sk Dni
|
||||
db ensures that every row has a unique value in that column etemplate sk DB zabezpečuje, aby mal každý riadok svoju jedinečnú hodnotu v tomto stĺpci
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate sk DB-špecifické možnosti indexovania, oddelené čiarkou, napr. mysql(FULLTEXT) alebo mysql(100) pre indexovanú dĺžku stĺpca.
|
||||
db-tools etemplate sk DB-Nástroje
|
||||
deck etemplate sk Balíček (vnútorný)
|
||||
default etemplate sk Predvolené
|
||||
delete a single entry by passing the id. etemplate sk Odstrániť položku podľa zadaného ID.
|
||||
delete all selected etemplates, without further inquiry etemplate sk Odstrániť VŠETKY označené eŠablóny, BEZ ďalšieho varovania
|
||||
delete column etemplate sk Odstrániť stĺpec
|
||||
delete index etemplate sk Odstrániť index
|
||||
delete link etemplate sk Odstrániť odkaz
|
||||
delete link? etemplate sk Odstrániť odkaz?
|
||||
delete the spezified etemplate etemplate sk Odstrániť vybranú eŠablónu
|
||||
delete this column etemplate sk Odstrániť tento stĺpec
|
||||
delete this etemplate etemplate sk Odstrániť túto eŠablónu
|
||||
delete this file etemplate sk Odstrániť tento súbor
|
||||
delete this row etemplate sk Odstrániť tento riadok
|
||||
delete whole column (can not be undone!!!) etemplate sk Odstrániť celý stĺpec (NEDÁ sa vrátiť späť !!!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate sk Odstráni vyššieuvedenú eŠablónu, NEDÁ sa vrátiť späť
|
||||
deletes the etemplate spez. above etemplate sk Odstráni vyššieuvedenú eŠablónu
|
||||
deletes this column etemplate sk Odstráni tento stĺpec
|
||||
deletes this index etemplate sk Odstráni tento index
|
||||
discard changes etemplate sk Zahodiť zmeny
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate sk Zobrazené na začiatku vstupu, alebo vstup je vložený pre '%s' v menovke tlačítka pre Odoslanie alebo názvu súboru obrázku
|
||||
displayed in statusline of browser if input-field gets focus etemplate sk Zobrazené v stavovom riadku prehliadača ak vstupné pole dostane fokus
|
||||
displayed in the top line of the groupbox (legend) etemplate sk Zobrazené v hornom riadku skupiny ovládacích prvkov (legenda)
|
||||
do you want to save the changes you made in table %s? etemplate sk Chcete uložiť zmeny ktoré ste vykonali v tabuľke %s?
|
||||
do you want to send the message to all selected entries, without further editing? etemplate sk Chcete odoslať správu všetkým vybraným položkám, BEZ ďalších úprav?
|
||||
document '%1' does not exist or is not readable for you! preferences sk Dokument '%1' neexistuje alebo nie je pre vás čitateľný!
|
||||
documentation etemplate sk Dokumentácia
|
||||
doesn't matter etemplate sk Nezáleží
|
||||
done etemplate sk Hotovo
|
||||
drop a table - this can not be undone etemplate sk Zahodiť tabuľku -NEDÁ sa vrátiť späť
|
||||
drop table etemplate sk Zahodiť tabuľku
|
||||
duration etemplate sk Trvanie
|
||||
edit etemplate sk Upraviť
|
||||
edit embeded css styles or of the applications app.css file etemplate sk upraviť vložené CSS štýly alebo súbor app.css aplikácie
|
||||
edit the etemplate spez. above etemplate sk Upraviť túto eŠablónu
|
||||
edit... etemplate sk Upraviť...
|
||||
editable templates - db-tools etemplate sk Upraviteľné šablóny - DB-Nástroje
|
||||
editable templates - delete template etemplate sk Upraviteľné šablóny - Odstrániť šablónu
|
||||
editable templates - editor etemplate sk Upraviteľné šablóny - Editor
|
||||
editable templates - search etemplate sk Upraviteľné šablóny - Hľadať
|
||||
editable templates - show template etemplate sk Upraviteľné šablóny - Zobraziť šablónu
|
||||
element role title etemplate sk Názov úlohy v prvku
|
||||
enable javascript onchange submit etemplate sk Zapnúť odosielanie JavaScript onChange
|
||||
enter '' for an empty default, nothing mean no default etemplate sk Vložte '' pre prázdnu predvolenú hodnotu; prázdne znamená: bez predvolenej hodnoty
|
||||
enter a search pattern etemplate sk Zadajte hľadaný výraz
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate sk Zadajte názov súboru, ktorý chcete priložiť, prípadne použite tlačítko "Prehľadávať"
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate sk Zadajte sem nové číslo verzie (> stará verzia), prázdne znamená: bez aktualizácie súboru
|
||||
enter the new version number here (has to be > old_version) etemplate sk Zadajte sem nové číslo verzie (musí byť > stará verzia)
|
||||
entry saved etemplate sk Záznam uložený
|
||||
error copying uploaded file to vfs! etemplate sk Chyba pri kopírovaní odovzdaného súboru do VFS!
|
||||
error create parent directory %1! etemplate sk Chyba pri vytváraní rodičovského priečinka %1!
|
||||
error deleting %1! etemplate sk Chyba pri odstraňovaní %1!
|
||||
error uploading file! filemanager sk Chyba počas odovzdávania súboru!
|
||||
error: template not found !!! etemplate sk Chyba: Šablóna sa nenašla !!!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate sk Chyba: webserver nemá povolený zápis do '%1' !!!
|
||||
error: while saving !!! etemplate sk Chyba počas ukladania!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate sk Chyba počas ukladania súboru: webserver nemá povolený zápis!
|
||||
et2 rendering took %1s etemplate sk eT2 rendering trval %1s
|
||||
etemplate common sk eŠablóna
|
||||
etemplate '%1' imported, use save to put it in the database etemplate sk eŠablóna '%1' naimportovaná, použite Uložiť pre vloženie do databázy
|
||||
etemplate '%1' written to '%2' etemplate sk eŠablóna '%1' zapísaná do '%2'
|
||||
etemplate editor etemplate sk Editor eŠablón
|
||||
etemplate reference etemplate sk Referenčná príručka eŠablón
|
||||
etemplate tutorial etemplate sk Tutoriál eŠablón
|
||||
example {{if n_prefix~mr~hello mr.~hello ms.}} - search the field "n_prefix", for "mr", if found, write hello mr., else write hello ms. preferences sk Príklad {{IF n_prefix~pán~Dobrý deň pán~Dobrý deň pani}} - hľadá v poli "n_prefix" text "pán", ak nájde, napíše Dobrý deň pán, v opačnom prípade napíše Dobrý deň pani
|
||||
example {{nelf role}} - if field role is not empty, you will get a new line with the value of field role preferences sk Príklad {{NELF role}} - ak pole pozícia nie je prázdne, dostanete nový riadok s hodnotou poľa pozícia
|
||||
example {{nelfnv role}} - if field role is not empty, set a lf without any value of the field preferences sk Príklad {{NELFNV role}} - ak pole pozícia nie je prázdne nastaví LF bez akejkoľvek hodnoty poľa
|
||||
exchange this row with the one above etemplate sk Zameniť tento riadok s riadkom vyššie
|
||||
exchange this two columns etemplate sk Zameniť tieto dva stĺpce
|
||||
export the loaded etemplate into a xml-file etemplate sk Exportovať nahranú eŠablónu do súboru XML
|
||||
export xml etemplate sk Exportovať XML
|
||||
extensions loaded: etemplate sk Nahraté rozšírenia:
|
||||
field etemplate sk Pole
|
||||
field must not be empty !!! etemplate sk Pole nesmie byť prázdne!!!
|
||||
file etemplate sk Súbor
|
||||
file '%1' not found! etemplate sk Súbor '%1' sa nenašiel!
|
||||
file contains more than one etemplate, last one is shown !!! etemplate sk Súbor obsahuje viac než jednu eŠablónu, zobrazuje sa iba posledná!!!
|
||||
file information etemplate sk Informácie o súbore
|
||||
file is of wrong type (%1 != %2)! etemplate sk Súbor je nesprávneho typu (%1 != %2)!
|
||||
file too large. maximum %1 etemplate sk Súbor je príliš veľký. Maximum je %1
|
||||
file writen etemplate sk Súbor zapísaný.
|
||||
fileupload etemplate sk Nahrať Súbor
|
||||
first etemplate sk Prvé
|
||||
floating point etemplate sk Pohyblivá desatinná čiarka
|
||||
for more than one contact in a document use the tag pagerepeat! preferences sk Ak chcete mať v dokumente viac než jeden kontakt, použite značku opakovania strany!
|
||||
force etemplate sk Vynútiť
|
||||
foreign key etemplate sk Cudzí kľúč
|
||||
formatted text (html) etemplate sk Formátovaný text (HTML)
|
||||
fr etemplate sk Pi
|
||||
general fields: preferences sk Všeobecné polia:
|
||||
go to the first entry etemplate sk Choď na prvý záznam
|
||||
go to the last entry etemplate sk Choď na posledný záznam
|
||||
go to the next page of entries etemplate sk Choď na nasledujúcu stránku so záznamami
|
||||
go to the previous page of entries etemplate sk Choď na predchádzajúcu stránku so záznamami
|
||||
grid etemplate sk Matica
|
||||
grid column attributes etemplate sk Atribúty stĺpca matice
|
||||
grid row attributes etemplate sk Atribúty riadku matice
|
||||
groupbox etemplate sk Skupina ovládacích prvkov
|
||||
h etemplate sk h
|
||||
height etemplate sk Výška
|
||||
height of row (in % or pixel) etemplate sk Výška riadku (v % alebo pixeloch)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate sk Výška riadku (v % alebo pixeloch), vypnúť riadok: [! = not]<value>[=<check>] napr: '!@data' vypne riadok ak obsah dát je prázdny
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate sk Výška tabuľky v % alebo pixeloch pre table-tag a (voliteľne) div
|
||||
height, disabled etemplate sk Výška, Vypnuté
|
||||
help etemplate sk Pomocník
|
||||
history log etemplate sk Záznam histórie
|
||||
horizontal rule etemplate sk Vodorovné pravítko
|
||||
hour etemplate sk Hodina
|
||||
hours etemplate sk Hodín
|
||||
how many entries should the list show etemplate sk Koľko záznamov má zoznam zobraziť
|
||||
html etemplate sk HTML
|
||||
html link to the current record etemplate sk HTML odkaz na aktuálny záznam
|
||||
id etemplate sk Id
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate sk Ak je položka vypnutá, zobrazuje sa prázdna bunka tabuľky
|
||||
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the data inserted. preferences sk Ak zadáte priečinok, plnú VFS cestu, %1 zobrazí akciu pre každý dokument. Táto akcia umožní stiahnuť vybraný dokument s vloženými dátami.
|
||||
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. preferences sk Ak zadáte dokument, plnú VFS cestu, %1 zobrazí samostatnú ikonu dokumentu pre každú položku. Táto ikona umožní stiahnuť vybraný dokument s vloženými dátami.
|
||||
image etemplate sk Obrázok
|
||||
import etemplate sk Import
|
||||
import an etemplate from a xml-file etemplate sk Importovať eŠablónu zo súboru XML
|
||||
import table-definitions from existing db-table etemplate sk Importovať definície tabuľky z existujúcej db-tabuľky
|
||||
import xml etemplate sk Importovať XML
|
||||
increment version to not overwrite the existing template etemplate sk Zvýšte verziu, aby sa neprepísala existujúca šablóna
|
||||
index/name of returned content (name of the template, link / method for image) etemplate sk Index/názov vráteného obsahu (názov Šablóny, Odkaz / Metóda pre Obrázok)
|
||||
indexed etemplate sk Indexované
|
||||
indexoptions etemplate sk Nastavenia Indexu
|
||||
input required etemplate sk Vyžaduje sa vstup
|
||||
insert a column before etemplate sk Vložiť stĺpec pred
|
||||
insert a column behind etemplate sk Vložiť stĺpec za
|
||||
insert a row above etemplate sk Vložiť riadok nad
|
||||
insert a row below etemplate sk Vložiť riadok pod
|
||||
insert a widget before etemplate sk Vložiť widget pred
|
||||
insert a widget behind etemplate sk Vložiť widget za
|
||||
insert in document etemplate sk Vložiť do dokumentu
|
||||
insert new column behind this one etemplate sk Vložiť nový stĺpec za týmto
|
||||
insert new column in front of all etemplate sk Vložiť nový stĺpec na úplný začiatok
|
||||
insert new row after this one etemplate sk Vložiť riadok za týmto
|
||||
insert new row in front of first line etemplate sk Vložiť riadok na začiatok prvého Riadku
|
||||
integer etemplate sk Celé číslo
|
||||
key etemplate sk Kľúč
|
||||
label etemplate sk Menovka
|
||||
lang etemplate sk Jazyk
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate sk Skratka jazyka (napr. 'en' pre English) pre jazykovo závislú šablónu ('' znamená vaše uprednostňované jazyky alebo predvolený, použite 'default' pre načítanie predvolenej šablóny '')
|
||||
last etemplate sk Posledné
|
||||
left etemplate sk Vľavo
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate sk dĺžka pre char+varchar, presnosť celočís: 2, 4, 8 a pláv.čiar: 4, 8
|
||||
link etemplate sk Odkaz
|
||||
link target %1 not found! etemplate sk Cieľ odkazu %1 sa nenašiel!
|
||||
linkapps etemplate sk Aplikácia odkazu
|
||||
linked etemplate sk Odkazuje
|
||||
linkentry etemplate sk Záznam o odkaze
|
||||
linklist etemplate sk Zoznam odkazov
|
||||
links and attached files preferences sk Odkazy a priložené súbory
|
||||
links to specified application. example: {{links/addressbook}} etemplate sk Odkazy k vybranej aplikácii. Príklad: {{links/addressbook}}
|
||||
linkstring etemplate sk Reťazec odkazu
|
||||
linkto etemplate sk Odkázať Na
|
||||
list of files linked to the current record preferences sk Zoznam súborov priložených k súčasnému záznamu
|
||||
load this template into the editor etemplate sk Načítať túto šablónu do editora
|
||||
loading etemplate sk Načítava sa
|
||||
maximum size for uploads filemanager sk Maximálna veľkosť pre odovzdané súbory
|
||||
maybe etemplate sk Možno
|
||||
message ... etemplate sk Správa ...
|
||||
message prepared for sending. etemplate sk Správa je pripravená na odoslanie.
|
||||
message(s) send failed! etemplate sk Odoslanie správ zlyhalo!
|
||||
message(s) send ok. etemplate sk Správy odoslané.
|
||||
middle etemplate sk Stred
|
||||
minute etemplate sk Minúta
|
||||
minutes etemplate sk Minút
|
||||
missing: %1 etemplate sk Chýba: %1
|
||||
mo etemplate sk Po
|
||||
modifier preferences sk Upravil
|
||||
month etemplate sk Mesiac
|
||||
more etemplate sk Viac
|
||||
more than 1 match for '%1' etemplate sk Viac než 1 výskyt pre '%1'
|
||||
name etemplate sk Meno
|
||||
name of other table where column is a key from etemplate sk názov inej tabuľky, kde stĺpec je kľúčom z
|
||||
name of table to add etemplate sk Názov tabuľky, ktorá sa má pridať
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate sk Názov eŠablóny, mal by byť vo forme aplikácia.funkcia[.podŠablóna]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate sk Musí byť v tabuľke jedinečné a nesmie byť rezervovaným slovom z SQL, najlepšie začať všetky spoločným 2-miestnou skratkou aplikácie, napr. 'et_'
|
||||
new etemplate sk Nová
|
||||
new search common sk Nové hľadanie
|
||||
new table created etemplate sk Nová tabuľka vytvorená
|
||||
new value etemplate sk Nová hodnota
|
||||
newer version '%1' exists !!! etemplate sk Novšia verzia '%1' existuje!!!
|
||||
nextmatch etemplate sk Ďalšia zhoda
|
||||
no column to swap with !!! etemplate sk Nemám žiadny stĺpec pre zámenu !!!
|
||||
no default set etemplate sk Predvolená hodnota zatiaľ nebola nastavená
|
||||
no file etemplate sk Žiadny súbor
|
||||
no filename given or selected via browse... etemplate sk Nebol zadaný názov súboru
|
||||
no filters etemplate sk Bez filtrov
|
||||
no matches found etemplate sk Nastaveniu filtrov nezodpovedajú žiadne položky.
|
||||
no rights to export more than %1 entries! common sk Nemáte právo exportovať viac než %1 položiek!
|
||||
no row to swap with !!! etemplate sk Nemám žiadny riadok pre zámenu!
|
||||
no suggestions etemplate sk Bez návrhov
|
||||
not null etemplate sk NIE NULL
|
||||
nothing etemplate sk Nič
|
||||
nothing found - try again !!! etemplate sk Nič sa nenašlo - skúste znovu!
|
||||
nothing in clipboard to paste !!! etemplate sk Zo schránky niet čo vložiť!
|
||||
nothing matched search criteria !!! etemplate sk Nič nevyhovelo vyhľadávacím kritériám!
|
||||
now etemplate sk Teraz
|
||||
of etemplate sk z
|
||||
old value etemplate sk Stará hodnota
|
||||
onchange etemplate sk priZmene
|
||||
onclick etemplate sk priKliknutí
|
||||
only an other version found !!! etemplate sk Našla sa iná verzia!
|
||||
open the online help. etemplate sk Otvoriť online pomocníka
|
||||
operator etemplate sk Operátor
|
||||
optional note about the link etemplate sk Voliteľná poznámka o Odkaze
|
||||
options etemplate sk Možnosti
|
||||
or etemplate sk ALEBO
|
||||
order to navigating by tab key through the form etemplate sk Poradie pre navigáciu vo formulári pomocou klávesy TAB
|
||||
overflow etemplate sk Pretečenie
|
||||
padding etemplate sk Odstup
|
||||
parent is a '%1' !!! etemplate sk Rodič je '%1' !!!
|
||||
paste etemplate sk Vložiť
|
||||
path etemplate sk Cesta
|
||||
please enter table-name first !!! etemplate sk Prosím, zadajte najprv názov tabuľky !!!
|
||||
pm etemplate sk pp
|
||||
popup etemplate sk Vyskakovacie okno
|
||||
precision etemplate sk Presnosť
|
||||
preference etemplate sk Predvoľba
|
||||
primary key etemplate sk Primárny kľúč
|
||||
primary key for the table, gets automaticaly indexed etemplate sk Primárny kľúč pre tabuľku, indexuje sa automaticky
|
||||
protocol is required etemplate sk Vyžaduje sa protokol
|
||||
radiobutton etemplate sk Tlačítko vypnutia
|
||||
read etemplate sk Čítať
|
||||
read a list of entries. etemplate sk Čítať zoznam záznamov
|
||||
read a single entry by passing the id and fieldlist. etemplate sk Načítať jednotlivý záznam pomocou zadania id a zoznamu.
|
||||
read etemplate from database (for the keys above) etemplate sk Načítať eŠablónu z databázy (pre vyššieuvedené kľúče)
|
||||
readonly etemplate sk Iba na čítanie
|
||||
refresh etemplate sk Obnoviť
|
||||
remove row (can not be undone!!!) etemplate sk Odstrániť riadok (nejde vrátiť späť!)
|
||||
remove this link (not the entry itself) etemplate sk Odstrániť tento odkaz (nie záznam samotný)
|
||||
required etemplate sk Vyžadované
|
||||
reset etemplate sk Vynulovať
|
||||
reset all user's column preferences etemplate sk Vynulovať všetky používateľské predvoľby stĺpca
|
||||
restore all etemplate sk Obnoviť všetko
|
||||
restore all application templates, overwriting existing ones with identical version number etemplate sk Obnoviť všetky šablóny aplikácie, prepíšu sa existujúce s rovnakým číslom verzie
|
||||
returns savely, without deleting etemplate sk Vracia sa BEZ odstraňovania
|
||||
right etemplate sk Vpravo
|
||||
row... etemplate sk Riadok...
|
||||
sa etemplate sk So
|
||||
save all etemplate sk Uložiť všetko
|
||||
save as zip etemplate sk Uložiť ako ZIP
|
||||
save selected columns as default preference for all users. etemplate sk Uložiť vybrané stĺpce ako predvolené nastavenie pre všetkých používateľov.
|
||||
save the changes made and close the window etemplate sk Uložiť vykonané zmeny a zavrieť okno
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate sk Uložiť eŠablónu pod uvedenými hodnotami (názov,...), zmente ich ak chcete Uložiť Ako
|
||||
saves changes to tables_current.inc.php etemplate sk Uloží zmeny do tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate sk Uloží šablónu s uvedeným číslom verzie a zavrie okno.
|
||||
scale etemplate sk Prispôsobiť
|
||||
scale for float etemplate sk Prispôsobiť pre pohyblivú desatinnú čiarku
|
||||
search etemplate sk Hľadať
|
||||
search letter etemplate sk Hľadať znak
|
||||
search... etemplate sk Hľadať...
|
||||
select a category etemplate sk Vyberte kategóriu
|
||||
select a primary contact, to show in the list etemplate sk Vyberte primárny kontakt, ktorý sa zobrazí v zozname
|
||||
select access etemplate sk Vyberte prístup
|
||||
select account etemplate sk Vyberte účet
|
||||
select an app first !!! etemplate sk Najprv vyberte aplikáciu !!!
|
||||
select an app to search in etemplate sk Vyberte, v ktorej aplikácii chcete hľadať
|
||||
select an application etemplate sk Vyberte aplikáciu
|
||||
select an application, (*) = uninstalled etemplate sk Vyberte aplikáciu, (*) = odinštalované
|
||||
select an entry to link with etemplate sk Vyberte záznam na ktorý chcete vytvoriť odkaz
|
||||
select an table of the application etemplate sk Vyberte tabuľku aplikácie
|
||||
select application etemplate sk Vyberte aplikáciu
|
||||
select application to search etemplate sk Vyberte, v akej aplikácii hľadať
|
||||
select category etemplate sk Vyberte kategóriu
|
||||
select color etemplate sk Vyberte farbu
|
||||
select columns etemplate sk Vyberte stĺpce
|
||||
select country etemplate sk Vyberte krajinu
|
||||
select day etemplate sk Vyberte deň
|
||||
select day of week etemplate sk Vyberte deň v týždni
|
||||
select entry etemplate sk Vyberte záznam
|
||||
select file(s) from vfs etemplate sk Vyberte súbor(y) z VFS
|
||||
select files from filemanager ... etemplate sk Vyberte súbory zo Správcu súborov...
|
||||
select hour etemplate sk Vyberte hodinu
|
||||
select if content of field should not be translated (label gets always translated) etemplate sk Vyberte, ak sa obsah poľa nemá prekladať (označenia sa prekladajú vždy).
|
||||
select language etemplate sk Vyberte jazyk
|
||||
select month etemplate sk Vyberte mesiac
|
||||
select number etemplate sk Vyberte číslo
|
||||
select one ... etemplate sk Vyberte si jeden...
|
||||
select percentage etemplate sk Vyberte percento
|
||||
select priority etemplate sk Vyberte prioritu
|
||||
select some options etemplate sk Vyberte niektoré možnosti
|
||||
select state etemplate sk Vyberte štát
|
||||
select the columns to display in the list etemplate sk Vyberte, ktoré stĺpce sa majú zobraziť v zozname
|
||||
select the indexed columns in their desired order etemplate sk Vyberte indexované stĺpce v požadovanom poradí
|
||||
select this etemplate to delete it etemplate sk Vyberte túto eŠablónu, aby sa mohla odstrániť
|
||||
select which accounts to show etemplate sk Vyberte, ktoré účty zobraziť
|
||||
select which values to show etemplate sk Vyberte, ktoré hodnoty zobraziť
|
||||
select year etemplate sk Vyberte rok
|
||||
selectbox etemplate sk Výberové menu
|
||||
server error etemplate sk Chyba na strane servera
|
||||
set as default etemplate sk Nastaviť ako predvolené
|
||||
set these columns as the default etemplate sk Nastaviť tieto stĺpce ako predvolené
|
||||
sets today as date etemplate sk Nastaviť dnešok ako dátum
|
||||
should the form be submitted or any custom javascript be executed etemplate sk Má sa formulár odoslať alebo akýkoľvek používateľský javaskript spustiť
|
||||
show etemplate sk Ukázať
|
||||
show (no save) etemplate sk Ukázať (neuložiť)
|
||||
show all / cancel filter etemplate sk Ukázať všetko / zrušiť filter
|
||||
show values etemplate sk Zobraziť hodnoty
|
||||
showing etemplate sk Zobrazujem
|
||||
shows / allows you to enter values into the etemplate for testing etemplate sk Zobrazí / umožní zadať hodnoty do eŠablóny pre testovacie účely
|
||||
shows/displays etemplate for testing, does not save it before etemplate sk Zobrazí eŠablónu pre testovanie, NEuloží ju predtým
|
||||
spacing etemplate sk Rozostupy
|
||||
stack etemplate sk Zásobník
|
||||
start a new search, cancel this link etemplate sk Začať nové hľadanie, zrušiť tento odkaz
|
||||
start new search for the above pattern etemplate sk Začať nové hľadanie pre uvedený výraz
|
||||
su etemplate sk Ne
|
||||
submit form etemplate sk Odoslať formulár
|
||||
submitbutton etemplate sk Tlačítko pre odoslanie
|
||||
sure etemplate sk Určite
|
||||
swap etemplate sk Vymeniť
|
||||
swap widget with next one etemplate sk Vymeniť widget s nasledujúcim
|
||||
swap with next column etemplate sk Vymeniť s nasledujúcim stĺpcom
|
||||
swap with next row etemplate sk Vymeniť s nasledujúcim riadkom
|
||||
switch to a parent widget etemplate sk Prepnúť na rodičovský widget
|
||||
switch to an other widgets of that container etemplate sk Prepnúť na iné widgety v danom kontajneri
|
||||
table unchanged, no write necessary !!! etemplate sk Tabuľka sa nezmenila, zápis nie je nevyhnutný!
|
||||
tablename etemplate sk NázovTabuľky
|
||||
tabs etemplate sk Tabuľky
|
||||
template etemplate sk Šablóna
|
||||
template deleted etemplate sk Šablóna bola odstránené
|
||||
template saved etemplate sk Šablóna uložená
|
||||
text etemplate sk Text
|
||||
textarea etemplate sk Oblasť textu
|
||||
th etemplate sk Št
|
||||
the document can contain placeholder like {{%3}}, to be replaced with the data (%1full list of placeholder names%2). preferences sk Dokument môže obsahovať premennú, napr. {{%3}} ktorá sa nahradí údajmi (%1úplný zoznam názvov premenných%2).
|
||||
the following document-types are supported: preferences sk Podporované sú nasledovné typy dokumentov:
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate sk Text sa zobrazí keď je vstupné pole prázdne a nemá fokus (rozmazanie)
|
||||
time etemplate sk Čas
|
||||
titles of any entries linked to the current record, excluding attached files preferences sk Názvy akýchkoľvek položiek pripojených na súčasný záznam, okrem priložených súborov
|
||||
to start the db-tools etemplate sk pre spustenie DB-nástrojov
|
||||
to start the etemplate editor etemplate sk pre spustenie editora eŠablón
|
||||
to start the search etemplate sk pre spustenie hľadania
|
||||
today etemplate sk Dnes
|
||||
top etemplate sk Vrch
|
||||
tree etemplate sk Strom
|
||||
tu etemplate sk Ut
|
||||
type etemplate sk Typ
|
||||
type of the column etemplate sk Typ stĺpca
|
||||
type of the field (select label if field should be empty) etemplate sk Typ poľa (vyberte Menovku ak pole má byť prázdne)
|
||||
uncheck all etemplate sk Zrušiť označenie
|
||||
unique etemplate sk Jedinečné
|
||||
unlink etemplate sk Odpojiť odkaz
|
||||
update a single entry by passing the fields. etemplate sk Aktualizovať jednotlivý záznam podľa zadaných polí
|
||||
update from version '%s' to etemplate sk Aktualizovať z verzie '%s' na
|
||||
upload etemplate sk Odovzdať
|
||||
upload file(s) from filemanager... etemplate sk Odovzdať súbor(y) zo Správcu súborov...
|
||||
user etemplate sk Používateľ
|
||||
valign etemplate sk vZarovnanie
|
||||
value etemplate sk Hodnota
|
||||
value has to be at least '%1' !!! etemplate sk Hodnota musí byť najmenej '%1' !!!
|
||||
value has to be at maximum '%1' !!! etemplate sk Hodnota musí byť nanajvýš '%1' !!!
|
||||
vbox etemplate sk VBox
|
||||
version etemplate sk Verzia
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate sk Číslo verzie, malo by byť v tvare: major.minor.revision.number (napr. 0.9.13.001 všetky čísla zaplnené nulami)
|
||||
vertical alignment of row etemplate sk Zvislé zarovnanie riadku
|
||||
view this etemplate etemplate sk Zobraziť túto eŠablónu
|
||||
view this linked entry in its application etemplate sk Zobraziť tento pripojený záznam v jeho aplikácii
|
||||
we etemplate sk St
|
||||
weekend etemplate sk Víkend
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate sk Čo sa stane s presahujúcim obsahom: viditeľný (predvolené), skrytý, skrolovať, automaticky (prehliadač rozhodne)
|
||||
widget copied into clipboard etemplate sk Widget skopírovaný do schránky
|
||||
width etemplate sk Šírka
|
||||
width of column (in % or pixel) etemplate sk Šírka stĺpca (v % alebo pixeloch)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate sk Šírka tabuľky v % alebo pixeloch pre table-tag a (voliteľne) div
|
||||
width, disabled etemplate sk Šírka, Vypnuté
|
||||
wk etemplate sk Týž
|
||||
working days etemplate sk Pracovné dni
|
||||
write <app>/setup/tables_current.inc.php etemplate sk Zapísať <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate sk Zapísať jazykový súbor
|
||||
write tables etemplate sk Zapísať tabuľky
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate sk Zapíše súbor 'etemplates.inc.php' (pre aplikáciu zadanú v Názve) v setup adresári aplikácie
|
||||
xml-file to import etemplate sk XML súbor pre import
|
||||
xslt template etemplate sk XSLT šablóna
|
||||
year etemplate sk Rok
|
||||
you are not allowed to export more than %1 entries! common sk Nie je vám dovolené, exportovať viac než %1 záznamov!
|
||||
you can not choose more then %1 item(s)! etemplate sk Nemôžete si vybrať viac než %1 položiek!
|
||||
you can respond by visiting: etemplate sk Odpovedať môžete na tejto adrese:
|
||||
you need to select a file first! etemplate sk Je potrebné najprv vybrať súbor!
|
||||
your code is incorrect !!! etemplate sk Váš kód je chybný!
|
@ -1,433 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate sl %1 (%2 novih) sporočil napisanih za program '%3' in jezik '%4'
|
||||
%1 etemplates deleted etemplate sl %1 predlog zbrisanih
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate sl %1 ePredlog za program '%2' premaknjenih na '%3'
|
||||
%1 etemplates found etemplate sl %1 najdenih ePredlog
|
||||
%1 matches on search criteria etemplate sl %1 zadetkov za iskani kriterij
|
||||
%1 new etemplates imported for application '%2' etemplate sl %1 novih ePredlog uvoženih za program '%2'
|
||||
%1 not implemented for %2! etemplate sl %1 ni implementirano za %2!
|
||||
%s disabled etemplate sl %s onemogočenih
|
||||
%s needed etemplate sl %s potrebnih
|
||||
%s notranslation etemplate sl %s brez prevoda
|
||||
%s onchange etemplate sl %s ob spremembi
|
||||
%s readonly etemplate sl %s samo za branje
|
||||
'%1' has an invalid format !!! etemplate sl '%1' ima nepravilen format
|
||||
'%1' is not a valid date !!! etemplate sl '%1' ni veljaven datum !!!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate sl '%1' ni pravilno decimalno število
|
||||
'%1' is not a valid integer !!! etemplate sl '%1' ni pravilno celo število
|
||||
a pattern to be searched for etemplate sl Iskani vzorec
|
||||
accesskey etemplate sl Bližnjica
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate sl Bližnjico lahko določite tudi z znakom & v oznaki (npr. &Ime)
|
||||
account contactdata etemplate sl Kontaktni podatki računa
|
||||
actions... etemplate sl Dejanja ...
|
||||
add a new column (after the existing ones) etemplate sl Dodaj nov stolpec (za obstoječimi)
|
||||
add a new entry of the selected application etemplate sl Dodaj nov vnos v izbrano aplikacijo
|
||||
add a new multi-column index etemplate sl Dodaj novo kazalo z več stolpci
|
||||
add column etemplate sl Dodaj stolpec
|
||||
add index etemplate sl Dodaj kazalo
|
||||
add new etemplate sl Dodaj novo
|
||||
add table etemplate sl Dodaj tabelo
|
||||
add to clipboard etemplate sl Vse v odložišče
|
||||
advanced search etemplate sl Napredno iskanje
|
||||
align etemplate sl Poravnaj
|
||||
alignment of label and input-field in table-cell etemplate sl Poravnava napisov in vnosnih polj v tabeli
|
||||
alignment of the v/hbox containing table-cell etemplate sl Poravnava V/H okvirjev s tabelarnimi celicami
|
||||
all days etemplate sl Vsi dnevi
|
||||
all operations save the template! etemplate sl Vse operacije shranijo predlogo!
|
||||
all users etemplate sl Vsi uporabniki
|
||||
am etemplate sl dop
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate sl Oštevilčen stolpec pospeši poizvedbe (zavzame več prostora na disku!)
|
||||
and etemplate sl in
|
||||
application etemplate sl Aplikacija
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate sl Ime programa, ki je potreben za zapis jezikovne datoteke ali skladiščenje ePredlog
|
||||
applications etemplate sl Aplikacije
|
||||
applies the changes made etemplate sl Potrdi spremembe
|
||||
applies the changes to the given version of the template etemplate sl potrdi spremembe podane verzije predloge
|
||||
as default etemplate sl Kot privzeto
|
||||
attach etemplate sl Pripni
|
||||
attach file etemplate sl Pripni datoteko
|
||||
baseline etemplate sl Osnovna vrstica
|
||||
blurtext etemplate sl Zamaži tekst
|
||||
border etemplate sl Rob
|
||||
border-line-thickness for the table-tag etemplate sl Debelina robov
|
||||
bottom etemplate sl Noga
|
||||
box etemplate sl Okvir
|
||||
box... etemplate sl Okvir...
|
||||
can not have special sql-value null etemplate sl Posebna SQL vrednost ne more biti NULL
|
||||
cancel etemplate sl Prekliči
|
||||
cant delete a single widget from a grid !!! etemplate sl Ne morete izbrisati edinega gradnika iz mreže
|
||||
cant delete the only column of a grid !!! etemplate sl Ne morete izbrisati edinega stolpca v mreži
|
||||
cant delete the only row in a grid !!! etemplate sl Ne morete izbrisati edine vrstice v mreži
|
||||
category etemplate sl Kategorija
|
||||
category tree etemplate sl Drevo kategorij
|
||||
cellpadding for the table-tag etemplate sl Odmik od roba celice
|
||||
cells etemplate sl Celice
|
||||
cellspacing for the table-tag etemplate sl Razmik med celicami
|
||||
center etemplate sl Sredina
|
||||
changed etemplate sl Spremenjeno
|
||||
check all etemplate sl Preveri vse
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate sl Preveri, če naj bo vsebina samo prikazana in ne spremenjena (na ta način ni poslana nazaj!)
|
||||
check if field has to be filled by user etemplate sl Preveri, če naj uporabnik izpolni polja
|
||||
checkbox etemplate sl Izbirno polje
|
||||
class etemplate sl Razred
|
||||
class, valign etemplate sl Razred, vertikalna poravnava
|
||||
click here to attach the file etemplate sl Kliknite sem, da boste pripeli datoteko
|
||||
click here to create the link etemplate sl Kliknite sem, da boste ustvarili povezavo
|
||||
click here to start the search etemplate sl Kliknite sem, da boste začeli iskanje
|
||||
click here to upload the file etemplate sl Kliknite sem, da boste prenesli datoteko
|
||||
click to order after that criteria etemplate sl Kliknite za soritanje po tem kriteriju
|
||||
clickable path etemplate sl Pot s povezavo
|
||||
closes the window without saving the changes etemplate sl Zapre okno brez shranjevanja sprememb
|
||||
column... etemplate sl Stolpec ...
|
||||
columnname etemplate sl Ime stolpca
|
||||
comment etemplate sl Komentar
|
||||
confirm etemplate sl Potrdi
|
||||
confirmation message or custom javascript (returning true or false) etemplate sl Potrjevanje sporočila ali poljubni javaskript (vrne resnično ali neresnično)
|
||||
confirmation necesary or custom java-script etemplate sl Potrebna je potrditev ali java-skripta po meri
|
||||
contact etemplate sl Stik
|
||||
contact field to show etemplate sl Polje stika za prikaz
|
||||
contact fields etemplate sl Polja s stikom
|
||||
contains etemplate sl Vsebuje
|
||||
copy to clipboard etemplate sl Kopiraj v odložišče
|
||||
create a new table for the application etemplate sl Naredi novo tabelo za program
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate sl naredi angleško ('en') jezikovno datoteko iz napisov in besedila za pomoč (za program v polju Ime)
|
||||
css class for the table-tag etemplate sl Razred CSS za značko table
|
||||
css properties etemplate sl Lastnosti CSS
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate sl Ime CSS razreda za to vrstico. Prednastavljeno: 'nmh' = NextMatch header, 'nmr' = alternating NM row, 'nmr0'+'nmr1' NM vrstic
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate sl CSS-razred ime za to vrsto, predstavlja: 'th' = zaglavje, 'vrsta' = izmenična vrsta, 'row_off'+'row_on' vrste
|
||||
css-styles etemplate sl Slogi CSS
|
||||
custom etemplate sl Po meri
|
||||
custom fields etemplate sl Polja po meri
|
||||
custom javascript for onchange etemplate sl Javascript za onChange po meri
|
||||
cut etemplate sl Izreži
|
||||
date+time etemplate sl Datum+Čas
|
||||
day etemplate sl Dan
|
||||
days etemplate sl Dnevi
|
||||
db ensures that every row has a unique value in that column etemplate sl Podatkovna baza zagotovi, da ima vsaka vrstica svojo vrednost v tem stolpcu
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate sl Možnosti indeksiranja (ločene z vejico), specifične za podatkovno bazo. Npr. mysql(FULLTEXT) oziroma mysql (100) za indeksno dolžino stolpcev
|
||||
db-tools etemplate sl Orodja podatkovne baze
|
||||
deck etemplate sl Kup (interno)
|
||||
default etemplate sl Privzeto
|
||||
delete a single entry by passing the id. etemplate sl Izbriši en vnos z vnosom id-ja.
|
||||
delete all selected etemplates, without further inquiry etemplate sl Izbriši VSE izbrane ePredloge BREZ potrditve
|
||||
delete and cut save the template! etemplate sl Izbriši in izreži shranjene predloge!
|
||||
delete column etemplate sl Izbriši stolpec
|
||||
delete index etemplate sl Izbriši kazalo
|
||||
delete the spezified etemplate etemplate sl Izbriši določeno predlogo
|
||||
delete this column etemplate sl Izbriši ta stolpec
|
||||
delete this etemplate etemplate sl Izbriši to ePredlogo
|
||||
delete this file etemplate sl Izbriši to datoteko
|
||||
delete this row etemplate sl Izbriši to vrstico
|
||||
delete whole column (can not be undone!!!) etemplate sl Izbriši celoten stolpec (tega NI mogoče razveljaviti)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate sl Izbriše zgornjo ePredlogo iz podatkovne baze, brez razveljavitve
|
||||
deletes the etemplate spez. above etemplate sl Izbriše ePredlogo
|
||||
deletes this column etemplate sl Izbriše ta stolpec
|
||||
deletes this index etemplate sl Izbriše to kazalo
|
||||
discard changes etemplate sl Razveljavi spremembe
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate sl Prikazan pred vnosom ali vstavljen pred izpisom za '%s' oznako (oznaka potrditvenega gumba ali ime datoteke slike)
|
||||
displayed in statusline of browser if input-field gets focus etemplate sl Prikazano v statusni vrstici brskalnika, če se vnosno polje označi
|
||||
displayed in the top line of the groupbox (legend) etemplate sl Prikazano v vrhnji liniji okvirja skupine (legenda)
|
||||
do you want to save the changes you made in table %s? etemplate sl Ali želite shraniti spremembe v tabeli %s?
|
||||
document '%1' does not exist or is not readable for you! preferences sl Dokument '%1' ne obstaja ali pa nimate pravice branja!
|
||||
documentation etemplate sl Dokumentacija
|
||||
doesn't matter etemplate sl Ni pomembno
|
||||
drop a table - this can not be undone etemplate sl Izbriši (drop) tabelo - ni mogoče razveljaviti
|
||||
drop table etemplate sl Izbriši (drop) tabelo
|
||||
dump4setup etemplate sl Dump4Setup
|
||||
duration etemplate sl Trajanje
|
||||
edit etemplate sl Uredi
|
||||
edit embeded css styles or of the applications app.css file etemplate sl Uredi vgrajene sloge CSS ali datoteko aplikacije app.css
|
||||
edit the etemplate spez. above etemplate sl Uredi ePredlogo
|
||||
edit... etemplate sl Uredi ...
|
||||
editable templates - db-tools etemplate sl Spremenljive predloge - Orodja podatkovne baze
|
||||
editable templates - delete template etemplate sl Spremenljive predloge - Izbriši predlogo
|
||||
editable templates - editor etemplate sl Spremenljive predloge - Urejevalnik
|
||||
editable templates - search etemplate sl Spremenljive predloge - Iskanje
|
||||
editable templates - show template etemplate sl Spremenljive predloge - Prikaži predlogo
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate sl Vključeni slogi CSS, npr. '.red { background: red; }' (pazite na '.' pred imenom razreda) ali '@import url(...)' (imena razredov so globalna za celo stran!)
|
||||
enable javascript onchange submit etemplate sl Omogoči Javascript onChange
|
||||
enter '' for an empty default, nothing mean no default etemplate sl Vnesite '' za prazno privzeto vrednost, brez vnosa pomeni, da privzete vrednosti ni
|
||||
enter a search pattern etemplate sl Vnesite iskalni niz
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate sl Vnesite ime datoteke za prenos v strežnik in priponko, uporabite [Poišči...], da jo izberete
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate sl Sem vnesite novo številko različice (> stara_različica), prazno za ne-obnovo datoteke
|
||||
enter the new version number here (has to be > old_version) etemplate sl Sem vnesite novo številko različice (mora biti > stara_različica)
|
||||
entry saved etemplate sl Vnos shranjen
|
||||
error uploading file! filemanager sl Napaka pri prenosu datoteke!
|
||||
error: template not found !!! etemplate sl Napaka: ne najdem predloge!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate sl Napaka: spletni strežnik nima pravic za pisanje v '%1' !
|
||||
error: while saving !!! etemplate sl Napaka: med shranjevanjem!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate sl Napaka pri zapisovanju datoteke (ni pravic za pisanje v spletnem strežniku)
|
||||
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 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 zgornjo
|
||||
exchange this two columns etemplate sl Zamenjaj ta dva stolpca
|
||||
export the loaded etemplate into a xml-file etemplate sl Izvozi naloženo ePredlogo v datoteko XML
|
||||
export xml etemplate sl Izvozi XML
|
||||
extensions loaded: etemplate sl Razširitve naložene:
|
||||
field etemplate sl Polje
|
||||
field must not be empty !!! etemplate sl Polje ne sme biti prazno!
|
||||
file etemplate sl Datoteka
|
||||
file contains more than one etemplate, last one is shown !!! etemplate sl Datoteka vsebuje več kot eno ePredlogo, prikazana je zadnja.
|
||||
file writen etemplate sl Datoteka zapisana
|
||||
fileupload etemplate sl Prenos datoteke
|
||||
first etemplate sl Prvi
|
||||
floating point etemplate sl Decimalna vejica
|
||||
foreign key etemplate sl Tuji ključ
|
||||
formatted text (html) etemplate sl Oblikovano besedilo (HTML)
|
||||
general fields: preferences sl Splošna polja:
|
||||
go to the first entry etemplate sl Pojdi na prvi vnos
|
||||
go to the last entry etemplate sl Pojdi na zadnji vnos
|
||||
go to the next page of entries etemplate sl Pojdi na naslednjo stran vnosov
|
||||
go to the previous page of entries etemplate sl Pojdi na prejšnjo stran vnosov
|
||||
grid etemplate sl Mreža
|
||||
grid column attributes etemplate sl Lastnosti stolpcev mreže
|
||||
grid row attributes etemplate sl Lastnosti vrstic mreže
|
||||
groupbox etemplate sl Združeni okvir
|
||||
h etemplate sl h
|
||||
hbox etemplate sl Vodoravni okvir
|
||||
height etemplate sl Višna
|
||||
height of row (in % or pixel) etemplate sl Višina vrstice (v % ali pikslih)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate sl Višina vrstice (v % ali pikslih), onemogoči vrstico: [! = ni]<vrednost>[=<označi>] npr.: '!@podatek' onemogoči vrstico če vsebuje "podatek" ali pa je prazna
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate sl Višina tabele v % ali pikslih za značko "table" in (neobvezno) "značko" div
|
||||
height, disabled etemplate sl Širina, izključeno
|
||||
help etemplate sl Pomoč
|
||||
history log etemplate sl Dnevnik zgodovine
|
||||
horizontal rule etemplate sl Vodoravno ravnilo
|
||||
hour etemplate sl Ura
|
||||
hours etemplate sl Ur
|
||||
how many entries should the list show etemplate sl Koliko vnosov naj se prikaže v seznamu
|
||||
html etemplate sl HTML
|
||||
id etemplate sl Šifra
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate sl Če je polje izključeno, je prikazana prazna celica v tabeli, za začasno odstranitev polja/celice
|
||||
image etemplate sl Slika
|
||||
import etemplate sl Uvoz
|
||||
import an etemplate from a xml-file etemplate sl Uvozi ePredlogo iz datoteke XML
|
||||
import table-definitions from existing db-table etemplate sl Uvozi definicije tabele iz obstoječe tabele podatkovne baze
|
||||
import xml etemplate sl Uvozi XML
|
||||
increment version to not overwrite the existing template etemplate sl Povišaj različico, da ne prepišeš obstoječe podloge
|
||||
index/name of returned content (name of the template, link / method for image) etemplate sl Indeks/ime vrnjene vsebine (ime predloge, povezava/metoda za sliko)
|
||||
indexed etemplate sl V kazalu
|
||||
indexoptions etemplate sl Nastavitve kazala
|
||||
insert a column before etemplate sl Vstavi stolpec spredaj
|
||||
insert a column behind etemplate sl Vstavi stolpec zadaj
|
||||
insert a row above etemplate sl Vstavi vrstico nad
|
||||
insert a row below etemplate sl Vstavi vrstico spodaj
|
||||
insert a widget before etemplate sl Vstavi gradnik spredaj
|
||||
insert a widget behind etemplate sl Vstavi gradnik zadaj
|
||||
insert in document etemplate sl Vstavi v dokument
|
||||
insert new column behind this one etemplate sl Vstavi nov stolpec za tem
|
||||
insert new column in front of all etemplate sl Vstavi nov stolpec pred vsemi
|
||||
insert new row after this one etemplate sl Vstavi novo vrstico za to
|
||||
insert new row in front of first line etemplate sl Vstavi novo vrstico pred prvo vrstico
|
||||
integer etemplate sl Celo število
|
||||
key etemplate sl Ključ
|
||||
label etemplate sl Napis
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate sl Oznaka:[krepko][poševno] Besedilo:[dolžina][,maksimum] Števila:[minimum][,[maksimum][,dolžina]] Besedilno polje:[vrstic][,stolpcev] Radijski gumb:vrednost Horizontalna črta:[širina] Predloga:[Kazalo v kontekstu] Izbira:[več hkrati] Datum:[vrednosti: npr. 'L-m-d' (leto-mesec-dan)]
|
||||
lang etemplate sl Jezik
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate sl Okrajšava jezika (npr. 'en' za angleško) za predlogo, odvisno od izbire jezika
|
||||
last etemplate sl Zadnji
|
||||
left etemplate sl Levi
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate sl Dolžina za char+varchar, natančnosti int: 2, 4, 8 in float: 4, 8
|
||||
link etemplate sl Povezava
|
||||
link target %1 not found! etemplate sl Cilj povezave %1 ni bil najden
|
||||
linkapps etemplate sl Povezava - aplikacija
|
||||
linkentry etemplate sl Povezava - vnos
|
||||
linklist etemplate sl Povezava - seznam
|
||||
linkstring etemplate sl Povezava - besedilo
|
||||
linkto etemplate sl Povezava na
|
||||
load this template into the editor etemplate sl Naloži to predlogo v urejevalnik
|
||||
loading etemplate sl Nalaganje
|
||||
maximum size for uploads filemanager sl Največja velikost za prenos
|
||||
middle etemplate sl Srednji
|
||||
minute etemplate sl Minuta
|
||||
minutes etemplate sl Minute
|
||||
month etemplate sl Mesec
|
||||
more etemplate sl Več
|
||||
multicolumn indices etemplate sl Kazala več stolpcev
|
||||
name etemplate sl Ime
|
||||
name of other table where column is a key from etemplate sl Ime tabele, iz katere je stolpec ključ
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate sl Ime phpgw-predloge (npr.: verdilak): "=privzeto(izbrana bo privzeta predloga)"
|
||||
name of table to add etemplate sl Ime tabele za dodati
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate sl Ime ePredloge mora biti v obliki application.function[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate sl Mora biti enolično in ne sme biti beseda rezervirana za SQL. Najboljše, da vsem dodate predpono aplikacije, dolgo dva znaka, npr.: 'et_'
|
||||
new etemplate sl Novo
|
||||
new search common sl Novo iskanje
|
||||
new table created etemplate sl Nova tabela ustvarjena
|
||||
newer version '%1' exists !!! etemplate sl Obstaja novejša različica '%1'
|
||||
nextmatch etemplate sl Naslednji zadetek
|
||||
nextmatch accountfilter etemplate sl Naslednji zadetek, filter računa
|
||||
nextmatch custom filterheader etemplate sl Naslednji zadetek, naslov filtra po meri
|
||||
nextmatch filterheader etemplate sl Naslednji zadetek, filtriraj glavo
|
||||
nextmatch header etemplate sl Naslednji zadetek, glava
|
||||
nextmatch sortheader etemplate sl Naslednji zadetek, razvrsti glave
|
||||
no column to swap with !!! etemplate sl Nobenega stolpca za zamenjavo!
|
||||
no file etemplate sl Ni datoteke
|
||||
no filename given or selected via browse... etemplate sl Nobena datoteka ni bila izbrana prek Prebrskaj ...
|
||||
no matches found etemplate sl Ni najdenih zadetkov
|
||||
no row to swap with !!! etemplate sl Nobene vrstice za zamenjavo!
|
||||
not null etemplate sl NOT NULL
|
||||
nothing etemplate sl Nič
|
||||
nothing found - try again !!! etemplate sl Nič ni bilo najdeno - poskusite znova
|
||||
nothing in clipboard to paste !!! etemplate sl Na odložišču ni ničesar za prilepiti
|
||||
nothing matched search criteria !!! etemplate sl Nobenih zadetkov za iskan kriterij
|
||||
now etemplate sl Zdaj
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate sl Število stolpcev, ki naj jih polje/celica združi oziroma 'vse' za vse preostale stolpce, CSS ime razreda (za TD značko)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate sl Število vrstic/stolpcev v V/H okvirju, odmik celice, razmik med celicami
|
||||
of etemplate sl od
|
||||
onchange etemplate sl onChange
|
||||
onclick etemplate sl onClick
|
||||
only an other version found !!! etemplate sl Najdena je samo druga različica!
|
||||
open the online help. etemplate sl Odpri pomoč.
|
||||
operator etemplate sl Operator
|
||||
optional note about the link etemplate sl Morebitne opombe o povezavi
|
||||
options etemplate sl Možnosti
|
||||
or etemplate sl ali
|
||||
order to navigating by tab key through the form etemplate sl Vrstni red krmarjenja po obrazcu s tipko Tab
|
||||
overflow etemplate sl Prenasičenost
|
||||
padding etemplate sl Odmik
|
||||
parent is a '%1' !!! etemplate sl Nadrejeni je '%1' !!!
|
||||
paste etemplate sl Prilepi
|
||||
path etemplate sl Pot
|
||||
please enter table-name first !!! etemplate sl Najprej vpišite ime tabele
|
||||
pm etemplate sl pop
|
||||
popup etemplate sl Pojavno okno
|
||||
precision etemplate sl Natančnost
|
||||
primary key etemplate sl Primarni ključ
|
||||
primary key for the table, gets automaticaly indexed etemplate sl Primarni ključ za tabelo je samodejno indeksiran
|
||||
radiobutton etemplate sl Radijski gumb
|
||||
read etemplate sl Beri
|
||||
read a list of entries. etemplate sl Beri seznam vnosov.
|
||||
read a single entry by passing the id and fieldlist. etemplate sl Beri posamezni vnos s podano šifro in seznamom polj.
|
||||
read etemplate from database (for the keys above) etemplate sl Beri ePredlogo iz zbirke podatkov (za zgornje ključe)
|
||||
readonly etemplate sl Samo za branje
|
||||
refresh etemplate sl Osveži
|
||||
remove row (can not be undone!!!) etemplate sl Odstrani vrstico (ni mogoče razveljaviti)
|
||||
remove this link (not the entry itself) etemplate sl Odstrani to povezavo (ne samega vnosa)
|
||||
required etemplate sl Zahtevano
|
||||
reset etemplate sl Ponastavi
|
||||
returns savely, without deleting etemplate sl Vrne varno, BREZ brisanja
|
||||
right etemplate sl Desno
|
||||
row... etemplate sl Vrstica ...
|
||||
save all etemplate sl Shrani vse
|
||||
save selected columns as default preference for all users. etemplate sl Shrani izbrane stolpce kot privzeto nastavitev za vse uporabnike.
|
||||
save the changes made and close the window etemplate sl Shrani spremembe in zapri okno
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate sl Shrani ePredlogo pod gornjimi ključi (ime,...), spremeni jih za Shrani kot
|
||||
saves changes to tables_current.inc.php etemplate sl Shrani spremembe v tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate sl Shrani predlogo z dano številko različice in zapre okno
|
||||
scale etemplate sl Stopnja
|
||||
scale for float etemplate sl Stopnja za decimalko
|
||||
search etemplate sl Išči
|
||||
select a category etemplate sl Izberite kategorijo
|
||||
select a primary contact, to show in the list etemplate sl Označite primarni stik za prikaz v seznamu
|
||||
select access etemplate sl Izberite dostop
|
||||
select account etemplate sl Izberite račun
|
||||
select an app first !!! etemplate sl Najprej izberite program!
|
||||
select an app to search in etemplate sl Izberite program, v katerem naj iščem
|
||||
select an application etemplate sl Izberite program
|
||||
select an application, (*) = uninstalled etemplate sl Izberite program, (*) = odstranjen
|
||||
select an entry to link with etemplate sl Izberite vnos za povezavo
|
||||
select an table of the application etemplate sl Izberite tabelo programa
|
||||
select application etemplate sl Izberite program
|
||||
select application to search etemplate sl Izberite aplikacijo za iskanje
|
||||
select category etemplate sl Izberite kategorijo
|
||||
select columns etemplate sl Izberite stolpce
|
||||
select country etemplate sl Izberite državo
|
||||
select day etemplate sl Izberite dan
|
||||
select day of week etemplate sl Izberite dan v tednu
|
||||
select entry etemplate sl Izberite vnos
|
||||
select hour etemplate sl Izberite uro
|
||||
select if content of field should not be translated (label gets always translated) etemplate sl Označite, če naj vsebina polja ne bi bila prevedena (oznaka je vedno prevedena)
|
||||
select language etemplate sl Izberite jezik
|
||||
select month etemplate sl Vnesite mesec
|
||||
select number etemplate sl Vnesite število
|
||||
select one ... etemplate sl Izberite eno ...
|
||||
select percentage etemplate sl Izberite odstotek
|
||||
select priority etemplate sl Izberite prioriteto
|
||||
select state etemplate sl Izberite državo
|
||||
select the columns to display in the list etemplate sl Izberite stolpce, ki naj se prikažejo v seznamu
|
||||
select the indexed columns in their desired order etemplate sl Izberite indeksne stolpce v želenem vrstnem redu
|
||||
select this etemplate to delete it etemplate sl Označite to ePredlogo za brisanje
|
||||
select which accounts to show etemplate sl Izberite, kateri računi naj bodo prikazani
|
||||
select which values to show etemplate sl Označite vrednosti za prikaz
|
||||
select year etemplate sl Izberite leto
|
||||
selectbox etemplate sl Izbirno polje
|
||||
set as default etemplate sl Nastavi kot privzeto
|
||||
sets today as date etemplate sl Določi današnji datum za trenutni datum
|
||||
should the form be submitted or any custom javascript be executed etemplate sl Naj bo obrazec oddan ali naj bo izveden katerikoli javascript po meri
|
||||
show etemplate sl Prikaži
|
||||
show (no save) etemplate sl Prikaži (ne shrani)
|
||||
show values etemplate sl Prikaži vrednosti
|
||||
showing etemplate sl Prikazovanje
|
||||
shows / allows you to enter values into the etemplate for testing etemplate sl Prikaže / omogoči vnos vrednosti v ePredlogo za testiranje
|
||||
shows/displays etemplate for testing, does not save it before etemplate sl Prikaže ePredlogo za testiranje, vendar je pred tem ne shrani
|
||||
spacing etemplate sl Razmik
|
||||
span etemplate sl Razpon
|
||||
span, class etemplate sl Razpon, razred
|
||||
stack etemplate sl Sklad
|
||||
start a new search, cancel this link etemplate sl Začne novo iskanje, prekliče to povezavo
|
||||
start new search for the above pattern etemplate sl Začne novo iskanje po zgornjem vzorcu
|
||||
submit form etemplate sl Oddaj obrazec
|
||||
submitbutton etemplate sl Potrditveni gumb
|
||||
swap etemplate sl Zamenjaj
|
||||
swap widget with next one etemplate sl Zamenjaj gradnik z naslednjim
|
||||
swap with next column etemplate sl Zamenjaj z naslednjim stolpcem
|
||||
swap with next row etemplate sl Zamenjaj z naslednjo vrstico
|
||||
switch to a parent widget etemplate sl Preklopi v nadrejeni gradnik
|
||||
switch to an other widgets of that container etemplate sl Preklopi na drug gradnik tega vsebovalnika
|
||||
tabindex etemplate sl Tabulatorsko mesto
|
||||
table unchanged, no write necessary !!! etemplate sl Tabela je nespremenjena, pisanje ni potrebno.
|
||||
tablename etemplate sl Ime tabele
|
||||
tabs etemplate sl Zavihki
|
||||
template etemplate sl Predloga
|
||||
template deleted etemplate sl Predloga zbrisana
|
||||
template saved etemplate sl Predloga shranjena
|
||||
text etemplate sl Besedilo
|
||||
textarea etemplate sl Besedilno polje
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate sl To besedilo je prikazano, če je vnosno polje prazno in neoznačeno (zamegljeno)
|
||||
time etemplate sl Čas
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate sl Onemogoči:[!=ni]<vrednost>[=<preveri>]npr:'!@podatek' onemogoči če je vsebina podatka prazna
|
||||
to start the db-tools etemplate sl Za zagon orodij podatkovne baze
|
||||
to start the etemplate editor etemplate sl Za zagon urejevalnika ePredloge
|
||||
to start the search etemplate sl Za začetek iskanja
|
||||
today etemplate sl Danes
|
||||
top etemplate sl Na vrh
|
||||
tree etemplate sl Drevo
|
||||
type etemplate sl Vpišite
|
||||
type of the column etemplate sl Vrsta stolpca
|
||||
type of the field (select label if field should be empty) etemplate sl Vrsta polja (izberite Label, če naj bo polje prazno)
|
||||
unique etemplate sl Enoličen
|
||||
unlink etemplate sl Odstrani povezavo
|
||||
update a single entry by passing the fields. etemplate sl Posodobi posamezen vnos s pošiljanjem polj
|
||||
update from version '%s' to etemplate sl Posodobi z različice '%s' na
|
||||
upload etemplate sl Prenesi
|
||||
valign etemplate sl Navpična poravnava
|
||||
value etemplate sl Vrednost
|
||||
value has to be at least '%1' !!! etemplate sl Vrednost mora biti vsaj '%1'!
|
||||
value has to be at maximum '%1' !!! etemplate sl Vrednost je lahko največ '%1'!
|
||||
vbox etemplate sl Navpični okvir
|
||||
version etemplate sl Različica
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate sl Številka različice, mora biti oblike: večja.manjša.revizija.številka (npr. 0.9.13.001 , vsa števila zapolnjena z ničlami)
|
||||
vertical alignment of row etemplate sl Navpična porvnava vrstice
|
||||
view this etemplate etemplate sl Poglej to predlogo
|
||||
view this linked entry in its application etemplate sl Poglej ta povezan vnos v svojem programu
|
||||
weekend etemplate sl Vikend
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate sl Kaj se zgodi s prenasičeno vsebino: vidna (privzeto), skrij, vklopi pomikanje, samodejno (se odloči brskalnik)
|
||||
widget copied into clipboard etemplate sl Gradnik prekopiran na odložišče
|
||||
width etemplate sl Širina
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate sl Širina stolpcev (v % ali pikslih), onemogoči stolpec: [! = ni]<vrednost>[=<označi>] npr.: '!@podatek' onemogoči stolpec če vsebuje "podatek" ali pa je prazna
|
||||
width of column (in % or pixel) etemplate sl Širina stolpca (v % in pixlih)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate sl Širina tabele v % ali pikslih za značko "table" in (neobvezno) značko div
|
||||
width, disabled etemplate sl Širina, onemogočeno
|
||||
wk etemplate sl Ted
|
||||
working days etemplate sl Delovniki
|
||||
write <app>/setup/tables_current.inc.php etemplate sl Zapiši <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate sl Zapiši jezikovno datoteko
|
||||
write tables etemplate sl Zapiši tabele
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate sl Zapiši datoteko 'etemplates.inc.php' (za ime aplikacije v namestitveno mapo aplikacije
|
||||
xml-file to import etemplate sl Datoteka XML za izvoz
|
||||
xslt template etemplate sl Predloga XSLT
|
||||
year etemplate sl Leto
|
||||
you can respond by visiting: etemplate sl Za ogled pojdite na:
|
@ -1,409 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate sv %1 (%2 nya) Meddelanden skrivna för applikation '%3' och språken '%4'
|
||||
%1 etemplates deleted etemplate sv %1 eTemplate raderad
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate sv %1 eTemplate för applikation '%2' skriven till '%3'
|
||||
%1 etemplates found etemplate sv Hittade %1 eTemplate
|
||||
%1 matches on search criteria etemplate sv %1 resultat hittade på sökning
|
||||
%1 new etemplates imported for application '%2' etemplate sv %1 nya eTemplate importerade för applikation '%2'
|
||||
%s disabled etemplate sv %s Inaktiverad
|
||||
%s needed etemplate sv %s Krävs
|
||||
%s notranslation etemplate sv %s Inte översatt
|
||||
%s onchange etemplate sv %s onChange
|
||||
%s readonly etemplate sv %s Skrivskyddad
|
||||
'%1' has an invalid format !!! etemplate sv '%1' har ett ogiltigt format
|
||||
'%1' is not a valid date !!! etemplate sv '%1' är ett ogiltigt datum
|
||||
'%1' is not a valid floatingpoint number !!! etemplate sv '%1' är inte ett giltigt flyttalsnummer
|
||||
'%1' is not a valid integer !!! etemplate sv '%1' är inte ett giltig heltal
|
||||
a pattern to be searched for etemplate sv Sökord att söka efter
|
||||
accesskey etemplate sv Åtkomstnyckel
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate sv Åtkomstnyckel kan specifieras med ett & i en etikett (ex. &Namn)
|
||||
actions... etemplate sv Åtgärder
|
||||
add a new column (after the existing ones) etemplate sv Infoga kolumn (efter existerande)
|
||||
add a new entry of the selected application etemplate sv Skapa ny post av vald applikation
|
||||
add a new multi-column index etemplate sv Skapa multikolumn index
|
||||
add column etemplate sv Infoga kolumn
|
||||
add index etemplate sv Skapa index
|
||||
add new etemplate sv Skapa ny
|
||||
add table etemplate sv Skapa tabell
|
||||
advanced search etemplate sv Avancerad sökning
|
||||
align etemplate sv Justera
|
||||
alignment of label and input-field in table-cell etemplate sv Justering av etikett och indata fält i tabell cell
|
||||
alignment of the v/hbox containing table-cell etemplate sv Justering av V/HBox innehållande tabell cell
|
||||
all days etemplate sv Samtliga dagar
|
||||
all operations save the template! etemplate sv Alla operationer sparar template
|
||||
all users etemplate sv Alla användare
|
||||
am etemplate sv fm
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate sv En kolumn med index går fortare att sök i (på bekostnad av filsystemsutrymme)
|
||||
and etemplate sv Och
|
||||
application etemplate sv Applikation
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate sv Namnet på applikationen behövs för att skriva en språkfil eller dumpa eTemplate
|
||||
applications etemplate sv Applikationer
|
||||
applies the changes made etemplate sv Sparar ändringar
|
||||
applies the changes to the given version of the template etemplate sv Applicerar förändringar på en given version av template
|
||||
attach etemplate sv Bifoga
|
||||
attach file etemplate sv Bifoga fil
|
||||
baseline etemplate sv Baslinje
|
||||
blurtext etemplate sv Oskarptext
|
||||
border etemplate sv Kantlinje
|
||||
border-line-thickness for the table-tag etemplate sv Kantlinjes tjocklek för tabell kod
|
||||
bottom etemplate sv Nederst
|
||||
box etemplate sv Ruta
|
||||
box... etemplate sv Ruta ...
|
||||
can not have special sql-value null etemplate sv Kan inte ha SQL reserverat värde NULL
|
||||
cancel etemplate sv Avbryt
|
||||
cant delete a single widget from a grid !!! etemplate sv Kan inte ta bort en enstaka widget från en grid!!
|
||||
cant delete the only column of a grid !!! etemplate sv Kan inte ta bort den enda kolumnen från en grid!!
|
||||
cant delete the only row in a grid !!! etemplate sv Kan inte ta bort den enda raden i en grid
|
||||
category etemplate sv Kategori
|
||||
cellpadding for the table-tag etemplate sv Cellfyllnad för tabell kod
|
||||
cells etemplate sv Celler
|
||||
cellspacing for the table-tag etemplate sv Cellutrymme för tabell kod
|
||||
center etemplate sv Centrera
|
||||
changed etemplate sv Ändrad
|
||||
check all etemplate sv Markera alla
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate sv Kontrollera om innehållet bara ska visas men inte förändras (innehållet skickas då inte tillbaks)
|
||||
check if field has to be filled by user etemplate sv Kontrollera om fältet ska fyllas i av användare
|
||||
checkbox etemplate sv Kryssruta
|
||||
class etemplate sv Klass
|
||||
class, valign etemplate sv Klass, Valign
|
||||
click here to attach the file etemplate sv Bifoga fil
|
||||
click here to create the link etemplate sv Skapa länk
|
||||
click here to start the search etemplate sv Sök
|
||||
click here to upload the file etemplate sv Ladda upp fil
|
||||
click to order after that criteria etemplate sv Sortera enl. kriteria
|
||||
clickable path etemplate sv Klickbar sökväg
|
||||
closes the window without saving the changes etemplate sv Stänger fönstret utan att spara ändringar
|
||||
column... etemplate sv Kolumn
|
||||
columnname etemplate sv Kolumn namn
|
||||
comment etemplate sv Kommentar
|
||||
confirm etemplate sv bekräfta
|
||||
confirmation message or custom javascript (returning true or false) etemplate sv Bekräftelsemeddelande eller eget javascript (som returnerar sant eller falskt)
|
||||
confirmation necesary or custom java-script etemplate sv Bekräftelse nödvändig eller anpassat java skript
|
||||
contact etemplate sv Kontakt
|
||||
contact fields etemplate sv Kontakt fält
|
||||
contains etemplate sv Innehåller
|
||||
create a new table for the application etemplate sv Skapa ny tabell för applikationen
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate sv Skapa engelsk ('en') språkfil från etikett och hjälptexter (för applikation i Namn)
|
||||
css class for the table-tag etemplate sv CSS klass för tabell kod
|
||||
css properties etemplate sv CSS alternativ
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate sv CSS klassnamn för raden, förinställt: 'nmh' = NextMatch header, 'nmr' = alternating NM row, 'nmr0'+'nmr1' NM rows
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate sv CSS klassnamn för raden, förinställt: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows
|
||||
css-styles etemplate sv CSS stilar
|
||||
custom etemplate sv Anpassa
|
||||
custom fields etemplate sv Anpassade fält
|
||||
custom javascript for onchange etemplate sv Anpassat javaskript för onChange
|
||||
cut etemplate sv Klipp ut
|
||||
date+time etemplate sv Datum+Tid
|
||||
day etemplate sv Dag
|
||||
days etemplate sv Dagar
|
||||
db ensures that every row has a unique value in that column etemplate sv Databasen försäkrar att varje rad har ett unikt värde i kolumnen
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate sv Databasen specifika index alternativ (kommasep.), ex. mysql(FULLTEXT) eller mysql(100) för indexerad längd på kolumn
|
||||
db-tools etemplate sv Databas verktyg
|
||||
deck etemplate sv Deck (internationell)
|
||||
default etemplate sv Standard
|
||||
delete a single entry by passing the id. etemplate sv Ange ID för att radera post
|
||||
delete all selected etemplates, without further inquiry etemplate sv Radera ALLA valda eTemplate, UTAN vidare frågor
|
||||
delete and cut save the template! etemplate sv Radera utan att spara mallen
|
||||
delete column etemplate sv Radera kolumn
|
||||
delete index etemplate sv Radera index
|
||||
delete the spezified etemplate etemplate sv Radera valt eTemplate
|
||||
delete this column etemplate sv Radera kolumnen
|
||||
delete this etemplate etemplate sv Radera detta eTemplate
|
||||
delete this file etemplate sv Radera filen
|
||||
delete this row etemplate sv Radera raden
|
||||
delete whole column (can not be undone!!!) etemplate sv Radera kolumnen (kan INTE ångras)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate sv Radera ovanstående eTemplate i databasen (kan INTE ångras)
|
||||
deletes the etemplate spez. above etemplate sv Raderar ovanstående eTemplate
|
||||
deletes this column etemplate sv Raderar kolumnen
|
||||
deletes this index etemplate sv Raderar indexet
|
||||
discard changes etemplate sv Ångra ändringar
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate sv Visas framför indata eller indata skrivs för en '%s' i etiketten (etikett på Sparaknapp eller bild fil)
|
||||
displayed in statusline of browser if input-field gets focus etemplate sv Visas i status raden i webbläsaren om indata fält fokuseras
|
||||
displayed in the top line of the groupbox (legend) etemplate sv Vi översta raden i grupprutan (legend)
|
||||
do you want to save the changes you made in table %s? etemplate sv Spara ändringar av tabell %s?
|
||||
documentation etemplate sv Dokumentation
|
||||
doesn't matter etemplate sv Inte av betydelse
|
||||
drop a table - this can not be undone etemplate sv Radera en tabell (kan INTE ångras)
|
||||
drop table etemplate sv Radera tabell
|
||||
dump4setup etemplate sv Dump4Setup
|
||||
duration etemplate sv Varaktighet
|
||||
edit etemplate sv Ändra
|
||||
edit embeded css styles or of the applications app.css file etemplate sv Ändra inbäddad CSS stilar eller applikationens app.css fil
|
||||
edit the etemplate spez. above etemplate sv Ändra ovanstående eTemplate
|
||||
edit... etemplate sv Ändra ...
|
||||
editable templates - db-tools etemplate sv Ändringsbar mall - Databas vertyg
|
||||
editable templates - delete template etemplate sv Ändringsbar mall - Radera mallen
|
||||
editable templates - editor etemplate sv Ändringsbar mall - Editor
|
||||
editable templates - search etemplate sv Ändringsbar mall - Sök
|
||||
editable templates - show template etemplate sv Ändringsbar mall - Visa mall
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate sv Inbäddade CSS stilar, ex. '.red { background: red; }' (notera '.' före class namnet) eller '@import url(...)' (class namn är globala för hela sidan!)
|
||||
enable javascript onchange submit etemplate sv Aktivera JavaScript OnChange submit
|
||||
enter '' for an empty default, nothing mean no default etemplate sv Ange '' för tom standard, tomt betyder ingen standard
|
||||
enter a search pattern etemplate sv Ange sökord
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate sv Använd [Bläddra...] för att söka efter fil
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate sv Ange nytt högre versionsnummer, tomt för ingen uppdateringsfil
|
||||
enter the new version number here (has to be > old_version) etemplate sv Ange nytt högre versionsnummer
|
||||
entry saved etemplate sv Post sparad
|
||||
error: template not found !!! etemplate sv Fel: Mallen kunde inte hittas
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate sv Fel: Webbserver har inte rättighet att skriva till '%1'
|
||||
error: while saving !!! etemplate sv Fel: Kunde inte spara
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate sv Fel: Kunde inte skriva fil (inga skrivrättigheter på webbservern)
|
||||
etemplate common sv eTemplate
|
||||
etemplate '%1' imported, use save to put it in the database etemplate sv eTemplate '%1' importerad, använd Spara för att skriva till databasen
|
||||
etemplate '%1' written to '%2' etemplate sv eTemplate '%1' skriven till '%2'
|
||||
etemplate editor etemplate sv eTemplate editor
|
||||
etemplate reference etemplate sv eTemplate referens
|
||||
etemplate tutorial etemplate sv eTemplate hjälpinnehåll
|
||||
exchange this row with the one above etemplate sv Byt denna rad mot den ovanför
|
||||
exchange this two columns etemplate sv Byt dessa två kolumner
|
||||
export the loaded etemplate into a xml-file etemplate sv Exportera den laddade eTemplate till XML fil
|
||||
export xml etemplate sv Exportera XML
|
||||
extensions loaded: etemplate sv Laddade utökningar:
|
||||
field etemplate sv Fält
|
||||
field must not be empty !!! etemplate sv Fältet kan inte vara tomt
|
||||
file etemplate sv Fil
|
||||
file contains more than one etemplate, last one is shown !!! etemplate sv Filen innehåller mer än ett eTemplate, visar sista
|
||||
file writen etemplate sv Filen skriven
|
||||
fileupload etemplate sv Ladda upp fil
|
||||
first etemplate sv Första
|
||||
floating point etemplate sv Flyttal
|
||||
foreign key etemplate sv Foreign Key
|
||||
formatted text (html) etemplate sv Formaterad Text (HTML)
|
||||
go to the first entry etemplate sv Gå till första posten
|
||||
go to the last entry etemplate sv Gå till sista posten
|
||||
go to the next page of entries etemplate sv Gå till nästa sida
|
||||
go to the previous page of entries etemplate sv Gå till föregående sida
|
||||
grid etemplate sv Grid
|
||||
grid column attributes etemplate sv Grid kolumn attribut
|
||||
grid row attributes etemplate sv Grid rad attribut
|
||||
groupbox etemplate sv Gruppruta
|
||||
h etemplate sv t
|
||||
hbox etemplate sv HBox
|
||||
height etemplate sv Höjd
|
||||
height of row (in % or pixel) etemplate sv Radhöjd (i % eller pixlar)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate sv Radhöjd (i % eller pixel), inaktivera rad: [! = not]<value>[=<check>] ex: '!@data' inaktiverar rad om innehåll saknas
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate sv Tabellhöjd (i % eller pixlar) för tabell kod och (frivillig) div
|
||||
height, disabled etemplate sv Höjd, inaktiverad
|
||||
help etemplate sv Hjälp
|
||||
history log etemplate sv Historik
|
||||
horizontal rule etemplate sv Horisontell linje
|
||||
hour etemplate sv Timme
|
||||
hours etemplate sv Timmar
|
||||
how many entries should the list show etemplate sv Hur många poster ska listan visa
|
||||
html etemplate sv Html
|
||||
id etemplate sv ID
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate sv Om fält är inaktiverat visas en tom tabell cell, för (temporär) borttagning av ett fält/cell
|
||||
image etemplate sv Bild
|
||||
import etemplate sv Import
|
||||
import an etemplate from a xml-file etemplate sv Importera eTemplate från XML fil
|
||||
import table-definitions from existing db-table etemplate sv Importera tabell definitioner från existerande databas tabell
|
||||
import xml etemplate sv Importera XML
|
||||
increment version to not overwrite the existing template etemplate sv Uppdatera version för att inte skriva över nuvarande mall
|
||||
index/name of returned content (name of the template, link / method for image) etemplate sv Index/namn på returnerat innehåll (namn på Template, Länk/Metod för bild)
|
||||
indexed etemplate sv Indexerad
|
||||
indexoptions etemplate sv Index alternativ
|
||||
insert a column before etemplate sv Infoga kolumn före
|
||||
insert a column behind etemplate sv Infoga kolumn efter
|
||||
insert a row above etemplate sv Infoga rad övanför
|
||||
insert a row below etemplate sv Infoga rad under
|
||||
insert a widget before etemplate sv Infoga widget före
|
||||
insert a widget behind etemplate sv Infoga widget efter
|
||||
insert new column behind this one etemplate sv Skapa kolumn efter denna
|
||||
insert new column in front of all etemplate sv Skapa kolumn före alla
|
||||
insert new row after this one etemplate sv Skapa rad efter denna
|
||||
insert new row in front of first line etemplate sv Skapa rad före första raden
|
||||
integer etemplate sv Heltal
|
||||
key etemplate sv Nyckel
|
||||
label etemplate sv Etikett
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate sv Etikett:[bold][italic] Text:[len][,max] Nummer:[min][,[max][,len]] T.area:[rows][,cols] Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Välj:[multiselect] Datum:[värde: ex. 'Y-m-d']
|
||||
lang etemplate sv Språk
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate sv Språk förkortning (ex. 'en' för Engelsk) för språk oberoende template ('' läser ditt pref. språk eller standard, us 'standard' att läsa standard template '')
|
||||
last etemplate sv Sista
|
||||
left etemplate sv Vänster
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate sv Längd för char+varchar, precisions int: 2, 4, 8 och float: 4, 8
|
||||
link etemplate sv Länk
|
||||
linkapps etemplate sv LinkApps
|
||||
linkentry etemplate sv LinkEntry
|
||||
linklist etemplate sv LinkList
|
||||
linkstring etemplate sv LinkString
|
||||
linkto etemplate sv LinkTo
|
||||
load this template into the editor etemplate sv Ladda mallen i editorn
|
||||
loading etemplate sv Laddar
|
||||
middle etemplate sv Mitten
|
||||
minute etemplate sv Minut
|
||||
minutes etemplate sv Minuter
|
||||
month etemplate sv Månad
|
||||
more etemplate sv Fler
|
||||
multicolumn indices etemplate sv Multikolumn Index
|
||||
name etemplate sv Namn
|
||||
name of other table where column is a key from etemplate sv Namnet på den andra tabellen kolumnen är en nyckel till
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate sv namnet på phpgw mall-set (ex. verdilak): '' = standard (läser pref. template, använd 'standard' för att läsa standard template '')
|
||||
name of table to add etemplate sv Namnet på tabell
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate sv Namn på eTemplate, ska vara i formatet applikation.funktion[.subTemplate]
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate sv måste vara unikt för tabellen och inte ett reserverat SQL ord. Rekomenderas att använda 2 tecken prefix för aplikations namnet, ex. 'et_'
|
||||
new etemplate sv Nytt
|
||||
new search common sv Ny sökning
|
||||
new table created etemplate sv Tabell skapad
|
||||
newer version '%1' exists !!! etemplate sv Nyare version '%1' existerar
|
||||
nextmatch etemplate sv Nästa matchande
|
||||
nextmatch filterheader etemplate sv Nästa matchande Filterheader
|
||||
nextmatch sortheader etemplate sv Nästa matchande Sortheader
|
||||
no column to swap with !!! etemplate sv Ingen kolumn att byta med!
|
||||
no file etemplate sv Ingen fil
|
||||
no filename given or selected via browse... etemplate sv Ingen fil angiven eller vald
|
||||
no matches found etemplate sv Inga träffar
|
||||
no row to swap with !!! etemplate sv Ingen rad att byta med!
|
||||
not null etemplate sv NOT NULL
|
||||
nothing etemplate sv Ingenting
|
||||
nothing found - try again !!! etemplate sv Inga träffar - försök igen
|
||||
nothing in clipboard to paste !!! etemplate sv Ingenting i urklipp att infoga
|
||||
nothing matched search criteria !!! etemplate sv Inga träffar på sökord
|
||||
now etemplate sv Nu
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate sv Antal kolumner som fält/cell ska omfatta eller 'alla' för återstående kolumner, CSS klassnamn (för TD kod)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate sv Antal rader/kolumner i en V/HBox, Cellpadding, Cellspacing
|
||||
of etemplate sv av
|
||||
onchange etemplate sv onChange
|
||||
onclick etemplate sv onClick
|
||||
only an other version found !!! etemplate sv Kunde bara hitta annan version
|
||||
open the online help. etemplate sv Öppna online-hjälp
|
||||
operator etemplate sv Operator
|
||||
optional note about the link etemplate sv Frivillig anteckning om länken
|
||||
options etemplate sv Alternativ
|
||||
or etemplate sv Eller
|
||||
order to navigating by tab key through the form etemplate sv Ordning att tab navigera genom fälten
|
||||
overflow etemplate sv Overflow
|
||||
padding etemplate sv Fyllnad
|
||||
parent is a '%1' !!! etemplate sv Överst är en '%1' !
|
||||
paste etemplate sv Kopiera
|
||||
path etemplate sv Sökväg
|
||||
please enter table-name first !!! etemplate sv Var god och ange tabell namnet först
|
||||
pm etemplate sv em
|
||||
popup etemplate sv Popup
|
||||
precision etemplate sv Precision
|
||||
primary key etemplate sv Primary Key
|
||||
primary key for the table, gets automaticaly indexed etemplate sv För primär nyckel i tabell skapas automatiskt ett index
|
||||
radiobutton etemplate sv Radioknapp
|
||||
read etemplate sv Läs
|
||||
read a list of entries. etemplate sv Läs lista av poster
|
||||
read a single entry by passing the id and fieldlist. etemplate sv Ange ID och fältlista för att läsa post
|
||||
read etemplate from database (for the keys above) etemplate sv Läs eTemplate från databas (för ovanstående nycklar)
|
||||
readonly etemplate sv Skrivskyddad
|
||||
remove row (can not be undone!!!) etemplate sv Radera rad (kan INTE återskapas)
|
||||
remove this link (not the entry itself) etemplate sv Radera länk (inte posten i sig)
|
||||
required etemplate sv Krävs
|
||||
reset etemplate sv Återställ
|
||||
returns savely, without deleting etemplate sv Återgår UTAN att radera
|
||||
right etemplate sv Höger
|
||||
row... etemplate sv Rad
|
||||
save all etemplate sv Spara alla
|
||||
save the changes made and close the window etemplate sv Spara ändringar och stäng fönster
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate sv Spara eTemplate under ovanstående nycklar (namn, ....), ändra för att Spara Som.
|
||||
saves changes to tables_current.inc.php etemplate sv Spara ändringar i tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate sv Spara mall med givet versionsnummer och stänger fönstret
|
||||
scale etemplate sv Skala
|
||||
scale for float etemplate sv Skala för flyttal
|
||||
search etemplate sv Sök
|
||||
select a category etemplate sv Välj kategori
|
||||
select a primary contact, to show in the list etemplate sv Välj primär kontakt att visa i lista
|
||||
select access etemplate sv Välj åtkomst
|
||||
select account etemplate sv Välj konto
|
||||
select an app first !!! etemplate sv Välj en applikaiton
|
||||
select an app to search in etemplate sv Välj en applikaiton att söka i
|
||||
select an application etemplate sv Välj en applikation
|
||||
select an application, (*) = uninstalled etemplate sv Välj en applikation, (*) = avinstallerad
|
||||
select an entry to link with etemplate sv Välj en post att länka till
|
||||
select an table of the application etemplate sv Välj en tabell för applikationen
|
||||
select application etemplate sv Välj applikation
|
||||
select category etemplate sv Välj kategori
|
||||
select country etemplate sv Välj land
|
||||
select day etemplate sv Välj dag
|
||||
select day of week etemplate sv Välj veckodag
|
||||
select entry etemplate sv Välj post
|
||||
select hour etemplate sv Välj timme
|
||||
select if content of field should not be translated (label gets always translated) etemplate sv Välj om innehållet i fälten ska översättas (etikett översätts alltid)
|
||||
select month etemplate sv Välj månad
|
||||
select number etemplate sv Välj nummer
|
||||
select one ... etemplate sv Välj en ...
|
||||
select percentage etemplate sv Välj procent
|
||||
select priority etemplate sv Välj prioritet
|
||||
select state etemplate sv Välj läge
|
||||
select the indexed columns in their desired order etemplate sv Välj indexerade kolumner i önskad ordning
|
||||
select this etemplate to delete it etemplate sv Välj detta eTemplate för att radera det
|
||||
select which accounts to show etemplate sv Välj vilka konton som ska visas
|
||||
select which values to show etemplate sv Välj vilka värden att visa
|
||||
select year etemplate sv Välj år
|
||||
selectbox etemplate sv Valruta
|
||||
sets today as date etemplate sv Sätt dagens datum
|
||||
should the form be submitted or any custom javascript be executed etemplate sv Ska formuläret skickas eller något anpassat javaskript exekveras
|
||||
show etemplate sv Visa
|
||||
show (no save) etemplate sv Visa (spara inte)
|
||||
show values etemplate sv Visa värden
|
||||
showing etemplate sv Visar
|
||||
shows / allows you to enter values into the etemplate for testing etemplate sv Visar / låter dig ange värden till eTemplate för testning
|
||||
shows/displays etemplate for testing, does not save it before etemplate sv visar eTemplate för testning, spara INTE före
|
||||
spacing etemplate sv Utfyllnad
|
||||
span etemplate sv Span
|
||||
span, class etemplate sv Span, klass
|
||||
stack etemplate sv Stack
|
||||
start a new search, cancel this link etemplate sv Gör ny sökning och avbryt denna länk
|
||||
start new search for the above pattern etemplate sv Gör ny sökning med ovanstående mönster
|
||||
submit form etemplate sv Spara formulär
|
||||
submitbutton etemplate sv Sparaknapp
|
||||
swap etemplate sv Byt
|
||||
swap widget with next one etemplate sv Byt widget med nästa
|
||||
swap with next column etemplate sv Byt med nästa kolumn
|
||||
swap with next row etemplate sv Byt med nästa rad
|
||||
switch to a parent widget etemplate sv Byt till översta widget
|
||||
switch to an other widgets of that container etemplate sv Byt till annan widget i kontainern
|
||||
tabindex etemplate sv Tabindex
|
||||
table unchanged, no write necessary !!! etemplate sv Tabell oförändrad, ingen skrivning nödvändig
|
||||
tablename etemplate sv Tabellnamn
|
||||
tabs etemplate sv Tabs
|
||||
template etemplate sv Mall
|
||||
template deleted etemplate sv Mallen raderad
|
||||
template saved etemplate sv Mallen sparad
|
||||
text etemplate sv Text
|
||||
textarea etemplate sv Textruta
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate sv Denna text visas om indata fältet är tomt eller inte har fokus (oskärpa)
|
||||
time etemplate sv Tid
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate sv För att inaktivera: [! = not]<value>[=<check>] ex: '!@data' inaktiverar on innehåll saknas
|
||||
to start the db-tools etemplate sv för att starta databas verktyg
|
||||
to start the etemplate editor etemplate sv för att starta eTemplate editor
|
||||
to start the search etemplate sv för att påbörja sökning
|
||||
today etemplate sv Idag
|
||||
top etemplate sv Överst
|
||||
type etemplate sv Typ
|
||||
type of the column etemplate sv Typ av kolumn
|
||||
type of the field (select label if field should be empty) etemplate sv Typ av fält (välj Etikett om fält ska vara tomt)
|
||||
unique etemplate sv Unik
|
||||
unlink etemplate sv Länka av
|
||||
update a single entry by passing the fields. etemplate sv Fyll i fälten för att uppdatera post
|
||||
update from version '%s' to etemplate sv Uppdatera från version '%s' till
|
||||
upload etemplate sv Ladda upp
|
||||
valign etemplate sv vAlign
|
||||
value etemplate sv Värde
|
||||
value has to be at least '%1' !!! etemplate sv Värdet måste vara minst '%1'
|
||||
value has to be at maximum '%1' !!! etemplate sv Värdet får högst vara '%1'
|
||||
vbox etemplate sv VBox
|
||||
version etemplate sv Version
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate sv Versions nummer, ska vara i formatet: major.minor.revision.nummer (ex. 0.9.13.001 alla nummer fylls ut med 0)
|
||||
vertical alignment of row etemplate sv Vertikal justering av rad
|
||||
view this etemplate etemplate sv Visa eTemplate
|
||||
view this linked entry in its application etemplate sv Visa länkad post i dess applikation
|
||||
weekend etemplate sv Helg
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate sv Vad händer med innehålls "overflow": synligt (default), göms, skroll, auto (browser bestämmer)
|
||||
widget copied into clipboard etemplate sv Widget kopierad till urklipp
|
||||
width etemplate sv Bredd
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate sv Kol bredd (i % eller pixel), inaktivera kol: [! = not]<value>[=<check>] ex. '!@data' inaktivera kol om innehåll saknas
|
||||
width of column (in % or pixel) etemplate sv Kolumnbredd (i % eller pixel)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate sv Tabellbredd (i % eller pixel) för tabell kod och (frivillig) div
|
||||
width, disabled etemplate sv Bredd, inaktiverad
|
||||
wk etemplate sv Arb
|
||||
working days etemplate sv Arbetsdagar
|
||||
write <app>/setup/tables_current.inc.php etemplate sv Skriv <app>/setup/tables_current.inc.php
|
||||
write langfile etemplate sv Skriv språkfil
|
||||
write tables etemplate sv Skriv tabeller
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate sv Skriver en 'etemplates.inc.php' fil (för applikationen i Namn) i setup katalogen för applikationen
|
||||
xml-file to import etemplate sv Importera XML fil
|
||||
xslt template etemplate sv XSLT mall
|
||||
year etemplate sv År
|
||||
you can respond by visiting: etemplate sv Du kan svara genom att besöka:
|
@ -1,39 +0,0 @@
|
||||
all users etemplate tr Tüm Kullanýcýlar
|
||||
and etemplate tr Ve
|
||||
application etemplate tr Uygulama
|
||||
applications etemplate tr Uygulamalar
|
||||
bottom etemplate tr taban
|
||||
cancel etemplate tr Ýptal
|
||||
contact etemplate tr ?leti?im
|
||||
custom etemplate tr Özel
|
||||
custom fields etemplate tr Özel Alanlar
|
||||
day etemplate tr Gün
|
||||
days etemplate tr gün
|
||||
default etemplate tr Varsayýlan
|
||||
delete a single entry by passing the id. etemplate tr ID'sini girerek bir girdiyi sil
|
||||
duration etemplate tr Süre
|
||||
edit etemplate tr Düzenle
|
||||
hours etemplate tr saat
|
||||
import etemplate tr ?thal Et
|
||||
label etemplate tr Etiket
|
||||
last etemplate tr son
|
||||
link etemplate tr Link
|
||||
minute etemplate tr Dakika
|
||||
minutes etemplate tr dakika
|
||||
month etemplate tr Ay
|
||||
more etemplate tr Daha fazla
|
||||
name etemplate tr Ýsim
|
||||
new etemplate tr Yeni
|
||||
no file etemplate tr dosya yok
|
||||
no matches found etemplate tr Hiç eþleþme yok
|
||||
or etemplate tr ya da
|
||||
read a list of entries. etemplate tr Bir girdi listesini oku
|
||||
read a single entry by passing the id and fieldlist. etemplate tr ID ve alan listesini tarayarak bir girdi oku
|
||||
refresh etemplate tr Yenile
|
||||
reset etemplate tr Sýfýrla
|
||||
selectbox etemplate tr Seçim kutusu
|
||||
text etemplate tr Metin
|
||||
today etemplate tr Bugün
|
||||
top etemplate tr Maks
|
||||
update a single entry by passing the fields. etemplate tr Alan de?erleri ile bir alan? güncelle.
|
||||
version etemplate tr Sürüm
|
@ -1,44 +0,0 @@
|
||||
all users etemplate uk Всі користувачі
|
||||
application etemplate uk Приложення
|
||||
applications etemplate uk Приложення
|
||||
attach file etemplate uk Прикласти файл
|
||||
bottom etemplate uk низ
|
||||
click here to create the link etemplate uk натисніть тут для створення Посилання
|
||||
click here to start the search etemplate uk натисніть тут щоб почати пошук
|
||||
comment etemplate uk Коментувати
|
||||
confirm etemplate uk Підтвердити
|
||||
contact etemplate uk Контакт
|
||||
custom etemplate uk Власне
|
||||
custom fields etemplate uk Власні поля
|
||||
day etemplate uk День
|
||||
days etemplate uk Дні
|
||||
default etemplate uk По замовченню
|
||||
delete a single entry by passing the id. etemplate uk Видалити один запис по id.
|
||||
duration etemplate uk Тривалість
|
||||
hours etemplate uk години
|
||||
id etemplate uk Id
|
||||
import etemplate uk Імпорт
|
||||
label etemplate uk Примітки
|
||||
last etemplate uk Останній
|
||||
link etemplate uk Посилання
|
||||
minute etemplate uk Хвилина
|
||||
minutes etemplate uk хвилини
|
||||
month etemplate uk Місяць
|
||||
new search common uk Новий пошук
|
||||
no file etemplate uk файлу немає
|
||||
no matches found etemplate uk Відповідностей не знайдено
|
||||
read a list of entries. etemplate uk Прочитати перелік записів
|
||||
read a single entry by passing the id and fieldlist. etemplate uk Прочитати один запис по id та переліку полів.
|
||||
refresh etemplate uk Поновити
|
||||
remove this link (not the entry itself) etemplate uk Видалити це посилання (не сам запис)
|
||||
reset etemplate uk Переввести
|
||||
select an app to search in etemplate uk Виберіть приложення в якому шукати
|
||||
select an entry to link with etemplate uk Виберіть запис для Посилання
|
||||
selectbox etemplate uk Selectbox
|
||||
start a new search, cancel this link etemplate uk Розпочати новий пошук, покинути це посилання
|
||||
text etemplate uk Текст
|
||||
top etemplate uk зверху
|
||||
type etemplate uk Тип
|
||||
unlink etemplate uk Викинути
|
||||
update a single entry by passing the fields. etemplate uk Змінити один запис шляхом заповнення полів.
|
||||
view this linked entry in its application etemplate uk переглянути посилання в відповідному приложенні
|
@ -1,18 +0,0 @@
|
||||
and etemplate vi Và
|
||||
custom fields etemplate vi Các trường tự tạo
|
||||
days etemplate vi ngày
|
||||
delete a single entry by passing the id. etemplate vi Xóa 1 mục bằng cách truyền id.
|
||||
duration etemplate vi Thời gian
|
||||
hours etemplate vi giờ
|
||||
import etemplate vi Nhập
|
||||
last etemplate vi cuối
|
||||
link etemplate vi Liên kết
|
||||
minutes etemplate vi phút
|
||||
month etemplate vi Tháng
|
||||
no matches found etemplate vi Không tìm thấy
|
||||
read a list of entries. etemplate vi Liệt kê danh sách các mục
|
||||
read a single entry by passing the id and fieldlist. etemplate vi Liệt kê một mục đơn bằng cách truyền id và fieldlist
|
||||
refresh etemplate vi Nạp lại
|
||||
reset etemplate vi Thiết lập lại
|
||||
text etemplate vi Phần ghi
|
||||
update a single entry by passing the fields. etemplate vi Cập nhật một mục đơn bằng cách truyền các trường
|
@ -1,426 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate zh-tw 以語言 '%4' 寫入%1筆(%2 新的)應用程式 '%3' 的訊息
|
||||
%1 etemplates deleted etemplate zh-tw 刪除了 %1 個樣板
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate zh-tw 應用程式 '%2' 的 %1 個樣板轉換到另一個應用程式 '%3'
|
||||
%1 etemplates found etemplate zh-tw 找到 %1 個樣板
|
||||
%1 matches on search criteria etemplate zh-tw 有 %1 筆符合搜尋條件的資料
|
||||
%1 new etemplates imported for application '%2' etemplate zh-tw 匯入 %1 筆應用程式 '%2' 的樣板
|
||||
%s disabled etemplate zh-tw %s 停用
|
||||
%s needed etemplate zh-tw 需要 %s
|
||||
%s notranslation etemplate zh-tw %s 未翻譯
|
||||
%s onchange etemplate zh-tw %s 調整中
|
||||
%s readonly etemplate zh-tw %s 唯讀
|
||||
'%1' has an invalid format !!! etemplate zh-tw '%1' 格式錯誤!
|
||||
'%1' is not a valid date !!! etemplate zh-tw '%1'不是有效的日期!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate zh-tw '%1' 不是正確的浮點數!
|
||||
'%1' is not a valid integer !!! etemplate zh-tw '%1' 不是正確的整數!
|
||||
a pattern to be searched for etemplate zh-tw 搜尋條件
|
||||
accesskey etemplate zh-tw 存取鍵值
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate zh-tw 存取鍵值也可以在標籤中包含一個 & (例如 &Name)
|
||||
account contactdata etemplate zh-tw 新增聯絡人資料
|
||||
actions... etemplate zh-tw 動作...
|
||||
add a new column (after the existing ones) etemplate zh-tw 新增欄位(在已存在的之後)
|
||||
add a new entry of the selected application etemplate zh-tw 在選擇的應用程式中新增一筆資料
|
||||
add a new multi-column index etemplate zh-tw 新增多欄索引
|
||||
add column etemplate zh-tw 新增欄位
|
||||
add index etemplate zh-tw 新增索引
|
||||
add new etemplate zh-tw 新增
|
||||
add table etemplate zh-tw 新增表格
|
||||
advanced search etemplate zh-tw 進階搜尋
|
||||
align etemplate zh-tw 對齊
|
||||
alignment of label and input-field in table-cell etemplate zh-tw 標題與表格輸入文字對齊方式
|
||||
alignment of the v/hbox containing table-cell etemplate zh-tw V/HBox的對齊方式
|
||||
all days etemplate zh-tw 全部日數
|
||||
all operations save the template! etemplate zh-tw 所有的操作儲存到樣板!
|
||||
all users etemplate zh-tw 所有使用者
|
||||
am etemplate zh-tw 上午
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate zh-tw 索引欄位可以提高搜尋資料的速度(但是會佔用硬碟的空間!)
|
||||
and etemplate zh-tw 且
|
||||
application etemplate zh-tw 應用程式
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate zh-tw 應用程式需要有語言檔或是將樣板匯出!
|
||||
applications etemplate zh-tw 應用程式
|
||||
applies the changes made etemplate zh-tw 儲存異動
|
||||
applies the changes to the given version of the template etemplate zh-tw 在這個樣板的指定版本儲存異動
|
||||
as default etemplate zh-tw 如同預設
|
||||
attach etemplate zh-tw 附加
|
||||
attach file etemplate zh-tw 附加檔案
|
||||
baseline etemplate zh-tw 基線
|
||||
blurtext etemplate zh-tw 模糊文字
|
||||
border etemplate zh-tw 框線
|
||||
border-line-thickness for the table-tag etemplate zh-tw 表格標籤使用的框線厚度
|
||||
bottom etemplate zh-tw 底部
|
||||
box etemplate zh-tw 區塊
|
||||
box... etemplate zh-tw 區塊...
|
||||
can not have special sql-value null etemplate zh-tw 無法使用特出的SQL值 NULL
|
||||
cancel etemplate zh-tw 取消
|
||||
cant delete a single widget from a grid !!! etemplate zh-tw 無法從表格中刪除單一容器!
|
||||
cant delete the only column of a grid !!! etemplate zh-tw 無法從表格中刪除唯一的欄位!
|
||||
cant delete the only row in a grid !!! etemplate zh-tw 無法從表格中刪除唯一的資料列!
|
||||
category etemplate zh-tw 類別
|
||||
category tree etemplate zh-tw 類別樹
|
||||
cellpadding for the table-tag etemplate zh-tw 表格文字與格線的距離
|
||||
cells etemplate zh-tw 儲存格
|
||||
cellspacing for the table-tag etemplate zh-tw 表格欄位與欄位文字的距離
|
||||
center etemplate zh-tw 置中
|
||||
changed etemplate zh-tw 已異動
|
||||
check all etemplate zh-tw 全選
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate zh-tw 如果內容只能被顯示而不能被改變請勾選
|
||||
check if field has to be filled by user etemplate zh-tw 如果欄位址能夠讓使用者填入請勾選
|
||||
checkbox etemplate zh-tw 核選方塊
|
||||
class etemplate zh-tw 類別
|
||||
class, valign etemplate zh-tw 類別,垂直對齊
|
||||
click here to attach the file etemplate zh-tw 點選這裡來附加檔案
|
||||
click here to create the link etemplate zh-tw 點選這裡來建立連結
|
||||
click here to start the search etemplate zh-tw 點選這裡開始搜尋
|
||||
click here to upload the file etemplate zh-tw 點選這裡來上傳檔案
|
||||
click to order after that criteria etemplate zh-tw 點選這裡來排序搜尋結果
|
||||
clickable path etemplate zh-tw 可點選路徑
|
||||
closes the window without saving the changes etemplate zh-tw 關閉視窗且不儲存
|
||||
column... etemplate zh-tw 欄位...
|
||||
columnname etemplate zh-tw 欄位名稱
|
||||
comment etemplate zh-tw 備註
|
||||
confirm etemplate zh-tw 確認
|
||||
confirmation message or custom javascript (returning true or false) etemplate zh-tw 確認訊息或是自訂的 javascript (傳回 true 或 false)
|
||||
confirmation necesary or custom java-script etemplate zh-tw 需要確認或自訂的 javascript
|
||||
contact etemplate zh-tw 聯絡人
|
||||
contact field to show etemplate zh-tw 要顯示的聯絡人欄位
|
||||
contact fields etemplate zh-tw 聯絡人欄位
|
||||
contains etemplate zh-tw 包含
|
||||
create a new table for the application etemplate zh-tw 為這個應用程式建立一個新的表格
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate zh-tw 從標籤與求助文字建立一個英文('en')的語言檔
|
||||
css class for the table-tag etemplate zh-tw 表格標間的CSS類別
|
||||
css properties etemplate zh-tw CSS屬性
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate zh-tw 這一列的CSS類別,內定值:'nmh' = 下一筆符合條件的頁首,'nmr' = 改變下一列符合條件的資料,'nmr0'+'nmr1'下一列符合條件的資料
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate zh-tw 資料列的CSS類別名稱,預設為:'th' = 標題列, 'row' = 互換資料, 'row_off'+'row_on' 資料列
|
||||
css-styles etemplate zh-tw CSS風格
|
||||
custom etemplate zh-tw 自訂
|
||||
custom fields etemplate zh-tw 自訂欄位
|
||||
custom javascript for onchange etemplate zh-tw 自訂 onChange 動作的 javascript
|
||||
cut etemplate zh-tw 剪下
|
||||
date+time etemplate zh-tw 日期+時間
|
||||
day etemplate zh-tw 天
|
||||
days etemplate zh-tw 天
|
||||
db ensures that every row has a unique value in that column etemplate zh-tw 在那個欄位中資料庫能夠確保每一列可以有一個不重複的數值
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate zh-tw 特定資料庫索引選項(逗點分隔),例如 mysql(FULLTEXT)或mysql(100)來設定欄位索引長度
|
||||
db-tools etemplate zh-tw 資料庫工具
|
||||
deck etemplate zh-tw 裝飾(內部)
|
||||
default etemplate zh-tw 預設
|
||||
delete a single entry by passing the id. etemplate zh-tw 依照送出的代碼來刪除一筆資料
|
||||
delete all selected etemplates, without further inquiry etemplate zh-tw 刪除所有選取的樣板,不再確認
|
||||
delete and cut save the template! etemplate zh-tw 刪除與剪下來儲存樣板!
|
||||
delete column etemplate zh-tw 刪除欄位
|
||||
delete index etemplate zh-tw 刪除索引
|
||||
delete the spezified etemplate etemplate zh-tw 刪除指定樣板
|
||||
delete this column etemplate zh-tw 刪除這個欄位
|
||||
delete this etemplate etemplate zh-tw 刪除這個樣板
|
||||
delete this file etemplate zh-tw 刪除這個檔案
|
||||
delete this row etemplate zh-tw 刪除這個資料
|
||||
delete whole column (can not be undone!!!) etemplate zh-tw 刪除整個欄位(無法復原!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate zh-tw 從資料庫刪除上面指定的樣板,無法還原
|
||||
deletes the etemplate spez. above etemplate zh-tw 刪除上面指定的樣板
|
||||
deletes this column etemplate zh-tw 刪除這個欄位
|
||||
deletes this index etemplate zh-tw 刪除這個索引
|
||||
discard changes etemplate zh-tw 放棄異動
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate zh-tw 在輸入之前顯示或是基於標籤(送出按鈕的標籤或是圖片的檔案名稱)中的'%s'來插入輸入值
|
||||
displayed in statusline of browser if input-field gets focus etemplate zh-tw 如果游標停在輸入欄位時在瀏覽器的狀態列顯示
|
||||
displayed in the top line of the groupbox (legend) etemplate zh-tw 在群組區塊(範例)的最上方顯示
|
||||
do you want to save the changes you made in table %s? etemplate zh-tw 您是否要儲存在表格 %s 的異動?
|
||||
document '%1' does not exist or is not readable for you! preferences zh-tw 文件 '%1' 不存在或是無法讀取!
|
||||
documentation etemplate zh-tw 文件
|
||||
doesn't matter etemplate zh-tw 沒關係
|
||||
drop a table - this can not be undone etemplate zh-tw 移出一個資料表 - 將無法還原
|
||||
drop table etemplate zh-tw 移除資料表
|
||||
dump4setup etemplate zh-tw 匯出安裝所需資料
|
||||
duration etemplate zh-tw 期間
|
||||
edit etemplate zh-tw 編輯
|
||||
edit embeded css styles or of the applications app.css file etemplate zh-tw 編輯嵌入的 CSS 風格或是應用程式的 app.css 檔案
|
||||
edit the etemplate spez. above etemplate zh-tw 編輯上面指定的樣板
|
||||
edit... etemplate zh-tw 編輯...
|
||||
editable templates - db-tools etemplate zh-tw 可編輯樣板 - 資料庫工具
|
||||
editable templates - delete template etemplate zh-tw 可編輯樣板 - 刪除樣板
|
||||
editable templates - editor etemplate zh-tw 可編輯樣板 - 編輯器
|
||||
editable templates - search etemplate zh-tw 可編輯樣板 - 搜尋
|
||||
editable templates - show template etemplate zh-tw 可編輯樣板 - 顯示樣板
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate zh-tw 嵌入式CSS風格,例如'.red { background: red; }' (注意 '.' 在類別名稱之前) 或是 '@import url(...)' (類別名稱可以在整個網頁使用!)
|
||||
enable javascript onchange submit etemplate zh-tw 啟用 JavaScript 異動時送出功能
|
||||
enter '' for an empty default, nothing mean no default etemplate zh-tw 沒有意味著沒有預設值,輸入 '' 代表
|
||||
enter a search pattern etemplate zh-tw 輸入搜尋條件
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate zh-tw 輸入上傳與附加檔案的名稱,使用[瀏覽...]來選取
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate zh-tw 輸入新的版本編號(大於舊版),空白表示沒有更新
|
||||
enter the new version number here (has to be > old_version) etemplate zh-tw 輸入新的版本編號(必須大於舊版)
|
||||
entry saved etemplate zh-tw 資料儲存了
|
||||
error: template not found !!! etemplate zh-tw 錯誤:找不到樣板!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate zh-tw 錯誤:網頁伺服器無法寫入檔案 '%1'!
|
||||
error: while saving !!! etemplate zh-tw 錯誤:儲存時!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate zh-tw 錯誤:寫入檔案時(網頁伺服器沒有寫入的權限)!
|
||||
etemplate common zh-tw 樣板管理
|
||||
etemplate '%1' imported, use save to put it in the database etemplate zh-tw 匯入了樣板 '%1' ,點選儲存來將它放入資料庫中
|
||||
etemplate '%1' written to '%2' etemplate zh-tw 樣板 '%1' 另存成 '%2'
|
||||
etemplate editor etemplate zh-tw 樣板編輯器
|
||||
etemplate reference etemplate zh-tw 樣板參考
|
||||
etemplate tutorial etemplate zh-tw 樣板教學
|
||||
exchange this row with the one above etemplate zh-tw 用上面的資料與這一列交換
|
||||
exchange this two columns etemplate zh-tw 交換這兩個欄位
|
||||
export the loaded etemplate into a xml-file etemplate zh-tw 將讀取的樣板匯出成XML檔案
|
||||
export xml etemplate zh-tw 匯出XML
|
||||
extensions loaded: etemplate zh-tw 已讀取外掛:
|
||||
field etemplate zh-tw 欄位
|
||||
field must not be empty !!! etemplate zh-tw 欄位不能空白!
|
||||
file etemplate zh-tw 檔案
|
||||
file contains more than one etemplate, last one is shown !!! etemplate zh-tw 檔案包含多個樣板,只顯示最後一筆!
|
||||
file writen etemplate zh-tw 檔案寫入
|
||||
fileupload etemplate zh-tw 檔案上傳
|
||||
first etemplate zh-tw 第一筆
|
||||
floating point etemplate zh-tw 浮點數
|
||||
foreign key etemplate zh-tw 外部金鑰
|
||||
formatted text (html) etemplate zh-tw 格式化文字(HTML)
|
||||
general fields: preferences zh-tw 一般欄位:
|
||||
go to the first entry etemplate zh-tw 到第一筆資料
|
||||
go to the last entry etemplate zh-tw 到最後一筆資料
|
||||
go to the next page of entries etemplate zh-tw 下一頁資料
|
||||
go to the previous page of entries etemplate zh-tw 上一頁資料
|
||||
grid etemplate zh-tw 表格
|
||||
grid column attributes etemplate zh-tw 表格欄位屬性
|
||||
grid row attributes etemplate zh-tw 表格資料列屬性
|
||||
groupbox etemplate zh-tw 群組區塊
|
||||
h etemplate zh-tw 時
|
||||
hbox etemplate zh-tw HBox
|
||||
height etemplate zh-tw 高度
|
||||
height of row (in % or pixel) etemplate zh-tw 資料列高度(百分比或像素)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate zh-tw 列高(%或是畫素),停用列: [! = not]<value>[=<check>] ,例如'!@data' 會在該列沒有任何資料的時候停用
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate zh-tw 表格標籤的高度(%或是畫素),或是其他div區塊
|
||||
height, disabled etemplate zh-tw 高度,停用
|
||||
help etemplate zh-tw 求助
|
||||
history log etemplate zh-tw 歷史記錄
|
||||
horizontal rule etemplate zh-tw 合併規則
|
||||
hour etemplate zh-tw 小時
|
||||
hours etemplate zh-tw 小時
|
||||
how many entries should the list show etemplate zh-tw 清單要顯示多少筆資料
|
||||
html etemplate zh-tw HTML
|
||||
id etemplate zh-tw 編號
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate zh-tw 如果儲存格被停用則會顯示一個空白的表格區,藉此(暫時)移除一個儲存格
|
||||
image etemplate zh-tw 圖片
|
||||
import etemplate zh-tw 匯入
|
||||
import an etemplate from a xml-file etemplate zh-tw 從XML檔案匯入一個樣板
|
||||
import table-definitions from existing db-table etemplate zh-tw 從既有的資料庫表單匯入表格設定
|
||||
import xml etemplate zh-tw 匯入XML
|
||||
increment version to not overwrite the existing template etemplate zh-tw 增加版本來避免覆蓋現有的樣板
|
||||
index/name of returned content (name of the template, link / method for image) etemplate zh-tw 傳回內容的索引/名稱(樣板名稱,圖片的連結或方法)
|
||||
indexed etemplate zh-tw 已索引
|
||||
indexoptions etemplate zh-tw 索引選項
|
||||
insert a column before etemplate zh-tw 在前面插入一個欄位
|
||||
insert a column behind etemplate zh-tw 在後面插入一個欄位
|
||||
insert a row above etemplate zh-tw 在上方插入一列
|
||||
insert a row below etemplate zh-tw 在下方插入一列
|
||||
insert a widget before etemplate zh-tw 在前面插入一個容器
|
||||
insert a widget behind etemplate zh-tw 在後面插入一個容器
|
||||
insert in document etemplate zh-tw 插入文件
|
||||
insert new column behind this one etemplate zh-tw 在這一個之前插入新的欄位
|
||||
insert new column in front of all etemplate zh-tw 在最前面插入新的欄位
|
||||
insert new row after this one etemplate zh-tw 在這一個之後插入新的欄位
|
||||
insert new row in front of first line etemplate zh-tw 在這一行之前插入新的欄位
|
||||
integer etemplate zh-tw 整數
|
||||
key etemplate zh-tw 鍵值
|
||||
label etemplate zh-tw 標籤
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate zh-tw 標籤:[bold][italic] 文字:[len][,max] 數字:[min][,[max][,len]] 文字方塊:[rows][,cols] 核選方塊:[width] 範例l.:[IndexInContent] 下拉式選單:[multiselect] 日期:[values: eg. 'Y-m-d']
|
||||
lang etemplate zh-tw 語言
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate zh-tw 獨立語言樣板(''會讀取使用者的偏好語言或是預設值,一般樣板預設是讀取英文)的語言縮寫(例如'en'代表english)
|
||||
last etemplate zh-tw 最後
|
||||
left etemplate zh-tw 左
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate zh-tw 字元長度,精確數字:2,4,8 和浮點數:4,8
|
||||
link etemplate zh-tw 連結
|
||||
linkapps etemplate zh-tw 連結模組
|
||||
linkentry etemplate zh-tw 連結資料
|
||||
linklist etemplate zh-tw 連結清單
|
||||
linkstring etemplate zh-tw 連結文字
|
||||
linkto etemplate zh-tw 連結網址
|
||||
load this template into the editor etemplate zh-tw 將這個樣板載入編輯器中
|
||||
loading etemplate zh-tw 載入中
|
||||
middle etemplate zh-tw 中間
|
||||
minute etemplate zh-tw 分
|
||||
minutes etemplate zh-tw 分
|
||||
month etemplate zh-tw 月
|
||||
more etemplate zh-tw 更多
|
||||
multicolumn indices etemplate zh-tw 多欄索引
|
||||
name etemplate zh-tw 名稱
|
||||
name of other table where column is a key from etemplate zh-tw 欄位是鍵值的其他表格名稱
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate zh-tw 樣板名稱(例如 verdilak): '' = 預設(將會讀取偏好設定,預設讀取英文語系)
|
||||
name of table to add etemplate zh-tw 新增表格的名稱
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate zh-tw 樣板名稱,必須在表單 application.function[.subTemplate] 中
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate zh-tw 在表格中必須是唯一的且不是SQL的保留字,最好加上兩個英文與一個底線當作前置字元來表示應用程式
|
||||
new etemplate zh-tw 新增
|
||||
new search common zh-tw 新的搜尋
|
||||
new table created etemplate zh-tw 建立了新的表格
|
||||
newer version '%1' exists !!! etemplate zh-tw 更新的版本 '%1'!
|
||||
nextmatch etemplate zh-tw 下一個
|
||||
nextmatch accountfilter etemplate zh-tw 下一個符合的帳號規則
|
||||
nextmatch custom filterheader etemplate zh-tw 下一個符合的自訂規則頁首
|
||||
nextmatch filterheader etemplate zh-tw 下一個條件頁首
|
||||
nextmatch header etemplate zh-tw 下一個頁首
|
||||
nextmatch sortheader etemplate zh-tw 下一個分類頁首
|
||||
no column to swap with !!! etemplate zh-tw 沒有可以切換的欄位!
|
||||
no file etemplate zh-tw 沒有檔案
|
||||
no filename given or selected via browse... etemplate zh-tw 沒有檔案名稱或是從瀏覽器選取...
|
||||
no matches found etemplate zh-tw 沒有找到符合的資料
|
||||
no row to swap with !!! etemplate zh-tw 沒有可以切換的資料列!
|
||||
not null etemplate zh-tw NOT NULL
|
||||
nothing etemplate zh-tw 無
|
||||
nothing found - try again !!! etemplate zh-tw 找不到任何資料 - 重試一次!
|
||||
nothing in clipboard to paste !!! etemplate zh-tw 剪貼簿沒有資料!
|
||||
nothing matched search criteria !!! etemplate zh-tw 搜尋條件找不到任何資料
|
||||
now etemplate zh-tw 現在
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate zh-tw 合併儲存格的數字或是輸入'all'來合併剩下的儲存格、CSS類別名稱(TD標籤)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate zh-tw V/HBox中列或是行的欄位間隔、文字與框線的距離
|
||||
of etemplate zh-tw 的
|
||||
onchange etemplate zh-tw 異動時
|
||||
onclick etemplate zh-tw 點選時
|
||||
only an other version found !!! etemplate zh-tw 只有找到一個其他版本!
|
||||
open the online help. etemplate zh-tw 開啟線上說明
|
||||
operator etemplate zh-tw 運算元
|
||||
optional note about the link etemplate zh-tw 連結的附註
|
||||
options etemplate zh-tw 選項
|
||||
or etemplate zh-tw 或
|
||||
order to navigating by tab key through the form etemplate zh-tw 表單中跳位鍵的順序
|
||||
overflow etemplate zh-tw 超過
|
||||
padding etemplate zh-tw 文框距離
|
||||
parent is a '%1' !!! etemplate zh-tw 上一層是一個 '%1' !
|
||||
paste etemplate zh-tw 貼上
|
||||
path etemplate zh-tw 路徑
|
||||
please enter table-name first !!! etemplate zh-tw 請先輸入表格名稱!
|
||||
pm etemplate zh-tw 下午
|
||||
popup etemplate zh-tw 彈出式視窗
|
||||
precision etemplate zh-tw 精密度
|
||||
primary key etemplate zh-tw 主鍵
|
||||
primary key for the table, gets automaticaly indexed etemplate zh-tw 表單的主鍵,用來自動產生索引
|
||||
radiobutton etemplate zh-tw 核選按鈕
|
||||
read etemplate zh-tw 讀取
|
||||
read a list of entries. etemplate zh-tw 讀取事件列表
|
||||
read a single entry by passing the id and fieldlist. etemplate zh-tw 透過ID與儲存格清單來讀取一筆資料
|
||||
read etemplate from database (for the keys above) etemplate zh-tw 從資料庫讀取樣板(透過上面的鍵值)
|
||||
readonly etemplate zh-tw 唯讀
|
||||
refresh etemplate zh-tw 重新整理
|
||||
remove row (can not be undone!!!) etemplate zh-tw 移除列(無法還原!)
|
||||
remove this link (not the entry itself) etemplate zh-tw 移除這個連結(不是它的資料)
|
||||
required etemplate zh-tw 必填
|
||||
reset etemplate zh-tw 重設
|
||||
returns savely, without deleting etemplate zh-tw 回上頁,不儲存
|
||||
right etemplate zh-tw 正確
|
||||
row... etemplate zh-tw 資料列...
|
||||
save all etemplate zh-tw 儲存全部
|
||||
save selected columns as default preference for all users. etemplate zh-tw 儲存選擇的欄位為所有使用者的預設值。
|
||||
save the changes made and close the window etemplate zh-tw 儲存異動並且關閉視窗
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate zh-tw 以上面的鍵值(name,...)儲存樣板,另存到其他位置
|
||||
saves changes to tables_current.inc.php etemplate zh-tw 儲存到tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate zh-tw 使用指定的版本編號儲存樣板後關閉視窗
|
||||
scale etemplate zh-tw 尺度
|
||||
scale for float etemplate zh-tw 小數點位數
|
||||
search etemplate zh-tw 搜尋
|
||||
select a category etemplate zh-tw 類別
|
||||
select a primary contact, to show in the list etemplate zh-tw 選擇主要聯絡人來顯示在清單
|
||||
select access etemplate zh-tw 存取
|
||||
select account etemplate zh-tw 帳號
|
||||
select an app first !!! etemplate zh-tw 請先選擇一個應用程式!
|
||||
select an app to search in etemplate zh-tw 選擇要搜尋的應用程式
|
||||
select an application etemplate zh-tw 應用程式
|
||||
select an application, (*) = uninstalled etemplate zh-tw 應用程式,(*)表示未安裝
|
||||
select an entry to link with etemplate zh-tw 選擇要連結的事件
|
||||
select an table of the application etemplate zh-tw 選擇一個應用程式的資料表
|
||||
select application etemplate zh-tw 應用程式
|
||||
select application to search etemplate zh-tw 選擇要搜尋的應用程式
|
||||
select category etemplate zh-tw 類別
|
||||
select columns etemplate zh-tw 選擇欄位
|
||||
select country etemplate zh-tw 國家
|
||||
select day etemplate zh-tw 日期
|
||||
select day of week etemplate zh-tw 選一週的一天
|
||||
select entry etemplate zh-tw 選擇資料
|
||||
select hour etemplate zh-tw 選擇時數
|
||||
select if content of field should not be translated (label gets always translated) etemplate zh-tw 如果內容或儲存格不希望被翻譯(標籤都是會被翻譯的)
|
||||
select language etemplate zh-tw 選擇語言
|
||||
select month etemplate zh-tw 月份
|
||||
select number etemplate zh-tw 數字
|
||||
select one ... etemplate zh-tw 選擇一個...
|
||||
select percentage etemplate zh-tw 選擇比率
|
||||
select priority etemplate zh-tw 選擇優先次序
|
||||
select state etemplate zh-tw 選擇狀態
|
||||
select the columns to display in the list etemplate zh-tw 選擇清單中要顯示的欄位
|
||||
select the indexed columns in their desired order etemplate zh-tw 在他們預期的順序中選擇索引欄位
|
||||
select this etemplate to delete it etemplate zh-tw 選擇刪除這個樣板
|
||||
select which accounts to show etemplate zh-tw 選擇要顯示的帳號
|
||||
select which values to show etemplate zh-tw 選擇要顯示的數值
|
||||
select year etemplate zh-tw 選擇年
|
||||
selectbox etemplate zh-tw 下拉選單
|
||||
sets today as date etemplate zh-tw 設定為今天
|
||||
should the form be submitted or any custom javascript be executed etemplate zh-tw 表單是否要送出或是執行任何自訂的 javascript
|
||||
show etemplate zh-tw 顯示
|
||||
show (no save) etemplate zh-tw 顯示(不儲存)
|
||||
show values etemplate zh-tw 顯示數值
|
||||
showing etemplate zh-tw 顯示中
|
||||
shows / allows you to enter values into the etemplate for testing etemplate zh-tw 顯示/允許您基於測試來輸入數值到樣版中
|
||||
shows/displays etemplate for testing, does not save it before etemplate zh-tw 在儲存之前預覽/測試樣板
|
||||
spacing etemplate zh-tw 空間
|
||||
span etemplate zh-tw 分割
|
||||
span, class etemplate zh-tw 分割,類別
|
||||
stack etemplate zh-tw 堆疊
|
||||
start a new search, cancel this link etemplate zh-tw 取消這個連結,開啟新的搜尋
|
||||
start new search for the above pattern etemplate zh-tw 用上面的規則開啟一個新的搜尋
|
||||
submit form etemplate zh-tw 送出表單
|
||||
submitbutton etemplate zh-tw 送出按鈕
|
||||
swap etemplate zh-tw 切換
|
||||
swap widget with next one etemplate zh-tw 與下一個容器切換
|
||||
swap with next column etemplate zh-tw 與下一個欄位切換
|
||||
swap with next row etemplate zh-tw 與下一個資料列切換
|
||||
switch to a parent widget etemplate zh-tw 與上一層容器切換
|
||||
switch to an other widgets of that container etemplate zh-tw 與其他容器切換
|
||||
tabindex etemplate zh-tw 跳位鍵索引
|
||||
table unchanged, no write necessary !!! etemplate zh-tw 表單沒有異動,不需要儲存!
|
||||
tablename etemplate zh-tw 資料表名稱
|
||||
tabs etemplate zh-tw 跳位
|
||||
template etemplate zh-tw 樣版
|
||||
template deleted etemplate zh-tw 樣版刪除了
|
||||
template saved etemplate zh-tw 樣版儲存了
|
||||
text etemplate zh-tw 文字
|
||||
textarea etemplate zh-tw 文字區
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate zh-tw 如果文字方塊中沒有輸入任何文字且文字游標沒有在欄位中會顯示這些文字
|
||||
time etemplate zh-tw 時間
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate zh-tw 要停用:[! = not]<value>[=<check>],例如 '!@data' 會在 data 沒有資料時停用
|
||||
to start the db-tools etemplate zh-tw 資料庫工具
|
||||
to start the etemplate editor etemplate zh-tw 樣板編輯器
|
||||
to start the search etemplate zh-tw 搜尋
|
||||
today etemplate zh-tw 今天
|
||||
top etemplate zh-tw 頁首
|
||||
tree etemplate zh-tw 樹
|
||||
type etemplate zh-tw 種類
|
||||
type of the column etemplate zh-tw 欄位種類
|
||||
type of the field (select label if field should be empty) etemplate zh-tw 儲存格種類(如果儲存格必須為空值請選擇標籤)
|
||||
unique etemplate zh-tw 唯一
|
||||
unlink etemplate zh-tw 刪除
|
||||
update a single entry by passing the fields. etemplate zh-tw 透過第送的欄位更新一個單一事件
|
||||
update from version '%s' to etemplate zh-tw 從版本 '%s'更新到
|
||||
upload etemplate zh-tw 上傳
|
||||
valign etemplate zh-tw 垂直對齊
|
||||
value etemplate zh-tw 數值
|
||||
value has to be at least '%1' !!! etemplate zh-tw 數值最少必須是 '%1'!
|
||||
value has to be at maximum '%1' !!! etemplate zh-tw 數值最大是 '%1' !
|
||||
vbox etemplate zh-tw VBox
|
||||
version etemplate zh-tw 版本
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate zh-tw 版本編號,格式:major.minor.revision.number (例如 0.9.13.001 所有數字用0來填滿)
|
||||
vertical alignment of row etemplate zh-tw 資料列垂直對齊
|
||||
view this etemplate etemplate zh-tw 瀏覽這個樣板
|
||||
view this linked entry in its application etemplate zh-tw 在應用程式中顯示這個被連結的事件
|
||||
weekend etemplate zh-tw 週末
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate zh-tw 超出的內容要如何處理: 顯示(預設),隱藏,捲動,自動(由瀏覽器決定)
|
||||
widget copied into clipboard etemplate zh-tw 容器複製到剪貼簿
|
||||
width etemplate zh-tw 寬度
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate zh-tw 欄位寬度(%或是畫素),停用欄位:[! = not]<value>[=<check>] 例如: '!@data' 如果沒有內容就停用
|
||||
width of column (in % or pixel) etemplate zh-tw 欄位寬度(百分比或像素)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate zh-tw 表格或DIV標籤標籤的寬度(百分比或像素)
|
||||
width, disabled etemplate zh-tw 寬度,停用
|
||||
wk etemplate zh-tw 週
|
||||
working days etemplate zh-tw 工作日
|
||||
write <app>/setup/tables_current.inc.php etemplate zh-tw 寫入<app>/setup/tables_current.inc.php
|
||||
write langfile etemplate zh-tw 寫入語言檔
|
||||
write tables etemplate zh-tw 寫入表格
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate zh-tw 在應用程式的安裝資料夾寫入一個檔案 'etemplates.inc.php'
|
||||
xml-file to import etemplate zh-tw 要匯入的XML檔案
|
||||
xslt template etemplate zh-tw XSLT樣版
|
||||
year etemplate zh-tw 年
|
||||
you can respond by visiting: etemplate zh-tw 檢視網址:
|
@ -1,431 +0,0 @@
|
||||
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate zh 应用程序'%3'和语言'%4'的文字讯息%1(%2新)
|
||||
%1 etemplates deleted etemplate zh %1 个模板已删除
|
||||
%1 etemplates for application '%2' dumped to '%3' etemplate zh %1 个模板为应用程序 '%2' 转储到 '%3'
|
||||
%1 etemplates found etemplate zh 找到 %1 个模板
|
||||
%1 matches on search criteria etemplate zh 有 %1 条符合搜索条件的资料
|
||||
%1 new etemplates imported for application '%2' etemplate zh 导入 %1 条应用程序 '%2' 的模板
|
||||
%s disabled etemplate zh %s 已禁用
|
||||
%s needed etemplate zh 需要 %s
|
||||
%s notranslation etemplate zh %s 未翻译
|
||||
%s onchange etemplate zh %s onChange
|
||||
%s readonly etemplate zh %s 只读
|
||||
'%1' has an invalid format !!! etemplate zh '%1' 格式错误!
|
||||
'%1' is not a valid date !!! etemplate zh '%1'不是有效的日期!
|
||||
'%1' is not a valid floatingpoint number !!! etemplate zh '%1' 不是正确的浮点数!
|
||||
'%1' is not a valid integer !!! etemplate zh '%1' 不是正确的整数!
|
||||
a pattern to be searched for etemplate zh 一搜索模式用于
|
||||
accesskey etemplate zh 快捷键
|
||||
accesskeys can also be specified with an & in the label (eg. &name) etemplate zh 快捷键也可以在标签中指定有一个 & (例如 &Name) 字符
|
||||
account contactdata etemplate zh 账户联系人数据
|
||||
actions... etemplate zh 操作...
|
||||
add a new column (after the existing ones) etemplate zh 添加新列 (在已存在的之后)
|
||||
add a new entry of the selected application etemplate zh 在选择的应用程序中添加新条目
|
||||
add a new multi-column index etemplate zh 添加新的多列索引
|
||||
add column etemplate zh 添加列
|
||||
add index etemplate zh 添加索引
|
||||
add new etemplate zh 新增
|
||||
add table etemplate zh 添加表
|
||||
advanced search etemplate zh 高级搜索
|
||||
align etemplate zh 对齐
|
||||
alignment of label and input-field in table-cell etemplate zh 标签与输入字段的对齐方式
|
||||
alignment of the v/hbox containing table-cell etemplate zh V/HBox 的对齐方式
|
||||
all days etemplate zh 全部日数
|
||||
all operations save the template! etemplate zh 所有操作保存模板!
|
||||
all users etemplate zh 所有用户
|
||||
am etemplate zh 上午
|
||||
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate zh 使用索引列可以提高搜索速度(但是会占用磁盘空间!)
|
||||
and etemplate zh 及
|
||||
application etemplate zh 应用程序
|
||||
application name needed to write a langfile or dump the etemplates !!! etemplate zh 应用程序需要写一个语言文件或是转储模板!
|
||||
applications etemplate zh 应用程序
|
||||
applies the changes made etemplate zh 应用所作修改
|
||||
applies the changes to the given version of the template etemplate zh 应用修改到指定模板的版本
|
||||
as default etemplate zh 默认
|
||||
attach etemplate zh 附加
|
||||
attach file etemplate zh 附加文件
|
||||
baseline etemplate zh 基线
|
||||
blurtext etemplate zh 模煳文字
|
||||
border etemplate zh 边框
|
||||
border-line-thickness for the table-tag etemplate zh 表格标签使用的框线宽度
|
||||
bottom etemplate zh 底部
|
||||
box etemplate zh 容器 Box
|
||||
box... etemplate zh 容器 Box...
|
||||
can not have special sql-value null etemplate zh 不能有特殊 SQL-value NULL
|
||||
cancel etemplate zh 取消
|
||||
cant delete a single widget from a grid !!! etemplate zh 不能从栅格中删除单一部件!
|
||||
cant delete the only column of a grid !!! etemplate zh 无法从栅格中删除唯一的列!
|
||||
cant delete the only row in a grid !!! etemplate zh 无法从栅格中删除唯一的行!
|
||||
category etemplate zh 类别
|
||||
category tree etemplate zh 类别树
|
||||
cellpadding for the table-tag etemplate zh 表格标签文字与单元格之间的距离
|
||||
cells etemplate zh 储存格
|
||||
cellspacing for the table-tag etemplate zh 表格标签文字与单元格之间的距离
|
||||
center etemplate zh 居中
|
||||
changed etemplate zh 已更改
|
||||
check all etemplate zh 全选
|
||||
check if content should only be displayed but not altered (the content is not send back then!) etemplate zh 检查如果内容只是被显示,但不被改变 (当时不返回内容!)
|
||||
check if field has to be filled by user etemplate zh 检查字段是否已被用户填写
|
||||
checkbox etemplate zh 选择框
|
||||
class etemplate zh 类
|
||||
class, valign etemplate zh 类,垂直对齐
|
||||
click here to attach the file etemplate zh 点击以附加文件
|
||||
click here to create the link etemplate zh 点击以创建连接
|
||||
click here to start the search etemplate zh 点击开始搜索
|
||||
click here to upload the file etemplate zh 点击上传文件
|
||||
click to order after that criteria etemplate zh 点击按此为标准排序
|
||||
clickable path etemplate zh 可点击路径
|
||||
closes the window without saving the changes etemplate zh 关闭窗口不保存任何更改
|
||||
column... etemplate zh 列...
|
||||
columnname etemplate zh 列_名称
|
||||
comment etemplate zh 备注
|
||||
confirm etemplate zh 确认
|
||||
confirmation message or custom javascript (returning true or false) etemplate zh 确认消息或自定义javascript(返回true或false)
|
||||
confirmation necesary or custom java-script etemplate zh 需要确认或自定义 javascript
|
||||
contact etemplate zh 联系人
|
||||
contact field to show etemplate zh 要显示的联系人字段
|
||||
contact fields etemplate zh 联系人字段
|
||||
contains etemplate zh 包含
|
||||
copy to clipboard etemplate zh 复制到剪贴板
|
||||
create a new table for the application etemplate zh 为这个应用程序创建一新数据表
|
||||
creates an english ('en') langfile from label and helptexts (for application in name) etemplate zh 从标签和帮助文本创建一个英文('en')语言文件(用于应用程序名称)
|
||||
creator preferences zh 创建者
|
||||
css class for the table-tag etemplate zh 表格标签的 CSS 类
|
||||
css properties etemplate zh CSS 属性
|
||||
css-class name for this row, preset: 'nmh' = nextmatch header, 'nmr' = alternating nm row, 'nmr0'+'nmr1' nm rows etemplate zh 该行的CSS类名,预设:'nmh' = NextMatch header,'nmr' = alternating NM row, 'nmr0'+'nmr1' NM rows
|
||||
css-class name for this row, preset: 'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows etemplate zh 该列的CSS类名,预设:'th' = header, 'row' = alternating row, 'row_off'+'row_on' rows
|
||||
css-styles etemplate zh CSS-风格
|
||||
custom etemplate zh 自定义
|
||||
custom fields etemplate zh 自定义字段
|
||||
custom javascript for onchange etemplate zh 为 onChange 自定义 javascript
|
||||
cut etemplate zh 剪切
|
||||
date+time etemplate zh 日期+时间
|
||||
day etemplate zh 天
|
||||
days etemplate zh 天
|
||||
db ensures that every row has a unique value in that column etemplate zh 在该列中数据库确保每一行有一个不重复的值
|
||||
db-specific index options (comma-sep.), eg. mysql(fulltext) or mysql(100) for the indexed length of a col etemplate zh 特定数据库索引选项(以逗号分隔),例如:MySQL(FULLTEXT)或MySQL(100)来设定列的索引长度
|
||||
db-tools etemplate zh 数据库工具
|
||||
deck etemplate zh 装饰(内部)
|
||||
default etemplate zh 默认
|
||||
delete a single entry by passing the id. etemplate zh 通过 ID 删除一单项条目。
|
||||
delete all selected etemplates, without further inquiry etemplate zh 删除所有选取的模板,不再进行确认询问
|
||||
delete and cut save the template! etemplate zh 删除和剪切保存模板!
|
||||
delete column etemplate zh 删除列
|
||||
delete index etemplate zh 删除索引
|
||||
delete the spezified etemplate etemplate zh 删除指定模板
|
||||
delete this column etemplate zh 删除此列
|
||||
delete this etemplate etemplate zh 删除该模板
|
||||
delete this file etemplate zh 删除此文件
|
||||
delete this row etemplate zh 删除此行
|
||||
delete whole column (can not be undone!!!) etemplate zh 删除全部列 (无法复原!)
|
||||
deletes the above spez. etemplate from the database, can not be undone etemplate zh 从数据库删除以上指定的模板,无法复原
|
||||
deletes the etemplate spez. above etemplate zh 删除以上指定的模板
|
||||
deletes this column etemplate zh 删除该列
|
||||
deletes this index etemplate zh 删除此索引
|
||||
discard changes etemplate zh 放弃更改
|
||||
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate zh 在输入之前显示或输入是为'%s'插入标签中(提交按钮标签或图片文件名)
|
||||
displayed in statusline of browser if input-field gets focus etemplate zh 如果输入字段获得焦点则在浏览器状态栏显示
|
||||
displayed in the top line of the groupbox (legend) etemplate zh 在GroupBox (图例) 的顶行显示
|
||||
do you want to save the changes you made in table %s? etemplate zh 是否要保存您在表%s所作修改?
|
||||
document '%1' does not exist or is not readable for you! preferences zh 文件'%1'不存在或是您没有读取权限!
|
||||
documentation etemplate zh 文档
|
||||
doesn't matter etemplate zh 没关系
|
||||
drop a table - this can not be undone etemplate zh 删去数据表 - 这将无法撤消
|
||||
drop table etemplate zh 删去数据表
|
||||
dump4setup etemplate zh Dump4 安装
|
||||
duration etemplate zh 期间
|
||||
edit etemplate zh 编辑
|
||||
edit embeded css styles or of the applications app.css file etemplate zh 编辑 CSS 嵌入式样式表或应用程序 app.css 文件
|
||||
edit the etemplate spez. above etemplate zh 编辑上面指定的模板
|
||||
edit... etemplate zh 编辑...
|
||||
editable templates - db-tools etemplate zh 可编辑模板 - 数据库-工具
|
||||
editable templates - delete template etemplate zh 可编辑模板 - 删除模板
|
||||
editable templates - editor etemplate zh 可编辑模板 - 编辑器
|
||||
editable templates - search etemplate zh 可编辑模板 - 搜索
|
||||
editable templates - show template etemplate zh 可编辑模板 - 显示模板
|
||||
embeded css styles, eg. '.red { background: red; }' (note the '.' before the class-name) or '@import url(...)' (class names are global for the whole page!) etemplate zh CSS嵌入式样式表,例如'.red { background: red;}' (注意'.'在类名称之前)或是 '@import url(...)' (类名称可以在全局网页使用!)
|
||||
enable javascript onchange submit etemplate zh 启用 JavaScript 改动时提交功能
|
||||
enter '' for an empty default, nothing mean no default etemplate zh 对于空的默认值,输入'' 意味着没有任何的默认
|
||||
enter a search pattern etemplate zh 输入搜索条件
|
||||
enter filename to upload and attach, use [browse...] to search for it etemplate zh 输入上传文件与附件的文件名,使用[浏览...]对其搜索
|
||||
enter the new version number here (> old_version), empty for no update-file etemplate zh 输入新的版本号(大于旧版本),空白表示没有更新
|
||||
enter the new version number here (has to be > old_version) etemplate zh 输入新的版本号(必须大于旧版本)
|
||||
entry saved etemplate zh 条目已储存
|
||||
error uploading file! filemanager zh 上传文件错误!
|
||||
error: template not found !!! etemplate zh 错误:找不到模板!
|
||||
error: webserver is not allowed to write into '%1' !!! etemplate zh 错误:Web服务器无法写入文件'%1'!
|
||||
error: while saving !!! etemplate zh 错误:保存时!
|
||||
error: writing file (no write-permission for the webserver) !!! etemplate zh 错误:写入文件时(Web服务器没有写入权限)!
|
||||
etemplate common zh [eGW-TPL]模板管理
|
||||
etemplate '%1' imported, use save to put it in the database etemplate zh 模板'%1'已导入,点击保存将其放入数据库中
|
||||
etemplate '%1' written to '%2' etemplate zh 模板 '%1' 写到 '%2'
|
||||
etemplate editor etemplate zh 模板编辑器
|
||||
etemplate reference etemplate zh 模板参考
|
||||
etemplate tutorial etemplate zh 模板教学指南
|
||||
exchange this row with the one above etemplate zh 用以上行替换这一行
|
||||
exchange this two columns etemplate zh 交换这两列
|
||||
export the loaded etemplate into a xml-file etemplate zh 将载入的模板导出到 XML-文件
|
||||
export xml etemplate zh 导出 XML文件
|
||||
extensions loaded: etemplate zh 已载入扩展:
|
||||
field etemplate zh 字段
|
||||
field must not be empty !!! etemplate zh 字段不得为空!
|
||||
file etemplate zh 文件
|
||||
file contains more than one etemplate, last one is shown !!! etemplate zh 文件包含多个模板,只显示最后一条!
|
||||
file writen etemplate zh 书面文件
|
||||
fileupload etemplate zh 文件上传
|
||||
first etemplate zh 第一条
|
||||
floating point etemplate zh 浮点数
|
||||
foreign key etemplate zh 外键 (Foreign Key)
|
||||
formatted text (html) etemplate zh 格式化文本 (HTML)
|
||||
general fields: preferences zh 通用字段:
|
||||
go to the first entry etemplate zh 到第一条目
|
||||
go to the last entry etemplate zh 到最后条目
|
||||
go to the next page of entries etemplate zh 下一条目页面
|
||||
go to the previous page of entries etemplate zh 上一条目页面
|
||||
grid etemplate zh 栅格
|
||||
grid column attributes etemplate zh 栅格列属性
|
||||
grid row attributes etemplate zh 栅格行属性
|
||||
groupbox etemplate zh 成组框控件
|
||||
h etemplate zh 时
|
||||
hbox etemplate zh 水平框控件
|
||||
height etemplate zh 高度
|
||||
height of row (in % or pixel) etemplate zh 行高 (百分比或像素)
|
||||
height of row (in % or pixel), disable row: [! = not]<value>[=<check>] eg: '!@data' disable row if content of data is empty etemplate zh 行高(百分比或像素),禁用行:[! = not]<value>[=<check>]例如:'!@data'如果数据内容为空则禁用
|
||||
height of the table in % or pixels for the table-tag and (optional) div etemplate zh 表格标签和(可选)div的表格高度(百分比或像素)
|
||||
height, disabled etemplate zh 高度,禁用
|
||||
help etemplate zh 帮助
|
||||
history log etemplate zh 历史日志
|
||||
horizontal rule etemplate zh 水平规则
|
||||
hour etemplate zh 小时
|
||||
hours etemplate zh 小时
|
||||
how many entries should the list show etemplate zh 列表将要显示多少个条目
|
||||
html etemplate zh HTML
|
||||
id etemplate zh 编号
|
||||
if field is disabled an empty table-cell is displayed, for (temporal) removement of a field/cell etemplate zh 为了(暂时)移除一个 field/cell,如果字段被禁用则会显示一个空白 table-cell
|
||||
image etemplate zh 图片
|
||||
import etemplate zh 导入
|
||||
import an etemplate from a xml-file etemplate zh 从XML文件导入一个模板
|
||||
import table-definitions from existing db-table etemplate zh 从已有的数据表导入表定义文件
|
||||
import xml etemplate zh 导入XML文件
|
||||
increment version to not overwrite the existing template etemplate zh 增加版本以避免覆盖现有模板
|
||||
index/name of returned content (name of the template, link / method for image) etemplate zh 返回内容的索引/名称(模板名称,图片的链接/方法)
|
||||
indexed etemplate zh 已索引
|
||||
indexoptions etemplate zh 索引选项
|
||||
insert a column before etemplate zh 在前面插入一列
|
||||
insert a column behind etemplate zh 在后面插入一列
|
||||
insert a row above etemplate zh 在上方插入一行
|
||||
insert a row below etemplate zh 在下方插入一行
|
||||
insert a widget before etemplate zh 在前面插入一个容器
|
||||
insert a widget behind etemplate zh 在后面插入一个容器
|
||||
insert in document etemplate zh 插入文件
|
||||
insert new column behind this one etemplate zh 在这一列之后插入新列
|
||||
insert new column in front of all etemplate zh 在最前面插入新列
|
||||
insert new row after this one etemplate zh 在这一行之后插入新行
|
||||
insert new row in front of first line etemplate zh 在第一行之前插入新行
|
||||
integer etemplate zh 整数
|
||||
key etemplate zh 键值
|
||||
label etemplate zh 标签
|
||||
label:[bold][italic] text:[len][,max] numbers:[min][,[max][,len]] t.area:[rows][,cols] radiob.:value h.rule:[width] templ.:[indexincontent] select:[multiselect] date:[values: eg. 'y-m-d'] etemplate zh 标签:[bold][italic] 文本:[len][,max] 编号:[min][,[max][,len]] 文本区:[rows][,cols] 复选按钮:value 水平线:[width] 模板:[IndexInContent] 选择:[multiselect] 日期:[values: eg. 'Y-m-d']
|
||||
lang etemplate zh 语言
|
||||
language-short (eg. 'en' for english) for language-dependent template ('' reads your pref. languages or the default, us 'default' to read the default template '') etemplate zh 从属语言模板的语言-缩写(例如:'en'表示英文)("会读取您的语言用户配置文件或默认值,us'默认'将读取默认模板")
|
||||
last etemplate zh 最后
|
||||
left etemplate zh 左
|
||||
length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8 etemplate zh 字元长度,精确数字:2,4,8 和浮点数:4,8
|
||||
link etemplate zh 链接
|
||||
linkapps etemplate zh 链接应用程序
|
||||
linkentry etemplate zh 链接条目
|
||||
linklist etemplate zh 链接列表
|
||||
linkstring etemplate zh 链接字串
|
||||
linkto etemplate zh 链接到
|
||||
load this template into the editor etemplate zh 载入该模板到编辑器中
|
||||
loading etemplate zh 载入
|
||||
middle etemplate zh 中间
|
||||
minute etemplate zh 分
|
||||
minutes etemplate zh 分
|
||||
modifier preferences zh 修改人
|
||||
month etemplate zh 月
|
||||
more etemplate zh 更多
|
||||
multicolumn indices etemplate zh 多列索引
|
||||
name etemplate zh 名称
|
||||
name of other table where column is a key from etemplate zh 其他表名哪一列是来自键值
|
||||
name of phpgw-template set (e.g. verdilak): '' = default (will read pref. template, us 'default' to read default template '') etemplate zh 模板名称(例如:verdilak):'' = 默认(将读取模板用户配置文件,'默认'us 来读取默认模板)
|
||||
name of table to add etemplate zh 要添加的数据表名称
|
||||
name of the etemplate, should be in form application.function[.subtemplate] etemplate zh 模板名称,应在表单 application.function[.subTemplate]中
|
||||
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate zh 在表格中必须是唯一的且不是SQL的保留字,最好加上两个英文与一个底线当作前置字来表示应用程序
|
||||
new etemplate zh 新建
|
||||
new search common zh 新建搜索
|
||||
new table created etemplate zh 新表已创建
|
||||
newer version '%1' exists !!! etemplate zh 有新的版本 '%1'!
|
||||
nextmatch etemplate zh 下一个匹配
|
||||
nextmatch accountfilter etemplate zh 下一个匹配的账户规则
|
||||
nextmatch custom filterheader etemplate zh 下一个匹配的自定义过滤头
|
||||
nextmatch filterheader etemplate zh 下一个匹配过滤头
|
||||
nextmatch header etemplate zh 下一个匹配头
|
||||
nextmatch sortheader etemplate zh 下一个匹配分类头
|
||||
no column to swap with !!! etemplate zh 没有与之交换的列!
|
||||
no file etemplate zh 无文件
|
||||
no filename given or selected via browse... etemplate zh 没有指定文件名或是通过浏览器选择的...
|
||||
no matches found etemplate zh 未找到匹配
|
||||
no row to swap with !!! etemplate zh 没有与之交换的行!
|
||||
not null etemplate zh 非空
|
||||
nothing etemplate zh 无
|
||||
nothing found - try again !!! etemplate zh 没有找到 - 请再试!
|
||||
nothing in clipboard to paste !!! etemplate zh 无法从剪贴板粘贴!
|
||||
nothing matched search criteria !!! etemplate zh 没有与搜索条件相匹配的!
|
||||
now etemplate zh 现在
|
||||
number of colums the field/cell should span or 'all' for the remaining columns, css-class name (for the td tag) etemplate zh 字段/单元列数应为跨距或'所有'的其余列,CSS类名(对于TD标签)
|
||||
number of rows/cols in a v/hbox, cellpadding, cellspacing etemplate zh V/HBox 中 rows/cols 数目、Cellpadding, Cellspacing
|
||||
of etemplate zh 的
|
||||
onchange etemplate zh 当改动时
|
||||
onclick etemplate zh 当点击时
|
||||
only an other version found !!! etemplate zh 只有找到一个其他版本!
|
||||
open the online help. etemplate zh 开启在线帮助
|
||||
operator etemplate zh 操作符
|
||||
optional note about the link etemplate zh 可选的关于链接的注释
|
||||
options etemplate zh 选项
|
||||
or etemplate zh 或
|
||||
order to navigating by tab key through the form etemplate zh 使用跳位键实现在表单中的导航
|
||||
overflow etemplate zh 超过
|
||||
padding etemplate zh 文框距离
|
||||
parent is a '%1' !!! etemplate zh 上一层是一个 '%1' !
|
||||
paste etemplate zh 贴上
|
||||
path etemplate zh 路径
|
||||
please enter table-name first !!! etemplate zh 请先输入表格名称!
|
||||
pm etemplate zh 下午
|
||||
popup etemplate zh 弹出窗口
|
||||
precision etemplate zh 精度
|
||||
primary key etemplate zh 主键
|
||||
primary key for the table, gets automaticaly indexed etemplate zh 表的主键,自动获取索引
|
||||
radiobutton etemplate zh 单选按钮
|
||||
read etemplate zh 读取
|
||||
read a list of entries. etemplate zh 读取条目列表。
|
||||
read a single entry by passing the id and fieldlist. etemplate zh 通过ID和字段列表读取一单项条目。
|
||||
read etemplate from database (for the keys above) etemplate zh 从数据库读取模板 (通过以上键值)
|
||||
readonly etemplate zh 只读
|
||||
refresh etemplate zh 刷新
|
||||
remove row (can not be undone!!!) etemplate zh 移除行 (无法还原!)
|
||||
remove this link (not the entry itself) etemplate zh 移除此链接 (不是条目本身)
|
||||
required etemplate zh 需要
|
||||
reset etemplate zh 重置
|
||||
returns savely, without deleting etemplate zh 返回,未删除
|
||||
right etemplate zh 正确
|
||||
row... etemplate zh 列...
|
||||
save all etemplate zh 保存所有
|
||||
save selected columns as default preference for all users. etemplate zh 保存所选列作为所有用户默认首选。
|
||||
save the changes made and close the window etemplate zh 保存所作更改并且关闭窗口
|
||||
save the etemplate under the above keys (name, ...), change them for a saveas etemplate zh 在上面的键值(name,...)之下保存模板,把它们改为另存将
|
||||
saves changes to tables_current.inc.php etemplate zh 保存到 tables_current.inc.php
|
||||
saves the template with given version number and closes the window etemplate zh 使用给定的版本号保存模板并关闭窗口
|
||||
scale etemplate zh 比例
|
||||
scale for float etemplate zh 小数点位数
|
||||
search etemplate zh 搜索
|
||||
select a category etemplate zh 选择分类
|
||||
select a primary contact, to show in the list etemplate zh 选择主要联系人在列表中显示
|
||||
select access etemplate zh 选择访问
|
||||
select account etemplate zh 选择账户
|
||||
select an app first !!! etemplate zh 选择一个应用程序!
|
||||
select an app to search in etemplate zh 选择要搜索的应用程序
|
||||
select an application etemplate zh 选择一个应用程序
|
||||
select an application, (*) = uninstalled etemplate zh 应用程序,(*) = 未安装的
|
||||
select an entry to link with etemplate zh 选择要链接的条目
|
||||
select an table of the application etemplate zh 选择一个应用程序的数据表
|
||||
select application etemplate zh 选择应用程序
|
||||
select application to search etemplate zh 选择要搜索的应用程序
|
||||
select category etemplate zh 选择分类
|
||||
select columns etemplate zh 选择列
|
||||
select country etemplate zh 选择国家
|
||||
select day etemplate zh 选择日
|
||||
select day of week etemplate zh 选择一周的星期几
|
||||
select entry etemplate zh 选择条目
|
||||
select hour etemplate zh 选择小时
|
||||
select if content of field should not be translated (label gets always translated) etemplate zh 如果字段内容不应被翻译(标签总是被翻译)时选择
|
||||
select language etemplate zh 选择语言
|
||||
select month etemplate zh 选择月份
|
||||
select number etemplate zh 选择数字
|
||||
select one ... etemplate zh 选择一个...
|
||||
select percentage etemplate zh 选择比率
|
||||
select priority etemplate zh 选择优先权
|
||||
select state etemplate zh 选择状态
|
||||
select the columns to display in the list etemplate zh 在列表中选择要显示的列
|
||||
select the indexed columns in their desired order etemplate zh 在希望的排序中选择索引列
|
||||
select this etemplate to delete it etemplate zh 选择删除这个模板
|
||||
select which accounts to show etemplate zh 选择要显示的帐户
|
||||
select which values to show etemplate zh 选择要显示的数值
|
||||
select year etemplate zh 选择年
|
||||
selectbox etemplate zh 下拉选单
|
||||
set as default etemplate zh 设置作为缺省
|
||||
sets today as date etemplate zh 设置为当前日期
|
||||
should the form be submitted or any custom javascript be executed etemplate zh 将表单提交或是执行任何自定义 javascript
|
||||
show etemplate zh 显示
|
||||
show (no save) etemplate zh 显示 (不保存)
|
||||
show values etemplate zh 显示数值
|
||||
showing etemplate zh 显示
|
||||
shows / allows you to enter values into the etemplate for testing etemplate zh 显示/允许您输入用于测试的数值到模板中
|
||||
shows/displays etemplate for testing, does not save it before etemplate zh 为测试显示/展示模板,在之前不保存
|
||||
spacing etemplate zh 间隔
|
||||
span etemplate zh Span
|
||||
span, class etemplate zh Span, Class
|
||||
stack etemplate zh Stack
|
||||
start a new search, cancel this link etemplate zh 取消此链接,开始新的搜索
|
||||
start new search for the above pattern etemplate zh 用以上规则开始新的搜索
|
||||
submit form etemplate zh 提交表单
|
||||
submitbutton etemplate zh 提交按钮
|
||||
swap etemplate zh 切换
|
||||
swap widget with next one etemplate zh 切换到下一个容器
|
||||
swap with next column etemplate zh 切换到下一个列
|
||||
swap with next row etemplate zh 切换到下一个行
|
||||
switch to a parent widget etemplate zh 切换到父器件
|
||||
switch to an other widgets of that container etemplate zh 与其他容器切换
|
||||
tabindex etemplate zh 跳位键索引
|
||||
table unchanged, no write necessary !!! etemplate zh 表没有改动,没必要保存!
|
||||
tablename etemplate zh 数据表名称
|
||||
tabs etemplate zh 跳位
|
||||
template etemplate zh 模板
|
||||
template deleted etemplate zh 模板已删除
|
||||
template saved etemplate zh 模板已保存
|
||||
text etemplate zh 文字
|
||||
textarea etemplate zh 文字区
|
||||
this text gets displayed if the input-field is empty and has no focus (blur) etemplate zh 如果输入字段为空且没有焦点(模煳),这些文本得以显示
|
||||
time etemplate zh 时间
|
||||
to disable: [! = not]<value>[=<check>] eg: '!@data' disables if content of data is empty etemplate zh 禁用:[! = not]<value>[=<check>],例如:'!@data' 如果数据内容为空则禁用
|
||||
to start the db-tools etemplate zh 开始数据库工具
|
||||
to start the etemplate editor etemplate zh 开始模板编辑器
|
||||
to start the search etemplate zh 开始搜索
|
||||
today etemplate zh 今天
|
||||
top etemplate zh 顶部
|
||||
tree etemplate zh 树
|
||||
type etemplate zh 类型
|
||||
type of the column etemplate zh 列的类型
|
||||
type of the field (select label if field should be empty) etemplate zh 字段类型 (如果字段为空则选择标签)
|
||||
unique etemplate zh 唯一的
|
||||
unlink etemplate zh 取消链接
|
||||
update a single entry by passing the fields. etemplate zh 通过字段更新一个单一条目
|
||||
update from version '%s' to etemplate zh 从版本 '%s'更新到
|
||||
upload etemplate zh 上传
|
||||
valign etemplate zh 垂直对齐
|
||||
value etemplate zh 数值
|
||||
value has to be at least '%1' !!! etemplate zh 数值最少必须是 '%1'!
|
||||
value has to be at maximum '%1' !!! etemplate zh 数值最大是 '%1' !
|
||||
vbox etemplate zh VBox
|
||||
version etemplate zh 版本
|
||||
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate zh 版本号格式应该是:major.minor.revision.number (例如:0.9.13.001 所有数字用0来填空)
|
||||
vertical alignment of row etemplate zh 行的垂直对齐
|
||||
view this etemplate etemplate zh 查看这个模板
|
||||
view this linked entry in its application etemplate zh 在应用程序中查看这个链接
|
||||
weekend etemplate zh 周末
|
||||
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate zh 发生内容超出:显示(默认),隐藏,卷动,自动(由浏览器决定)
|
||||
widget copied into clipboard etemplate zh 容器复制到剪贴簿
|
||||
width etemplate zh 宽度
|
||||
width of col (in % or pixel), disable col: [! = not]<value>[=<check>] eg: '!@data' disable col if content of data is empty etemplate zh 列宽(百分比或是像素),禁用列:[! = not]<value>[=<check>]例如:'!@data' 如果数据内容为空就禁用
|
||||
width of column (in % or pixel) etemplate zh 列的宽度(百分比或像素)
|
||||
width of the table in % or pixels for the table-tag and (optional) div etemplate zh 用于table-tag和(可选)div的百分比或像素表格宽度
|
||||
width, disabled etemplate zh 宽度,禁用
|
||||
wk etemplate zh 周
|
||||
working days etemplate zh 工作日
|
||||
write <app>/setup/tables_current.inc.php etemplate zh 写入<app>/setup/tables_current.inc.php
|
||||
write langfile etemplate zh 写语言文件
|
||||
write tables etemplate zh 写入表格
|
||||
writes a 'etemplates.inc.php' file (for application in name) in the setup-dir of the app etemplate zh 在应用程序的安装目录写入'etemplates.inc.php'文件(对指定的应用程序)
|
||||
xml-file to import etemplate zh 要导入的 XML-文件
|
||||
xslt template etemplate zh XSLT 模板
|
||||
year etemplate zh 年
|
||||
you can respond by visiting: etemplate zh 查看访问:
|
Loading…
Reference in New Issue
Block a user