/************************************************************************* * * $RCSfile: templwin.src,v $ * * $Revision: 1.9 $ * * last change: $Author: kz $ $Date: 2001-06-05 21:37:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ // includes ------------------------------------------------------------------ #include "svtools.hrc" #include "templwin.hrc" #include "helpid.hrc" #define MASK_COL Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; Control CTRL_FILEVIEW { Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( 200 , 180 ) ; }; String STR_SVT_NEWDOC { Text = "Neues Dokument"; Text [ english_us ] = "New Document"; Text[ portuguese ] = "Novo documento"; Text[ russian ] = " "; Text[ greek ] = "New Document"; Text[ dutch ] = "New Document"; Text[ french ] = "Nouveau document"; Text[ spanish ] = "Nuevo documento"; Text[ finnish ] = "Uusi asiakirja"; Text[ italian ] = "New Document"; Text[ danish ] = "New Document"; Text[ swedish ] = "Nytt dokument"; Text[ polish ] = "Nowy dokument"; Text[ portuguese_brazilian ] = "New Document"; Text[ japanese ] = "V޷"; Text[ korean ] = "New Document"; Text[ chinese_simplified ] = "½ĵ"; Text[ chinese_traditional ] = "sW"; Text[ turkish ] = "New Document"; Text[ arabic ] = "New Document"; Text[ catalan ] = "New Document"; }; Image IMG_SVT_NEWDOC { ImageBitmap = Bitmap { File = "new_doc.bmp" ; }; MaskColor = MASK_COL }; String STR_SVT_MYDOCS { Text = "Eigene Dateien"; Text [ english_us ] = "My Documents"; Text[ portuguese ] = "Meus documentos"; Text[ russian ] = " "; Text[ greek ] = "My Documents"; Text[ dutch ] = "My Documents"; Text[ french ] = "Mes documents"; Text[ spanish ] = "Mis documentos"; Text[ finnish ] = "Eigene Dateien"; Text[ italian ] = "My Documents"; Text[ danish ] = "My Documents"; Text[ swedish ] = "Mina dokument"; Text[ polish ] = "Moje dokumenty"; Text[ portuguese_brazilian ] = "My Documents"; Text[ japanese ] = "ϲ޷"; Text[ korean ] = "My Documents"; Text[ chinese_simplified ] = "ҵļ"; Text[ chinese_traditional ] = "ڪ"; Text[ turkish ] = "My Documents"; Text[ arabic ] = "My Documents"; Text[ catalan ] = "My Documents"; }; Image IMG_SVT_MYDOCS { ImageBitmap = Bitmap { File = "my_docs.bmp" ; }; MaskColor = MASK_COL }; String STR_SVT_TEMPLATES { Text = "Vorlagen"; Text [ english_us ] = "Templates"; Text[ portuguese ] = "Modelos"; Text[ russian ] = ""; Text[ greek ] = "Templates"; Text[ dutch ] = "Templates"; Text[ french ] = "Modles"; Text[ spanish ] = "Plantillas"; Text[ finnish ] = "Tyylit"; Text[ italian ] = "Templates"; Text[ danish ] = "Templates"; Text[ swedish ] = "Mallar"; Text[ polish ] = "Szablony"; Text[ portuguese_brazilian ] = "Templates"; Text[ japanese ] = "ڰ"; Text[ korean ] = "Templates"; Text[ chinese_simplified ] = "ʽ"; Text[ chinese_traditional ] = "˦"; Text[ turkish ] = "Templates"; Text[ arabic ] = "Templates"; Text[ catalan ] = "Templates"; }; Image IMG_SVT_TEMPLATES { ImageBitmap = Bitmap { File = "template.bmp" ; }; MaskColor = MASK_COL }; String STR_SVT_SAMPLES { Text = "Beispiele"; Text [ english_us ] = "Samples"; Text[ portuguese ] = "Exemplos"; Text[ russian ] = ""; Text[ greek ] = "Samples"; Text[ dutch ] = "Samples"; Text[ french ] = "Exemples"; Text[ spanish ] = "Ejemplos"; Text[ italian ] = "Samples"; Text[ danish ] = "Samples"; Text[ swedish ] = "Exempel"; Text[ polish ] = "Przykady"; Text[ portuguese_brazilian ] = "Samples"; Text[ japanese ] = "ٕ"; Text[ korean ] = "Samples"; Text[ chinese_simplified ] = "ʾĵ"; Text[ chinese_traditional ] = "ܨ"; Text[ turkish ] = "Samples"; Text[ arabic ] = "Samples"; Text[ catalan ] = "Samples"; Text[ finnish ] = "Mallit"; }; Image IMG_SVT_SAMPLES { ImageBitmap = Bitmap { File = "samples.bmp" ; }; MaskColor = MASK_COL }; String STR_SVT_CATEGORY { Text = "Kategorie"; Text [ english_us ] = "Category"; Text[ portuguese ] = "Category"; Text[ russian ] = ""; Text[ greek ] = "Category"; Text[ dutch ] = "Category"; Text[ french ] = "Catgorie"; Text[ spanish ] = "Categora"; Text[ finnish ] = "Category"; Text[ italian ] = "Category"; Text[ danish ] = "Category"; Text[ swedish ] = "Kategori"; Text[ polish ] = "Kategoria"; Text[ portuguese_brazilian ] = "Category"; Text[ japanese ] = ""; Text[ korean ] = "Category"; Text[ chinese_simplified ] = ""; Text[ chinese_traditional ] = ""; Text[ turkish ] = "Category"; Text[ arabic ] = "Category"; Text[ catalan ] = "Category"; }; ToolBox TB_SVT_FILEVIEW { Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( 100 , 12 ) ; ItemList = { ToolBoxItem { Identifier = TI_DOCTEMPLATE_BACK; HelpId = HID_TEMPLATEDLG_TB_BACK; ItemBitmap = Bitmap { File = "back_small.bmp" ; }; Text = "Zurck" ; Text [ english_us ] = "Back" ; Text[ language_user1 ] = " "; Text[ portuguese ] = "Back"; Text[ russian ] = ""; Text[ greek ] = "Back"; Text[ dutch ] = "Back"; Text[ french ] = "Prcdent"; Text[ spanish ] = "Regresar"; Text[ italian ] = "Back"; Text[ danish ] = "Back"; Text[ swedish ] = "Tillbaka"; Text[ polish ] = "Wstecz"; Text[ portuguese_brazilian ] = "Back"; Text[ japanese ] = "߂"; Text[ korean ] = "Back"; Text[ chinese_simplified ] = ""; Text[ chinese_traditional ] = "^"; Text[ turkish ] = "Back"; Text[ arabic ] = "Back"; Text[ catalan ] = "Back"; Text[ finnish ] = "Backward"; }; ToolBoxItem { Identifier = TI_DOCTEMPLATE_PREV; HelpId = HID_TEMPLATEDLG_TB_PREV; ItemBitmap = Bitmap { File = "up_small.bmp" ; }; Text = "Ein Verzeichnis hoch" ; Text [ english_us ] = "Up One Level" ; Text[ language_user1 ] = " "; Text[ portuguese ] = "Higher"; Text[ russian ] = " "; Text[ greek ] = "Higher"; Text[ dutch ] = "Higher"; Text[ french ] = "Au rpertoire suprieur"; Text[ spanish ] = "Subir un nivel"; Text[ italian ] = "Higher"; Text[ danish ] = "Higher"; Text[ swedish ] = "En niv hgre"; Text[ polish ] = "Katalog wyej"; Text[ portuguese_brazilian ] = "Higher"; Text[ japanese ] = "P̫ނ"; Text[ korean ] = "Higher"; Text[ chinese_simplified ] = "Ŀ¼һ"; Text[ chinese_traditional ] = "ؿVW@h"; Text[ turkish ] = "Higher"; Text[ arabic ] = "Higher"; Text[ catalan ] = "Higher"; Text[ finnish ] = "Up One Level"; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = TI_DOCTEMPLATE_PRINT; HelpId = HID_TEMPLATEDLG_TB_PRINT; ItemBitmap = Bitmap { File = "sc05504.bmp" ; }; Text = "Drucken" ; Text [ english_us ] = "Print" ; Text[ language_user1 ] = " "; Text[ portuguese ] = "Print"; Text[ russian ] = ""; Text[ greek ] = "Print"; Text[ dutch ] = "Print"; Text[ french ] = "Imprimer"; Text[ spanish ] = "Imprimir"; Text[ italian ] = "Print"; Text[ danish ] = "Print"; Text[ swedish ] = "Skriv ut"; Text[ polish ] = "Drukuj"; Text[ portuguese_brazilian ] = "Print"; Text[ japanese ] = ""; Text[ korean ] = "Print"; Text[ chinese_simplified ] = "ӡ"; Text[ chinese_traditional ] = "CL"; Text[ turkish ] = "Print"; Text[ arabic ] = "Print"; Text[ catalan ] = "Print"; Text[ finnish ] = "Print"; }; }; }; ToolBox TB_SVT_FRAMEWIN { Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( 100 , 12 ) ; ItemList = { ToolBoxItem { RadioCheck = TRUE; AutoCheck = TRUE; Identifier = TI_DOCTEMPLATE_DOCINFO; HelpId = HID_TEMPLATEDLG_TB_DOCINFO; ItemBitmap = Bitmap { File = "info_small.bmp" ; }; Text = "Dokumenteigenschaften" ; Text [ english_us ] = "Document Properties" ; Text[ portuguese ] = "Docinfo"; Text[ russian ] = "Docinfo"; Text[ greek ] = "Docinfo"; Text[ dutch ] = "Docinfo"; Text[ french ] = "Docinfo"; Text[ spanish ] = "Propiedades del documento"; Text[ finnish ] = "Docinfo"; Text[ italian ] = "Docinfo"; Text[ danish ] = "Docinfo"; Text[ swedish ] = "Dokumentegenskaper"; Text[ polish ] = "Waciwoci dokumentu"; Text[ portuguese_brazilian ] = "Docinfo"; Text[ japanese ] = "Docinfo"; Text[ korean ] = "Docinfo"; Text[ chinese_simplified ] = "ĵ"; Text[ chinese_traditional ] = "Docinfo"; Text[ turkish ] = "Docinfo"; Text[ arabic ] = "Docinfo"; Text[ catalan ] = "Docinfo"; }; ToolBoxItem { RadioCheck = TRUE; AutoCheck = TRUE; Identifier = TI_DOCTEMPLATE_PREVIEW; HelpId = HID_TEMPLATEDLG_TB_PREVIEW; ItemBitmap = Bitmap { File = "preview_small.bmp" ; }; Text = "Vorschau" ; Text [ english_us ] = "Preview" ; Text[ portuguese ] = "Preview"; Text[ russian ] = "Preview"; Text[ greek ] = "Preview"; Text[ dutch ] = "Preview"; Text[ french ] = "Preview"; Text[ spanish ] = "Previsualizacin"; Text[ finnish ] = "Preview"; Text[ italian ] = "Preview"; Text[ danish ] = "Preview"; Text[ swedish ] = "Frhandsvisning"; Text[ polish ] = "Podgld"; Text[ portuguese_brazilian ] = "Preview"; Text[ japanese ] = "Preview"; Text[ korean ] = "Preview"; Text[ chinese_simplified ] = "Ԥ"; Text[ chinese_traditional ] = "Preview"; Text[ turkish ] = "Preview"; Text[ arabic ] = "Preview"; Text[ catalan ] = "Preview"; }; }; }; ModalDialog DLG_DOCTEMPLATE { HelpId = HID_TEMPLATEDLG_DIALOG ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT( 400, 245 ); Text = "Vorlagen und Dokumente" ; Text [ english_us ] = "Templates and Documents" ; Closeable = TRUE ; Moveable = TRUE ; FixedLine FL_DOCTEMPLATE { Pos = MAP_APPFONT( 1, 219 ); Size = MAP_APPFONT( 398, 1 ); }; PushButton BTN_DOCTEMPLATE_MANAGE { Disable = TRUE; Pos = MAP_APPFONT( 6, 225 ); Size = MAP_APPFONT( 50, 14 ); Text = "~Verwalten..."; Text [ english_us ] = "Organi~ze..."; Text[ portuguese ] = "~Gerir..."; Text[ russian ] = "..."; Text[ greek ] = "Manage..."; Text[ dutch ] = "Manage..."; Text[ french ] = "~Grer..."; Text[ spanish ] = "~Administrar..."; Text[ italian ] = "Manage..."; Text[ danish ] = "Manage..."; Text[ swedish ] = "~Administrera..."; Text[ polish ] = "Zarzdzaj..."; Text[ portuguese_brazilian ] = "Manage..."; Text[ japanese ] = "Ǘ..."; Text[ korean ] = "Manage..."; Text[ chinese_simplified ] = "..."; Text[ chinese_traditional ] = "޲z..."; Text[ turkish ] = "Manage..."; Text[ arabic ] = "Manage..."; Text[ catalan ] = "Manage..."; Text[ finnish ] = "~Jrjest"; }; PushButton BTN_DOCTEMPLATE_EDIT { Pos = MAP_APPFONT( 59, 225 ); Size = MAP_APPFONT( 50, 14 ); Text = "~Bearbeiten"; Text [ english_us ] = "~Edit"; Text[ portuguese ] = "~Editar"; Text[ russian ] = ""; Text[ greek ] = "Edit"; Text[ dutch ] = "Edit"; Text[ french ] = "~diter"; Text[ spanish ] = "Edi~tar"; Text[ italian ] = "Edit"; Text[ danish ] = "Edit"; Text[ swedish ] = "~Redigera"; Text[ polish ] = "~Edytuj"; Text[ portuguese_brazilian ] = "Edit"; Text[ japanese ] = "ҏW"; Text[ korean ] = "Edit"; Text[ chinese_simplified ] = "༭"; Text[ chinese_traditional ] = "s"; Text[ turkish ] = "Edit"; Text[ arabic ] = "Edit"; Text[ catalan ] = "Edit"; Text[ finnish ] = "~Muokkaa"; }; OKButton BTN_DOCTEMPLATE_OPEN { Pos = MAP_APPFONT( 235, 225 ); Size = MAP_APPFONT( 50, 14 ); DefButton = TRUE; Text = "~ffnen"; Text [ english_us ] = "~Open"; Text[ portuguese ] = "~Abrir"; Text[ russian ] = "~"; Text[ greek ] = "Open"; Text[ dutch ] = "Open"; Text[ french ] = "~Ouvrir"; Text[ spanish ] = "~Abrir"; Text[ italian ] = "Open"; Text[ danish ] = "Open"; Text[ swedish ] = "~ppna"; Text[ polish ] = "Otwrz"; Text[ portuguese_brazilian ] = "Open"; Text[ japanese ] = "J"; Text[ korean ] = "Open"; Text[ chinese_simplified ] = ""; Text[ chinese_traditional ] = "}"; Text[ turkish ] = "Open"; Text[ arabic ] = "Open"; Text[ catalan ] = "Open"; Text[ finnish ] = "~Avaa"; }; CancelButton BTN_DOCTEMPLATE_CANCEL { Pos = MAP_APPFONT( 288, 225 ); Size = MAP_APPFONT( 50, 14 ); }; HelpButton BTN_DOCTEMPLATE_HELP { Pos = MAP_APPFONT( 344, 225 ); Size = MAP_APPFONT( 50, 14 ); }; Text[ portuguese ] = "Modelos e documentos"; Text[ russian ] = " "; Text[ greek ] = "Templates and Documents"; Text[ dutch ] = "Templates and Documents"; Text[ french ] = "Modles et documents"; Text[ spanish ] = "Plantillas y documentos"; Text[ italian ] = "Templates and Documents"; Text[ danish ] = "Templates and Documents"; Text[ swedish ] = "Mallar och dokument"; Text[ polish ] = "Szablony i dokumenty"; Text[ portuguese_brazilian ] = "Templates and Documents"; Text[ japanese ] = "ڰĂ޷"; Text[ korean ] = "Templates and Documents"; Text[ chinese_simplified ] = "ʽĵ"; Text[ chinese_traditional ] = "˦M"; Text[ turkish ] = "Templates and Documents"; Text[ arabic ] = "Templates and Documents"; Text[ catalan ] = "Templates and Documents"; Text[ finnish ] = "Vorlagen und Dokumente"; }; StringArray STRARY_SVT_DOCINFO { ItemList = { < "Titel" ; DI_TITLE ; > ; < "Von" ; DI_FROM ; > ; < "Datum" ; DI_DATE ; > ; < "Schlsselwrter" ; DI_KEYWORDS ; > ; < "Beschreibung" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Thema" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; ItemList [ english_us ] = { < "Title" ; DI_TITLE ; > ; < "From" ; DI_FROM ; > ; < "Date" ; DI_DATE ; > ; < "Keywords" ; DI_KEYWORDS ; > ; < "Description" ; DI_DESCRIPTION ; > ; < "Type" ; DI_MIMETYPE ; > ; < "Modified on" ; DI_MODIFIEDDATE ; > ; < "Modified by" ; DI_MODIFIEDBY ; > ; < "Printed on" ; DI_PRINTDATE ; > ; < "Printed by" ; DI_PRINTBY ; > ; < "Subject" ; DI_THEME ; > ; < "Size" ; DI_SIZE ; > ; }; ItemList [ language_user1 ] = { < "Titel" ; DI_TITLE ; > ; < "Von" ; DI_FROM ; > ; < "Datum" ; DI_DATE ; > ; < "Schlsselwrter" ; DI_KEYWORDS ; > ; < "Beschreibung" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Thema" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; ItemList [ portuguese ] = { < "Capitulo" ; DI_TITLE ; > ; < "De" ; DI_FROM ; > ; < "Data " ; DI_DATE ; > ; < "Palavras-chave" ; DI_KEYWORDS ; > ; < "Descrio" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Assunto" ; DI_THEME ; > ; < "Tamanho" ; DI_SIZE ; > ; }; ItemList [ russian ] = { < "" ; DI_TITLE ; > ; < "" ; DI_FROM ; > ; < "" ; DI_DATE ; > ; < "Schlsselwrter" ; DI_KEYWORDS ; > ; < "" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; ItemList [ greek ] = { < "" ; DI_TITLE ; > ; < "" ; DI_FROM ; > ; < "" ; DI_DATE ; > ; < "Schlsselwrter" ; DI_KEYWORDS ; > ; < "" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; ItemList [ dutch ] = { < "Title" ; DI_TITLE ; > ; < "Van" ; DI_FROM ; > ; < "Datum" ; DI_DATE ; > ; < "Sleutelwoorden" ; DI_KEYWORDS ; > ; < "Omschrijving" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Onderwerp" ; DI_THEME ; > ; < "Grootte" ; DI_SIZE ; > ; }; ItemList [ french ] = { < "Chapitre" ; DI_TITLE ; > ; < " partir de" ; DI_FROM ; > ; < "Date" ; DI_DATE ; > ; < "Mots-cls" ; DI_KEYWORDS ; > ; < "Description" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Sujet" ; DI_THEME ; > ; < "Taille" ; DI_SIZE ; > ; }; ItemList [ spanish ] = { < "Ttulo" ; DI_TITLE ; > ; < "De" ; DI_FROM ; > ; < "Fecha" ; DI_DATE ; > ; < "Palabras clave" ; DI_KEYWORDS ; > ; < "Descripcin" ; DI_DESCRIPTION ; > ; < "Tipo de contenido" ; DI_MIMETYPE ; > ; < "Fecha de modificacin" ; DI_MODIFIEDDATE ; > ; < "MOdificado por" ; DI_MODIFIEDBY ; > ; < "Fecha de impresin" ; DI_PRINTDATE ; > ; < "Impreso por" ; DI_PRINTBY ; > ; < "Tema" ; DI_THEME ; > ; < "Tamao" ; DI_SIZE ; > ; }; ItemList [ finnish ] = { < "Nimi" ; DI_TITLE ; > ; < "Teksti -> Tietue" ; DI_FROM ; > ; < "Pivmr" ; DI_DATE ; > ; < "Avainsanat" ; DI_KEYWORDS ; > ; < "Kommentti" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Aihe" ; DI_THEME ; > ; < "Koko" ; DI_SIZE ; > ; }; ItemList [ italian ] = { < "Titolo3" ; DI_TITLE ; > ; < "di" ; DI_FROM ; > ; < "Data" ; DI_DATE ; > ; < "Parole chiave" ; DI_KEYWORDS ; > ; < "Descrizione" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Argomento" ; DI_THEME ; > ; < "Dimensioni" ; DI_SIZE ; > ; }; ItemList [ danish ] = { < "Overskrift" ; DI_TITLE ; > ; < "Fra" ; DI_FROM ; > ; < "Dato" ; DI_DATE ; > ; < "Ngleord" ; DI_KEYWORDS ; > ; < "Beskrivelse" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Emne" ; DI_THEME ; > ; < "Strrelse" ; DI_SIZE ; > ; }; ItemList [ swedish ] = { < "Rubrik" ; DI_TITLE ; > ; < "Frn" ; DI_FROM ; > ; < "Datum" ; DI_DATE ; > ; < "Nyckelord" ; DI_KEYWORDS ; > ; < "Beskrivning" ; DI_DESCRIPTION ; > ; < "Innehllstyp" ; DI_MIMETYPE ; > ; < "ndringsdatum" ; DI_MODIFIEDDATE ; > ; < "ndrat av" ; DI_MODIFIEDBY ; > ; < "Utskriftsdatum" ; DI_PRINTDATE ; > ; < "Utskrivet av" ; DI_PRINTBY ; > ; < "mne" ; DI_THEME ; > ; < "Storlek" ; DI_SIZE ; > ; }; ItemList [ polish ] = { < "Tytu" ; DI_TITLE ; > ; < "od" ; DI_FROM ; > ; < "Data" ; DI_DATE ; > ; < "Sowa kluczowe" ; DI_KEYWORDS ; > ; < "Opis" ; DI_DESCRIPTION ; > ; < "Typ zawartoci" ; DI_MIMETYPE ; > ; < "Data modyfikacji" ; DI_MODIFIEDDATE ; > ; < "Zmodyfikowa(a)" ; DI_MODIFIEDBY ; > ; < "Data wydruku" ; DI_PRINTDATE ; > ; < "Wydrukowa(a)" ; DI_PRINTBY ; > ; < "Temat" ; DI_THEME ; > ; < "Rozmiar" ; DI_SIZE ; > ; }; ItemList [ portuguese_brazilian ] = { < "Titel" ; DI_TITLE ; > ; < "Von" ; DI_FROM ; > ; < "Datum" ; DI_DATE ; > ; < "Schlsselwrter" ; DI_KEYWORDS ; > ; < "Beschreibung" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Thema" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; ItemList [ japanese ] = { < "" ; DI_TITLE ; > ; < "n߂Ώ" ; DI_FROM ; > ; < "??" ; DI_DATE ; > ; < "Schl?selw?ter" ; DI_KEYWORDS ; > ; < "Tv" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "ð" ; DI_THEME ; > ; < "Gr?e" ; DI_SIZE ; > ; }; ItemList [ korean ] = { < "" ; DI_TITLE ; > ; < "() " ; DI_FROM ; > ; < "" ; DI_DATE ; > ; < "Schl?selw?ter" ; DI_KEYWORDS ; > ; < "" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Ge?dert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; ItemList [ chinese_simplified ] = { < "" ; DI_TITLE ; > ; < "" ; DI_FROM ; > ; < "" ; DI_DATE ; > ; < "ؼ" ; DI_KEYWORDS ; > ; < "˵" ; DI_DESCRIPTION ; > ; < "" ; DI_MIMETYPE ; > ; < "޸ĵ" ; DI_MODIFIEDDATE ; > ; < "༭޸" ; DI_MODIFIEDBY ; > ; < "ӡ" ; DI_PRINTDATE ; > ; < "ӡ" ; DI_PRINTBY ; > ; < "" ; DI_THEME ; > ; < "С" ; DI_SIZE ; > ; }; ItemList [ chinese_traditional ] = { < "jD" ; DI_TITLE ; > ; < "q" ; DI_FROM ; > ; < "DATE" ; DI_DATE ; > ; < "Schl?selwrter" ; DI_KEYWORDS ; > ; < "yz" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "DD" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; ItemList [ turkish ] = { < "Blm bal" ; DI_TITLE ; > ; < "Yazdran" ; DI_FROM ; > ; < "Tarih" ; DI_DATE ; > ; < "Anahtar szck" ; DI_KEYWORDS ; > ; < "Aklama" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Konu" ; DI_THEME ; > ; < "Boyut" ; DI_SIZE ; > ; }; ItemList [ arabic ] = { < " " ; DI_TITLE ; > ; < "" ; DI_FROM ; > ; < "" ; DI_DATE ; > ; < "Schlsselwrter" ; DI_KEYWORDS ; > ; < "" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; ItemList [ catalan ] = { < "Titel" ; DI_TITLE ; > ; < "Von" ; DI_FROM ; > ; < "Datum" ; DI_DATE ; > ; < "Schlsselwrter" ; DI_KEYWORDS ; > ; < "Beschreibung" ; DI_DESCRIPTION ; > ; < "Inhaltstyp" ; DI_MIMETYPE ; > ; < "nderungdatum" ; DI_MODIFIEDDATE ; > ; < "Gendert von" ; DI_MODIFIEDBY ; > ; < "Druckdatum" ; DI_PRINTDATE ; > ; < "Gedruckt von" ; DI_PRINTBY ; > ; < "Thema" ; DI_THEME ; > ; < "Gre" ; DI_SIZE ; > ; }; };