2001-05-03 09:15:50 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: imagemgr.src,v $
|
|
|
|
|
*
|
2001-11-13 21:29:46 +00:00
|
|
|
|
* $Revision: 1.26 $
|
2001-05-03 09:15:50 +00:00
|
|
|
|
*
|
2001-11-13 21:29:46 +00:00
|
|
|
|
* last change: $Author: vg $ $Date: 2001-11-13 22:29:46 $
|
2001-05-03 09:15:50 +00:00
|
|
|
|
*
|
|
|
|
|
* 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 "imagemgr.hrc"
|
|
|
|
|
|
|
|
|
|
// images ********************************************************************
|
|
|
|
|
|
2001-05-11 06:55:29 +00:00
|
|
|
|
#define X_IMAGE_LIST \
|
|
|
|
|
IMG_IMPRESS ; \
|
|
|
|
|
IMG_WORKPLACE ; \
|
|
|
|
|
IMG_BITMAP ; \
|
|
|
|
|
IMG_CALC ; \
|
|
|
|
|
IMG_CALCTEMPLATE ; \
|
|
|
|
|
IMG_CHART ; \
|
|
|
|
|
IMG_DATABASE ; \
|
|
|
|
|
IMG_IMPRESSTEMPLATE ; \
|
|
|
|
|
IMG_EXCEL ; \
|
|
|
|
|
IMG_EXCELTEMPLATE ; \
|
|
|
|
|
IMG_FTPSERVER ; \
|
|
|
|
|
IMG_GALLERY ; \
|
|
|
|
|
IMG_GALLERYTHEME ; \
|
|
|
|
|
IMG_GIF ; \
|
|
|
|
|
IMG_HELP ; \
|
|
|
|
|
IMG_HTML ; \
|
|
|
|
|
IMG_JPG ; \
|
|
|
|
|
IMG_LINK ; \
|
|
|
|
|
IMG_LOTUS ; \
|
|
|
|
|
IMG_MATH ; \
|
|
|
|
|
IMG_MATHTEMPLATE ; \
|
|
|
|
|
IMG_FILE ; \
|
|
|
|
|
IMG_APP ; \
|
|
|
|
|
IMG_PCD ; \
|
|
|
|
|
IMG_PCT ; \
|
|
|
|
|
IMG_PCX ; \
|
|
|
|
|
IMG_SIM ; \
|
|
|
|
|
IMG_TEXTFILE ; \
|
|
|
|
|
IMG_SVHELP ; \
|
|
|
|
|
IMG_TIFF ; \
|
|
|
|
|
IMG_URL ; \
|
|
|
|
|
IMG_WMF ; \
|
|
|
|
|
IMG_WORD ; \
|
|
|
|
|
IMG_WRITER ; \
|
|
|
|
|
IMG_WRITERTEMPLATE ; \
|
|
|
|
|
IMG_FIXEDDEV ; \
|
|
|
|
|
IMG_REMOVEABLEDEV ; \
|
|
|
|
|
IMG_CDROMDEV ; \
|
|
|
|
|
IMG_NETWORKDEV ; \
|
|
|
|
|
IMG_RAMDEV ; \
|
|
|
|
|
IMG_TABLEFOLDER ; \
|
|
|
|
|
IMG_TABLE ; \
|
|
|
|
|
IMG_FOLDER ; \
|
|
|
|
|
IMG_EXPANDEDFOLDER ; \
|
|
|
|
|
IMG_XXX ; \
|
|
|
|
|
IMG_GALLERYIMPORT ; \
|
|
|
|
|
IMG_QUERYFOLDER ; \
|
|
|
|
|
IMG_QUERY ; \
|
|
|
|
|
IMG_FORM ; \
|
|
|
|
|
IMG_FORMFOLDER ; \
|
|
|
|
|
IMG_REPORT ; \
|
|
|
|
|
IMG_REPORTFOLDER ; \
|
|
|
|
|
IMG_OTHERS ; \
|
|
|
|
|
IMG_MACROLIB ; \
|
|
|
|
|
IMG_DXF ; \
|
|
|
|
|
IMG_MET ; \
|
|
|
|
|
IMG_PNG ; \
|
|
|
|
|
IMG_SGF ; \
|
|
|
|
|
IMG_SGV ; \
|
|
|
|
|
IMG_SVM ; \
|
|
|
|
|
IMG_GLOBAL_DOC ; \
|
|
|
|
|
IMG_DRAW ; \
|
|
|
|
|
IMG_DRAWTEMPLATE ; \
|
|
|
|
|
IMG_TASK ; \
|
|
|
|
|
IMG_APPOINTMENT ; \
|
|
|
|
|
IMG_RELATION ; \
|
|
|
|
|
IMG_IMPRESSPACKED ; \
|
|
|
|
|
IMG_NEWFROMTEMPLATE ;
|
|
|
|
|
|
2001-05-03 09:15:50 +00:00
|
|
|
|
ImageList RID_SVTOOLS_IMAGELIST_BIG
|
|
|
|
|
{
|
|
|
|
|
ImageBitmap = Bitmap { File = "lx_files.bmp" ; };
|
|
|
|
|
MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
|
|
|
|
|
IdList =
|
|
|
|
|
{
|
2001-05-11 06:55:29 +00:00
|
|
|
|
X_IMAGE_LIST
|
2001-05-03 09:15:50 +00:00
|
|
|
|
};
|
|
|
|
|
IdCount =
|
|
|
|
|
{
|
2001-05-11 06:55:29 +00:00
|
|
|
|
68 ;
|
2001-05-03 09:15:50 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
ImageList RID_SVTOOLS_IMAGELIST_SMALL
|
|
|
|
|
{
|
|
|
|
|
ImageBitmap = Bitmap { File = "sx_files.bmp" ; };
|
|
|
|
|
MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
|
|
|
|
|
IdList =
|
|
|
|
|
{
|
2001-05-11 06:55:29 +00:00
|
|
|
|
X_IMAGE_LIST
|
2001-05-03 09:15:50 +00:00
|
|
|
|
};
|
|
|
|
|
IdCount =
|
|
|
|
|
{
|
2001-05-11 06:55:29 +00:00
|
|
|
|
68;
|
2001-05-03 09:15:50 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2001-05-14 09:09:56 +00:00
|
|
|
|
// description strings
|
|
|
|
|
|
|
|
|
|
String STR_DESCRIPTION_SOURCEFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Quell-Code" ;
|
|
|
|
|
Text [ English ] = "Source-Code " ;
|
|
|
|
|
Text [ portuguese ] = "C<>digo-fonte" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "Source code" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Quell-Code" ;
|
|
|
|
|
Text [ swedish ] = "K<>llkod" ;
|
|
|
|
|
Text [ danish ] = "Kildekode" ;
|
|
|
|
|
Text [ italian ] = "Codice-sorgente" ;
|
|
|
|
|
Text [ spanish ] = "C<>digo fuente" ;
|
|
|
|
|
Text [ french ] = "Code source" ;
|
|
|
|
|
Text [ dutch ] = "Broncode" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "源文本";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Kod <20>r<EFBFBD>d<EFBFBD>owy";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "ソースコード";
|
|
|
|
|
Text [ chinese_traditional ] = "原始檔";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Broncode";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "源文本";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "소스 코드";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Kaynak kod";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "L<>hdekoodi";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Source Code";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_BOOKMARKFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Bookmarkdatei" ;
|
|
|
|
|
Text [ English ] = "Bookmarkfile" ;
|
|
|
|
|
Text [ dutch ] = "Bookmark-bestand" ;
|
|
|
|
|
Text [ english_us ] = "Bookmark file" ;
|
|
|
|
|
Text [ italian ] = "File di bookmark" ;
|
|
|
|
|
Text [ spanish ] = "Archivo de marcadores" ;
|
|
|
|
|
Text [ french ] = "Fichier de Bookmarks" ;
|
|
|
|
|
Text [ swedish ] = "Bokm<6B>rkesfil" ;
|
|
|
|
|
Text [ danish ] = "Bogm<67>rkefil" ;
|
|
|
|
|
Text [ portuguese ] = "Ficheiro de marcadores" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Bookmarkdatei" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "书签文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Plik zak<61>adek";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "ブックマークファイル";
|
|
|
|
|
Text [ chinese_traditional ] = "書籤檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Bookmark-bestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "书签文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "책갈피 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Yer i<>areti dosyas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Kirjanmerkkitiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Bookmark file";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_GRAPHIC_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "Grafik" ;
|
|
|
|
|
Text [ English ] = "Graphic" ;
|
|
|
|
|
Text [ portuguese ] = "Imagem" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "Graphics" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Grafik" ;
|
|
|
|
|
Text [ swedish ] = "Grafik" ;
|
|
|
|
|
Text [ danish ] = "Grafik" ;
|
|
|
|
|
Text [ italian ] = "Immagine" ;
|
|
|
|
|
Text [ spanish ] = "Imagen" ;
|
|
|
|
|
Text [ french ] = "Image" ;
|
|
|
|
|
Text [ dutch ] = "Afbeelding" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "图形";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Grafika";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "図";
|
|
|
|
|
Text [ chinese_traditional ] = "圖形";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Afbeelding";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "图形";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "그래픽";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Grafik";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Kuvat";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Graphic";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_CFGFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Konfigurationsdatei" ;
|
|
|
|
|
Text [ English ] = "Configurationfile" ;
|
|
|
|
|
Text [ dutch ] = "Configuratiebestand" ;
|
|
|
|
|
Text [ english_us ] = "Configuration file" ;
|
|
|
|
|
Text [ italian ] = "File di configurazione" ;
|
|
|
|
|
Text [ spanish ] = "Archivo de configuraci<63>n" ;
|
|
|
|
|
Text [ french ] = "Fichier de configuration" ;
|
|
|
|
|
Text [ swedish ] = "Konfigurationsfil" ;
|
|
|
|
|
Text [ danish ] = "Konfigurationsfil" ;
|
|
|
|
|
Text [ portuguese ] = "Ficheiro de configura<72><61>o" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Konfigurationsdatei" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "配置文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Plik konfiguracyjny";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "環境設定ファイル";
|
|
|
|
|
Text [ chinese_traditional ] = "配置檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Configuratiebestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "配置文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-10-31 20:36:23 +00:00
|
|
|
|
Text[ korean ] = "구성 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Konfig<69>rasyon dosyas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Kokoonpanotiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Configuration file";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_APPLICATION
|
|
|
|
|
{
|
|
|
|
|
Text = "Anwendung" ;
|
|
|
|
|
Text [ English ] = "Application" ;
|
|
|
|
|
Text [ dutch ] = "Applicatie" ;
|
|
|
|
|
Text [ english_us ] = "Application" ;
|
|
|
|
|
Text [ italian ] = "Applicazione" ;
|
|
|
|
|
Text [ spanish ] = "Aplicaci<63>n" ;
|
|
|
|
|
Text [ french ] = "Application" ;
|
|
|
|
|
Text [ swedish ] = "Till<6C>mpning" ;
|
|
|
|
|
Text [ danish ] = "Applikation" ;
|
|
|
|
|
Text [ portuguese ] = "Aplica<63><61>o" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Anwendung" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "应用程序";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ polish ] = "Aplikacja";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "アプリケーション";
|
|
|
|
|
Text [ chinese_traditional ] = "應用程式";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Applicatie";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "应用程序";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-10-31 20:36:23 +00:00
|
|
|
|
Text[ korean ] = "응용 프로그램";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Uygulama";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Sovellus";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Application";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_DATABASE_TABLE
|
|
|
|
|
{
|
|
|
|
|
Text = "Datenbank-Tabelle" ;
|
|
|
|
|
Text [ English ] = "Database Table" ;
|
|
|
|
|
Text [ portuguese ] = "Tabela da base de dados" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "Database table" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Datenbank-Tabelle" ;
|
|
|
|
|
Text [ swedish ] = "Databastabell" ;
|
|
|
|
|
Text [ danish ] = "Datenbase-tabel" ;
|
|
|
|
|
Text [ italian ] = "Tabella database" ;
|
|
|
|
|
Text [ spanish ] = "Tabla de base de datos" ;
|
|
|
|
|
Text [ french ] = "Table de base de donn<6E>es" ;
|
|
|
|
|
Text [ dutch ] = "Databasetabel" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "数据库表格";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Tabela bazy danych";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "データベーステーブル";
|
|
|
|
|
Text [ chinese_traditional ] = "資料庫表格";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Databasetabel";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "数据库表格";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "데이터베이스 표";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Veritaban<61> tablosu";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Tietokantataulukko";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Database Table";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SYSFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Systemdatei" ;
|
|
|
|
|
Text [ English ] = "Systemfile" ;
|
|
|
|
|
Text [ dutch ] = "Systeembestand" ;
|
|
|
|
|
Text [ english_us ] = "System file" ;
|
|
|
|
|
Text [ italian ] = "File system" ;
|
|
|
|
|
Text [ spanish ] = "Archivo del sistema" ;
|
|
|
|
|
Text [ french ] = "Fichier syst<73>me" ;
|
|
|
|
|
Text [ swedish ] = "Systemfil" ;
|
|
|
|
|
Text [ danish ] = "Systemfil" ;
|
|
|
|
|
Text [ portuguese ] = "Ficheiro de sistema" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Systemdatei" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "系统文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Plik systemowy";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "システムファイル";
|
|
|
|
|
Text [ chinese_traditional ] = "系統檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Systeembestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "系统文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "시스템 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Sistem dosyas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "J<>rjestelm<6C>tiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "System file";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_WORD_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "MS Word Dokument" ;
|
|
|
|
|
Text [ English ] = "MS Word Document" ;
|
|
|
|
|
Text [ portuguese ] = "Documento MS Word" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "MS Word document" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "MS Word Dokument" ;
|
|
|
|
|
Text [ swedish ] = "MS Word-dokument" ;
|
|
|
|
|
Text [ danish ] = "MS Word dokument" ;
|
|
|
|
|
Text [ italian ] = "Documento MS Word" ;
|
|
|
|
|
Text [ spanish ] = "Documento de MS Word" ;
|
|
|
|
|
Text [ french ] = "Document MS Word" ;
|
|
|
|
|
Text [ dutch ] = "MS Word document" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "MS Word 文档";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MS Word";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "MS Word - Dokument";
|
2001-10-24 19:25:12 +00:00
|
|
|
|
Text [ japanese ] = "Microsoft Word ドキュメント";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_traditional ] = "MS Word 文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "MS Word <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "MS Word document";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "MS Word 文档";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> MS Word";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "MS Word 문서";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "MS Word belgesi";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "MS Word -asiakirja";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "MS Word Document";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_HELP_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "Hilfedatei" ;
|
|
|
|
|
Text [ English ] = "Helpfile" ;
|
|
|
|
|
Text [ portuguese ] = "Ficheiro de ajuda" ;
|
|
|
|
|
Text [ english_us ] = "Help file" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Hilfedatei" ;
|
|
|
|
|
Text [ swedish ] = "Hj<48>lpfil" ;
|
|
|
|
|
Text [ danish ] = "Hj<48>lp-fil" ;
|
|
|
|
|
Text [ italian ] = "File della Guida" ;
|
|
|
|
|
Text [ spanish ] = "Archivo de ayuda" ;
|
|
|
|
|
Text [ french ] = "Fichier d'aide" ;
|
|
|
|
|
Text [ dutch ] = "Help-bestand" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "帮助文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Plik pomocy";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "ヘルプファイル";
|
|
|
|
|
Text [ chinese_traditional ] = "說明檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Help-bestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "帮助文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "도움말 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Yard<72>m dosyas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjetiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Help file";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_HTMLFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Internet Dokument" ;
|
|
|
|
|
Text [ English ] = "Internet Document" ;
|
2001-07-13 19:15:50 +00:00
|
|
|
|
Text [ dutch ] = "Internet-document" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "Internet document" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ italian ] = "Documento Internet" ;
|
|
|
|
|
Text [ spanish ] = "Documento Internet" ;
|
|
|
|
|
Text [ french ] = "Document Internet" ;
|
|
|
|
|
Text [ swedish ] = "Internetdokument" ;
|
|
|
|
|
Text [ danish ] = "Internetdokument" ;
|
2001-06-29 07:31:01 +00:00
|
|
|
|
Text [ portuguese ] = "Documento Internet" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Internet Dokument" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "国际互联网文档";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "Dokument Internetu";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "インターネットドキュメント";
|
|
|
|
|
Text [ chinese_traditional ] = "Internet 文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-07-13 19:15:50 +00:00
|
|
|
|
Text[ dutch ] = "Internet-document";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "国际互联网文档";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> Internet";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "인터넷 문서";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Internet belgesi";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Internet-asiakirja";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Internet Document";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_ARCHIVFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Archivdatei" ;
|
|
|
|
|
Text [ English ] = "Archivfile" ;
|
|
|
|
|
Text [ dutch ] = "Archiefbestand" ;
|
|
|
|
|
Text [ english_us ] = "Archive file" ;
|
|
|
|
|
Text [ italian ] = "File di archivio" ;
|
|
|
|
|
Text [ spanish ] = "Archivo de archivo" ;
|
|
|
|
|
Text [ french ] = "Fichier archive" ;
|
|
|
|
|
Text [ swedish ] = "Arkivfil" ;
|
|
|
|
|
Text [ danish ] = "Arkivfil" ;
|
|
|
|
|
Text [ portuguese ] = "Ficheiro-arquivo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Archivdatei" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "档案文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "Plik archiwalny";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "アーカイブファイル";
|
|
|
|
|
Text [ chinese_traditional ] = "備用檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Archiefbestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "档案文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "A<><41><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "저장 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Ar<41>iv dosyas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Arkistotiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Archive file";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_LOGFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Protokolldatei" ;
|
|
|
|
|
Text [ English ] = "Logfile" ;
|
|
|
|
|
Text [ portuguese ] = "Ficheiro de registo" ;
|
|
|
|
|
Text [ english_us ] = "Log file" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Protokolldatei" ;
|
|
|
|
|
Text [ swedish ] = "Protokollfil" ;
|
|
|
|
|
Text [ danish ] = "Protokolfil" ;
|
|
|
|
|
Text [ italian ] = "File di protocollo" ;
|
|
|
|
|
Text [ spanish ] = "Archivo de protocolo" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ french ] = "Fichier journal" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ dutch ] = "Protocolbestand" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "记录文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "Plik protoko<6B>u";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "プロトコルファイル";
|
|
|
|
|
Text [ chinese_traditional ] = "記錄檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Protocolbestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "记录文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "로그 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Protokol dosyas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Lokitiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Log file";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SMATH_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Formel" ;
|
|
|
|
|
Text [ English ] = "StarOffice Formula" ;
|
|
|
|
|
Text [ portuguese ] = "F<>rmula %PRODUCTNAME" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME formula" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME 4.0 Formel" ;
|
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-formel" ;
|
|
|
|
|
Text [ danish ] = "%PRODUCTNAME formel" ;
|
|
|
|
|
Text [ italian ] = "Formula %PRODUCTNAME" ;
|
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME F<>rmula" ;
|
|
|
|
|
Text [ french ] = "Formule %PRODUCTNAME" ;
|
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME formule" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 公式";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Formu<6D>a";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME 数式";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 公式";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "%PRODUCTNAME <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME formule";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 公式";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> (%PRODUCTNAME)";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 수식";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME formul<75>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjelman %PRODUCTNAME kaava";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "%PRODUCTNAME Formula";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SCHART_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Diagramm" ;
|
|
|
|
|
Text [ English ] = "StarOffice Chart" ;
|
|
|
|
|
Text [ portuguese ] = "Gr<47>fico %PRODUCTNAME" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME chart" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME 4.0 Diagramm" ;
|
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-diagram" ;
|
|
|
|
|
Text [ danish ] = "%PRODUCTNAME diagram" ;
|
|
|
|
|
Text [ italian ] = "Diagramma %PRODUCTNAME" ;
|
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME Diagrama" ;
|
|
|
|
|
Text [ french ] = "Diagramme %PRODUCTNAME" ;
|
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME diagram" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 图表";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Wykres";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME グラフ";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 圖表";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME <20><><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME diagram";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 图表";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 차트";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME <20>emas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjelman %PRODUCTNAME kaavio";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "%PRODUCTNAME Chart";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SDRAW_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Zeichnung" ;
|
|
|
|
|
Text [ English ] = "StarOffice Drawing" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME drawing" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese ] = "Desenho %PRODUCTNAME" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME 4.0 Grafik / Pr<50>sentation" ;
|
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-teckning" ;
|
|
|
|
|
Text [ danish ] = "%PRODUCTNAME tegning" ;
|
2001-06-14 20:36:54 +00:00
|
|
|
|
Text [ italian ] = "~Disegno %PRODUCTNAME " ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME Dibujo" ;
|
|
|
|
|
Text [ french ] = "Dessin %PRODUCTNAME" ;
|
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME tekening" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 绘图";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %PRODUCTNAME";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Rysunek";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME 図形描画";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 繪圖";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "%PRODUCTNAME <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME tekening";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 绘图";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%PRODUCTNAME)";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 그리기";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME <20>izimi";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjelman %PRODUCTNAME piirros";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Drawing (%PRODUCTNAME)";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SCALC_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Tabelle" ;
|
|
|
|
|
Text [ English ] = "StarOffice Table" ;
|
|
|
|
|
Text [ portuguese ] = "Folha de c<>lculo %PRODUCTNAME" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME spreadsheet" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME 4.0 Tabelle" ;
|
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-tabell" ;
|
|
|
|
|
Text [ danish ] = "%PRODUCTNAME regneark" ;
|
|
|
|
|
Text [ italian ] = "Tabella %PRODUCTNAME" ;
|
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME Hoja de c<>lculo" ;
|
|
|
|
|
Text [ french ] = "Classeur %PRODUCTNAME" ;
|
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME werkblad" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 工作表";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Arkusz kalkulacyjny";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME 表計算";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 工作表";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "%PRODUCTNAME <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME werkblad";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 工作表";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 스프레드시트";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME tablosu";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjelman %PRODUCTNAME laskentataulukko";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Spreadsheet (%PRODUCTNAME)";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SIMPRESS_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Pr<50>sentation" ;
|
|
|
|
|
Text [ English ] = "StarOffice Presentation" ;
|
2001-06-29 07:31:01 +00:00
|
|
|
|
Text [ portuguese ] = "Apresenta<74><61>o %PRODUCTNAME" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME presentation" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME Pr<50>sentation" ;
|
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-presentation" ;
|
|
|
|
|
Text [ danish ] = "%PRODUCTNAME pr<70>sentation" ;
|
|
|
|
|
Text [ italian ] = "Presentazione %PRODUCTNAME" ;
|
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME Presentaci<63>n" ;
|
|
|
|
|
Text [ french ] = "Pr<50>sentation %PRODUCTNAME" ;
|
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME presentatie" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 演示文稿";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %PRODUCTNAME";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Prezentacja";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME プレゼンテーション";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 簡報";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME <20><><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME presentatie";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 演示文稿";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%PRODUCTNAME)";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 프리젠테이션";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME sunusu";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjelman %PRODUCTNAME esitys";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Presentation (%PRODUCTNAME)";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SWRITER_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Text" ;
|
|
|
|
|
Text [ English ] = "StarOffice Text" ;
|
|
|
|
|
Text [ portuguese ] = "Texto %PRODUCTNAME" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME text" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME 4.0 Text" ;
|
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-text" ;
|
|
|
|
|
Text [ danish ] = "%PRODUCTNAME tekst" ;
|
|
|
|
|
Text [ italian ] = "Testo %PRODUCTNAME" ;
|
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME Texto" ;
|
|
|
|
|
Text [ french ] = "Texte %PRODUCTNAME" ;
|
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME tekst" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 文本";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Tekst";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME 文書";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 文字";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "%PRODUCTNAME <20><> ";
|
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME tekst";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 文本";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 텍스트";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME metin";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjelman %PRODUCTNAME teksti";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Text (%PRODUCTNAME)";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_GLOBALDOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Text Globaldokument" ;
|
|
|
|
|
Text [ English ] = "StarOffice Text GlobalDocument" ;
|
|
|
|
|
Text [ portuguese ] = "Documento-mestre %PRODUCTNAME" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME text master document" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME Text Globaldokument" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-text samlingsdokument" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ danish ] = "%PRODUCTNAME tekst hoveddokument" ;
|
|
|
|
|
Text [ italian ] = "Documento master di testo di %PRODUCTNAME" ;
|
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME Documento maestro de texto" ;
|
2001-06-29 07:31:01 +00:00
|
|
|
|
Text [ french ] = "Document texte ma<6D>tre %PRODUCTNAME" ;
|
2001-07-13 19:15:50 +00:00
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME tekst master-document" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 文本 主控文档";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Dokument g<><67>wny";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME 文書マスタードキュメント";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 文字 主控文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "(%PRODUCTNAME text) <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
2001-07-13 19:15:50 +00:00
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME tekst master-document";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 文本 主控文档";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 텍스트 마스터 문서";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME Metin ana belgesi";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjelman %PRODUCTNAME tekstip<69><70>asiakirja";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "%PRODUCTNAME Text Master Document";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SIMAGE_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Bild" ;
|
|
|
|
|
Text [ English ] = "StarOffice Picture" ;
|
|
|
|
|
Text [ portuguese ] = "Imagem %PRODUCTNAME" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME image" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME 4.0 Bild" ;
|
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-bild" ;
|
|
|
|
|
Text [ danish ] = "%PRODUCTNAME billede" ;
|
|
|
|
|
Text [ italian ] = "Immagine %PRODUCTNAME" ;
|
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME Imagen" ;
|
|
|
|
|
Text [ french ] = "Image %PRODUCTNAME" ;
|
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME afbeelding" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 图像";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Obraz";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME イメージ";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 影像";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "%PRODUCTNAME <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME afbeelding";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 图像";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "%PRODUCTNAME - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 이미지";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME resmi";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Ohjelman %PRODUCTNAME kuva";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Picture (%PRODUCTNAME)";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_TEXTFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Textdatei" ;
|
|
|
|
|
Text [ English ] = "Textfile" ;
|
|
|
|
|
Text [ dutch ] = "Tekstbestand" ;
|
|
|
|
|
Text [ english_us ] = "Text file" ;
|
|
|
|
|
Text [ italian ] = "File di testo" ;
|
|
|
|
|
Text [ spanish ] = "Archivo de texto" ;
|
|
|
|
|
Text [ french ] = "Fichier texte" ;
|
|
|
|
|
Text [ swedish ] = "Textfil" ;
|
|
|
|
|
Text [ danish ] = "Tekstfil" ;
|
|
|
|
|
Text [ portuguese ] = "Ficheiro de texto" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Textdatei" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "文本文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Plik tekstowy";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "テキストファイル";
|
|
|
|
|
Text [ chinese_traditional ] = "文字檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD> <20><>";
|
|
|
|
|
Text[ dutch ] = "Tekstbestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "文本文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "텍스트 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Metin dosyas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Tekstitiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Text file";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_LINK
|
|
|
|
|
{
|
|
|
|
|
Text = "Verkn<6B>pfung" ;
|
|
|
|
|
Text [ English ] = "Link" ;
|
|
|
|
|
Text [ dutch ] = "Koppeling" ;
|
|
|
|
|
Text [ english_us ] = "Link" ;
|
|
|
|
|
Text [ italian ] = "Collegamento" ;
|
|
|
|
|
Text [ spanish ] = "V<>nculo" ;
|
|
|
|
|
Text [ french ] = "Lien" ;
|
|
|
|
|
Text [ swedish ] = "L<>nk" ;
|
|
|
|
|
Text [ danish ] = "K<>de" ;
|
|
|
|
|
Text [ portuguese ] = "Liga<67><61>o" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Verkn<6B>pfung" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "链接";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "<22><>cze";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "リンク";
|
|
|
|
|
Text [ chinese_traditional ] = "捷徑";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Koppeling";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "链接";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "링크";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Ba<42>lant<6E>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Linkki";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Link";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME Vorlage" ;
|
|
|
|
|
Text [ English ] = "StarOffice Template" ;
|
|
|
|
|
Text [ portuguese ] = "Modelo %PRODUCTNAME" ;
|
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME Template" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "%PRODUCTNAME 4.0 Vorlage" ;
|
|
|
|
|
Text [ swedish ] = "%PRODUCTNAME-mallar" ;
|
|
|
|
|
Text [ danish ] = "%PRODUCTNAME skabelon" ;
|
|
|
|
|
Text [ italian ] = "Modello %PRODUCTNAME" ;
|
|
|
|
|
Text [ spanish ] = "%PRODUCTNAME - Plantilla" ;
|
|
|
|
|
Text [ french ] = "Mod<6F>le %PRODUCTNAME" ;
|
|
|
|
|
Text [ dutch ] = "%PRODUCTNAME sjabloon" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "%PRODUCTNAME 样式";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME";
|
|
|
|
|
Text [ polish ] = "%PRODUCTNAME - Szablon";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "%PRODUCTNAME テンプレート";
|
|
|
|
|
Text [ chinese_traditional ] = "%PRODUCTNAME 樣式";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD>%PRODUCTNAME ";
|
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME sjabloon";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 样式";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "%PRODUCTNAME - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-10-31 20:36:23 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 템플릿";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME <20>ablonu";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = " Ohjelman %PRODUCTNAME mallipohja";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "%PRODUCTNAME Template";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_EXCEL_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "MS Excel Dokument" ;
|
|
|
|
|
Text [ English ] = "MS Excel Document" ;
|
|
|
|
|
Text [ portuguese ] = "Documento MS Excel" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "MS Excel document" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "MS Excel Dokument" ;
|
|
|
|
|
Text [ swedish ] = "MS Excel-dokument" ;
|
|
|
|
|
Text [ danish ] = "MS Excel dokument" ;
|
|
|
|
|
Text [ italian ] = "Documento MS Excel" ;
|
|
|
|
|
Text [ spanish ] = "Documento de MS Excel" ;
|
|
|
|
|
Text [ french ] = "Document MS Excel" ;
|
|
|
|
|
Text [ dutch ] = "MS Excel document" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "MS Excel 文档";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MS Excel";
|
|
|
|
|
Text [ polish ] = "MS Excel - Dokument";
|
2001-10-24 19:25:12 +00:00
|
|
|
|
Text [ japanese ] = "Microsoft Excel ドキュメント";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_traditional ] = "MS Excel 文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "MS Excel <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "MS Excel document";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "MS Excel 文档";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> MS Excel";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "MS Excel 문서";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "MS Excel belgesi";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "MS Excel -asiakirja";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "MS Excel Document";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_EXCEL_TEMPLATE_DOC
|
|
|
|
|
{
|
|
|
|
|
Text = "MS Excel Vorlage" ;
|
|
|
|
|
Text [ English ] = "MS Excel Template" ;
|
|
|
|
|
Text [ portuguese ] = "Modelo MS Excel" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ english_us ] = "MS Excel template" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "MS Excel Vorlage" ;
|
|
|
|
|
Text [ swedish ] = "MS Excel-dokumentmall" ;
|
|
|
|
|
Text [ danish ] = "MS Excel skabelon" ;
|
2001-06-29 07:31:01 +00:00
|
|
|
|
Text [ italian ] = "MS Excel Modello" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ spanish ] = "MS Excel - Plantilla" ;
|
|
|
|
|
Text [ french ] = "Mod<6F>le MS Excel" ;
|
|
|
|
|
Text [ dutch ] = "MS Excel sjabloon" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "MS Excel 模板";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MS Excel";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ polish ] = "MS Excel - Szablon";
|
2001-10-24 19:25:12 +00:00
|
|
|
|
Text [ japanese ] = "Microsoft Excel テンプレート";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_traditional ] = "MS Excel 範本";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD>MS Excel ";
|
|
|
|
|
Text[ dutch ] = "MS Excel sjabloon";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "MS Excel 模板";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "MS Excel - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-10-31 20:36:23 +00:00
|
|
|
|
Text[ korean ] = "MS Excel 서식 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "MS Excel <20>ablonu";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "MS Excel -mallipohja";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "MS Excel Template";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_BATCHFILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Stapelverarbeitungsdatei" ;
|
|
|
|
|
Text [ English ] = "Batchfile" ;
|
2001-07-13 19:15:50 +00:00
|
|
|
|
Text [ dutch ] = "Batch-bestand" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ english_us ] = "Batch file" ;
|
|
|
|
|
Text [ italian ] = "File di batch" ;
|
|
|
|
|
Text [ spanish ] = "Archivo de lotes" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text [ french ] = "Fichier de traitement par lots" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ swedish ] = "Batch-fil" ;
|
|
|
|
|
Text [ danish ] = "Batch-fil" ;
|
2001-06-29 07:31:01 +00:00
|
|
|
|
Text [ portuguese ] = "Ficheiro de comandos" ;
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Stapelverarbeitungsdatei" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "批文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Plik wsadowy";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ japanese ] = "バッチファイル";
|
|
|
|
|
Text[ chinese_traditional ] = "批檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2001-07-13 19:15:50 +00:00
|
|
|
|
Text[ dutch ] = "Batch-bestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "批文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (Batch file)";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "일괄 처리 파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Toplu i<> dosyas<61>";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Er<45>ajotiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Batch file";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FILE
|
|
|
|
|
{
|
|
|
|
|
Text = "Datei" ;
|
|
|
|
|
Text [ English ] = "File" ;
|
|
|
|
|
Text [ dutch ] = "Bestand" ;
|
|
|
|
|
Text [ english_us ] = "File" ;
|
|
|
|
|
Text [ italian ] = "File" ;
|
|
|
|
|
Text [ spanish ] = "Archivo" ;
|
|
|
|
|
Text [ french ] = "Fichier" ;
|
|
|
|
|
Text [ swedish ] = "Fil" ;
|
|
|
|
|
Text [ danish ] = "Fil" ;
|
|
|
|
|
Text [ portuguese ] = "Ficheiro" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Datei" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Plik";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "ファイル";
|
|
|
|
|
Text [ chinese_traditional ] = "檔案";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Bestand";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "파일";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Dosya";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Tiedosto";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "File";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FOLDER
|
|
|
|
|
{
|
|
|
|
|
Text = "Ordner" ;
|
|
|
|
|
Text [ English ] = "Folder" ;
|
|
|
|
|
Text [ dutch ] = "Map" ;
|
|
|
|
|
Text [ english_us ] = "Folder" ;
|
|
|
|
|
Text [ italian ] = "Cartella" ;
|
|
|
|
|
Text [ spanish ] = "Carpeta" ;
|
|
|
|
|
Text [ french ] = "Dossier" ;
|
|
|
|
|
Text [ swedish ] = "Mapp" ;
|
|
|
|
|
Text [ danish ] = "Mappe" ;
|
|
|
|
|
Text [ portuguese ] = "Pasta" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Ordner" ;
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ chinese_simplified ] = "文件夹";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text [ polish ] = "Folder";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text [ japanese ] = "フォルダ";
|
|
|
|
|
Text [ chinese_traditional ] = "資料夾";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text [ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Map";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "文件夹";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ korean ] = "폴더";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Klas<61>r";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Kansio";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ catalan ] = "Folder";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FACTORY_WRITER
|
|
|
|
|
{
|
|
|
|
|
Text = "Textdokument";
|
|
|
|
|
Text [ ENGLISH ] = "Text Document" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ english_us ] = "Text document";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ portuguese ] = "Texto";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Tekstdocument";
|
|
|
|
|
Text[ french ] = "Texte";
|
|
|
|
|
Text[ spanish ] = "Documento de texto";
|
|
|
|
|
Text[ italian ] = "Documento di testo";
|
|
|
|
|
Text[ danish ] = "Tekstdokument";
|
|
|
|
|
Text[ swedish ] = "Textdokument";
|
|
|
|
|
Text[ polish ] = "Dokument tekstowy";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Text Document";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ japanese ] = "文書ドキュメント";
|
|
|
|
|
Text[ korean ] = "텍스트 문서";
|
|
|
|
|
Text[ chinese_simplified ] = "文本文档";
|
|
|
|
|
Text[ chinese_traditional ] = "文字文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Metin belgesi";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
|
|
|
|
Text[ catalan ] = "Documento de texto";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Tekstiasiakirja";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FACTORY_CALC
|
|
|
|
|
{
|
|
|
|
|
Text = "Tabellendokument";
|
|
|
|
|
Text [ ENGLISH ] = "Spreadsheet" ;
|
|
|
|
|
Text[ english_us ] = "Spreadsheet";
|
|
|
|
|
Text[ portuguese ] = "Folha de c<>lculo";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Werkbladdocument";
|
|
|
|
|
Text[ french ] = "Classeur";
|
|
|
|
|
Text[ spanish ] = "Hoja de c<>lculo";
|
|
|
|
|
Text[ italian ] = "Foglio elettronico";
|
|
|
|
|
Text[ danish ] = "Regneark";
|
|
|
|
|
Text[ swedish ] = "Tabelldokument";
|
|
|
|
|
Text[ polish ] = "Arkusz kalkulacyjny";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Spreadsheet";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ japanese ] = "表計算ドキュメント";
|
2001-11-02 20:05:17 +00:00
|
|
|
|
Text[ korean ] = "스프레드시트 문서";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ chinese_simplified ] = "工作表文档";
|
|
|
|
|
Text[ chinese_traditional ] = "工作表文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Hesap tablosu";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ catalan ] = "Hoja de c<>lculo";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Laskentataulukko";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FACTORY_IMPRESS
|
|
|
|
|
{
|
|
|
|
|
Text = "Pr<50>sentation";
|
|
|
|
|
Text [ ENGLISH ] = "Presentation" ;
|
|
|
|
|
Text[ english_us ] = "Presentation";
|
|
|
|
|
Text[ portuguese ] = "Apresenta<74><61>o";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Presentatie";
|
|
|
|
|
Text[ french ] = "Pr<50>sentation";
|
|
|
|
|
Text[ spanish ] = "Presentaci<63>n";
|
|
|
|
|
Text[ italian ] = "Presentazione";
|
|
|
|
|
Text[ danish ] = "Pr<50>sentation";
|
|
|
|
|
Text[ swedish ] = "Presentation";
|
|
|
|
|
Text[ polish ] = "Prezentacja";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Presentation";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ japanese ] = "プレゼンテーション";
|
|
|
|
|
Text[ korean ] = "프리젠테이션";
|
|
|
|
|
Text[ chinese_simplified ] = "演示文稿";
|
|
|
|
|
Text[ chinese_traditional ] = "簡報";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Sunu";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ catalan ] = "Presentaci<63>n";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Esitys";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FACTORY_DRAW
|
|
|
|
|
{
|
|
|
|
|
Text = "Zeichnung";
|
|
|
|
|
Text [ ENGLISH ] = "Drawing" ;
|
|
|
|
|
Text[ english_us ] = "Drawing";
|
|
|
|
|
Text[ portuguese ] = "Desenho";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Tekening";
|
|
|
|
|
Text[ french ] = "Dessin";
|
|
|
|
|
Text[ spanish ] = "Dibujo";
|
|
|
|
|
Text[ italian ] = "Disegno";
|
|
|
|
|
Text[ danish ] = "Tegning";
|
|
|
|
|
Text[ swedish ] = "Teckning";
|
|
|
|
|
Text[ polish ] = "Rysunek";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Drawing";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ japanese ] = "図形描画";
|
|
|
|
|
Text[ korean ] = "그림";
|
|
|
|
|
Text[ chinese_simplified ] = "绘图";
|
|
|
|
|
Text[ chinese_traditional ] = "繪圖";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "<22>izim";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ catalan ] = "Dibujo";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Piirros";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FACTORY_WRITERWEB
|
|
|
|
|
{
|
|
|
|
|
Text = "HTML-Dokument";
|
|
|
|
|
Text [ ENGLISH ] = "HTML Document" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ english_us ] = "HTML document";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ portuguese ] = "Documento HTML";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> HTML";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> HTML";
|
|
|
|
|
Text[ dutch ] = "HTML-document";
|
|
|
|
|
Text[ french ] = "Document HTML";
|
|
|
|
|
Text[ spanish ] = "Documento HTML";
|
|
|
|
|
Text[ italian ] = "Documento HTML";
|
|
|
|
|
Text[ danish ] = "HTML-dokument";
|
|
|
|
|
Text[ swedish ] = "HTML-dokument";
|
|
|
|
|
Text[ polish ] = "Dokument HTML";
|
|
|
|
|
Text[ portuguese_brazilian ] = "HTML Document";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ japanese ] = "HTML 形式ドキュメント";
|
|
|
|
|
Text[ korean ] = "HTML 문서";
|
|
|
|
|
Text[ chinese_simplified ] = "HTML 文档";
|
|
|
|
|
Text[ chinese_traditional ] = "HTML 文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "HTML belgesi";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>HTML ";
|
|
|
|
|
Text[ catalan ] = "Documento HTML";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "HTML-asiakirja";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FACTORY_GLOBALDOC
|
|
|
|
|
{
|
|
|
|
|
Text = "Globaldokument";
|
|
|
|
|
Text [ ENGLISH ] = "Master Document" ;
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ english_us ] = "Master document";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ portuguese ] = "Documento-mestre";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Master-document";
|
|
|
|
|
Text[ french ] = "Document ma<6D>tre";
|
|
|
|
|
Text[ spanish ] = "Documento maestro";
|
|
|
|
|
Text[ italian ] = "Documento master";
|
|
|
|
|
Text[ danish ] = "Hoveddokument";
|
|
|
|
|
Text[ swedish ] = "Samlingsdokument";
|
|
|
|
|
Text[ polish ] = "Dokument g<><67>wny";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Master Document";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ japanese ] = "マスタードキュメント";
|
|
|
|
|
Text[ korean ] = "마스터 문서";
|
|
|
|
|
Text[ chinese_simplified ] = "主控文档";
|
|
|
|
|
Text[ chinese_traditional ] = "主控文件";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
Text[ turkish ] = "Ana belge";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ catalan ] = "Documento maestro";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "P<><50>asiakirja";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_FACTORY_MATH
|
|
|
|
|
{
|
|
|
|
|
Text = "Formel";
|
|
|
|
|
Text[ english_us ] = "Formula";
|
2001-06-29 07:31:01 +00:00
|
|
|
|
Text[ portuguese ] = "F<>rmula";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "Formula";
|
2001-07-13 19:15:50 +00:00
|
|
|
|
Text[ dutch ] = "Formule";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ french ] = "Formule";
|
|
|
|
|
Text[ spanish ] = "F<>rmula";
|
2001-11-13 21:29:46 +00:00
|
|
|
|
Text[ finnish ] = "Kaava";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ italian ] = "Formula";
|
|
|
|
|
Text[ danish ] = "Formula";
|
|
|
|
|
Text[ swedish ] = "Formel";
|
|
|
|
|
Text[ polish ] = "Formu<6D>a";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Formula";
|
2001-08-08 08:04:25 +00:00
|
|
|
|
Text[ japanese ] = "数式";
|
|
|
|
|
Text[ korean ] = "수식";
|
|
|
|
|
Text[ chinese_simplified ] = "公式";
|
|
|
|
|
Text[ chinese_traditional ] = "公式";
|
2001-06-08 20:43:55 +00:00
|
|
|
|
Text[ turkish ] = "Formula";
|
|
|
|
|
Text[ arabic ] = "Formula";
|
|
|
|
|
Text[ catalan ] = "Formula";
|
2001-05-14 09:09:56 +00:00
|
|
|
|
};
|
2001-08-29 10:02:09 +00:00
|
|
|
|
String STR_DESCRIPTION_CALC_TEMPLATE
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME 6.0 Tabellendokument Vorlage" ;
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME 6.0 Spreadsheet Template" ;
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ portuguese ] = "%PRODUCTNAME 6.0 Modelo de folha de c<>lculo";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME 6.0";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ greek ] = "%PRODUCTNAME 6.0 Tabledocument Template";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ dutch ] = "%productname% 6.0 Sjabloon voor werkbladdocumenten";
|
|
|
|
|
Text[ french ] = "%PRODUCTNAME 6.0 Mod<6F>le de classeur";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ spanish ] = "%PRODUCTNAME 6.0 Plantilla de hoja de c<>lculo";
|
|
|
|
|
Text[ finnish ] = "%PRODUCTNAME 6.0 Tabledocument Template";
|
|
|
|
|
Text[ italian ] = "%PRODUCTNAME 6.0 Modello di foglio elettronico";
|
|
|
|
|
Text[ danish ] = "%PRODUCTNAME 6.0 Tabledocument Template";
|
|
|
|
|
Text[ swedish ] = "%PRODUCTNAME 6.0 tabelldokument mall";
|
|
|
|
|
Text[ polish ] = "%PRODUCTNAME 6.0 - Szablon arkusza kalkulacyjnego";
|
|
|
|
|
Text[ portuguese_brazilian ] = "%PRODUCTNAME 6.0 Tabledocument Template";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ japanese ] = "%productname% 6.0 表計算ドキュメント テンプレート";
|
2001-10-31 20:36:23 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 6.0 스프레드시트 템플릿";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 6.0 工作表文档样式";
|
2001-09-25 20:07:17 +00:00
|
|
|
|
Text[ chinese_traditional ] = "%PRODUCTNAME 6.0 工作表文件樣式";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME 6.0 Tabledocument Template";
|
|
|
|
|
Text[ arabic ] = "%PRODUCTNAME 6.0 Tabledocument Template";
|
|
|
|
|
Text[ catalan ] = "%PRODUCTNAME 6.0 Tabledocument Template";
|
2001-08-29 10:02:09 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_DRAW_TEMPLATE
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME 6.0 Zeichnungsvorlage" ;
|
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME 6.0 Drawing Template" ;
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ portuguese ] = "%PRODUCTNAME 6.0 Modelo de desenho";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME 6.0";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ greek ] = "%PRODUCTNAME 6.0 Drawing Template";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME 6.0 Sjabloon voor tekeningen";
|
|
|
|
|
Text[ french ] = "%PRODUCTNAME 6.0 Mod<6F>le de dessin";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ spanish ] = "%PRODUCTNAME 6.0 Plantilla de dibujo";
|
|
|
|
|
Text[ finnish ] = "%PRODUCTNAME 6.0 Drawing Template";
|
|
|
|
|
Text[ italian ] = "%PRODUCTNAME 6.0 Modelli di disegno";
|
|
|
|
|
Text[ danish ] = "%PRODUCTNAME 6.0 Drawing Template";
|
|
|
|
|
Text[ swedish ] = "%PRODUCTNAME 6.0 teckningsmall";
|
|
|
|
|
Text[ polish ] = "%PRODUCTNAME 6.0 - Szablon rysunku";
|
|
|
|
|
Text[ portuguese_brazilian ] = "%PRODUCTNAME 6.0 Drawing Template";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ japanese ] = "%PRODUCTNAME 6.0 図形描画テンプレート";
|
2001-10-31 20:36:23 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 6.0 그리기 템플릿";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 6.0 绘图样式";
|
2001-09-25 20:07:17 +00:00
|
|
|
|
Text[ chinese_traditional ] = "%PRODUCTNAME 6.0 繪圖樣式";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME 6.0 Drawing Template";
|
|
|
|
|
Text[ arabic ] = "%PRODUCTNAME 6.0 Drawing Template";
|
|
|
|
|
Text[ catalan ] = "%PRODUCTNAME 6.0 Drawing Template";
|
2001-08-29 10:02:09 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_IMPRESS_TEMPLATE
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME 6.0 Pr<50>sentationsvorlage" ;
|
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME 6.0 Presentation Template" ;
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ portuguese ] = "%PRODUCTNAME 6.0 Modelo de apresenta<74><61>o";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME 6.0";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ greek ] = "%PRODUCTNAME 6.0 Presentation Template";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ dutch ] = "%PRODUCTNAME 6.0 Sjabloon voor presentaties";
|
|
|
|
|
Text[ french ] = "%PRODUCTNAME 6.0 Mod<6F>le de pr<70>sentation";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ spanish ] = "%PRODUCTNAME 6.0 Plantilla de presentaci<63>n";
|
|
|
|
|
Text[ finnish ] = "%PRODUCTNAME 6.0 Presentation Template";
|
|
|
|
|
Text[ italian ] = "%PRODUCTNAME 6.0 Modello di presentazione";
|
|
|
|
|
Text[ danish ] = "%PRODUCTNAME 6.0 Presentation Template";
|
|
|
|
|
Text[ swedish ] = "%PRODUCTNAME 6.0 presentationsmall";
|
|
|
|
|
Text[ polish ] = "%PRODUCTNAME 6.0 - Szablon prezentacji";
|
|
|
|
|
Text[ portuguese_brazilian ] = "%PRODUCTNAME 6.0 Presentation Template";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ japanese ] = "%PRODUCTNAME 6.0 プレゼンテーション テンプレート";
|
2001-10-31 20:36:23 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 6.0 프리젠테이션 템플릿";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 6.0 演示文稿样式";
|
2001-09-25 20:07:17 +00:00
|
|
|
|
Text[ chinese_traditional ] = "%PRODUCTNAME 6.0 簡報樣式";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME 6.0 Presentation Template";
|
|
|
|
|
Text[ arabic ] = "%PRODUCTNAME 6.0 Presentation Template";
|
|
|
|
|
Text[ catalan ] = "%PRODUCTNAME 6.0 Presentation Template";
|
2001-08-29 10:02:09 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_DESCRIPTION_WRITER_TEMPLATE
|
|
|
|
|
{
|
|
|
|
|
Text = "%PRODUCTNAME 6.0 Textdokument Vorlage" ;
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text [ english_us ] = "%PRODUCTNAME 6.0 Text Document Template" ;
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ portuguese ] = "%PRODUCTNAME 6.0 Modelo de texto";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %PRODUCTNAME 6.0";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ greek ] = "%PRODUCTNAME 6.0 Textdocument Template";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ dutch ] = "%productname% 6.0 Sjabloon voor tekstdocumenten";
|
|
|
|
|
Text[ french ] = "%PRODUCTNAME 6.0 Mod<6F>le de texte";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ spanish ] = "%PRODUCTNAME 6.0 Plantilla de documento de texto";
|
|
|
|
|
Text[ finnish ] = "%PRODUCTNAME 6.0 Textdocument Template";
|
|
|
|
|
Text[ italian ] = "%PRODUCTNAME 6.0 Modello di documento di testo";
|
|
|
|
|
Text[ danish ] = "%PRODUCTNAME 6.0 Textdocument Template";
|
|
|
|
|
Text[ swedish ] = "%PRODUCTNAME 6.0 textdokument mall";
|
|
|
|
|
Text[ polish ] = "%PRODUCTNAME 6.0 - Szablon dokumentu tekstowego";
|
|
|
|
|
Text[ portuguese_brazilian ] = "%PRODUCTNAME 6.0 Textdocument Template";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ japanese ] = "%productname% 6.0 文書ドキュメント テンプレート";
|
2001-10-31 20:36:23 +00:00
|
|
|
|
Text[ korean ] = "%PRODUCTNAME 6.0 텍스트 문서 템플릿";
|
2001-09-21 19:19:43 +00:00
|
|
|
|
Text[ chinese_simplified ] = "%PRODUCTNAME 6.0 文本文档样式";
|
2001-09-25 20:07:17 +00:00
|
|
|
|
Text[ chinese_traditional ] = "%PRODUCTNAME 6.0 文字文件樣式";
|
2001-09-06 19:11:25 +00:00
|
|
|
|
Text[ turkish ] = "%PRODUCTNAME 6.0 Textdocument Template";
|
|
|
|
|
Text[ arabic ] = "%PRODUCTNAME 6.0 Textdocument Template";
|
|
|
|
|
Text[ catalan ] = "%PRODUCTNAME 6.0 Textdocument Template";
|
2001-08-29 10:02:09 +00:00
|
|
|
|
};
|
2001-08-24 19:11:46 +00:00
|
|
|
|
|
2001-09-06 19:11:25 +00:00
|
|
|
|
|
2001-09-21 19:19:43 +00:00
|
|
|
|
|
2001-09-25 20:07:17 +00:00
|
|
|
|
|
2001-10-12 19:30:53 +00:00
|
|
|
|
|
2001-10-17 19:38:09 +00:00
|
|
|
|
|
2001-10-19 19:47:19 +00:00
|
|
|
|
|
2001-10-24 19:25:12 +00:00
|
|
|
|
|
2001-10-31 20:36:23 +00:00
|
|
|
|
|
2001-11-02 20:05:17 +00:00
|
|
|
|
|
2001-11-07 20:23:26 +00:00
|
|
|
|
|
2001-11-13 21:29:46 +00:00
|
|
|
|
|