summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 14:06:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 14:06:05 +0000
commit80204d8fcf35c14168a75765360eb61977653162 (patch)
treebef084bbf17b8e0d28743b03ea7213aafeae831e /svx/source/gallery2
parent45804b0395ec0f8369224229e41f1b099c4754d3 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galbrws1.cxx8
-rw-r--r--svx/source/gallery2/galbrws2.cxx8
-rw-r--r--svx/source/gallery2/galctrl.cxx6
-rw-r--r--svx/source/gallery2/gallery.src203
-rw-r--r--svx/source/gallery2/gallery1.cxx72
-rw-r--r--svx/source/gallery2/galtheme.cxx28
-rw-r--r--svx/source/gallery2/galtheme.src183
7 files changed, 310 insertions, 198 deletions
diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx
index 0374f4a2ed00..1ad897c2981b 100644
--- a/svx/source/gallery2/galbrws1.cxx
+++ b/svx/source/gallery2/galbrws1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galbrws1.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: sj $ $Date: 2002-11-29 12:18:57 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:02:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -184,6 +184,10 @@ GalleryBrowser1::GalleryBrowser1( GalleryBrowser* pParent, const ResId& rResId,
maNewTheme.SetText( String( GAL_RESID( RID_SVXSTR_GALLERY_CREATETHEME ) ) );
maNewTheme.SetClickHdl( LINK( this, GalleryBrowser1, ClickNewThemeHdl ) );
+ // disable creation of new themes if a writable directory is not available
+ if( mpGallery->GetUserURL().GetProtocol() == INET_PROT_NOT_VALID )
+ maNewTheme.Disable();
+
mpThemes->SetHelpId( HID_GALLERY_THEMELIST );
mpThemes->SetSelectHdl( LINK( this, GalleryBrowser1, SelectThemeHdl ) );
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index 41e472556d64..6a0711fd0045 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galbrws2.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: sj $ $Date: 2002-12-03 18:14:59 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:03:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -249,6 +249,7 @@ GalleryThemePopup::GalleryThemePopup( const GalleryTheme* pTheme, ULONG nObjectP
if( aDataHelper.GetFormatCount() )
{
if( aDataHelper.HasFormat( SOT_FORMATSTR_ID_DRAWING ) ||
+ aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) ||
aDataHelper.HasFormat( FORMAT_FILE ) ||
aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) ||
aDataHelper.HasFormat( FORMAT_GDIMETAFILE ) ||
@@ -486,6 +487,7 @@ sal_Int8 GalleryBrowser2::AcceptDrop( DropTargetHelper& rTarget, const AcceptDro
if( !mpCurTheme->IsDragging() )
{
if( rTarget.IsDropFormatSupported( SOT_FORMATSTR_ID_DRAWING ) ||
+ rTarget.IsDropFormatSupported( SOT_FORMAT_FILE_LIST ) ||
rTarget.IsDropFormatSupported( FORMAT_FILE ) ||
rTarget.IsDropFormatSupported( SOT_FORMATSTR_ID_SVXB ) ||
rTarget.IsDropFormatSupported( FORMAT_GDIMETAFILE ) ||
@@ -541,6 +543,7 @@ void GalleryBrowser2::StartDrag( Window* pWindow, const Point* pDragPoint )
void GalleryBrowser2::TogglePreview( Window* pWindow, const Point* pPreviewPoint )
{
SetMode( ( GALLERYBROWSERMODE_PREVIEW != GetMode() ) ? GALLERYBROWSERMODE_PREVIEW : meLastMode );
+ GetViewWindow()->GrabFocus();
}
// -----------------------------------------------------------------------------
@@ -927,6 +930,7 @@ void GalleryBrowser2::ImplSelectItemId( ULONG nItemId )
{
if( nItemId )
{
+
mpIconView->SelectItem( (USHORT) nItemId );
mpListView->SelectRow( nItemId - 1 );
}
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx
index 8ea7bd36f36b..32527b818c2d 100644
--- a/svx/source/gallery2/galctrl.cxx
+++ b/svx/source/gallery2/galctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galctrl.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: ka $ $Date: 2002-06-21 11:31:21 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:03:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -372,7 +372,7 @@ void GalleryIconView::UserDraw( const UserDrawEvent& rUDEvt )
else
aGraphic = pObj->GetThumbMtf();
- Size aSize( pDev->LogicToPixel( aGraphic.GetPrefSize(), aGraphic.GetPrefMapMode() ) );
+ Size aSize( aGraphic.GetSizePixel( pDev ) );
if ( aSize.Width() && aSize.Height() )
{
diff --git a/svx/source/gallery2/gallery.src b/svx/source/gallery2/gallery.src
index 68c6d4d7441a..f5adfd6a0a1b 100644
--- a/svx/source/gallery2/gallery.src
+++ b/svx/source/gallery2/gallery.src
@@ -2,9 +2,9 @@
*
* $RCSfile: gallery.src,v $
*
- * $Revision: 1.62 $
+ * $Revision: 1.63 $
*
- * last change: $Author: sj $ $Date: 2002-11-29 12:23:20 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:03:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,7 @@ TabDialog RID_SVXTABDLG_GALLERY
SVLook = TRUE ;
Text = "Eigenschaften von " ;
Text [ ENGLISH ] = "Settings of " ;
- Text [ dutch ] = "Eigenschappen van " ;
+ Text [ dutch ] = "Eigenschappen van" ;
Text [ english_us ] = "Properties of " ;
Text [ italian ] = "Propriet di " ;
Text [ spanish ] = "Propiedades de " ;
@@ -151,14 +151,14 @@ TabDialog RID_SVXTABDLG_GALLERY
Text[ japanese ] = "プロパティ ";
Text[ chinese_traditional ] = "屬性: ";
Text[ arabic ] = "";
- Text[ dutch ] = "Eigenschappen van ";
+ Text[ dutch ] = "Eigenschappen van";
Text[ chinese_simplified ] = "属性: ";
Text[ greek ] = " ";
- Text[ korean ] = "등록정보 ";
+ Text[ korean ] = "등록 정보 ";
Text[ turkish ] = "zellikler: ";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Propietats de ";
- Text[ finnish ] = "Ominaisuudet:";
+ Text[ finnish ] = "Ominaisuudet: ";
Moveable = TRUE ;
TabControl 1
{
@@ -192,7 +192,7 @@ TabDialog RID_SVXTABDLG_GALLERY
Text[ turkish ] = "Genel";
Text[ language_user1 ] = " ";
Text[ catalan ] = "General";
- Text[ finnish ] = "Yleist";
+ Text[ finnish ] = "Yleiset";
Text[ thai ] = "ทั่วไป";
};
};
@@ -208,7 +208,7 @@ TabDialog RID_SVXTABDLG_GALLERYTHEME
SVLook = TRUE ;
Text = "Eigenschaften von " ;
Text [ ENGLISH ] = "Settings of " ;
- Text [ dutch ] = "Eigenschappen van " ;
+ Text [ dutch ] = "Eigenschappen van" ;
Text [ english_us ] = "Properties of " ;
Text [ italian ] = "Propriet di " ;
Text [ spanish ] = "Propiedades de " ;
@@ -218,19 +218,19 @@ TabDialog RID_SVXTABDLG_GALLERYTHEME
Text [ portuguese ] = "Propriedades de " ;
Text [ portuguese_brazilian ] = "Eigenschaften von " ;
Text[ chinese_simplified ] = "属性: ";
- Text[ russian ] = " ";
+ Text[ russian ] = ": ";
Text[ polish ] = "Waciwoci ";
Text[ japanese ] = "プロパティ ";
Text[ chinese_traditional ] = "屬性: ";
Text[ arabic ] = "";
- Text[ dutch ] = "Eigenschappen van ";
+ Text[ dutch ] = "Eigenschappen van";
Text[ chinese_simplified ] = "属性: ";
Text[ greek ] = " ";
- Text[ korean ] = "등록정보 ";
+ Text[ korean ] = "등록 정보 ";
Text[ turkish ] = "zellikler: ";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Propietats de";
- Text[ finnish ] = "Ominaisuudet:";
+ Text[ finnish ] = "Ominaisuudet: ";
Moveable = TRUE ;
TabControl 1
{
@@ -264,7 +264,7 @@ TabDialog RID_SVXTABDLG_GALLERYTHEME
Text[ turkish ] = "Genel";
Text[ language_user1 ] = " ";
Text[ catalan ] = "General";
- Text[ finnish ] = "Yleist";
+ Text[ finnish ] = "Yleiset";
Text[ thai ] = "ทั่วไป";
};
PageItem
@@ -354,7 +354,7 @@ TabPage RID_SVXTABPAGE_GALLERY_GENERAL
Text[ turkish ] = "Tip:";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tipus:";
- Text[ finnish ] = "Tyyppi";
+ Text[ finnish ] = "Tyyppi:";
Text[ thai ] = "ชนิด:";
};
FixedText FT_MS_SHOW_TYPE
@@ -379,7 +379,7 @@ TabPage RID_SVXTABPAGE_GALLERY_GENERAL
Text [ portuguese_brazilian ] = "Ort:" ;
Text [ portuguese ] = "Local:" ;
Text[ chinese_simplified ] = "位置:";
- Text[ russian ] = ":";
+ Text[ russian ] = ":";
Text[ polish ] = "Lokalizacja:";
Text[ japanese ] = "場所:";
Text[ chinese_traditional ] = "位置:";
@@ -458,7 +458,7 @@ TabPage RID_SVXTABPAGE_GALLERY_GENERAL
Text [ portuguese ] = "Alterado em:" ;
Text [ portuguese_brazilian ] = "Ge?ndert am:" ;
Text[ chinese_simplified ] = "更改日期:";
- Text[ russian ] = " :";
+ Text[ russian ] = ":";
Text[ polish ] = "Zmodyfikowano:";
Text[ japanese ] = "変更日時:";
Text[ chinese_traditional ] = "變更日期:";
@@ -466,11 +466,11 @@ TabPage RID_SVXTABPAGE_GALLERY_GENERAL
Text[ dutch ] = "Gewijzigd op:";
Text[ chinese_simplified ] = "更改日期:";
Text[ greek ] = " :";
- Text[ korean ] = "변경일자:";
+ Text[ korean ] = "변경 날짜:";
Text[ turkish ] = "Deiiklik tarihi:";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Modificat:";
- Text[ finnish ] = "Muokattu:";
+ Text[ finnish ] = "Muutettu:";
Text[ thai ] = "ดัดแปลงแก้ไข:";
};
FixedText FT_MS_SHOW_CHANGEDATE
@@ -498,7 +498,7 @@ TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
Text [ italian ] = "~Tipo file" ;
Text [ spanish ] = "~Tipo de archivo" ;
Text [ french ] = "Type de fichier" ;
- Text [ dutch ] = "Bestandstype" ;
+ Text [ dutch ] = "~Bestandstype" ;
Text [ swedish ] = "Filtyp" ;
Text [ danish ] = "Filtype" ;
Text [ portuguese_brazilian ] = "~Dateityp" ;
@@ -509,14 +509,14 @@ TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
Text[ japanese ] = "ファイルの種類";
Text[ chinese_traditional ] = "檔案類型";
Text[ arabic ] = " ";
- Text[ dutch ] = "Bestandstype";
+ Text[ dutch ] = "~Bestandstype";
Text[ chinese_simplified ] = "文件类型";
Text[ greek ] = " ";
Text[ korean ] = "파일 형식";
Text[ turkish ] = "Dosya tipi";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tipus de fitxer";
- Text[ finnish ] = "Tiedostotyyppi";
+ Text[ finnish ] = "~Tiedostotyyppi";
Text[ thai ] = "ชนิดแฟ้ม";
};
ComboBox CBB_FILETYPE
@@ -565,7 +565,7 @@ TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
Text[ turkish ] = "Dosyay bul";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Cerca fitxers...";
- Text[ finnish ] = "~Etsi tiedostot";
+ Text[ finnish ] = "~Etsi tiedostot...";
Text[ thai ] = "~หาแฟ้ม...";
};
PushButton BTN_TAKE
@@ -650,7 +650,7 @@ TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
Text [ SWEDISH ] = "F~rhandsvisning" ;
Text [ PORTUGUESE ] = "~Previsualizar" ;
Text[ chinese_simplified ] = "预览(~E)";
- Text[ russian ] = "";
+ Text[ russian ] = ". ";
Text[ polish ] = "Podgld";
Text[ japanese ] = "プレビュー(~E)";
Text[ chinese_traditional ] = "預覽(~E)";
@@ -688,7 +688,7 @@ TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
Text [ portuguese_brazilian ] = "Maddin1" ;
Text [ portuguese ] = "Maddin1" ;
Text[ chinese_simplified ] = "Maddin1";
- Text[ russian ] = "Maddin1";
+ Text[ russian ] = "Madd";
Text[ polish ] = "Maddin1";
Text[ japanese ] = "Maddin1";
Text[ chinese_traditional ] = "Maddin1";
@@ -720,7 +720,7 @@ TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
Text [ portuguese_brazilian ] = "Maddin2" ;
Text [ portuguese ] = "Maddin2" ;
Text[ chinese_simplified ] = "Maddin2";
- Text[ russian ] = "Maddin2";
+ Text[ russian ] = "Madd";
Text[ polish ] = "Maddin2";
Text[ japanese ] = "Maddin2";
Text[ chinese_traditional ] = "Maddin2";
@@ -800,7 +800,7 @@ ModalDialog RID_SVXDLG_GALLERY_TITLE
Text[ portuguese ] = "Ttulo";
Text[ russian ] = "";
Text[ greek ] = "";
- Text[ dutch ] = "Title";
+ Text[ dutch ] = "Titel";
Text[ french ] = "Titre";
Text[ spanish ] = "Ttulo";
Text[ italian ] = "Titolo";
@@ -964,7 +964,7 @@ ModalDialog RID_SVXDLG_GALLERY_TAKE_PROGRESS
Text [ portuguese ] = "Aplicar" ;
Text [ portuguese_brazilian ] = "?bernehmen" ;
Text[ chinese_simplified ] = "采用";
- Text[ russian ] = "";
+ Text[ russian ] = "";
Text[ polish ] = "Zastosuj";
Text[ japanese ] = "適用";
Text[ chinese_traditional ] = "採用";
@@ -1038,7 +1038,7 @@ ModalDialog RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS
Text [ italian ] = "Aggiorna" ;
Text [ spanish ] = "Actualizar" ;
Text [ french ] = "Actualiser" ;
- Text [ dutch ] = "Actualiseren" ;
+ Text [ dutch ] = "Bijwerken" ;
Text [ swedish ] = "Uppdatera" ;
Text [ danish ] = "Opdater" ;
Text [ portuguese_brazilian ] = "Aktualisieren" ;
@@ -1049,7 +1049,7 @@ ModalDialog RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS
Text[ japanese ] = "更新";
Text[ chinese_traditional ] = "更新";
Text[ arabic ] = "";
- Text[ dutch ] = "Actualiseren";
+ Text[ dutch ] = "Bijwerken";
Text[ chinese_simplified ] = "更新";
Text[ greek ] = "";
Text[ korean ] = "업데이트";
@@ -1114,7 +1114,7 @@ ModalDialog RID_SVXDLG_GALLERY_THEMEID
Text [ english_us ] = "Theme ID" ;
Text[ portuguese ] = "ID Tema";
Text[ russian ] = "ID ";
- Text[ dutch ] = "Onderwerp ID";
+ Text[ dutch ] = "Onderwerp-ID";
Text[ french ] = "ID du thme";
Text[ spanish ] = "Temas ID";
Text[ italian ] = "ID tema";
@@ -1126,10 +1126,10 @@ ModalDialog RID_SVXDLG_GALLERY_THEMEID
Text[ chinese_simplified ] = "主题 ID";
Text[ chinese_traditional ] = "主題 - ID";
Text[ arabic ] = " ";
- Text[ dutch ] = "Onderwerp ID";
+ Text[ dutch ] = "Onderwerp-ID";
Text[ chinese_simplified ] = "主题 ID";
Text[ greek ] = " (ID) ";
- Text[ korean ] = "주제- ID";
+ Text[ korean ] = "주제 ID";
Text[ turkish ] = "Konu tantcs";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Identificador del tema";
@@ -1230,7 +1230,7 @@ String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
{
Text = "Aktualisieren" ;
Text [ ENGLISH ] = "Update";
- Text [ dutch ] = "Actualiseren";
+ Text [ dutch ] = "Bijwerken";
Text [ english_us ] = "Update";
Text [ italian ] = "Aggiorna";
Text [ spanish ] = "Actualizar";
@@ -1245,7 +1245,7 @@ String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
Text[ japanese ] = "更新";
Text[ chinese_traditional ] = "更新";
Text[ arabic ] = "";
- Text[ dutch ] = "Actualiseren";
+ Text[ dutch ] = "Bijwerken";
Text[ chinese_simplified ] = "更新";
Text[ greek ] = "";
Text[ korean ] = "업데이트";
@@ -1269,7 +1269,7 @@ String RID_SVXSTR_GALLERY_FOPENERROR
Text [ portuguese ] = "Impossvel abrir este ficheiro." ;
Text [ portuguese_brazilian ] = "Diese Datei kann nicht ge?fnet werden" ;
Text[ chinese_simplified ] = "无法打开这个文件。";
- Text[ russian ] = " ";
+ Text[ russian ] = " ";
Text[ polish ] = "Pliku nie mona otworzy.";
Text[ japanese ] = "このファイルを開くことはできません。";
Text[ chinese_traditional ] = "無法開啟這個檔案。";
@@ -1298,7 +1298,7 @@ String RID_SVXSTR_GALLERY_NOFILES
Text [ portuguese ] = "<Nenhum ficheiro>" ;
Text [ portuguese_brazilian ] = "<Keine Dateien>" ;
Text[ chinese_simplified ] = "<无文件>";
- Text[ russian ] = "< >";
+ Text[ russian ] = "< >";
Text[ polish ] = "<Brak plikw>";
Text[ japanese ] = "<ファイルなし>";
Text[ chinese_traditional ] = "<無檔案>";
@@ -1310,7 +1310,7 @@ String RID_SVXSTR_GALLERY_NOFILES
Text[ turkish ] = "<Dosya yok>";
Text[ language_user1 ] = " ";
Text[ catalan ] = "<Cap fitxer>";
- Text[ finnish ] = "<Ei tiedostoja >";
+ Text[ finnish ] = "<Ei tiedostoja>";
Text[ thai ] = "<ไม่มีแฟ้ม>";
};
String RID_SVXSTR_GALLERY_NOTHEME
@@ -1335,11 +1335,11 @@ String RID_SVXSTR_GALLERY_NOTHEME
Text[ dutch ] = "De naam van het onderwerp is ongeldig!";
Text[ chinese_simplified ] = "这个主题名称无效!";
Text[ greek ] = " !";
- Text[ korean ] = "주제 이름이 유효하지 않습니다!";
+ Text[ korean ] = "주제 이름이 잘못되었습니다.";
Text[ turkish ] = "Bu konu ad geerli deil!";
Text[ language_user1 ] = " ";
Text[ catalan ] = "El nom del tema no s vlid!";
- Text[ finnish ] = "Virheellinen teeman nimi.";
+ Text[ finnish ] = "Virheellinen teeman nimi";
Text[ thai ] = "ชุดรูปแบบชื่อไม่ถูกต้อง!";
};
String RID_SVXSTR_GALLERY_DELETEOBJ
@@ -1349,7 +1349,7 @@ String RID_SVXSTR_GALLERY_DELETEOBJ
Text [ dutch ] = "Wilt u dit object\nwerkelijk wissen?" ;
Text [ english_us ] = "Do you really want to\ndelete this object?" ;
Text [ italian ] = "Cancellare veramente\nl'oggetto?" ;
- Text [ spanish ] = "Desea realmente\neliminar este objeto?" ;
+ Text [ spanish ] = "Desea realmente\nborrar este objeto?" ;
Text [ french ] = "Voulez-vous vraiment\nsupprimer cet objet ?" ;
Text [ swedish ] = "Vill du verkligen radera\ndet hr objektet?" ;
Text [ danish ] = "Skal dette objekt\nvirkelig slettes?" ;
@@ -1368,7 +1368,7 @@ String RID_SVXSTR_GALLERY_DELETEOBJ
Text[ turkish ] = "Bu nesneyi gerekten\nsilmek istiyor musunuz?";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Esteu segur de voler\nsuprimir aquest objecte?";
- Text[ finnish ] = "Halutko varmasti\npoistaa tmn objektin?";
+ Text[ finnish ] = "Haluatko varmasti\npoistaa tmn objektin?";
Text[ thai ] = "คุณต้องการ\nลบวัตถุนี้หรือไม่?";
};
String RID_SVXSTR_GALLERY_DELETETHEME
@@ -1381,7 +1381,7 @@ String RID_SVXSTR_GALLERY_DELETETHEME
Text[ greek ] = " \n ;";
Text[ dutch ] = "Wilt u dit onderwerp\nwerkelijk wissen?";
Text[ french ] = "Voulez-vous vraiment\nsupprimer ce thme ?";
- Text[ spanish ] = "Desea realmente eliminar\neste tema?";
+ Text[ spanish ] = "Desea realmente borrar\neste tema?";
Text[ italian ] = "Volete cancellare\nquesto argomento?";
Text[ danish ] = "Skal dette emne\nvirkelig slettes?";
Text[ swedish ] = "Vill du verkligen radera det\n hr temat?";
@@ -1394,7 +1394,7 @@ String RID_SVXSTR_GALLERY_DELETETHEME
Text[ turkish ] = "Do you really want to\ndelete this theme?";
Text[ arabic ] = " \n ڿ";
Text[ catalan ] = "Esteu segur de voler\nsuprimir aquest tema?";
- Text[ finnish ] = "Halutko varmasti\npoistaa tmn teeman?";
+ Text[ finnish ] = "Haluatko varmasti\npoistaa tmn teeman?";
Text[ thai ] = "คุณต้องการ\nลบชุดรุปแบบนี้หรือไม่?";
};
String RID_SVXSTR_EXTFORMAT1_SYS
@@ -1415,7 +1415,7 @@ String RID_SVXSTR_EXTFORMAT1_UI
Text [ portuguese ] = "Wave - ficheiro udio" ;
Text [ portuguese_brazilian ] = "Wave - Klangdatei" ;
Text[ chinese_simplified ] = "Wave 音频文件";
- Text[ russian ] = "Wave - ";
+ Text[ russian ] = "Wave - ";
Text[ polish ] = "Plik dwikowy typu Wave";
Text[ japanese ] = "Wave サウンドファイル";
Text[ chinese_traditional ] = "Wave - 聲音檔案";
@@ -1423,7 +1423,7 @@ String RID_SVXSTR_EXTFORMAT1_UI
Text[ dutch ] = "Wave - geluidsbestand";
Text[ chinese_simplified ] = "Wave 音频文件";
Text[ greek ] = "Wave - ";
- Text[ korean ] = "웨이브-사운드 파일";
+ Text[ korean ] = "Wave 사운드 파일";
Text[ turkish ] = "Wave - Ses dosyas";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Fitxer de so - Wave";
@@ -1442,18 +1442,18 @@ String RID_SVXSTR_EXTFORMAT2_UI
Text [ italian ] = "Audio Interchange File Format" ;
Text [ spanish ] = "Formato de archivo Audio Interchange" ;
Text [ french ] = "Audio Interchange File Format" ;
- Text [ dutch ] = "Audio Interchange bestandsformaat" ;
+ Text [ dutch ] = "Audio Interchange-bestandsindeling" ;
Text [ swedish ] = "Filformat Audio Interchange" ;
Text [ danish ] = "Audio Interchange File Format" ;
Text [ portuguese ] = "Audio Interchange File Format" ;
Text [ portuguese_brazilian ] = "Audio Interchange File Format" ;
Text[ chinese_simplified ] = "音频交换文件格式(AIFF)";
- Text[ russian ] = " Audio Interchange";
+ Text[ russian ] = " ";
Text[ polish ] = "Format pliku Audio Interchange";
Text[ japanese ] = "オーディオ・インターチェンジ・ファイル・フォーマット(AIFF)";
Text[ chinese_traditional ] = "聲音交換檔案格式(AIFF)";
Text[ arabic ] = " Audio Interchange";
- Text[ dutch ] = "Audio Interchange bestandsformaat";
+ Text[ dutch ] = "Audio Interchange-bestandsindeling";
Text[ chinese_simplified ] = "音频交换文件格式(AIFF)";
Text[ greek ] = " Audio Interchange";
Text[ korean ] = "오디오 교환 파일 서식";
@@ -1473,7 +1473,7 @@ String RID_SVXSTR_EXTFORMAT3_UI
Text [ ENGLISH ] = "AU - Soundfile" ;
Text [ english_us ] = "AU - Sound File" ;
Text[ portuguese ] = "AU - ficheiro udio";
- Text[ russian ] = "AU - ";
+ Text[ russian ] = "AU - ";
Text[ greek ] = "AU - ";
Text[ dutch ] = "AU - geluidsbestand";
Text[ french ] = "AU - Fichier son";
@@ -1484,7 +1484,7 @@ String RID_SVXSTR_EXTFORMAT3_UI
Text[ polish ] = "Plik dwikowy AU";
Text[ portuguese_brazilian ] = "AU - Sound File";
Text[ japanese ] = "AU サウンドファイル";
- Text[ korean ] = "AU - 사운드 파일";
+ Text[ korean ] = "AU 사운드 파일";
Text[ chinese_simplified ] = "AU 声音文件";
Text[ chinese_traditional ] = "AU - 聲音檔案";
Text[ arabic ] = " -AU ";
@@ -1500,8 +1500,8 @@ String RID_SVXSTR_GALLERY_FILTER
Text [ english_us ] = "Graphics filter" ;
Text [ italian ] = "Filtro grafico" ;
Text [ spanish ] = "Filtro de imagen" ;
- Text [ french ] = "Filtre d'image" ;
- Text [ dutch ] = "Grafische filter" ;
+ Text [ french ] = "Filtre graphique" ;
+ Text [ dutch ] = "Afbeeldingsfilter" ;
Text [ swedish ] = "Grafikfilter" ;
Text [ danish ] = "Grafikfilter" ;
Text [ portuguese ] = "Filtro grfico" ;
@@ -1512,7 +1512,7 @@ String RID_SVXSTR_GALLERY_FILTER
Text[ japanese ] = "画像フィルタ";
Text[ chinese_traditional ] = "圖形過濾器";
Text[ arabic ] = " ";
- Text[ dutch ] = "Grafische filter";
+ Text[ dutch ] = "Afbeeldingsfilter";
Text[ chinese_simplified ] = "图形过滤器";
Text[ greek ] = " ";
Text[ korean ] = "그래픽 필터";
@@ -1584,29 +1584,29 @@ String RID_SVXSTR_GALLERY_DELETEDD
{
Text = "Mchten Sie die verknpfte Datei lschen?" ;
Text [ ENGLISH ] = "Do you want to delete the linked file?" ;
- Text [ dutch ] = "Wilt u het gekoppelde bestand wissen ?" ;
+ Text [ dutch ] = "Wilt u het gekoppelde bestand wissen?" ;
Text [ english_us ] = "Do you want to delete the linked file?" ;
Text [ italian ] = "Eliminare il file collegato?" ;
- Text [ spanish ] = "Desea eliminar el archivo enlazado?" ;
+ Text [ spanish ] = "Desea borrar el archivo enlazado?" ;
Text [ french ] = "Voulez-vous supprimer le fichier li?" ;
Text [ swedish ] = "Vill du radera den lnkade filen?" ;
Text [ danish ] = "Skal den kdede fil slettes?" ;
Text [ portuguese ] = "Eliminar o ficheiro ligado?" ;
Text [ portuguese_brazilian ] = "M?hten Sie die verkn?fte Datei l?chen?" ;
Text[ chinese_simplified ] = "您要删除链接的文件吗?";
- Text[ russian ] = " ?";
+ Text[ russian ] = " ?";
Text[ polish ] = "Czy na pewno usun poczony plik?";
Text[ japanese ] = "リンクしたファイルを削除しますか。";
Text[ chinese_traditional ] = "您要刪除連結的檔案﹖";
Text[ arabic ] = " ؿ";
- Text[ dutch ] = "Wilt u het gekoppelde bestand wissen ?";
+ Text[ dutch ] = "Wilt u het gekoppelde bestand wissen?";
Text[ chinese_simplified ] = "您要删除链接的文件吗?";
Text[ greek ] = " ;";
- Text[ korean ] = "링크된 파일을 삭제하겠습니까?";
+ Text[ korean ] = "연결된 파일을 삭제하시겠습니까?";
Text[ turkish ] = "Balant oluturduunuz dosyay silmek istiyor musunuz?";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Voleu suprimir el fitxer enllaat?";
- Text[ finnish ] = "Halutko poistaa linkitetyn tiedoston?";
+ Text[ finnish ] = "Haluatko poistaa linkitetyn tiedoston?";
Text[ thai ] = "คุณต้องการลบแฟ้มที่เชื่อมโยงหรือไม่?";
};
String RID_SVXSTR_GALLERY_SEARCH
@@ -1617,25 +1617,25 @@ String RID_SVXSTR_GALLERY_SEARCH
Text [ italian ] = "Aggiornare l'elenco dei file?" ;
Text [ spanish ] = "Desea actualizar la lista de archivos?" ;
Text [ french ] = "Voulez-vous actualiser la liste des fichiers ?" ;
- Text [ dutch ] = "Wilt u de bestandslijst actualiseren ?" ;
+ Text [ dutch ] = "Wilt u de bestandslijst bijwerken?" ;
Text [ swedish ] = "Vill du uppdatera fillistan?" ;
Text [ danish ] = "Skal fillisten opdateres?" ;
Text [ portuguese ] = "Actualizar a lista de ficheiros?" ;
Text [ portuguese_brazilian ] = "M?hten Sie die Dateiliste aktualisieren?" ;
Text[ chinese_simplified ] = "要更新这个文件列单?";
- Text[ russian ] = " ?";
+ Text[ russian ] = " ?";
Text[ polish ] = "Czy zaktualizowa list plikw?";
Text[ japanese ] = "ファイルリストを更新しますか。";
Text[ chinese_traditional ] = "您要更新這個檔案清單﹖";
Text[ arabic ] = " ʿ";
- Text[ dutch ] = "Wilt u de bestandslijst actualiseren ?";
+ Text[ dutch ] = "Wilt u de bestandslijst bijwerken?";
Text[ chinese_simplified ] = "要更新这个文件列单?";
Text[ greek ] = " ;";
- Text[ korean ] = "파일목록을 업데이트하겠습니까?";
+ Text[ korean ] = "파일 목록을 업데이트하시겠습니까?";
Text[ turkish ] = "Dosya listesini gncellemek istiyor musunuz?";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Voleu actualitzar la llista de fitxers?";
- Text[ finnish ] = "Halutko pivitt tiedostoluettelon?";
+ Text[ finnish ] = "Haluatko pivitt tiedostoluettelon?";
Text[ thai ] = "คุณต้องการปรับปรุงรายการของแฟ้มหรือไม่?";
};
String RID_SVXSTR_GALLERY_SGIERROR
@@ -1646,18 +1646,18 @@ String RID_SVXSTR_GALLERY_SGIERROR
Text [ italian ] = "Questo file non pu essere aperto.\nDigitare un nuovo percorso di ricerca? " ;
Text [ spanish ] = "No se puede abrir este archivo.\nDesea indicar otra ruta de bsqueda? " ;
Text [ french ] = "Impossible d'ouvrir ce fichier.\nVoulez-vous indiquer un autre chemin de recherche ? " ;
- Text [ dutch ] = "Dit bestand kan niet worden geopend. \nWilt u een ander zoekpad aangeven?? " ;
+ Text [ dutch ] = "Dit bestand kan niet worden geopend. \nWilt u een ander zoekpad opgeven?" ;
Text [ swedish ] = "Den hr filen kan inte ppnas.\nVill du ange en annan skvg? " ;
Text [ danish ] = "Det er ikke muligt at bne denne fil.\nVil du angive en ny sgesti? " ;
Text [ portuguese ] = "Impossvel abrir este ficheiro.\nDeseja indicar outro atalho de localizao? " ;
Text [ portuguese_brazilian ] = "Diese Datei kann nicht ge?fnet werden. \nM?hten Sie einen anderen Suchpfad angeben? " ;
Text[ chinese_simplified ] = "无法打开这个文件。\n您要指定另一个路径? ";
- Text[ russian ] = " .\n ? ";
+ Text[ russian ] = " .\n ? ";
Text[ polish ] = "Pliku tego nie mona otworzy.\nCzy chcesz poda inn ciek wyszukiwania? ";
Text[ japanese ] = "このファイルは開けません。\n別の検索パス名を入力しますか。 ";
Text[ chinese_traditional ] = "無法開啟這個檔案。\n您要輸入一個其他路徑﹖ ";
Text[ arabic ] = " .\n ѿ ";
- Text[ dutch ] = "Dit bestand kan niet worden geopend. \nWilt u een ander zoekpad aangeven?? ";
+ Text[ dutch ] = "Dit bestand kan niet worden geopend. \nWilt u een ander zoekpad opgeven?";
Text[ chinese_simplified ] = "无法打开这个文件。\n您要指定另一个路径? ";
Text[ greek ] = " .\n ; ";
Text[ korean ] = "이 파일을 열 수 없습니다. \n다른 검색경로를 입력하겠습니까? ";
@@ -1676,7 +1676,7 @@ String RID_SVXSTR_GALLERY_NEWTHEME
Text [ swedish ] = "Nytt tema" ;
Text [ danish ] = "Nyt emne" ;
Text [ italian ] = "Nuovo argomento" ;
- Text [ spanish ] = "Nuevo Tema" ;
+ Text [ spanish ] = "Tema nuevo" ;
Text [ french ] = "Nouveau thme" ;
Text [ portuguese ] = "Novo tema" ;
Text [ portuguese_brazilian ] = "~Thema" ;
@@ -1710,7 +1710,7 @@ String RID_SVXSTR_GALLERY_BROWSER
Text [ portuguese ] = "~Organizar..." ;
Text [ portuguese_brazilian ] = "~Verwaltung..." ;
Text[ chinese_simplified ] = "管理(~O)...";
- Text[ russian ] = "...";
+ Text[ russian ] = "...";
Text[ polish ] = "Zarzdzanie...";
Text[ japanese ] = "管理(~O)...";
Text[ chinese_traditional ] = "管理(~O)...";
@@ -1722,7 +1722,7 @@ String RID_SVXSTR_GALLERY_BROWSER
Text[ turkish ] = "Ynet...";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Organitzador...";
- Text[ finnish ] = "~Jrjestelytykalu";
+ Text[ finnish ] = "~Jrjestelytykalu...";
Text[ thai ] = "~ตัวจัดการ...";
};
String RID_SVXSTR_GALLERY_THEMEERR
@@ -1739,7 +1739,7 @@ String RID_SVXSTR_GALLERY_THEMEERR
Text [ portuguese ] = "Este nome de tema j existe.\nQueira escolher outro." ;
Text [ portuguese_brazilian ] = "Dieser Themenname existiert bereits.\nBitte w?hlen Sie einen anderen Namen." ;
Text[ chinese_simplified ] = "这个主题名称已经存在。\n请您选择一个其他的名称。";
- Text[ russian ] = " .\n, , .";
+ Text[ russian ] = " .\n .";
Text[ polish ] = "Ta nazwa tematu ju istnieje.\nNaley wybra inn nazw.";
Text[ japanese ] = "このテーマ名はすでにあります。\n別の名前を入力してください。";
Text[ chinese_traditional ] = "這個主題名稱已經存在。\n請您選擇一個其他的名稱。";
@@ -1819,7 +1819,7 @@ String RID_SVXSTR_GALLERYPROPS_GALTHEME
Text [ english_us ] = "Gallery Theme" ;
Text [ dutch ] = "Gallery-onderwerp" ;
Text [ italian ] = "Argomento Gallery" ;
- Text [ spanish ] = "Tema Gallery" ;
+ Text [ spanish ] = "Tema de Gallery" ;
Text [ french ] = "Thme de la Gallery" ;
Text [ swedish ] = "Gallery-tema" ;
Text [ danish ] = "Gallery-emne" ;
@@ -1867,7 +1867,7 @@ String RID_SVXSTR_GALLERY_IMPORTTHEME
Text[ turkish ] = "~e aktar...";
Text[ language_user1 ] = " ";
Text[ catalan ] = "I~mporta...";
- Text[ finnish ] = "T~uo";
+ Text[ finnish ] = "T~uo...";
Text[ thai ] = "นำเ~ข้า...";
};
String RID_SVXSTR_GALLERY_CREATETHEME
@@ -1879,12 +1879,12 @@ String RID_SVXSTR_GALLERY_CREATETHEME
Text [ swedish ] = "Nytt tema..." ;
Text [ danish ] = "Nyt emne..." ;
Text [ italian ] = "Nuovo argomento..." ;
- Text [ spanish ] = "Nuevo tema..." ;
+ Text [ spanish ] = "Tema nuevo..." ;
Text [ french ] = "Nouveau thme..." ;
Text [ portuguese ] = "Novo tema..." ;
Text [ portuguese_brazilian ] = "Neues Thema" ;
Text[ chinese_simplified ] = "新建主题...";
- Text[ russian ] = " ...";
+ Text[ russian ] = " ...";
Text[ polish ] = "Nowy temat...";
Text[ japanese ] = "新しいテーマ...";
Text[ chinese_traditional ] = "新建主題...";
@@ -1896,7 +1896,7 @@ String RID_SVXSTR_GALLERY_CREATETHEME
Text[ turkish ] = "Yeni konu...";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tema nou...";
- Text[ finnish ] = "Uusi teema";
+ Text[ finnish ] = "Uusi teema...";
Text[ thai ] = "ชุดรูปแบบใหม่...";
};
String RID_SVXSTR_GALLERY_READONLY
@@ -1912,7 +1912,7 @@ String RID_SVXSTR_GALLERY_READONLY
Text [ french ] = "(en lecture seule)" ;
Text [ swedish ] = "(skrivskyddad)" ;
Text [ dutch ] = " (alleen lezen)" ;
- Text [ spanish ] = " (solo lectura)" ;
+ Text [ spanish ] = "(slo lectura)" ;
Text [ english_us ] = " (read-only)" ;
Text[ chinese_simplified ] = " (防改写)";
Text[ russian ] = " ( )";
@@ -1993,7 +1993,7 @@ String RID_SVXSTR_GALLERY_ID_EXISTS
Text [ English ] = "This ID already exists..." ;
Text [ english_us ] = "This ID already exists..." ;
Text[ portuguese ] = "Este ID j existe...";
- Text[ russian ] = " ...";
+ Text[ russian ] = " ID ...";
Text[ dutch ] = "ID bestaat reeds...";
Text[ french ] = "Cet ID existe dj...";
Text[ spanish ] = "Esta ID ya existe...";
@@ -2013,7 +2013,7 @@ String RID_SVXSTR_GALLERY_ID_EXISTS
Text[ turkish ] = "Bu tantc mevcut durumda...";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Aquest identificador ja existeix...";
- Text[ finnish ] = "Tunnus on jo olemassa";
+ Text[ finnish ] = "Tunnus on jo olemassa...";
Text[ thai ] = " ID นี้มีอยู่แล้ว...";
};
String RID_SVXSTR_GALLERY_TITLE
@@ -2076,19 +2076,19 @@ String RID_SVXSTR_GALLERY_ICONVIEW
Text [ English ] = "Symbol view" ;
Text[ english_us ] = "Icon View";
Text[ portuguese ] = "Ver cones";
- Text[ russian ] = " ";
+ Text[ russian ] = " ";
Text[ greek ] = "Symbol view";
Text[ dutch ] = "Pictogramweergave";
Text[ french ] = "Affichage des icnes";
Text[ spanish ] = "Ver smbolos";
- Text[ finnish ] = "Symbol view";
+ Text[ finnish ] = "Kuvakenkym";
Text[ italian ] = "Vista simboli";
Text[ danish ] = "Ikonvisning";
Text[ swedish ] = "Symbolvy";
Text[ polish ] = "Widok symboli";
Text[ portuguese_brazilian ] = "Symbol view";
Text[ japanese ] = "アイコン表示";
- Text[ korean ] = "기호 보기";
+ Text[ korean ] = "아이콘 보기";
Text[ chinese_simplified ] = "图标视图";
Text[ chinese_traditional ] = "圖示檢視";
Text[ turkish ] = "Symbol view";
@@ -2107,14 +2107,14 @@ String RID_SVXSTR_GALLERY_LISTVIEW
Text[ dutch ] = "Detailweergave";
Text[ french ] = "Liste dtaille";
Text[ spanish ] = "Ver detalles";
- Text[ finnish ] = "Detail view";
+ Text[ finnish ] = "Tarkka nkym";
Text[ italian ] = "Vista dettagli";
Text[ danish ] = "Detaljevisning";
Text[ swedish ] = "Detaljvy";
Text[ polish ] = "Widok szczegw";
Text[ portuguese_brazilian ] = "Detail view";
Text[ japanese ] = "詳細表示";
- Text[ korean ] = "상세히 보기";
+ Text[ korean ] = "자세히 보기";
Text[ chinese_simplified ] = "细节视图";
Text[ chinese_traditional ] = "細節檢視";
Text[ turkish ] = "Detail view";
@@ -2252,7 +2252,7 @@ Menu RID_SVXMN_GALLERY1
HelpId = HID_GALLERY_ACTUALIZE;
Text = "~Aktualisieren" ;
Text [ ENGLISH ] = "~Update";
- Text [ dutch ] = "~Actualiseren";
+ Text [ dutch ] = "~Bijwerken";
Text [ english_us ] = "Update";
Text [ italian ] = "Aggiorna";
Text [ spanish ] = "Actuali~zar";
@@ -2267,7 +2267,7 @@ Menu RID_SVXMN_GALLERY1
Text[ japanese ] = "更新";
Text[ chinese_traditional ] = "更新";
Text[ arabic ] = "";
- Text[ dutch ] = "~Actualiseren";
+ Text[ dutch ] = "~Bijwerken";
Text[ chinese_simplified ] = "更新";
Text[ greek ] = "";
Text[ korean ] = "업데이트";
@@ -2290,7 +2290,7 @@ Menu RID_SVXMN_GALLERY1
Text [ dutch ] = "~Wissen" ;
Text [ english_us ] = "~Delete" ;
Text [ italian ] = "~Elimina" ;
- Text [ spanish ] = "~Eliminar" ;
+ Text [ spanish ] = "~Borrar" ;
Text [ french ] = "~Supprimer" ;
Text [ swedish ] = "~Radera" ;
Text [ danish ] = "~Slet" ;
@@ -2334,7 +2334,7 @@ Menu RID_SVXMN_GALLERY1
Text[ dutch ] = "~Naam wijzigen";
Text[ chinese_simplified ] = "重命名(~R)";
Text[ greek ] = "";
- Text[ korean ] = "이름 변경(~R)";
+ Text[ korean ] = "이름 바꾸기(~R)";
Text[ turkish ] = "Ye~niden adlandr";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Reanomena";
@@ -2403,11 +2403,11 @@ Menu RID_SVXMN_GALLERY1
Text[ dutch ] = "~Eigenschappen ...";
Text[ chinese_simplified ] = "属性(~I)...";
Text[ greek ] = "~ ...";
- Text[ korean ] = "등록정보(~I)...";
+ Text[ korean ] = "등록 정보(~I)...";
Text[ turkish ] = "~zellikler ...";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Prop~ietats...";
- Text[ finnish ] = "Ominai~suudet";
+ Text[ finnish ] = "Ominaisuu~det...";
Text[ thai ] = "คุณสม~บัติ ...";
};
};
@@ -2435,7 +2435,7 @@ Menu RID_SVXMN_GALLERY2
Text [ portuguese_brazilian ] = "~Hinzuf?en" ;
Text [ portuguese ] = "~Adicionar" ;
Text[ chinese_simplified ] = "加入(~I)";
- Text[ russian ] = "";
+ Text[ russian ] = "";
Text[ polish ] = "Dodaj";
Text[ japanese ] = "挿入(~I)";
Text[ chinese_traditional ] = "加入(~I)";
@@ -2447,7 +2447,7 @@ Menu RID_SVXMN_GALLERY2
Text[ turkish ] = "Ekle";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Insereix";
- Text[ finnish ] = "~Lis";
+ Text[ finnish ] = "Lis~";
SubMenu = Menu
{
ItemList =
@@ -2480,7 +2480,7 @@ Menu RID_SVXMN_GALLERY2
Text[ turkish ] = "Kopya";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Copia";
- Text[ finnish ] = "~Kopioi";
+ Text[ finnish ] = "K~opioi";
Text[ thai ] = "~คัดลอก";
};
MenuItem
@@ -2572,7 +2572,7 @@ Menu RID_SVXMN_GALLERY2
Text [ danish ] = "Eksempel" ;
Text [ portuguese_brazilian ] = "~Vorschau" ;
Text [ portuguese ] = "~Previsualizar" ;
- Text[ russian ] = ". ";
+ Text[ russian ] = " ";
Text[ polish ] = "Podgl~d";
Text[ japanese ] = "プレビュー(~P)";
Text[ chinese_simplified ] = "预览(~P)";
@@ -2631,7 +2631,7 @@ Menu RID_SVXMN_GALLERY2
Text [ dutch ] = "~Wissen" ;
Text [ english_us ] = "~Delete" ;
Text [ italian ] = "~Elimina" ;
- Text [ spanish ] = "~Eliminar" ;
+ Text [ spanish ] = "~Borrar" ;
Text [ french ] = "~Supprimer" ;
Text [ swedish ] = "~Radera" ;
Text [ danish ] = "~Slet" ;
@@ -2665,7 +2665,7 @@ Menu RID_SVXMN_GALLERY2
Text [ italian ] = "~Copia" ;
Text [ portuguese_brazilian ] = "~Copiar" ;
Text [ portuguese ] = "~Copiar" ;
- Text [ finnish ] = "~Kopioi" ;
+ Text [ finnish ] = "K~opioi" ;
Text [ danish ] = "~Kopier" ;
Text [ french ] = "~Copier" ;
Text [ swedish ] = "~Kopiera" ;
@@ -2696,15 +2696,15 @@ Menu RID_SVXMN_GALLERY2
Text [ italian ] = "~Inserisci" ;
Text [ portuguese_brazilian ] = "Inserir" ;
Text [ portuguese ] = "~Inserir" ;
- Text [ finnish ] = "~Lis" ;
+ Text [ finnish ] = "Lis~" ;
Text [ danish ] = "St i~nd" ;
Text [ french ] = "C~oller" ;
Text [ swedish ] = "~Infoga" ;
- Text [ dutch ] = "~Plakken" ;
+ Text [ dutch ] = "P~lakken" ;
Text [ spanish ] = "~Insertar" ;
Text [ english_us ] = "~Insert" ;
Text[ chinese_simplified ] = "插入(~I)";
- Text[ russian ] = "~";
+ Text[ russian ] = "~";
Text[ polish ] = "W~staw";
Text[ japanese ] = "貼り付け(~I)";
Text[ chinese_traditional ] = "插入(~I)" ;
@@ -2722,3 +2722,8 @@ Menu RID_SVXMN_GALLERY2
+
+
+
+
+
diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx
index 73cc098b1d50..8041cd5a10e0 100644
--- a/svx/source/gallery2/gallery1.cxx
+++ b/svx/source/gallery2/gallery1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gallery1.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ka $ $Date: 2001-10-31 17:04:45 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:03:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -328,24 +328,36 @@ void Gallery::ReleaseGallery( Gallery* pGallery )
void Gallery::ImplLoad( const String& rMultiPath )
{
- const USHORT nTokenCount = rMultiPath.GetTokenCount( ';' );
+ INetURLObject aCurURL;
+ const USHORT nTokenCount = rMultiPath.GetTokenCount( ';' );
+ sal_Bool bIsReadOnlyDir;
bMultiPath = ( nTokenCount > 0 );
- aUserURL = SvtPathOptions().GetConfigPath();
- ImplLoadSubDirs( aUserURL, bMultiPath );
+
+ aCurURL = SvtPathOptions().GetConfigPath();
+ ImplLoadSubDirs( aCurURL, bIsReadOnlyDir );
+
+ if( !bIsReadOnlyDir )
+ aUserURL = aCurURL;
if( bMultiPath )
{
aRelURL = INetURLObject( rMultiPath.GetToken( 0, ';' ) );
- aUserURL = INetURLObject( rMultiPath.GetToken( nTokenCount - 1, ';' ) );
for( USHORT i = 0UL; i < nTokenCount; i++ )
- ImplLoadSubDirs( INetURLObject( rMultiPath.GetToken( i, ';' ) ), i < ( nTokenCount - 1 ) );
+ {
+ aCurURL = rMultiPath.GetToken( i, ';' );
+
+ ImplLoadSubDirs( aCurURL, bIsReadOnlyDir );
+
+ if( !bIsReadOnlyDir )
+ aUserURL = aCurURL;
+ }
}
else
aRelURL = INetURLObject( rMultiPath );
- DBG_ASSERT( aUserURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" );
+ DBG_ASSERT( aUserURL.GetProtocol() != INET_PROT_NOT_VALID, "no writable Gallery user directory available" );
DBG_ASSERT( aRelURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" );
ImplLoadImports();
@@ -353,18 +365,52 @@ void Gallery::ImplLoad( const String& rMultiPath )
// ------------------------------------------------------------------------
-void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, BOOL bReadOnly )
+void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, sal_Bool& rbDirIsReadOnly )
{
+ rbDirIsReadOnly = sal_False;
+
try
{
- uno::Reference< XCommandEnvironment > xEnv;
- Content aCnt( rBaseURL.GetMainURL( INetURLObject::NO_DECODE ), xEnv );
+ uno::Reference< XCommandEnvironment > xEnv;
+ Content aCnt( rBaseURL.GetMainURL( INetURLObject::NO_DECODE ), xEnv );
uno::Sequence< OUString > aProps( 1 );
- aProps.getArray()[ 0 ] == OUString::createFromAscii( "Url" );
+ aProps.getArray()[ 0 ] = OUString::createFromAscii( "Url" );
uno::Reference< sdbc::XResultSet > xResultSet( aCnt.createCursor( aProps, INCLUDE_DOCUMENTS_ONLY ) );
+ try
+ {
+ // check readonlyness the very hard way
+ INetURLObject aTestURL( rBaseURL );
+ String aTestFile( RTL_CONSTASCII_USTRINGPARAM( "cdefghij.klm" ) );
+
+ aTestURL.Append( aTestFile );
+ SvStream* pTestStm = ::utl::UcbStreamHelper::CreateStream( aTestURL.GetMainURL( INetURLObject::NO_DECODE ), STREAM_WRITE );
+
+ if( pTestStm )
+ {
+ *pTestStm << 1;
+
+ if( pTestStm->GetError() )
+ rbDirIsReadOnly = sal_True;
+
+ delete pTestStm;
+ KillFile( aTestURL );
+ }
+ else
+ rbDirIsReadOnly = sal_True;
+ }
+ catch( const ContentCreationException& )
+ {
+ }
+ catch( const ::com::sun::star::uno::RuntimeException& )
+ {
+ }
+ catch( const ::com::sun::star::uno::Exception& )
+ {
+ }
+
if( xResultSet.is() )
{
uno::Reference< XContentAccess > xContentAccess( xResultSet, uno::UNO_QUERY );
@@ -410,7 +456,7 @@ void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, BOOL bReadOnly )
aSdvCnt.getPropertyValue( aReadOnlyProp ) >>= bReadOnly;
}
- GalleryThemeEntry* pEntry = GalleryTheme::CreateThemeEntry( aThmURL, bReadOnly );
+ GalleryThemeEntry* pEntry = GalleryTheme::CreateThemeEntry( aThmURL, rbDirIsReadOnly || bReadOnly );
if( pEntry )
{
diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx
index 5c24d715b8bb..bec568479ed7 100644
--- a/svx/source/gallery2/galtheme.cxx
+++ b/svx/source/gallery2/galtheme.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galtheme.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: ka $ $Date: 2002-12-04 16:40:38 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:03:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,7 @@
#include <ucbhelper/content.hxx>
#include <so3/svstor.hxx>
#include <sot/formats.hxx>
+#include <sot/filelist.hxx>
#include <vcl/virdev.hxx>
#include <vcl/cvtgrf.hxx>
#include <svtools/itempool.hxx>
@@ -1244,13 +1245,27 @@ BOOL GalleryTheme::InsertTransferable( const ::com::sun::star::uno::Reference< :
if( aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_DRAWING, xModelStm ) )
bRet = InsertModelStream( xModelStm, nInsertPos );
}
- else if( aDataHelper.HasFormat( FORMAT_FILE ) )
+ else if( aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) ||
+ aDataHelper.HasFormat( FORMAT_FILE ) )
{
- String aFile;
+ FileList aFileList;
- if( aDataHelper.GetString( FORMAT_FILE, aFile ) && aFile.Len() )
+ if( aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) )
+ aDataHelper.GetFileList( SOT_FORMAT_FILE_LIST, aFileList );
+ else
{
- INetURLObject aURL( aFile );
+ String aFile;
+
+ aDataHelper.GetString( FORMAT_FILE, aFile );
+
+ if( aFile.Len() )
+ aFileList.AppendFile( aFile );
+ }
+
+ for( sal_uInt32 i = 0, nCount = aFileList.Count(); i < nCount; ++i )
+ {
+ const String aFile( aFileList.GetFile( i ) );
+ INetURLObject aURL( aFile );
if( aURL.GetProtocol() == INET_PROT_NOT_VALID )
{
@@ -1286,6 +1301,7 @@ BOOL GalleryTheme::InsertTransferable( const ::com::sun::star::uno::Reference< :
if( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVIM ) )
{
+
ImageMap aImageMap;
if( aDataHelper.GetImageMap( SOT_FORMATSTR_ID_SVIM, aImageMap ) )
diff --git a/svx/source/gallery2/galtheme.src b/svx/source/gallery2/galtheme.src
index cec0e96f5db5..1ed85f021618 100644
--- a/svx/source/gallery2/galtheme.src
+++ b/svx/source/gallery2/galtheme.src
@@ -2,9 +2,9 @@
*
* $RCSfile: galtheme.src,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: kz $ $Date: 2003-02-27 13:03:29 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:03:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,18 +76,19 @@ String RID_GALLERYSTR_THEME_3D
Text[ italian ] = "Effetti 3D";
Text[ danish ] = "3D-effekter";
Text[ swedish ] = "3D-effekter";
- Text[ polish ] = "Efekty 3D";
- Text[ portuguese_brazilian ] = "Efeitos 3D";
+ Text[ polish ] = "Efekty 3-W";
+ Text[ portuguese_brazilian ] = "3D";
Text[ japanese ] = "3D 効果";
Text[ chinese_simplified ] = "3 维效果";
Text[ chinese_traditional ] = "3D 效果";
Text[ arabic ] = " ";
Text[ greek ] = " 3";
- Text[ korean ] = "3D효과";
+ Text[ korean ] = "3D 효과";
Text[ turkish ] = "3B";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Efectos 3D";
+ Text[ catalan ] = "Efectes 3D";
Text[ finnish ] = "Kolmiulotteiset tehosteet";
+ Text[ thai ] = "ลักษณะ3มิติ";
};
// -----------------------------------------------------------------------------
@@ -106,7 +107,7 @@ String RID_GALLERYSTR_THEME_ANIMATIONS
Text[ danish ] = "Animationer";
Text[ swedish ] = "Animationer";
Text[ polish ] = "Animacje";
- Text[ portuguese_brazilian ] = "Animaes";
+ Text[ portuguese_brazilian ] = "Animations";
Text[ japanese ] = "アニメーション";
Text[ chinese_simplified ] = "动画";
Text[ chinese_traditional ] = "動畫";
@@ -115,8 +116,9 @@ String RID_GALLERYSTR_THEME_ANIMATIONS
Text[ korean ] = "애니메이션";
Text[ turkish ] = "Canlandrmalar";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Animaciones";
+ Text[ catalan ] = "Animacions";
Text[ finnish ] = "Animaatiot";
+ Text[ thai ] = "เคลื่อนไหว";
};
// -----------------------------------------------------------------------------
@@ -135,7 +137,7 @@ String RID_GALLERYSTR_THEME_BULLETS
Text[ danish ] = "Punkttegn";
Text[ swedish ] = "Punkter";
Text[ polish ] = "Znaki wypunktowania";
- Text[ portuguese_brazilian ] = "Marcas";
+ Text[ portuguese_brazilian ] = "Bullets";
Text[ japanese ] = "箇条書きシンボル";
Text[ chinese_simplified ] = "项目符号";
Text[ chinese_traditional ] = "項目符號";
@@ -146,6 +148,7 @@ String RID_GALLERYSTR_THEME_BULLETS
Text[ language_user1 ] = " ";
Text[ catalan ] = "Pics";
Text[ finnish ] = "Luettelomerkit";
+ Text[ thai ] = "สัญลักษณ์แสดงหัวข้อย่อย";
};
// -----------------------------------------------------------------------------
@@ -175,6 +178,7 @@ String RID_GALLERYSTR_THEME_OFFICE
Text[ language_user1 ] = " ";
Text[ catalan ] = "Oficina";
Text[ finnish ] = "Toimisto";
+ Text[ thai ] = "ที่ทำงาน";
};
// -----------------------------------------------------------------------------
@@ -193,7 +197,7 @@ String RID_GALLERYSTR_THEME_FLAGS
Text[ danish ] = "Flag";
Text[ swedish ] = "Flaggor";
Text[ polish ] = "Flagi";
- Text[ portuguese_brazilian ] = "Bandeiras";
+ Text[ portuguese_brazilian ] = "Flags";
Text[ japanese ] = "国旗";
Text[ chinese_simplified ] = "各式国旗";
Text[ chinese_traditional ] = "各式國旗";
@@ -202,8 +206,9 @@ String RID_GALLERYSTR_THEME_FLAGS
Text[ korean ] = "플래그";
Text[ turkish ] = "Bayraklar";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Banderas";
+ Text[ catalan ] = "Indicadors";
Text[ finnish ] = "Tunnisteet";
+ Text[ thai ] = "ค่าสถานะ";
};
// -----------------------------------------------------------------------------
@@ -221,8 +226,8 @@ String RID_GALLERYSTR_THEME_FLOWCHARTS
Text[ italian ] = "Diagramma di flusso";
Text[ danish ] = "Rutediagrammer";
Text[ swedish ] = "Fldesdiagram";
- Text[ polish ] = "Schematy blokowe";
- Text[ portuguese_brazilian ] = "Fluxogramas";
+ Text[ polish ] = "Wykresy blokowy";
+ Text[ portuguese_brazilian ] = "Flowcharts";
Text[ japanese ] = "フローチャート";
Text[ chinese_simplified ] = "各种多边形";
Text[ chinese_traditional ] = "各種多邊形";
@@ -231,8 +236,9 @@ String RID_GALLERYSTR_THEME_FLOWCHARTS
Text[ korean ] = "순서도";
Text[ turkish ] = "Ak emalar";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Diagramas de flujo";
+ Text[ catalan ] = "Diagrames de flux";
Text[ finnish ] = "Vuokaaviot";
+ Text[ thai ] = "แผนผังลำดับงาน";
};
// -----------------------------------------------------------------------------
@@ -251,7 +257,7 @@ String RID_GALLERYSTR_THEME_EMOTICONS
Text[ danish ] = "Smileys";
Text[ swedish ] = "Emoticons";
Text[ polish ] = "Buki";
- Text[ portuguese_brazilian ] = "Formas";
+ Text[ portuguese_brazilian ] = "Forms";
Text[ japanese ] = "エモーティコン";
Text[ chinese_simplified ] = "情绪图案";
Text[ chinese_traditional ] = "情緒圖案";
@@ -260,8 +266,9 @@ String RID_GALLERYSTR_THEME_EMOTICONS
Text[ korean ] = "감정 표현 기호";
Text[ turkish ] = "ekiller";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Emoticon";
+ Text[ catalan ] = "Emoticones";
Text[ finnish ] = "Hymit";
+ Text[ thai ] = "อารมณ์";
};
// -----------------------------------------------------------------------------
@@ -279,8 +286,8 @@ String RID_GALLERYSTR_THEME_PHOTOS
Text[ italian ] = "Fotografie";
Text[ danish ] = "Fotografier";
Text[ swedish ] = "Foton";
- Text[ polish ] = "Obrazy";
- Text[ portuguese_brazilian ] = "Figuras";
+ Text[ polish ] = "Zdjcia";
+ Text[ portuguese_brazilian ] = "Photos";
Text[ japanese ] = "写真";
Text[ chinese_simplified ] = "彩色照片";
Text[ chinese_traditional ] = "彩色照片";
@@ -289,8 +296,9 @@ String RID_GALLERYSTR_THEME_PHOTOS
Text[ korean ] = "사진";
Text[ turkish ] = "Fotoraflar";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Fotos";
+ Text[ catalan ] = "Imatges";
Text[ finnish ] = "Kuvat";
+ Text[ thai ] = "รูปภาพ";
};
// -----------------------------------------------------------------------------
@@ -309,7 +317,7 @@ String RID_GALLERYSTR_THEME_BACKGROUNDS
Text[ danish ] = "Baggrunde";
Text[ swedish ] = "Bakgrunder";
Text[ polish ] = "Ta";
- Text[ portuguese_brazilian ] = "Planos de fundo";
+ Text[ portuguese_brazilian ] = "Backgrounds";
Text[ japanese ] = "背景";
Text[ chinese_simplified ] = "各种背景";
Text[ chinese_traditional ] = "各式背景";
@@ -318,8 +326,9 @@ String RID_GALLERYSTR_THEME_BACKGROUNDS
Text[ korean ] = "배경";
Text[ turkish ] = "Artalanlar";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Fondos";
+ Text[ catalan ] = "Fons";
Text[ finnish ] = "Taustat";
+ Text[ thai ] = "พื้นหลัง";
};
// -----------------------------------------------------------------------------
@@ -337,8 +346,8 @@ String RID_GALLERYSTR_THEME_HOMEPAGE
Text[ italian ] = "Homepage";
Text[ danish ] = "Hjemmeside";
Text[ swedish ] = "Hemsida";
- Text[ polish ] = "Strona gwna";
- Text[ portuguese_brazilian ] = "Pgina principal";
+ Text[ polish ] = "Strona macierzysta";
+ Text[ portuguese_brazilian ] = "Homepage";
Text[ japanese ] = "ホームページ";
Text[ chinese_simplified ] = "主页";
Text[ chinese_traditional ] = "首頁";
@@ -347,8 +356,9 @@ String RID_GALLERYSTR_THEME_HOMEPAGE
Text[ korean ] = "홈페이지";
Text[ turkish ] = "Web sayfas";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Pgina d'inici";
+ Text[ catalan ] = "Pgina principal";
Text[ finnish ] = "Kotisivu";
+ Text[ thai ] = "โฮมเพจ";
};
// -----------------------------------------------------------------------------
@@ -367,17 +377,18 @@ String RID_GALLERYSTR_THEME_INTERACTION
Text[ danish ] = "Interaktion";
Text[ swedish ] = "Interaktion";
Text[ polish ] = "Interakcja";
- Text[ portuguese_brazilian ] = "Interao";
+ Text[ portuguese_brazilian ] = "Interaction";
Text[ japanese ] = "インタラクション";
Text[ chinese_simplified ] = "交互式";
Text[ chinese_traditional ] = "互動式";
Text[ arabic ] = " ";
Text[ greek ] = "";
- Text[ korean ] = "상호작용";
+ Text[ korean ] = "상호 작용";
Text[ turkish ] = "Etkileim";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Interacci";
Text[ finnish ] = "Vuorovaikutus";
+ Text[ thai ] = "ปฏิสัมพันธ์";
};
// -----------------------------------------------------------------------------
@@ -396,7 +407,7 @@ String RID_GALLERYSTR_THEME_MAPS
Text[ danish ] = "Kort";
Text[ swedish ] = "Kartor";
Text[ polish ] = "Mapy";
- Text[ portuguese_brazilian ] = "Mapas";
+ Text[ portuguese_brazilian ] = "Maps";
Text[ japanese ] = "地図";
Text[ chinese_simplified ] = "世界地图";
Text[ chinese_traditional ] = "世界地圖";
@@ -405,8 +416,9 @@ String RID_GALLERYSTR_THEME_MAPS
Text[ korean ] = "지도";
Text[ turkish ] = "Haritalar";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Mapas";
+ Text[ catalan ] = "Mapes";
Text[ finnish ] = "Kartat";
+ Text[ thai ] = "แผนที่";
};
// -----------------------------------------------------------------------------
@@ -424,8 +436,8 @@ String RID_GALLERYSTR_THEME_PEOPLE
Text[ italian ] = "Persone";
Text[ danish ] = "Personer";
Text[ swedish ] = "Personer";
- Text[ polish ] = "Ludzie";
- Text[ portuguese_brazilian ] = "Pessoas";
+ Text[ polish ] = "Ludziki";
+ Text[ portuguese_brazilian ] = "Furniture";
Text[ japanese ] = "人物";
Text[ chinese_simplified ] = "人物";
Text[ chinese_traditional ] = "人物";
@@ -434,8 +446,9 @@ String RID_GALLERYSTR_THEME_PEOPLE
Text[ korean ] = "사람";
Text[ turkish ] = "Eyalar";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Personas";
+ Text[ catalan ] = "Gent";
Text[ finnish ] = "Ihmiset";
+ Text[ thai ] = "ประชาชน";
};
// -----------------------------------------------------------------------------
@@ -454,7 +467,7 @@ String RID_GALLERYSTR_THEME_SURFACES
Text[ danish ] = "Overflader";
Text[ swedish ] = "Ytor";
Text[ polish ] = "Powierzchnie";
- Text[ portuguese_brazilian ] = "Texturas";
+ Text[ portuguese_brazilian ] = "Surfaces";
Text[ japanese ] = "表面";
Text[ chinese_simplified ] = "彩色平面";
Text[ chinese_traditional ] = "彩色平面";
@@ -463,8 +476,9 @@ String RID_GALLERYSTR_THEME_SURFACES
Text[ korean ] = "표면";
Text[ turkish ] = "Yzeyler";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Superficies";
+ Text[ catalan ] = "Superfcies";
Text[ finnish ] = "Pinnat";
+ Text[ thai ] = "พื้นผิว";
};
// -----------------------------------------------------------------------------
@@ -498,18 +512,19 @@ String RID_GALLERYSTR_THEME_RULERS
Text[ italian ] = "Limiti";
Text[ danish ] = "Grnser";
Text[ swedish ] = "Linjaler";
- Text[ polish ] = "Obramowania";
- Text[ portuguese_brazilian ] = "Limites";
+ Text[ polish ] = "Granice";
+ Text[ portuguese_brazilian ] = "Rulers";
Text[ japanese ] = "ルーラー";
Text[ chinese_simplified ] = "彩色线条";
Text[ chinese_traditional ] = "彩色線條";
Text[ arabic ] = "";
Text[ greek ] = "";
- Text[ korean ] = "경계";
+ Text[ korean ] = "눈금자";
Text[ turkish ] = "izgiler";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Lmites";
+ Text[ catalan ] = "Regles";
Text[ finnish ] = "Viivaimet";
+ Text[ thai ] = "ไม้บรรทัด";
};
// -----------------------------------------------------------------------------
@@ -528,7 +543,7 @@ String RID_GALLERYSTR_THEME_SOUNDS
Text[ danish ] = "Lyde";
Text[ swedish ] = "Ljud";
Text[ polish ] = "Dwiki";
- Text[ portuguese_brazilian ] = "Sons";
+ Text[ portuguese_brazilian ] = "Sounds";
Text[ japanese ] = "サウンド";
Text[ chinese_simplified ] = "声音图标";
Text[ chinese_traditional ] = "聲音圖示";
@@ -537,8 +552,9 @@ String RID_GALLERYSTR_THEME_SOUNDS
Text[ korean ] = "사운드";
Text[ turkish ] = "Sesler";
Text[ language_user1 ] = " ";
- Text[ catalan ] = "Sonidos";
+ Text[ catalan ] = "Sons";
Text[ finnish ] = "net";
+ Text[ thai ] = "เสียง";
};
// -----------------------------------------------------------------------------
@@ -557,7 +573,7 @@ String RID_GALLERYSTR_THEME_SYMBOLS
Text[ danish ] = "Symboler";
Text[ swedish ] = "Symboler";
Text[ polish ] = "Symbole";
- Text[ portuguese_brazilian ] = "Smbolos";
+ Text[ portuguese_brazilian ] = "Symbols";
Text[ japanese ] = "シンボル";
Text[ chinese_simplified ] = "各式图标";
Text[ chinese_traditional ] = "各式圖示";
@@ -568,6 +584,7 @@ String RID_GALLERYSTR_THEME_SYMBOLS
Text[ language_user1 ] = " ";
Text[ catalan ] = "Smbols";
Text[ finnish ] = "Symbolit";
+ Text[ thai ] = "สัญลักษณ์";
};
// -----------------------------------------------------------------------------
@@ -586,16 +603,17 @@ String RID_GALLERYSTR_THEME_MYTHEME
Text[ italian ] = "Argomento proprio";
Text[ danish ] = "Eget emne";
Text[ swedish ] = "Eget tema";
- Text[ polish ] = "Mj temat";
- Text[ portuguese_brazilian ] = "Temas prprios";
+ Text[ polish ] = "Wlasny temat";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "独自のテーマ";
Text[ korean ] = "고유 주제";
Text[ chinese_simplified ] = "自己的主题";
Text[ chinese_traditional ] = "自訂主題";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = " ";
- Text[ catalan ] = "Mis temas";
+ Text[ catalan ] = "El meu tema";
Text[ finnish ] = "Oma teema";
+ Text[ thai ] = "ชุดรูปแบบของฉัน";
};
// -----------------------------------------------------------------------------
@@ -623,15 +641,16 @@ String RID_GALLERYSTR_THEME_ARROWS
Text[ danish ] = "Pile";
Text[ swedish ] = "Pilar";
Text[ polish ] = "Strzaki";
- Text[ portuguese_brazilian ] = "Setas";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "矢印";
Text[ korean ] = "화살표";
Text[ chinese_simplified ] = "箭头";
Text[ chinese_traditional ] = "箭頭";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = "";
- Text[ catalan ] = "Flechas";
+ Text[ catalan ] = "Fletxes";
Text[ finnish ] = "Nuolet";
+ Text[ thai ] = "ลูกศร";
};
// -----------------------------------------------------------------------------
@@ -651,15 +670,16 @@ String RID_GALLERYSTR_THEME_BALLOONS
Text[ danish ] = "Talebobler";
Text[ swedish ] = "Pratbubblor";
Text[ polish ] = "Chmurki tekstowe";
- Text[ portuguese_brazilian ] = "Bales";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "吹き出し";
Text[ korean ] = "풍선";
Text[ chinese_simplified ] = "说话文字框";
Text[ chinese_traditional ] = "說話方框";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = " ";
- Text[ catalan ] = "Llamadas";
+ Text[ catalan ] = "Globus";
Text[ finnish ] = "Puhekuplat";
+ Text[ thai ] = "บอลลูน";
};
// -----------------------------------------------------------------------------
@@ -679,15 +699,16 @@ String RID_GALLERYSTR_THEME_KEYBOARD
Text[ danish ] = "Tastatur";
Text[ swedish ] = "Tangentbord";
Text[ polish ] = "Klawiatura";
- Text[ portuguese_brazilian ] = "Teclado";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "キーボード";
Text[ korean ] = "키보드";
Text[ chinese_simplified ] = "键盘";
Text[ chinese_traditional ] = "鍵盤";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = " ";
- Text[ catalan ] = "Teclado";
+ Text[ catalan ] = "Teclat";
Text[ finnish ] = "Nppimist";
+ Text[ thai ] = "แป้นพิมพ์";
};
// -----------------------------------------------------------------------------
@@ -707,7 +728,7 @@ String RID_GALLERYSTR_THEME_TIME
Text[ danish ] = "Tid";
Text[ swedish ] = "Tid";
Text[ polish ] = "Czas";
- Text[ portuguese_brazilian ] = "Hora";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "時間";
Text[ korean ] = "시간";
Text[ chinese_simplified ] = "时间";
@@ -716,6 +737,7 @@ String RID_GALLERYSTR_THEME_TIME
Text[ arabic ] = "";
Text[ catalan ] = "Hora";
Text[ finnish ] = "Aika";
+ Text[ thai ] = "เวลา";
};
// -----------------------------------------------------------------------------
@@ -735,7 +757,7 @@ String RID_GALLERYSTR_THEME_PRESENTATION
Text[ danish ] = "Prsentation";
Text[ swedish ] = "Presentation";
Text[ polish ] = "Prezentacja";
- Text[ portuguese_brazilian ] = "Apresentao";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "プレゼンテーション";
Text[ korean ] = "프레젠테이션";
Text[ chinese_simplified ] = "演示文稿";
@@ -744,6 +766,7 @@ String RID_GALLERYSTR_THEME_PRESENTATION
Text[ arabic ] = " ";
Text[ catalan ] = "Presentaci";
Text[ finnish ] = "Esitys";
+ Text[ thai ] = "การนำเสนอ";
};
// -----------------------------------------------------------------------------
@@ -763,15 +786,16 @@ String RID_GALLERYSTR_THEME_CALENDAR
Text[ danish ] = "Kalender";
Text[ swedish ] = "Kalender";
Text[ polish ] = "Kalendarz";
- Text[ portuguese_brazilian ] = "Calendrio";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "カレンダー";
Text[ korean ] = "칼렌더";
Text[ chinese_simplified ] = "日历";
Text[ chinese_traditional ] = "行事曆";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = "";
- Text[ catalan ] = "Calendario";
+ Text[ catalan ] = "Calendari";
Text[ finnish ] = "Kalenteri";
+ Text[ thai ] = "ปฏิทิน";
};
// -----------------------------------------------------------------------------
@@ -791,15 +815,16 @@ String RID_GALLERYSTR_THEME_NAVIGATION
Text[ danish ] = "Navigation";
Text[ swedish ] = "Navigation";
Text[ polish ] = "Nawigacja";
- Text[ portuguese_brazilian ] = "Navegao";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "ナビゲーション";
- Text[ korean ] = "네비게이션";
+ Text[ korean ] = "탐색";
Text[ chinese_simplified ] = "浏览";
Text[ chinese_traditional ] = "瀏覽";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = "";
- Text[ catalan ] = "Navegacin";
+ Text[ catalan ] = "Navegaci";
Text[ finnish ] = "Siirtyminen";
+ Text[ thai ] = "นำทาง";
};
// -----------------------------------------------------------------------------
@@ -819,15 +844,16 @@ String RID_GALLERYSTR_THEME_COMMUNICATION
Text[ danish ] = "Kommunikation";
Text[ swedish ] = "Kommunikation";
Text[ polish ] = "Komunikacja";
- Text[ portuguese_brazilian ] = "Comunicao";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "コミュニケーション";
Text[ korean ] = "통신";
Text[ chinese_simplified ] = "通讯";
Text[ chinese_traditional ] = "通訊";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = "";
- Text[ catalan ] = "Comunicacin";
+ Text[ catalan ] = "Comunicaci";
Text[ finnish ] = "Yhteydenpito";
+ Text[ thai ] = "การสื่อสาร";
};
// -----------------------------------------------------------------------------
@@ -847,15 +873,16 @@ String RID_GALLERYSTR_THEME_FINANCES
Text[ danish ] = "Finanser";
Text[ swedish ] = "Ekonomi";
Text[ polish ] = "Finanse";
- Text[ portuguese_brazilian ] = "Finanas";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "ファイナンス";
- Text[ korean ] = "회계";
+ Text[ korean ] = "재정 관리";
Text[ chinese_simplified ] = "财务";
Text[ chinese_traditional ] = "財務";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = "";
- Text[ catalan ] = "Finanzas";
+ Text[ catalan ] = "Finances";
Text[ finnish ] = "Talous";
+ Text[ thai ] = "การเงิน";
};
// -----------------------------------------------------------------------------
@@ -874,16 +901,17 @@ String RID_GALLERYSTR_THEME_COMPUTER
Text[ italian ] = "Computer";
Text[ danish ] = "Computer";
Text[ swedish ] = "Dator";
- Text[ polish ] = "Komputery";
- Text[ portuguese_brazilian ] = "Computador";
+ Text[ polish ] = "Komputer";
+ Text[ portuguese_brazilian ] = "My theme";
Text[ japanese ] = "コンピュータ";
Text[ korean ] = "컴퓨터";
Text[ chinese_simplified ] = "计算机";
Text[ chinese_traditional ] = "電腦";
Text[ turkish ] = "Kullanc konusu";
Text[ arabic ] = "";
- Text[ catalan ] = "Ordenador";
+ Text[ catalan ] = "Ordinadors";
Text[ finnish ] = "Tietokoneet";
+ Text[ thai ] = "คอมพิวเตอร์";
};
// -----------------------------------------------------------------------------
@@ -903,15 +931,16 @@ String RID_GALLERYSTR_THEME_CLIMA
Text[ danish ] = "Klima";
Text[ swedish ] = "Klimat";
Text[ polish ] = "Klimat";
- Text[ portuguese_brazilian ] = "Clima";
+ Text[ portuguese_brazilian ] = "Climate";
Text[ japanese ] = "気候";
Text[ korean ] = "기후";
Text[ chinese_simplified ] = "气候";
Text[ chinese_traditional ] = "氣候";
Text[ turkish ] = "Climate";
Text[ arabic ] = "Climate";
- Text[ catalan ] = "Climate";
+ Text[ catalan ] = "Clima";
Text[ finnish ] = "Ymprist";
+ Text[ thai ] = "อากาศ";
};
// -----------------------------------------------------------------------------
@@ -931,15 +960,16 @@ String RID_GALLERYSTR_THEME_EDUCATION
Text[ danish ] = "Skole og universitet";
Text[ swedish ] = "Skola & universitet";
Text[ polish ] = "Szkoa i uniwersytet";
- Text[ portuguese_brazilian ] = "Escola & Universidade";
+ Text[ portuguese_brazilian ] = "School & University";
Text[ japanese ] = "教育機関";
- Text[ korean ] = "학교 & 대학";
+ Text[ korean ] = "교육 기관";
Text[ chinese_simplified ] = "中学和大学";
Text[ chinese_traditional ] = "中學和大學";
Text[ turkish ] = "School & University";
Text[ arabic ] = "School & University";
- Text[ catalan ] = "School & University";
+ Text[ catalan ] = "Escola i universitat";
Text[ finnish ] = "Koulu ja yliopisto";
+ Text[ thai ] = "โรงเรียนและมหาวิทยาลัย";
};
// -----------------------------------------------------------------------------
@@ -958,16 +988,17 @@ String RID_GALLERYSTR_THEME_TROUBLE
Text[ italian ] = "Soluzioni";
Text[ danish ] = "Problemlsninger";
Text[ swedish ] = "Problemlsningar";
- Text[ polish ] = "Rozwizywanie problemw";
- Text[ portuguese_brazilian ] = "Soluo de problemas";
+ Text[ polish ] = "Rozwizania problemu";
+ Text[ portuguese_brazilian ] = "Problem Solving";
Text[ japanese ] = "トラブル解決";
Text[ korean ] = "문제 해결";
Text[ chinese_simplified ] = "解决问题的方案";
Text[ chinese_traditional ] = "解決問題的方案";
Text[ turkish ] = "Problem Solving";
Text[ arabic ] = "Problem Solving";
- Text[ catalan ] = "Problem Solving";
+ Text[ catalan ] = "Soluci de problemes";
Text[ finnish ] = "Ongelmanratkaisu";
+ Text[ thai ] = "การแก้ปัญหา";
};
// -----------------------------------------------------------------------------
@@ -988,7 +1019,7 @@ String RID_GALLERYSTR_THEME_SCREENBEANS
Text[ italian ] = "Screen Beans";
Text[ danish ] = "ScreenBeans";
Text[ swedish ] = "Screen Beans";
- Text[ polish ] = "Ludki";
+ Text[ polish ] = "ScreenBeans";
Text[ portuguese_brazilian ] = "ScreenBeans";
Text[ japanese ] = "Screen Beans";
Text[ korean ] = "ScreenBeans";
@@ -997,6 +1028,7 @@ String RID_GALLERYSTR_THEME_SCREENBEANS
Text[ turkish ] = "ScreenBeans";
Text[ arabic ] = "ScreenBeans";
Text[ catalan ] = "ScreenBeans";
+ Text[ thai ] = "Screen Beans";
};
// -----------------------------------------------------------------------------
@@ -1023,3 +1055,8 @@ String RID_GALLERYSTR_THEME_DUMMY5
+
+
+
+
+