forked from amazingfate/loongoffice
1754 lines
62 KiB
Plaintext
1754 lines
62 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* $RCSfile: sections.src,v $
|
|
*
|
|
* $Revision: 1.26 $
|
|
*
|
|
* last change: $Author: kz $ $Date: 2001-07-26 22:28:13 $
|
|
*
|
|
* 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): _______________________________________
|
|
*
|
|
*
|
|
************************************************************************/
|
|
//#pragma CHARSET_ANSI
|
|
|
|
#include "sections.hrc"
|
|
#include "extensio.hrc"
|
|
|
|
#define FT_POS 6
|
|
#define FTSIZE_LEFT 65
|
|
#define ED_POS_LEFT FT_POS+FTSIZE_LEFT+1
|
|
#define ED_SIZE 65
|
|
#define BTN_SIZE 12
|
|
#define ED_POS_LEFT2 ED_POS_LEFT + ED_SIZE +1
|
|
#define FT_POS_MIDDLE ED_POS_LEFT2 + 5
|
|
#define FT_POS_RIGHT FT_POS_MIDDLE + FT_POS_MIDDLE - FT_POS
|
|
|
|
TabPage RID_TP_GENERAL
|
|
{
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT( 452, 195 );
|
|
Text = "Allgemein";
|
|
Text[English]= "General";
|
|
HelpId = HID_BIB_CONTROL_PAGE;
|
|
|
|
FixedText FT_IDENTIFIER
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 6 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_AUTHTYPE
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 6 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_YEAR
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_RIGHT, 6 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_AUTHOR
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 20 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_TITLE
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 20 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_PUBLISHER
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 34 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_ADDRESS
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 34 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_ISBN
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_RIGHT, 34 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_CHAPTER
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 48 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_PAGE
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 48 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_EDITOR
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 69 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_EDITION
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 67 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_BOOKTITLE
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 83 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_VOLUME
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 83 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_HOWPUBLISHED
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_RIGHT, 83 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_ORGANIZATION
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 97 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_INSTITUTION
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 97 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_SCHOOL
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_RIGHT, 97 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_REPORT
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 111);
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_MONTH
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 111 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_JOURNAL
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 132 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
|
|
FixedText FT_NUMBER
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 132 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_SERIES
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_RIGHT, 132 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_ANNOTE
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 146 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_NOTE
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 146 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_URL
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_RIGHT, 146 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_CUSTOM1
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 167 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_CUSTOM2
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 167 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_CUSTOM3
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_RIGHT, 167 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_CUSTOM4
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS, 181 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
FixedText FT_CUSTOM5
|
|
{
|
|
Pos = MAP_APPFONT( FT_POS_MIDDLE, 181 );
|
|
Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
|
|
};
|
|
String ST_ERROR_PREFIX
|
|
{
|
|
Text = "Die folgenden Spaltennamen konnten nicht zugeordnet werden:\n" ;
|
|
Text [ English ] = "The following column names could not be assigned:\n" ;
|
|
Text[ english_us ] = "The following column names could not be assigned:\n";
|
|
Text[ portuguese ] = "Foi imposs�vel atribuir os seguintes nomes de coluna:\n";
|
|
Text[ russian ] = "��������� ����� ������� ���������������� �� �������:\n";
|
|
Text[ greek ] = "��� ���� ������� �� ����� ������������ ��� ��������� �������� ������:\n";
|
|
Text[ dutch ] = "De volgende kolomnaam kon niet worden toegewezen:\n";
|
|
Text[ french ] = "Impossible d'assigner les noms de colonnes :\n";
|
|
Text[ spanish ] = "No se pudieron asignar los siguientes nombres de columnas:\n";
|
|
Text[ italian ] = "Non � stato possibile assegnare i nomi seguenti delle colonne:\n";
|
|
Text[ danish ] = "Det var ikke muligt at tildele de f�lgende kolonnenavne:\n";
|
|
Text[ swedish ] = "F�ljande kolumnnamn kunde inte tilldelas:\n";
|
|
Text[ polish ] = "Nie mo�na by�o przypisa� nast�puj�cej nazwy kolumny:\n";
|
|
Text[ portuguese_brazilian ] = "The following column names could not be assigned:\n";
|
|
Text[ japanese ] = "�ȉ��̗͕��ނł��܂����ł����B\n";
|
|
Text[ korean ] = "������ ���� �ܸ�Ī�� ������ �� �����ϴ� :\n";
|
|
Text[ chinese_simplified ] = "���������������ƣ�\n";
|
|
Text[ chinese_traditional ] = "�L�k���w�U�C���W�G\n";
|
|
Text[ arabic ] = "���� ����� ����� ������� �������:\n";
|
|
Text[ turkish ] = "�u s�tun adlar� atanamad�:\n";
|
|
Text[ catalan ] = "No se pudieron asignar los siguientes nombres de columnas:\n";
|
|
Text[ finnish ] = "Seuraavia sarakenimi� ei voitu liitt��:\n";
|
|
};
|
|
String ST_TYPE_ARTICLE
|
|
{
|
|
Text = "Artikel" ;
|
|
Text [ English ] = "Article" ;
|
|
Text[ english_us ] = "Article";
|
|
Text[ portuguese ] = "Artigo";
|
|
Text[ russian ] = "������";
|
|
Text[ greek ] = "�����";
|
|
Text[ dutch ] = "Artikel";
|
|
Text[ french ] = "Article";
|
|
Text[ spanish ] = "Art�culo";
|
|
Text[ italian ] = "Articolo";
|
|
Text[ danish ] = "Artikel";
|
|
Text[ swedish ] = "Artikel";
|
|
Text[ polish ] = "Artyku�";
|
|
Text[ portuguese_brazilian ] = "Article";
|
|
Text[ japanese ] = "���";
|
|
Text[ korean ] = "��";
|
|
Text[ chinese_simplified ] = "����";
|
|
Text[ chinese_traditional ] = "�峹";
|
|
Text[ arabic ] = "�����";
|
|
Text[ turkish ] = "Makale";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Art�culo";
|
|
Text[ finnish ] = "Artikkeli";
|
|
};
|
|
String ST_TYPE_BOOK
|
|
{
|
|
Text = "Buch" ;
|
|
Text [ English ] = "Book" ;
|
|
Text[ english_us ] = "Book";
|
|
Text[ portuguese ] = "Livro";
|
|
Text[ russian ] = "�����";
|
|
Text[ greek ] = "������";
|
|
Text[ dutch ] = "Boek";
|
|
Text[ french ] = "Livre";
|
|
Text[ spanish ] = "Libro";
|
|
Text[ italian ] = "Libro";
|
|
Text[ danish ] = "Bog";
|
|
Text[ swedish ] = "Bok";
|
|
Text[ polish ] = "Ksi��ka";
|
|
Text[ portuguese_brazilian ] = "Book";
|
|
Text[ japanese ] = "�{";
|
|
Text[ korean ] = "å";
|
|
Text[ chinese_simplified ] = "�鼮";
|
|
Text[ chinese_traditional ] = "���y";
|
|
Text[ arabic ] = "����";
|
|
Text[ turkish ] = "Kitap";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Libro";
|
|
Text[ finnish ] = "Kirja";
|
|
};
|
|
String ST_TYPE_BOOKLET
|
|
{
|
|
Text = "Brosch�re" ;
|
|
Text [ English ] = "Booklet" ;
|
|
Text[ english_us ] = "Brochures";
|
|
Text[ portuguese ] = "Brochura";
|
|
Text[ russian ] = "�������";
|
|
Text[ greek ] = "���������";
|
|
Text[ dutch ] = "Brochure";
|
|
Text[ french ] = "Brochure";
|
|
Text[ spanish ] = "Folleto";
|
|
Text[ italian ] = "D�pliant";
|
|
Text[ danish ] = "Brochure";
|
|
Text[ swedish ] = "Broschyr";
|
|
Text[ polish ] = "Broszura";
|
|
Text[ portuguese_brazilian ] = "Booklet";
|
|
Text[ japanese ] = "����گ�";
|
|
Text[ korean ] = "�ȳ�å��";
|
|
Text[ chinese_simplified ] = "����";
|
|
Text[ chinese_traditional ] = "�p���U";
|
|
Text[ arabic ] = "����";
|
|
Text[ turkish ] = "Bro��r";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Folleto";
|
|
Text[ finnish ] = "Esitteet";
|
|
};
|
|
String ST_TYPE_CONFERENCE
|
|
{
|
|
Text = "Konferenzbericht" ;
|
|
Text [ English ] = "Conference report" ;
|
|
Text[ english_us ] = "Conference report";
|
|
Text[ portuguese ] = "Relat�rio sobre confer�ncia";
|
|
Text[ russian ] = "����� � �����������";
|
|
Text[ greek ] = "������� ��������";
|
|
Text[ dutch ] = "Conferentiebericht";
|
|
Text[ french ] = "Rapport de conf�rence";
|
|
Text[ spanish ] = "Informe de conferencia";
|
|
Text[ italian ] = "Rapporto sulla conferenza";
|
|
Text[ danish ] = "Konferencerapport";
|
|
Text[ swedish ] = "Konferensrapport";
|
|
Text[ polish ] = "Sprawozdanie z konferencji";
|
|
Text[ portuguese_brazilian ] = "Conference report";
|
|
Text[ japanese ] = "���c����";
|
|
Text[ korean ] = "ȸ�Ǻ�����";
|
|
Text[ chinese_simplified ] = "���ۻᱨ��";
|
|
Text[ chinese_traditional ] = "�|�ͳ��i";
|
|
Text[ arabic ] = "����� �� �����";
|
|
Text[ turkish ] = "Toplant� tutana��";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Informe de conferencia";
|
|
Text[ finnish ] = "Konferenssiraportti";
|
|
};
|
|
String ST_TYPE_INBOOK
|
|
{
|
|
Text = "Buchauszug" ;
|
|
Text [ English ] = "Book excerpt" ;
|
|
Text[ english_us ] = "Book excerpt";
|
|
Text[ portuguese ] = "Excerto de livro";
|
|
Text[ russian ] = "������ �� �����";
|
|
Text[ greek ] = "��������� �������";
|
|
Text[ dutch ] = "Uittreksel";
|
|
Text[ french ] = "Extrait de livre";
|
|
Text[ spanish ] = "Extracto de libro";
|
|
Text[ italian ] = "Brano";
|
|
Text[ danish ] = "Boguddrag";
|
|
Text[ swedish ] = "Bokutdrag";
|
|
Text[ polish ] = "Wyci�g z ksi��ki";
|
|
Text[ portuguese_brazilian ] = "Book excerpt";
|
|
Text[ japanese ] = "�{�̔���";
|
|
Text[ korean ] = "å ����";
|
|
Text[ chinese_simplified ] = "�鼮ժ¼��";
|
|
Text[ chinese_traditional ] = "���y�峹�K�n";
|
|
Text[ arabic ] = "������� �� ����";
|
|
Text[ turkish ] = "Kitap �zeti";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Extracto de libro";
|
|
Text[ finnish ] = "Kirjan otos";
|
|
};
|
|
String ST_TYPE_INCOLLECTION
|
|
{
|
|
Text = "Buchauszug mit Titel" ;
|
|
Text [ English ] = "Book excerpt with title" ;
|
|
Text[ english_us ] = "Book excerpt with title";
|
|
Text[ portuguese ] = "Excerto de livro com t�tulo";
|
|
Text[ russian ] = "�������� �� ����� � ����������";
|
|
Text[ greek ] = "��������� ������� �� �����";
|
|
Text[ dutch ] = "Uittreksel met titel";
|
|
Text[ french ] = "Extrait de livre avec titre";
|
|
Text[ spanish ] = "Extracto de libro con t�tulo";
|
|
Text[ italian ] = "Brano con titolo";
|
|
Text[ danish ] = "Boguddrag med titel";
|
|
Text[ swedish ] = "Bokutdrag med titel";
|
|
Text[ polish ] = "Wyci�g z ksi��ki z tytu�em";
|
|
Text[ portuguese_brazilian ] = "Book excerpt with title";
|
|
Text[ japanese ] = "�{�̔����i�����t���j";
|
|
Text[ korean ] = "å ���� (���� ����)";
|
|
Text[ chinese_simplified ] = "ע���������鼮ժ¼��";
|
|
Text[ chinese_traditional ] = "�t�����D�����y�峹�K�n";
|
|
Text[ arabic ] = "������� �� ���� ��� �����";
|
|
Text[ turkish ] = "Ba�l�kl� kitap �zeti";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Extracto de libro con t�tulo";
|
|
Text[ finnish ] = "Kirjan otos ja otsikko";
|
|
};
|
|
String ST_TYPE_INPROCEEDINGS
|
|
{
|
|
Text = "Tagungsbericht" ;
|
|
Text [ English ] = "Conference proceedings";
|
|
Text[ english_us ] = "Conference proceedings";
|
|
Text[ portuguese ] = "Relat�rio de congresso";
|
|
Text[ russian ] = "����� � ���������";
|
|
Text[ greek ] = "���������� �����������";
|
|
Text[ dutch ] = "Conferentiebericht";
|
|
Text[ french ] = "Rapport de congr�s";
|
|
Text[ spanish ] = "Informe de congreso";
|
|
Text[ italian ] = "Rapporto sulla conferenza";
|
|
Text[ danish ] = "Kongresberetning";
|
|
Text[ swedish ] = "Konferensrapport";
|
|
Text[ polish ] = "Sprawozdanie z obrady";
|
|
Text[ portuguese_brazilian ] = "Conference proceedings";
|
|
Text[ japanese ] = "����";
|
|
Text[ korean ] = "ȸ�Ƿ�";
|
|
Text[ chinese_simplified ] = "���鱨��";
|
|
Text[ chinese_traditional ] = "�|ij���i";
|
|
Text[ arabic ] = "�������� ������";
|
|
Text[ turkish ] = "Konferans raporu";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Informe de congreso";
|
|
Text[ finnish ] = "Konferenssimenettelyt";
|
|
};
|
|
String ST_TYPE_JOURNAL
|
|
{
|
|
Text = "Zeitschrift" ;
|
|
Text [ English ] = "Journal" ;
|
|
Text[ english_us ] = "Journal";
|
|
Text[ portuguese ] = "Revista";
|
|
Text[ russian ] = "������";
|
|
Text[ greek ] = "���������";
|
|
Text[ dutch ] = "Tijdschrift";
|
|
Text[ french ] = "Magazine";
|
|
Text[ spanish ] = "Revista";
|
|
Text[ italian ] = "Rivista";
|
|
Text[ danish ] = "Tidsskrift";
|
|
Text[ swedish ] = "Tidskrift";
|
|
Text[ polish ] = "Czasopismo";
|
|
Text[ portuguese_brazilian ] = "Journal";
|
|
Text[ japanese ] = "�G��";
|
|
Text[ korean ] = "����";
|
|
Text[ chinese_simplified ] = "��־";
|
|
Text[ chinese_traditional ] = "���x";
|
|
Text[ arabic ] = "������";
|
|
Text[ turkish ] = "Dergi";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Revista";
|
|
Text[ finnish ] = "P�iv�kirja";
|
|
};
|
|
String ST_TYPE_MANUAL
|
|
{
|
|
Text = "Techn. Dokumentation" ;
|
|
Text [ English ] = "Manual" ;
|
|
Text[ english_us ] = "Manual";
|
|
Text[ portuguese ] = "Documenta��o t�cnica";
|
|
Text[ russian ] = "����������� ������������";
|
|
Text[ greek ] = "E���������";
|
|
Text[ dutch ] = "Techn. documentatie";
|
|
Text[ french ] = "Documentation technique";
|
|
Text[ spanish ] = "Documentaci�n t�cnica";
|
|
Text[ italian ] = "Documentazione tec.";
|
|
Text[ danish ] = "Teknisk dokumentation";
|
|
Text[ swedish ] = "Tekn. dokumentation";
|
|
Text[ polish ] = "Dokumentacja techn.";
|
|
Text[ portuguese_brazilian ] = "Manual";
|
|
Text[ japanese ] = "�ƭ��";
|
|
Text[ korean ] = "���� ����";
|
|
Text[ chinese_simplified ] = "��������";
|
|
Text[ chinese_traditional ] = "�N������";
|
|
Text[ arabic ] = "���� �������";
|
|
Text[ turkish ] = "Teknik dok�mantasyon";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Documentaci�n t�cnica";
|
|
Text[ finnish ] = "Manuaalinen";
|
|
};
|
|
String ST_TYPE_MASTERSTHESIS
|
|
{
|
|
Text = "Diplomarbeit" ;
|
|
Text [ English ] = "Thesis" ;
|
|
Text[ english_us ] = "Thesis";
|
|
Text[ portuguese ] = "Tese";
|
|
Text[ russian ] = "��������� ������";
|
|
Text[ greek ] = "����������� �������";
|
|
Text[ dutch ] = "Scriptie";
|
|
Text[ french ] = "M�moire";
|
|
Text[ spanish ] = "Trabajo de diplomatura";
|
|
Text[ italian ] = "Tesi di laurea";
|
|
Text[ danish ] = "Eksamensopgave";
|
|
Text[ swedish ] = "Examensarbete";
|
|
Text[ polish ] = "Praca dyplomowa";
|
|
Text[ portuguese_brazilian ] = "Thesis";
|
|
Text[ japanese ] = "���Ƙ_��";
|
|
Text[ korean ] = "������������";
|
|
Text[ chinese_simplified ] = "��ѧ��ҵ����";
|
|
Text[ chinese_traditional ] = "�z�u���j�Dz��~�פ�";
|
|
Text[ arabic ] = "����� �������";
|
|
Text[ turkish ] = "Tez";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Trabajo de diplomatura";
|
|
Text[ finnish ] = "Tutkielma";
|
|
};
|
|
String ST_TYPE_MISC
|
|
{
|
|
Text = "Verschiedenes" ;
|
|
Text [ ENGLISH ] = "Miscellaneous" ;
|
|
Text[ english_us ] = "Miscellaneous";
|
|
Text[ portuguese ] = "Miscel�nea";
|
|
Text[ russian ] = "������";
|
|
Text[ greek ] = "�������";
|
|
Text[ dutch ] = "Diverse";
|
|
Text[ french ] = "Divers";
|
|
Text[ spanish ] = "Diversos";
|
|
Text[ italian ] = "Varie";
|
|
Text[ danish ] = "Forskelligt";
|
|
Text[ swedish ] = "Diverse";
|
|
Text[ polish ] = "R��ne";
|
|
Text[ portuguese_brazilian ] = "Miscellaneous";
|
|
Text[ japanese ] = "���l";
|
|
Text[ korean ] = "���� ����";
|
|
Text[ chinese_simplified ] = "����";
|
|
Text[ chinese_traditional ] = "����";
|
|
Text[ arabic ] = "������";
|
|
Text[ turkish ] = "Di�er";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Diversos";
|
|
Text[ finnish ] = "Sekalaiset";
|
|
};
|
|
String ST_TYPE_PHDTHESIS
|
|
{
|
|
Text = "Dissertation" ;
|
|
Text [ ENGLISH ] = "Dissertation";
|
|
Text[ english_us ] = "Dissertation";
|
|
Text[ portuguese ] = "Disserta��o";
|
|
Text[ russian ] = "�����������";
|
|
Text[ greek ] = "��������";
|
|
Text[ dutch ] = "Dissertatie";
|
|
Text[ french ] = "Th�se de doctorat";
|
|
Text[ spanish ] = "Tesis doctoral";
|
|
Text[ italian ] = "Dottorato di ricerca";
|
|
Text[ danish ] = "Doktorafhandling";
|
|
Text[ swedish ] = "Avhandling";
|
|
Text[ polish ] = "Praca doktorska";
|
|
Text[ portuguese_brazilian ] = "Dissertation";
|
|
Text[ japanese ] = "���m�_��";
|
|
Text[ korean ] = "�ڻ���������";
|
|
Text[ chinese_simplified ] = "��ʿ����";
|
|
Text[ chinese_traditional ] = "�դh�פ�";
|
|
Text[ arabic ] = "����� �������";
|
|
Text[ turkish ] = "Disertasyon";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Tesis doctoral";
|
|
Text[ finnish ] = "V�it�skirja";
|
|
};
|
|
String ST_TYPE_PROCEEDINGS
|
|
{
|
|
Text = "Tagungsbericht" ;
|
|
Text [ English ] = "Conference proceedings";
|
|
Text[ english_us ] = "Conference proceedings";
|
|
Text[ portuguese ] = "Relat�rio de congresso";
|
|
Text[ russian ] = "����� � ���������";
|
|
Text[ greek ] = "���������� �����������";
|
|
Text[ dutch ] = "Conferentiebericht";
|
|
Text[ french ] = "Rapport de congr�s";
|
|
Text[ spanish ] = "Informe de congreso";
|
|
Text[ italian ] = "Rapporto sulla conferenza";
|
|
Text[ danish ] = "Kongresberetning";
|
|
Text[ swedish ] = "Konferensrapport";
|
|
Text[ polish ] = "Sprawozdanie z obrady";
|
|
Text[ portuguese_brazilian ] = "Conference proceedings";
|
|
Text[ japanese ] = "����";
|
|
Text[ korean ] = "��ȸ������";
|
|
Text[ chinese_simplified ] = "���鱨��";
|
|
Text[ chinese_traditional ] = "�|ij���i";
|
|
Text[ arabic ] = "�������� ������";
|
|
Text[ turkish ] = "Konferans raporu";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Informe de congreso";
|
|
Text[ finnish ] = "Konferenssimenettelyt";
|
|
};
|
|
String ST_TYPE_TECHREPORT
|
|
{
|
|
Text = "Forschungsbericht" ;
|
|
Text [ English ] = "Research report";
|
|
Text[ english_us ] = "Research report";
|
|
Text[ portuguese ] = "Relat�rio de investiga��o";
|
|
Text[ russian ] = "����� � ������� ������������";
|
|
Text[ greek ] = "������� �������";
|
|
Text[ dutch ] = "Onderzoeksbericht";
|
|
Text[ french ] = "Rapport de recherche";
|
|
Text[ spanish ] = "Informe de investigaci�n";
|
|
Text[ italian ] = "Rapporto di ricerca";
|
|
Text[ danish ] = "Forskningsrapport";
|
|
Text[ swedish ] = "Forskningsrapport";
|
|
Text[ polish ] = "Sprawozdanie z badania naukow.";
|
|
Text[ portuguese_brazilian ] = "Research report";
|
|
Text[ japanese ] = "��������";
|
|
Text[ korean ] = "����������";
|
|
Text[ chinese_simplified ] = "�����";
|
|
Text[ chinese_traditional ] = "�������i";
|
|
Text[ arabic ] = "����� �� ����� �����";
|
|
Text[ turkish ] = "Ara�t�rma raporu";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Informe de investigaci�n";
|
|
Text[ finnish ] = "Tutkimusraportti";
|
|
};
|
|
String ST_TYPE_UNPUBLISHED
|
|
{
|
|
Text = "Unver�ffentlicht" ;
|
|
Text [ ENGLISH ] = "Unpublished" ;
|
|
Text[ english_us ] = "Unpublished";
|
|
Text[ portuguese ] = "In�dito";
|
|
Text[ russian ] = "�� ������������";
|
|
Text[ greek ] = "�����������";
|
|
Text[ dutch ] = "Niet gepubliceerd";
|
|
Text[ french ] = "Non publi�";
|
|
Text[ spanish ] = "In�dito";
|
|
Text[ italian ] = "Non pubblicato";
|
|
Text[ danish ] = "Ikke offentliggjort";
|
|
Text[ swedish ] = "Opublicerad";
|
|
Text[ polish ] = "Nieopublikowane";
|
|
Text[ portuguese_brazilian ] = "Unpublished";
|
|
Text[ japanese ] = "�����\\";
|
|
Text[ korean ] = "������";
|
|
Text[ chinese_simplified ] = "�������";
|
|
Text[ chinese_traditional ] = "�|���o��";
|
|
Text[ arabic ] = "�� ����� ���";
|
|
Text[ turkish ] = "Yay�mlanmam��";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "In�dito";
|
|
Text[ finnish ] = "Julkaisematon";
|
|
};
|
|
String ST_TYPE_EMAIL
|
|
{
|
|
Text = "e-Mail" ;
|
|
Text [ English ] = "e-mail" ;
|
|
Text[ english_us ] = "e-mail";
|
|
Text[ portuguese ] = "e-mail";
|
|
Text[ russian ] = "e-mail";
|
|
Text[ greek ] = "e-mail";
|
|
Text[ dutch ] = "e-mail";
|
|
Text[ french ] = "E-mail";
|
|
Text[ spanish ] = "Mensaje electr�nico";
|
|
Text[ italian ] = "eMail";
|
|
Text[ danish ] = "E-mail";
|
|
Text[ swedish ] = "e-post";
|
|
Text[ polish ] = "e-mail";
|
|
Text[ portuguese_brazilian ] = "e-mail";
|
|
Text[ japanese ] = "E-mail";
|
|
Text[ korean ] = "e-��ail";
|
|
Text[ chinese_simplified ] = "�����ʼ�";
|
|
Text[ chinese_traditional ] = "�q�l�l��";
|
|
Text[ arabic ] = "���� ��������";
|
|
Text[ turkish ] = "e-posta";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Mensaje electr�nico";
|
|
Text[ finnish ] = "s�hk�posti";
|
|
};
|
|
String ST_TYPE_WWW
|
|
{
|
|
Text = "WWW-Dokument" ;
|
|
Text [ ENGLISH ] = "WWW document" ;
|
|
Text[ english_us ] = "WWW document";
|
|
Text[ portuguese ] = "Documento WWW";
|
|
Text[ russian ] = "�������� WWW";
|
|
Text[ greek ] = "������� WWW";
|
|
Text[ dutch ] = "WWW document";
|
|
Text[ french ] = "Document WWW";
|
|
Text[ spanish ] = "Documento WWW";
|
|
Text[ italian ] = "Documento Web";
|
|
Text[ danish ] = "WWW-dokument";
|
|
Text[ swedish ] = "WWW-dokument";
|
|
Text[ polish ] = "Dokument WWW";
|
|
Text[ portuguese_brazilian ] = "WWW document";
|
|
Text[ japanese ] = "WWW �����";
|
|
Text[ korean ] = "WWW ����";
|
|
Text[ chinese_simplified ] = "��ά���ĵ�";
|
|
Text[ chinese_traditional ] = "WWW ����";
|
|
Text[ arabic ] = "����� ���";
|
|
Text[ turkish ] = "WWW belgesi";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Documento WWW";
|
|
Text[ finnish ] = "Web-asiakirja";
|
|
};
|
|
String ST_TYPE_CUSTOM1
|
|
{
|
|
Text = "Benutzertyp1" ;
|
|
Text [ English ] = "User-defined1";
|
|
Text[ english_us ] = "User-defined1";
|
|
Text[ portuguese ] = "Tipo personalizado1";
|
|
Text[ russian ] = "��� ������������1";
|
|
Text[ greek ] = "����� ������1";
|
|
Text[ dutch ] = "Gebruikerstype1";
|
|
Text[ french ] = "Utilisateur1";
|
|
Text[ spanish ] = "Definido por usuario 1";
|
|
Text[ italian ] = "Utente1";
|
|
Text[ danish ] = "Brugerdefineret1";
|
|
Text[ swedish ] = "Anv�ndartyp1";
|
|
Text[ polish ] = "Typ u�ytkownika1";
|
|
Text[ portuguese_brazilian ] = "User-defined1";
|
|
Text[ japanese ] = "հ�ް���� 1";
|
|
Text[ korean ] = "����������1";
|
|
Text[ chinese_simplified ] = "ʹ��������1";
|
|
Text[ chinese_traditional ] = "�ۭq���� 1";
|
|
Text[ arabic ] = "������� �� ��� ��������1";
|
|
Text[ turkish ] = "Kullan�c� tan�ml�1";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Definido por usuario 1";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m�1";
|
|
};
|
|
String ST_TYPE_CUSTOM2
|
|
{
|
|
Text = "Benutzertyp2" ;
|
|
Text [ English ] = "User-defined2";
|
|
Text[ english_us ] = "User-defined2";
|
|
Text[ portuguese ] = "Tipo personalizado2";
|
|
Text[ russian ] = "��� ������������2";
|
|
Text[ greek ] = "����� ������2";
|
|
Text[ dutch ] = "Gebruikerstype2";
|
|
Text[ french ] = "Utilisateur2";
|
|
Text[ spanish ] = "Definido por usuario 2";
|
|
Text[ italian ] = "Utente2";
|
|
Text[ danish ] = "Brugerdefineret2";
|
|
Text[ swedish ] = "Anv�ndartyp2";
|
|
Text[ polish ] = "Typ u�ytkownika2";
|
|
Text[ portuguese_brazilian ] = "User-defined2";
|
|
Text[ japanese ] = "���ϲ��2";
|
|
Text[ korean ] = "����������2";
|
|
Text[ chinese_simplified ] = "ʹ��������2";
|
|
Text[ chinese_traditional ] = "�ۭq���� 2";
|
|
Text[ arabic ] = "������� �� ��� ��������2";
|
|
Text[ turkish ] = "Kullan�c� tan�ml�2";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Definido por usuario 2";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m�2";
|
|
};
|
|
String ST_TYPE_CUSTOM3
|
|
{
|
|
Text = "Benutzertyp3" ;
|
|
Text [ English ] = "User-defined3";
|
|
Text[ english_us ] = "User-defined3";
|
|
Text[ portuguese ] = "Tipo personalizado3";
|
|
Text[ russian ] = "��� ������������3";
|
|
Text[ greek ] = "����� ������3";
|
|
Text[ dutch ] = "Gebruikerstype3";
|
|
Text[ french ] = "Utilisateur3";
|
|
Text[ spanish ] = "Definido por usuario 3";
|
|
Text[ italian ] = "Utente3";
|
|
Text[ danish ] = "Brugerdefineret3";
|
|
Text[ swedish ] = "Anv�ndartyp3";
|
|
Text[ polish ] = "Typ u�ytkownika3";
|
|
Text[ portuguese_brazilian ] = "User-defined3";
|
|
Text[ japanese ] = "���ϲ��3";
|
|
Text[ korean ] = "����������3";
|
|
Text[ chinese_simplified ] = "ʹ�������� 3";
|
|
Text[ chinese_traditional ] = "�ۭq���� 3";
|
|
Text[ arabic ] = "������� �� ��� ��������3";
|
|
Text[ turkish ] = "Kullan�c� tan�ml�3";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Definido por usuario 3";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m�3";
|
|
};
|
|
String ST_TYPE_CUSTOM4
|
|
{
|
|
Text = "Benutzertyp4" ;
|
|
Text [ English ] = "User-defined4";
|
|
Text[ english_us ] = "User-defined4";
|
|
Text[ portuguese ] = "Tipo personalizado4";
|
|
Text[ russian ] = "��� ������������4";
|
|
Text[ greek ] = "����� ������4";
|
|
Text[ dutch ] = "Gebruikerstype4";
|
|
Text[ french ] = "Utilisateur4";
|
|
Text[ spanish ] = "Definido por usuario 4";
|
|
Text[ italian ] = "Utente4";
|
|
Text[ danish ] = "Brugerdefineret4";
|
|
Text[ swedish ] = "Anv�ndartyp4";
|
|
Text[ polish ] = "Typ u�ytkownika4";
|
|
Text[ portuguese_brazilian ] = "User-defined4";
|
|
Text[ japanese ] = "���ϲ��4";
|
|
Text[ korean ] = "����������4";
|
|
Text[ chinese_simplified ] = "ʹ�������� 4";
|
|
Text[ chinese_traditional ] = "�ۭq���� 4";
|
|
Text[ arabic ] = "������� �� ��� ��������4";
|
|
Text[ turkish ] = "Kullan�c� tan�ml�4";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Definido por usuario 4";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m�4";
|
|
};
|
|
String ST_TYPE_CUSTOM5
|
|
{
|
|
Text = "Benutzertyp5" ;
|
|
Text [ English ] = "User-defined5";
|
|
Text[ english_us ] = "User-defined5";
|
|
Text[ portuguese ] = "Tipo personalizado5";
|
|
Text[ russian ] = "��� ������������5";
|
|
Text[ greek ] = "����� ������5";
|
|
Text[ dutch ] = "Gebruikerstype5";
|
|
Text[ french ] = "Utilisateur5";
|
|
Text[ spanish ] = "Definido por usuario 5";
|
|
Text[ italian ] = "Utente5";
|
|
Text[ danish ] = "Brugerdefineret5";
|
|
Text[ swedish ] = "Anv�ndartyp5";
|
|
Text[ polish ] = "Typ u�ytkownika5";
|
|
Text[ portuguese_brazilian ] = "User-defined5";
|
|
Text[ japanese ] = "���ϲ��5";
|
|
Text[ korean ] = "����������5";
|
|
Text[ chinese_simplified ] = "ʹ�������� 5";
|
|
Text[ chinese_traditional ] = "�ۭq���� 5";
|
|
Text[ arabic ] = "������� �� ��� ��������5";
|
|
Text[ turkish ] = "Kullan�c� tan�ml�5";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Definido por usuario 5";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m�5";
|
|
};
|
|
Text[ english_us ] = "General";
|
|
Text[ portuguese ] = "Geral";
|
|
Text[ russian ] = "�����";
|
|
Text[ greek ] = "������";
|
|
Text[ dutch ] = "Algemeen";
|
|
Text[ french ] = "G�n�ral";
|
|
Text[ spanish ] = "General";
|
|
Text[ italian ] = "Generale";
|
|
Text[ danish ] = "Generel";
|
|
Text[ swedish ] = "Allm�nt";
|
|
Text[ polish ] = "Og�lne";
|
|
Text[ portuguese_brazilian ] = "General";
|
|
Text[ japanese ] = "�S��";
|
|
Text[ korean ] = "�Ϲ�";
|
|
Text[ chinese_simplified ] = "����";
|
|
Text[ chinese_traditional ] = "�@��";
|
|
Text[ arabic ] = "���";
|
|
Text[ turkish ] = "Genel";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "General";
|
|
Text[ finnish ] = "Yleist�";
|
|
};
|
|
Menu RID_POPUP_ME_VIEW
|
|
{
|
|
ItemList =
|
|
{
|
|
MenuItem
|
|
{
|
|
Text = "Abschnitt einf�gen..." ;
|
|
Text [ English ] = "Insert Section..." ;
|
|
Identifier = PU_INSERT;
|
|
Text[ english_us ] = "Insert Section...";
|
|
Text[ portuguese ] = "Inserir sec��o...";
|
|
Text[ russian ] = "�������� ������...";
|
|
Text[ greek ] = "�������� ��������...";
|
|
Text[ dutch ] = "Sectie invoegen...";
|
|
Text[ french ] = "Ins�rer une section...";
|
|
Text[ spanish ] = "Insertar secci�n...";
|
|
Text[ italian ] = "Inserisci sezione...";
|
|
Text[ danish ] = "Inds�t sektion...";
|
|
Text[ swedish ] = "Infoga avsnitt...";
|
|
Text[ polish ] = "Wstaw sekcj�...";
|
|
Text[ portuguese_brazilian ] = "Insert Section...";
|
|
Text[ japanese ] = "���ڂ̑}��...";
|
|
Text[ korean ] = "���� ����...";
|
|
Text[ chinese_simplified ] = "��������...";
|
|
Text[ chinese_traditional ] = "���J�q��...";
|
|
Text[ arabic ] = "����� ����...";
|
|
Text[ turkish ] = "B�l�m ekle...";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Insertar secci�n...";
|
|
Text[ finnish ] = "Lis�� osio";
|
|
};
|
|
MenuItem
|
|
{
|
|
Text = "Abschnitt l�schen..." ;
|
|
Text [ English ] = "Remove Section..." ;
|
|
Identifier = PU_REMOVE;
|
|
Text[ english_us ] = "Delete Section...";
|
|
Text[ portuguese ] = "Eliminar sec��o...";
|
|
Text[ russian ] = "������ ������...";
|
|
Text[ greek ] = "�������� ��������...";
|
|
Text[ dutch ] = "Sectie wissen...";
|
|
Text[ french ] = "Supprimer une section...";
|
|
Text[ spanish ] = "Eliminar secci�n...";
|
|
Text[ italian ] = "Elimina sezione...";
|
|
Text[ danish ] = "Slet sektion...";
|
|
Text[ swedish ] = "Radera avsnitt...";
|
|
Text[ polish ] = "Usu� sekcj�...";
|
|
Text[ portuguese_brazilian ] = "Remove Section...";
|
|
Text[ japanese ] = "���ڂ̍폜...";
|
|
Text[ korean ] = "���� ����...";
|
|
Text[ chinese_simplified ] = "ɾ������...";
|
|
Text[ chinese_traditional ] = "�R���q��...";
|
|
Text[ arabic ] = "��� ����...";
|
|
Text[ turkish ] = "B�l�m� sil...";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Eliminar secci�n...";
|
|
Text[ finnish ] = "Poista osio";
|
|
};
|
|
MenuItem
|
|
{
|
|
Text = "Namen �ndern..." ;
|
|
Text [ English ] = "Remove Address..." ;
|
|
Identifier = PU_CHG_NAME;
|
|
Text[ english_us ] = "Modify Name...";
|
|
Text[ portuguese ] = "Modificar nome...";
|
|
Text[ russian ] = "�������� �����...";
|
|
Text[ greek ] = "������ ��������...";
|
|
Text[ dutch ] = "Adres wissen...";
|
|
Text[ french ] = "Corriger un nom...";
|
|
Text[ spanish ] = "Modificar nombre...";
|
|
Text[ italian ] = "Cambia indirizzo...";
|
|
Text[ danish ] = "Modificer navn...";
|
|
Text[ swedish ] = "�ndra namn...";
|
|
Text[ polish ] = "Modyfikuj nazw�...";
|
|
Text[ portuguese_brazilian ] = "Remove Address...";
|
|
Text[ japanese ] = "���O�̕ύX...";
|
|
Text[ korean ] = "�̸� ����...";
|
|
Text[ chinese_simplified ] = "��������...";
|
|
Text[ chinese_traditional ] = "�ܧ��W��...";
|
|
Text[ arabic ] = "����� ���...";
|
|
Text[ turkish ] = "Ad� de�i�tir...";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Modificar nombre...";
|
|
Text[ finnish ] = "Muokkaa nime�";
|
|
};
|
|
};
|
|
};
|
|
|
|
String ST_IDENTIFIER
|
|
{
|
|
Text = "~Kurzbezeichnung";
|
|
Text[English]= "Identifier";
|
|
Text[ english_us ] = "~Short name";
|
|
Text[ portuguese ] = "~Abreviatura";
|
|
Text[ russian ] = "����������� ��������";
|
|
Text[ greek ] = "�������������";
|
|
Text[ dutch ] = "~Beknopte aanduiding";
|
|
Text[ french ] = "~Abr�g�";
|
|
Text[ spanish ] = "~Abreviatura";
|
|
Text[ italian ] = "Abbreviazione";
|
|
Text[ danish ] = "Kort betegnelse";
|
|
Text[ swedish ] = "~Kort beteckning";
|
|
Text[ polish ] = "Skr�t";
|
|
Text[ portuguese_brazilian ] = "Identifier";
|
|
Text[ japanese ] = "����ID(~N)";
|
|
Text[ korean ] = "����(~N)";
|
|
Text[ chinese_simplified ] = "����(~N)";
|
|
Text[ chinese_traditional ] = "²�u�y�z��";
|
|
Text[ arabic ] = "����� �������";
|
|
Text[ turkish ] = "~K�sa ad";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Abreviatura";
|
|
Text[ finnish ] = "Lyhyt ~nimi";
|
|
};
|
|
String ST_AUTHTYPE
|
|
{
|
|
Text = "~Art";
|
|
Text[English]= "Type";
|
|
Text[ english_us ] = "~Type";
|
|
Text[ portuguese ] = "~Tipo";
|
|
Text[ russian ] = "���";
|
|
Text[ greek ] = "�����";
|
|
Text[ dutch ] = "~Type";
|
|
Text[ french ] = "T~ype";
|
|
Text[ spanish ] = "~Tipo";
|
|
Text[ italian ] = "Tipo";
|
|
Text[ danish ] = "Type";
|
|
Text[ swedish ] = "Ty~p";
|
|
Text[ polish ] = "Typ";
|
|
Text[ portuguese_brazilian ] = "Type";
|
|
Text[ japanese ] = "�{�̕���(~T)";
|
|
Text[ korean ] = "����(~T)";
|
|
Text[ chinese_simplified ] = "����(~T)";
|
|
Text[ chinese_traditional ] = "����(~T)";
|
|
Text[ arabic ] = "�����";
|
|
Text[ turkish ] = "~T�r";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Tipo";
|
|
Text[ finnish ] = "~Tyyppi";
|
|
};
|
|
String ST_YEAR
|
|
{
|
|
Text = "~Jahr";
|
|
Text[English]= "Year";
|
|
Text[ english_us ] = "~Year";
|
|
Text[ portuguese ] = "A~no";
|
|
Text[ russian ] = "���";
|
|
Text[ greek ] = "����";
|
|
Text[ dutch ] = "~Jaar";
|
|
Text[ french ] = "A~nn�e";
|
|
Text[ spanish ] = "~A�o";
|
|
Text[ italian ] = "~Anno";
|
|
Text[ danish ] = "�r";
|
|
Text[ swedish ] = "�~r";
|
|
Text[ polish ] = "Rok";
|
|
Text[ portuguese_brazilian ] = "Year";
|
|
Text[ japanese ] = "�����N(~Y)";
|
|
Text[ korean ] = "����(~Y)";
|
|
Text[ chinese_simplified ] = "��(~Y)";
|
|
Text[ chinese_traditional ] = "�~";
|
|
Text[ arabic ] = "���";
|
|
Text[ turkish ] = "Y�l";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~A�o";
|
|
Text[ finnish ] = "~Vuosi";
|
|
};
|
|
String ST_AUTHOR
|
|
{
|
|
Text = "A~utor(en)" ;
|
|
Text [ ENGLISH ] = "Author(s)" ;
|
|
Text[ english_us ] = "Author(s)";
|
|
Text[ portuguese ] = "A~utor(es)";
|
|
Text[ russian ] = "�����(�)";
|
|
Text[ greek ] = "Author(s)";
|
|
Text[ dutch ] = "A~uteur(s)";
|
|
Text[ french ] = "Auteur(s)";
|
|
Text[ spanish ] = "Autor(es)";
|
|
Text[ finnish ] = "Author(s)";
|
|
Text[ italian ] = "A~utore/i";
|
|
Text[ danish ] = "Author(s)";
|
|
Text[ swedish ] = "~F�rfattare";
|
|
Text[ polish ] = "Autor(zy)";
|
|
Text[ portuguese_brazilian ] = "Author(s)";
|
|
Text[ japanese ] = "����";
|
|
Text[ korean ] = "Author(s)";
|
|
Text[ chinese_simplified ] = "Author(s)";
|
|
Text[ chinese_traditional ] = "�@��";
|
|
Text[ turkish ] = "Author(s)";
|
|
Text[ arabic ] = "Author(s)";
|
|
Text[ catalan ] = "Author(s)";
|
|
};
|
|
String ST_TITLE
|
|
{
|
|
Text = "Tite~l";
|
|
Text[English]= "Title";
|
|
Text[ english_us ] = "Tit~le";
|
|
Text[ portuguese ] = "T�tu~lo";
|
|
Text[ russian ] = "���������";
|
|
Text[ greek ] = "������";
|
|
Text[ dutch ] = "~Titel";
|
|
Text[ french ] = "Tit~re";
|
|
Text[ spanish ] = "T�tu~lo";
|
|
Text[ italian ] = "Tito~lo";
|
|
Text[ danish ] = "Titel";
|
|
Text[ swedish ] = "Tite~l";
|
|
Text[ polish ] = "Tytu�";
|
|
Text[ portuguese_brazilian ] = "Title";
|
|
Text[ japanese ] = "����(~L)";
|
|
Text[ korean ] = "����(~L)";
|
|
Text[ chinese_simplified ] = "����(~L)";
|
|
Text[ chinese_traditional ] = "���D";
|
|
Text[ arabic ] = "�������";
|
|
Text[ turkish ] = "Ba�l�k";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "T�tu~lo";
|
|
Text[ finnish ] = "Ot~sikko";
|
|
};
|
|
String ST_PUBLISHER
|
|
{
|
|
Text = "~Verlag";
|
|
Text[English]= "Publisher";
|
|
Text[ english_us ] = "~Publisher";
|
|
Text[ portuguese ] = "~Editora";
|
|
Text[ russian ] = "������������";
|
|
Text[ greek ] = "�������";
|
|
Text[ dutch ] = "~Uitgeverij";
|
|
Text[ french ] = "�diteur";
|
|
Text[ spanish ] = "~Editorial";
|
|
Text[ italian ] = "Casa editrice";
|
|
Text[ danish ] = "Forlag";
|
|
Text[ swedish ] = "F�rl~ag";
|
|
Text[ polish ] = "Wydawnictwo";
|
|
Text[ portuguese_brazilian ] = "Publisher";
|
|
Text[ japanese ] = "�o�Ŏ�(~P)";
|
|
Text[ korean ] = "���ǻ�(~P)";
|
|
Text[ chinese_simplified ] = "������(~P)";
|
|
Text[ chinese_traditional ] = "�X����";
|
|
Text[ arabic ] = "��� �����";
|
|
Text[ turkish ] = "Yay�nevi";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Editorial";
|
|
Text[ finnish ] = "~Julkaisija";
|
|
};
|
|
String ST_ADDRESS
|
|
{
|
|
Text = "A~dresse";
|
|
Text[English]= "Address";
|
|
Text[ english_us ] = "A~ddress";
|
|
Text[ portuguese ] = "En~dere�o";
|
|
Text[ russian ] = "�����";
|
|
Text[ greek ] = "���������";
|
|
Text[ dutch ] = "A~dres";
|
|
Text[ french ] = "~Adresse";
|
|
Text[ spanish ] = "~Direcci�n";
|
|
Text[ italian ] = "Indirizzo";
|
|
Text[ danish ] = "Adresse";
|
|
Text[ swedish ] = "A~dress";
|
|
Text[ polish ] = "Adres";
|
|
Text[ portuguese_brazilian ] = "Address";
|
|
Text[ japanese ] = "�Z��(~D)";
|
|
Text[ korean ] = "�ּ�(~D)";
|
|
Text[ chinese_simplified ] = "��ַ(~D)";
|
|
Text[ chinese_traditional ] = "�a�}";
|
|
Text[ arabic ] = "�������";
|
|
Text[ turkish ] = "Adres";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Direcci�n";
|
|
Text[ finnish ] = "O~soite";
|
|
};
|
|
String ST_ISBN
|
|
{
|
|
Text = "~ISBN";
|
|
Text[English]= "ISBN";
|
|
Text[ english_us ] = "~ISBN";
|
|
Text[ portuguese ] = "~ISBN";
|
|
Text[ russian ] = "ISBN";
|
|
Text[ greek ] = "ISBN";
|
|
Text[ dutch ] = "~ISBN";
|
|
Text[ french ] = "~ISBN";
|
|
Text[ spanish ] = "I~SBN";
|
|
Text[ italian ] = "~ISBN";
|
|
Text[ danish ] = "ISBN";
|
|
Text[ swedish ] = "~ISBN";
|
|
Text[ polish ] = "ISBN";
|
|
Text[ portuguese_brazilian ] = "ISBN";
|
|
Text[ japanese ] = "~ISBN";
|
|
Text[ korean ] = "~ISBN";
|
|
Text[ chinese_simplified ] = "~ISBN";
|
|
Text[ chinese_traditional ] = "~ISBN";
|
|
Text[ arabic ] = "ISBN";
|
|
Text[ turkish ] = "~ISBN";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "I~SBN";
|
|
Text[ finnish ] = "~ISBN";
|
|
};
|
|
String ST_CHAPTER
|
|
{
|
|
Text = "~Kapitel";
|
|
Text[English]= "Chapter";
|
|
Text[ english_us ] = "~Chapter";
|
|
Text[ portuguese ] = "~Cap�tulo";
|
|
Text[ russian ] = "�����";
|
|
Text[ greek ] = "��������";
|
|
Text[ dutch ] = "~Hoofdstuk";
|
|
Text[ french ] = "~Chapitre";
|
|
Text[ spanish ] = "~Cap�tulo";
|
|
Text[ italian ] = "Capitolo";
|
|
Text[ danish ] = "Kapitel";
|
|
Text[ swedish ] = "~Kapitel";
|
|
Text[ polish ] = "Rozdzia�";
|
|
Text[ portuguese_brazilian ] = "Chapter";
|
|
Text[ japanese ] = "��(~C)";
|
|
Text[ korean ] = "��(~C)";
|
|
Text[ chinese_simplified ] = "��(~C)";
|
|
Text[ chinese_traditional ] = "��";
|
|
Text[ arabic ] = "�����";
|
|
Text[ turkish ] = "B�l�m";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Cap�tulo";
|
|
Text[ finnish ] = "~Luku";
|
|
};
|
|
String ST_PAGE
|
|
{
|
|
Text = "Seite~(n)";
|
|
Text[English]= "Page(s)";
|
|
Text[ english_us ] = "Pa~ge(s)";
|
|
Text[ portuguese ] = "P�~gina(s)";
|
|
Text[ russian ] = "�������(�)";
|
|
Text[ greek ] = "������/-��";
|
|
Text[ dutch ] = "~Pagina's";
|
|
Text[ french ] = "~Page(s)";
|
|
Text[ spanish ] = "~P�gina(s)";
|
|
Text[ italian ] = "Pagina/e";
|
|
Text[ danish ] = "Side(r)";
|
|
Text[ swedish ] = "~Sida(-or)";
|
|
Text[ polish ] = "Strona(y)";
|
|
Text[ portuguese_brazilian ] = "Page(s)";
|
|
Text[ japanese ] = "�߰�ސ�(~G)";
|
|
Text[ korean ] = "��(~G)";
|
|
Text[ chinese_simplified ] = "ҳ(~G)";
|
|
Text[ chinese_traditional ] = "��";
|
|
Text[ arabic ] = "���� (�����)";
|
|
Text[ turkish ] = "Sayfa(lar)";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~P�gina(s)";
|
|
Text[ finnish ] = "Si~vua";
|
|
};
|
|
String ST_EDITOR
|
|
{
|
|
Text = "~Herausgeber";
|
|
Text[English]= "Editor";
|
|
Text[ english_us ] = "Editor";
|
|
Text[ portuguese ] = "Edi~tor";
|
|
Text[ russian ] = "�������� �������";
|
|
Text[ greek ] = "�����~��";
|
|
Text[ dutch ] = "Uit~gever";
|
|
Text[ french ] = "�diteu~r";
|
|
Text[ spanish ] = "~Editor";
|
|
Text[ italian ] = "Editore";
|
|
Text[ danish ] = "Udgiver";
|
|
Text[ swedish ] = "~Utgivare";
|
|
Text[ polish ] = "Wydawca";
|
|
Text[ portuguese_brazilian ] = "Editor";
|
|
Text[ japanese ] = "�Ҏ�";
|
|
Text[ korean ] = "������";
|
|
Text[ chinese_simplified ] = "������";
|
|
Text[ chinese_traditional ] = "�X���H";
|
|
Text[ arabic ] = "������";
|
|
Text[ turkish ] = "Yay�ma haz�rlayan";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Editor";
|
|
Text[ finnish ] = "Muokkaaja";
|
|
};
|
|
String ST_EDITION
|
|
{
|
|
Text = "Aus~gabe";
|
|
Text[English]= "Edition";
|
|
Text[ english_us ] = "Ed~ition";
|
|
Text[ portuguese ] = "~Edi��o";
|
|
Text[ russian ] = "�������";
|
|
Text[ greek ] = "���~����";
|
|
Text[ dutch ] = "E~ditie";
|
|
Text[ french ] = "�dition";
|
|
Text[ spanish ] = "~Edici�n";
|
|
Text[ italian ] = "Edizione";
|
|
Text[ danish ] = "Udgave";
|
|
Text[ swedish ] = "Ut~g�va";
|
|
Text[ polish ] = "Wydanie";
|
|
Text[ portuguese_brazilian ] = "Edition";
|
|
Text[ japanese ] = "��(~I)";
|
|
Text[ korean ] = "��(~I)";
|
|
Text[ chinese_simplified ] = "�汾(~I)";
|
|
Text[ chinese_traditional ] = "����";
|
|
Text[ arabic ] = "������";
|
|
Text[ turkish ] = "Yay�m";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Edici�n";
|
|
Text[ finnish ] = "Lai~tos";
|
|
};
|
|
String ST_BOOKTITLE
|
|
{
|
|
Text = "Bu~chtitel";
|
|
Text[English]= "Book title";
|
|
Text[ english_us ] = "~Book title";
|
|
Text[ portuguese ] = "~T�tulo do livro";
|
|
Text[ russian ] = "�������� �����";
|
|
Text[ greek ] = "������ �������";
|
|
Text[ dutch ] = "Bo~ektitel";
|
|
Text[ french ] = "~Titre du livre";
|
|
Text[ spanish ] = "~T�tulo del libro";
|
|
Text[ italian ] = "Titolo del libro";
|
|
Text[ danish ] = "Bogtitel";
|
|
Text[ swedish ] = "~Boktitel";
|
|
Text[ polish ] = "Tytu� ksi��ki";
|
|
Text[ portuguese_brazilian ] = "Book title";
|
|
Text[ japanese ] = "����(~B)";
|
|
Text[ korean ] = "å ����(~B)";
|
|
Text[ chinese_simplified ] = "����(~B)";
|
|
Text[ chinese_traditional ] = "�ѦW";
|
|
Text[ arabic ] = "����� ������";
|
|
Text[ turkish ] = "Kitap ad�";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~T�tulo del libro";
|
|
Text[ finnish ] = "~Kirjan otsikko";
|
|
};
|
|
String ST_VOLUME
|
|
{
|
|
Text = "Band" ;
|
|
Text [ ENGLISH ] = "Volume" ;
|
|
Text[ english_us ] = "Volume";
|
|
Text[ portuguese ] = "Volume";
|
|
Text[ russian ] = "���";
|
|
Text[ greek ] = "Volume";
|
|
Text[ dutch ] = "Deel";
|
|
Text[ french ] = "Volume";
|
|
Text[ spanish ] = "Tomo";
|
|
Text[ finnish ] = "Volume";
|
|
Text[ italian ] = "Volume";
|
|
Text[ danish ] = "Volume";
|
|
Text[ swedish ] = "Band";
|
|
Text[ polish ] = "Tom";
|
|
Text[ portuguese_brazilian ] = "Volume";
|
|
Text[ japanese ] = "��";
|
|
Text[ korean ] = "Volume";
|
|
Text[ chinese_simplified ] = "Volume";
|
|
Text[ chinese_traditional ] = "�U";
|
|
Text[ turkish ] = "Volume";
|
|
Text[ arabic ] = "Volume";
|
|
Text[ catalan ] = "Volume";
|
|
};
|
|
String ST_HOWPUBLISHED
|
|
{
|
|
Text = "Au~sgabeart";
|
|
Text[English]= "How published";
|
|
Text[ english_us ] = "Publication t~ype";
|
|
Text[ portuguese ] = "~Tipo de edi��o";
|
|
Text[ russian ] = "��� �������";
|
|
Text[ greek ] = "����~� �������";
|
|
Text[ dutch ] = "Wijze van ~publiceren";
|
|
Text[ french ] = "~Type de publication";
|
|
Text[ spanish ] = "Tip~o de publicaci�n";
|
|
Text[ italian ] = "Tipo di edizione";
|
|
Text[ danish ] = "Udgivelsestype";
|
|
Text[ swedish ] = "U~tgivningstyp";
|
|
Text[ polish ] = "Rodzaj publikacji";
|
|
Text[ portuguese_brazilian ] = "How published";
|
|
Text[ japanese ] = "��ް����(~Y)";
|
|
Text[ korean ] = "��������(~Y)";
|
|
Text[ chinese_simplified ] = "���з�ʽ(~Y)";
|
|
Text[ chinese_traditional ] = "�X������";
|
|
Text[ arabic ] = "����� �������";
|
|
Text[ turkish ] = "Yay�m t�r�";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Tip~o de publicaci�n";
|
|
Text[ finnish ] = "Julkaisun l~aji";
|
|
};
|
|
String ST_ORGANIZATION
|
|
{
|
|
Text = "~Organisation";
|
|
Text[English]= "Organization";
|
|
Text[ english_us ] = "Organi~zation";
|
|
Text[ portuguese ] = "~Organiza��o";
|
|
Text[ russian ] = "�����������";
|
|
Text[ greek ] = "~����������";
|
|
Text[ dutch ] = "~Organisatie";
|
|
Text[ french ] = "Or~ganisation";
|
|
Text[ spanish ] = "~Organizaci�n";
|
|
Text[ italian ] = "~Organizzazione";
|
|
Text[ danish ] = "Organisation";
|
|
Text[ swedish ] = "~Organisation";
|
|
Text[ polish ] = "Organizacja";
|
|
Text[ portuguese_brazilian ] = "Organization";
|
|
Text[ japanese ] = "�g�D�c�̖�(~Z)";
|
|
Text[ korean ] = "����(~Z)";
|
|
Text[ chinese_simplified ] = "������֯(~Z)";
|
|
Text[ chinese_traditional ] = "���β�´";
|
|
Text[ arabic ] = "�������";
|
|
Text[ turkish ] = "Organizasyon";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Organizaci�n";
|
|
Text[ finnish ] = "Organi~saatio";
|
|
};
|
|
String ST_INSTITUTION
|
|
{
|
|
Text = "~Institution";
|
|
Text[English]= "Institution";
|
|
Text[ english_us ] = "Instit~ution";
|
|
Text[ portuguese ] = "~Institui��o";
|
|
Text[ russian ] = "��������";
|
|
Text[ greek ] = "������";
|
|
Text[ dutch ] = "~Instelling";
|
|
Text[ french ] = "~Institution";
|
|
Text[ spanish ] = "I~nstituci�n";
|
|
Text[ italian ] = "~Istituzione";
|
|
Text[ danish ] = "Institution";
|
|
Text[ swedish ] = "~Institution";
|
|
Text[ polish ] = "Instytucja";
|
|
Text[ portuguese_brazilian ] = "Institution";
|
|
Text[ japanese ] = "�@�֖�(~U)";
|
|
Text[ korean ] = "��������(~U)";
|
|
Text[ chinese_simplified ] = "��������(~U)";
|
|
Text[ chinese_traditional ] = "���@���c";
|
|
Text[ arabic ] = "������";
|
|
Text[ turkish ] = "Kurum";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "I~nstituci�n";
|
|
Text[ finnish ] = "Ins~tituutio";
|
|
};
|
|
String ST_SCHOOL
|
|
{
|
|
Text = "Hochschule/Universit~�t" ;
|
|
Text [ ENGLISH ] = "University" ;
|
|
Text[ english_us ] = "University";
|
|
Text[ portuguese ] = "~Universidade/Escola superior";
|
|
Text[ russian ] = "���";
|
|
Text[ greek ] = "University";
|
|
Text[ dutch ] = "Hogeschool/Uni~versiteit";
|
|
Text[ french ] = "�cole sup�rieure/Universit�";
|
|
Text[ spanish ] = "Escuela superior/~Universidad";
|
|
Text[ finnish ] = "University";
|
|
Text[ italian ] = "S~cuola superiore/Universit�";
|
|
Text[ danish ] = "University";
|
|
Text[ swedish ] = "H�gskola/universit~et";
|
|
Text[ polish ] = "Szko�a wy�sza/uniwersytet";
|
|
Text[ portuguese_brazilian ] = "University";
|
|
Text[ japanese ] = "�����@�֖�";
|
|
Text[ korean ] = "University";
|
|
Text[ chinese_simplified ] = "University";
|
|
Text[ chinese_traditional ] = "�����|��";
|
|
Text[ turkish ] = "University";
|
|
Text[ arabic ] = "University";
|
|
Text[ catalan ] = "University";
|
|
};
|
|
String ST_REPORT
|
|
{
|
|
Text = "Art des Berichts" ;
|
|
Text [ ENGLISH ] = "Type of proceedings" ;
|
|
Text[ english_us ] = "Type of proceedings";
|
|
Text[ portuguese ] = "~Tipo de relat�rio";
|
|
Text[ russian ] = "��� ������";
|
|
Text[ greek ] = "Type of proceedings";
|
|
Text[ dutch ] = "Soort bericht";
|
|
Text[ french ] = "Type de rapport";
|
|
Text[ spanish ] = "Tipo de i~nforme";
|
|
Text[ finnish ] = "Type of proceedings";
|
|
Text[ italian ] = "Tipo di relazione";
|
|
Text[ danish ] = "Type of proceedings";
|
|
Text[ swedish ] = "Typ av rapport";
|
|
Text[ polish ] = "Rodzaj raportu";
|
|
Text[ portuguese_brazilian ] = "Type of proceedings";
|
|
Text[ japanese ] = "��߰Ă̎���(~P)";
|
|
Text[ korean ] = "Type of proceedings";
|
|
Text[ chinese_simplified ] = "Type of proceedings";
|
|
Text[ chinese_traditional ] = "����������";
|
|
Text[ turkish ] = "Type of proceedings";
|
|
Text[ arabic ] = "Type of proceedings";
|
|
Text[ catalan ] = "Type of proceedings";
|
|
};
|
|
String ST_MONTH
|
|
{
|
|
Text = "~Monat";
|
|
Text[English]= "Month";
|
|
Text[ english_us ] = "~Month";
|
|
Text[ portuguese ] = "~M�s";
|
|
Text[ russian ] = "�����";
|
|
Text[ greek ] = "�����";
|
|
Text[ dutch ] = "~Maand";
|
|
Text[ french ] = "~Mois";
|
|
Text[ spanish ] = "~Mes";
|
|
Text[ italian ] = "~Mese";
|
|
Text[ danish ] = "M�ned";
|
|
Text[ swedish ] = "~M�nad";
|
|
Text[ polish ] = "Miesi�c";
|
|
Text[ portuguese_brazilian ] = "Month";
|
|
Text[ japanese ] = "��(~M)";
|
|
Text[ korean ] = "��(~M)";
|
|
Text[ chinese_simplified ] = "��(~M)";
|
|
Text[ chinese_traditional ] = "��";
|
|
Text[ arabic ] = "�����";
|
|
Text[ turkish ] = "Ay";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Mes";
|
|
Text[ finnish ] = "~Kuukausi";
|
|
};
|
|
String ST_JOURNAL
|
|
{
|
|
Text = "Zeitschri~ft";
|
|
Text[English]= "Journal";
|
|
Text[ english_us ] = "~Journal";
|
|
Text[ portuguese ] = "~Revista";
|
|
Text[ russian ] = "������";
|
|
Text[ greek ] = "���������";
|
|
Text[ dutch ] = "~Tijdschrift";
|
|
Text[ french ] = "Magazine";
|
|
Text[ spanish ] = "~Revista";
|
|
Text[ italian ] = "Rivista";
|
|
Text[ danish ] = "Tidsskrift";
|
|
Text[ swedish ] = "Tidskri~ft";
|
|
Text[ polish ] = "Czasopismo";
|
|
Text[ portuguese_brazilian ] = "Journal";
|
|
Text[ japanese ] = "�G����(~J)";
|
|
Text[ korean ] = "����(~J)";
|
|
Text[ chinese_simplified ] = "��־(~J)";
|
|
Text[ chinese_traditional ] = "���x";
|
|
Text[ arabic ] = "������";
|
|
Text[ turkish ] = "Dergi";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Revista";
|
|
Text[ finnish ] = "~P�iv�kirja";
|
|
};
|
|
|
|
String ST_NUMBER
|
|
{
|
|
Text = "Numm~er";
|
|
Text[English]= "Number";
|
|
Text[ english_us ] = "Numb~er";
|
|
Text[ portuguese ] = "N�m~ero";
|
|
Text[ russian ] = "�����";
|
|
Text[ greek ] = "�������";
|
|
Text[ dutch ] = "~Nummer";
|
|
Text[ french ] = "Nu~m�ro";
|
|
Text[ spanish ] = "~N�mero";
|
|
Text[ italian ] = "Num~ero";
|
|
Text[ danish ] = "Nummer";
|
|
Text[ swedish ] = "Numm~er";
|
|
Text[ polish ] = "Numer";
|
|
Text[ portuguese_brazilian ] = "Number";
|
|
Text[ japanese ] = "�ԍ�(~E)";
|
|
Text[ korean ] = "��ȣ(~E)";
|
|
Text[ chinese_simplified ] = "����(~E)";
|
|
Text[ chinese_traditional ] = "���X";
|
|
Text[ arabic ] = "���";
|
|
Text[ language_user1 ] = "\"Say�\" burada istisna (dergi i�in)";
|
|
Text[ turkish ] = "Say�";
|
|
Text[ catalan ] = "~N�mero";
|
|
Text[ finnish ] = "Lu~ku";
|
|
};
|
|
String ST_SERIES
|
|
{
|
|
Text = "Ser~ie";
|
|
Text[English]= "Series";
|
|
Text[ english_us ] = "Se~ries";
|
|
Text[ portuguese ] = "~S�rie";
|
|
Text[ russian ] = "�����";
|
|
Text[ greek ] = "�����";
|
|
Text[ dutch ] = "~Serie";
|
|
Text[ french ] = "S�r~ie";
|
|
Text[ spanish ] = "~Serie";
|
|
Text[ italian ] = "Ser~ie";
|
|
Text[ danish ] = "Serie";
|
|
Text[ swedish ] = "Ser~ie";
|
|
Text[ polish ] = "Seria";
|
|
Text[ portuguese_brazilian ] = "Series";
|
|
Text[ japanese ] = "�p��(~R)";
|
|
Text[ korean ] = "�ø���(~R)";
|
|
Text[ chinese_simplified ] = "ϵ��(~R)";
|
|
Text[ chinese_traditional ] = "�t�C";
|
|
Text[ arabic ] = "�����";
|
|
Text[ turkish ] = "Dizi";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Serie";
|
|
Text[ finnish ] = "Sar~ja";
|
|
};
|
|
String ST_ANNOTE
|
|
{
|
|
Text = "A~nmerkung";
|
|
Text[English]= "Annotation";
|
|
Text[ english_us ] = "Ann~otation";
|
|
Text[ portuguese ] = "Ob~serva��o";
|
|
Text[ russian ] = "����������";
|
|
Text[ greek ] = "����������";
|
|
Text[ dutch ] = "~Commentaar";
|
|
Text[ french ] = "Ann~otation";
|
|
Text[ spanish ] = "A~notaci�n";
|
|
Text[ italian ] = "A~nnotazione";
|
|
Text[ danish ] = "Anm�rkning";
|
|
Text[ swedish ] = "A~nm�rkning";
|
|
Text[ polish ] = "Adnotacja";
|
|
Text[ portuguese_brazilian ] = "Annotation";
|
|
Text[ japanese ] = "����(~O)";
|
|
Text[ korean ] = "�ּ�(~O)";
|
|
Text[ chinese_simplified ] = "˵��(~O)";
|
|
Text[ chinese_traditional ] = "�Ƶ�";
|
|
Text[ arabic ] = "����� ������";
|
|
Text[ turkish ] = "A��klama";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "A~notaci�n";
|
|
Text[ finnish ] = "Huo~mautus";
|
|
};
|
|
String ST_NOTE
|
|
{
|
|
Text = "Noti~z";
|
|
Text[English]= "Note";
|
|
Text[ english_us ] = "~Note";
|
|
Text[ portuguese ] = "~Anota��o";
|
|
Text[ russian ] = "����������";
|
|
Text[ greek ] = "��������";
|
|
Text[ dutch ] = "~Aantekening";
|
|
Text[ french ] = "N~ote";
|
|
Text[ spanish ] = "~Nota";
|
|
Text[ italian ] = "Nota";
|
|
Text[ danish ] = "Note";
|
|
Text[ swedish ] = "Ante~ckning";
|
|
Text[ polish ] = "Notatka";
|
|
Text[ portuguese_brazilian ] = "Note";
|
|
Text[ japanese ] = "��(~N)";
|
|
Text[ korean ] = "��(~N)";
|
|
Text[ chinese_simplified ] = "��ע(~N)";
|
|
Text[ chinese_traditional ] = "�Ƶ�";
|
|
Text[ arabic ] = "������";
|
|
Text[ turkish ] = "Not";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "~Nota";
|
|
Text[ finnish ] = "~Huomautus";
|
|
};
|
|
String ST_URL
|
|
{
|
|
Text = "URL";
|
|
Text[English]= "URL";
|
|
Text[ english_us ] = "URL";
|
|
Text[ portuguese ] = "URL";
|
|
Text[ russian ] = "URL";
|
|
Text[ greek ] = "URL";
|
|
Text[ dutch ] = "URL";
|
|
Text[ french ] = "URL";
|
|
Text[ spanish ] = "URL";
|
|
Text[ italian ] = "URL";
|
|
Text[ danish ] = "URL";
|
|
Text[ swedish ] = "URL";
|
|
Text[ polish ] = "URL";
|
|
Text[ portuguese_brazilian ] = "URL";
|
|
Text[ japanese ] = "URL";
|
|
Text[ korean ] = "URL";
|
|
Text[ chinese_simplified ] = "URL";
|
|
Text[ chinese_traditional ] = "URL";
|
|
Text[ arabic ] = "URL";
|
|
Text[ turkish ] = "URL";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "URL";
|
|
Text[ finnish ] = "URL-osoite";
|
|
};
|
|
String ST_CUSTOM1
|
|
{
|
|
Text = "Benutzerfeld ~1";
|
|
Text[English]= "Custom field 1";
|
|
Text[ english_us ] = "User-defined field ~1";
|
|
Text[ portuguese ] = "Campo personalizado ~1";
|
|
Text[ russian ] = "���� ������������ 1";
|
|
Text[ greek ] = "����� ������ 1";
|
|
Text[ dutch ] = "Gebruikerveld ~1";
|
|
Text[ french ] = "Champ d'utilisateur ~1";
|
|
Text[ spanish ] = "Campo de usuario ~1";
|
|
Text[ italian ] = "Campo utente ~1";
|
|
Text[ danish ] = "Brugerdefineret ~1";
|
|
Text[ swedish ] = "Anv�ndarf�lt ~1";
|
|
Text[ polish ] = "Pole u�ytkownika ~1";
|
|
Text[ portuguese_brazilian ] = "Custom field 1";
|
|
Text[ japanese ] = "հ�ް̨���� 1";
|
|
Text[ korean ] = "�������ʵ�1(~ 1)";
|
|
Text[ chinese_simplified ] = "ʹ������λ 1";
|
|
Text[ chinese_traditional ] = "�ۭq���� ~1";
|
|
Text[ arabic ] = "��� �������� 1";
|
|
Text[ turkish ] = "Kullan�c� alan� ~1";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Campo de usuario ~1";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m� kentt� ~1";
|
|
};
|
|
String ST_CUSTOM2
|
|
{
|
|
Text = "Benutzerfeld ~2";
|
|
Text[English]= "Custom field 2";
|
|
Text[ english_us ] = "User-defined field ~2";
|
|
Text[ portuguese ] = "Campo personalizado ~2";
|
|
Text[ russian ] = "���� ������������ 2";
|
|
Text[ greek ] = "����� ������ 2";
|
|
Text[ dutch ] = "Gebruikerveld ~2";
|
|
Text[ french ] = "Champ d'utilisateur ~2";
|
|
Text[ spanish ] = "Campo de usuario ~2";
|
|
Text[ italian ] = "Campo utente ~2";
|
|
Text[ danish ] = "Brugerdefineret ~2";
|
|
Text[ swedish ] = "Anv�ndarf�lt ~2";
|
|
Text[ polish ] = "Pole u�ytkownika ~2";
|
|
Text[ portuguese_brazilian ] = "Custom field 2";
|
|
Text[ japanese ] = "հ�ް̨���� 2";
|
|
Text[ korean ] = "�������ʵ� 2(~2)";
|
|
Text[ chinese_simplified ] = "ʹ������λ 2";
|
|
Text[ chinese_traditional ] = "�ۭq���� ~2";
|
|
Text[ arabic ] = "��� �������� 2";
|
|
Text[ turkish ] = "Kullan�c� alan� ~2";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Campo de usuario ~2";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m� kentt� ~2";
|
|
};
|
|
String ST_CUSTOM3
|
|
{
|
|
Text = "Benutzerfeld ~3";
|
|
Text[English]= "Custom field 3";
|
|
Text[ english_us ] = "User-defined field ~3";
|
|
Text[ portuguese ] = "Campo personalizado ~3";
|
|
Text[ russian ] = "���� ������������ 3";
|
|
Text[ greek ] = "����� ������ 3";
|
|
Text[ dutch ] = "Gebruikerveld ~3";
|
|
Text[ french ] = "Champ d'utilisateur ~3";
|
|
Text[ spanish ] = "Campo de usuario ~3";
|
|
Text[ italian ] = "Campo utente ~3";
|
|
Text[ danish ] = "Brugerdefineret ~3";
|
|
Text[ swedish ] = "Anv�ndarf�lt ~3";
|
|
Text[ polish ] = "Pole u�ytkownika ~3";
|
|
Text[ portuguese_brazilian ] = "Custom field 3";
|
|
Text[ japanese ] = "հ�ް̨���� 3";
|
|
Text[ korean ] = "�������ʵ� 3(~3)";
|
|
Text[ chinese_simplified ] = "ʹ������λ 3";
|
|
Text[ chinese_traditional ] = "�ۭq���� ~3";
|
|
Text[ arabic ] = "��� �������� 3";
|
|
Text[ turkish ] = "Kullan�c� alan� ~3";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Campo de usuario ~3";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m� kentt� ~3";
|
|
};
|
|
String ST_CUSTOM4
|
|
{
|
|
Text = "Benutzerfeld ~4";
|
|
Text[English]= "Custom field 4";
|
|
Text[ english_us ] = "User-defined field ~4";
|
|
Text[ portuguese ] = "Campo personalizado ~4";
|
|
Text[ russian ] = "���� ������������ 4";
|
|
Text[ greek ] = "����� ������ 4";
|
|
Text[ dutch ] = "Gebruikerveld ~4";
|
|
Text[ french ] = "Champ d'utilisateur ~4";
|
|
Text[ spanish ] = "Campo de usuario ~4";
|
|
Text[ italian ] = "Campo utente ~4";
|
|
Text[ danish ] = "Brugerdefineret ~4";
|
|
Text[ swedish ] = "Anv�ndarf�lt ~4";
|
|
Text[ polish ] = "Pole u�ytkownika ~4";
|
|
Text[ portuguese_brazilian ] = "Custom field 4";
|
|
Text[ japanese ] = "հ�ް̨���� 4";
|
|
Text[ korean ] = "�������ʵ� 4(~4)";
|
|
Text[ chinese_simplified ] = "ʹ������λ 4";
|
|
Text[ chinese_traditional ] = "�ۭq���� ~4";
|
|
Text[ arabic ] = "��� �������� 4";
|
|
Text[ turkish ] = "Kullan�c� alan� ~4";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Campo de usuario ~4";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m� kentt� ~4";
|
|
};
|
|
String ST_CUSTOM5
|
|
{
|
|
Text = "Benutzerfeld ~5";
|
|
Text[English]= "Custom field 5";
|
|
Text[ english_us ] = "User-defined field ~5";
|
|
Text[ portuguese ] = "Campo personalizado ~5";
|
|
Text[ russian ] = "���� ������������ 5";
|
|
Text[ greek ] = "����� ������ 5";
|
|
Text[ dutch ] = "Gebruikerveld ~5";
|
|
Text[ french ] = "Champ d'utilisateur ~5";
|
|
Text[ spanish ] = "Campo de usuario ~5";
|
|
Text[ italian ] = "Campo utente ~5";
|
|
Text[ danish ] = "Brugerdefineret ~5";
|
|
Text[ swedish ] = "Anv�ndarf�lt ~5";
|
|
Text[ polish ] = "Pole u�ytkownika ~5";
|
|
Text[ portuguese_brazilian ] = "Custom field 5";
|
|
Text[ japanese ] = "հ�ް̨���� 5";
|
|
Text[ korean ] = "�������ʵ� 5(~5)";
|
|
Text[ chinese_simplified ] = "ʹ������λ 5";
|
|
Text[ chinese_traditional ] = "�ۭq���� ~5";
|
|
Text[ arabic ] = "��� �������� 5";
|
|
Text[ turkish ] = "Kullan�c� alan� ~5";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Campo de usuario ~5";
|
|
Text[ finnish ] = "K�ytt�j�n m��ritt�m� kentt� ~5";
|
|
};
|
|
|
|
|
|
|
|
|
|
|