summaryrefslogtreecommitdiff
path: root/uui/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 18:28:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 18:28:44 +0000
commit0e9f3e02a77609102f1ae43b734c18ff26e6b388 (patch)
tree92aff6cbe101eed1695a7589c1c777d43eb2b373 /uui/source
parent77f31b62f7fa1d2e32c4cfcdafb059db7d9c85a7 (diff)
INTEGRATION: CWS mav3 (1.42.6.8.2.6.14); FILE MERGED
2003/04/03 10:20:30 mav 1.42.6.8.2.6.14.1: #106488# add removed fix
Diffstat (limited to 'uui/source')
-rw-r--r--uui/source/ids.src50
1 files changed, 25 insertions, 25 deletions
diff --git a/uui/source/ids.src b/uui/source/ids.src
index df7b16a6e168..1eb1b6cc64ac 100644
--- a/uui/source/ids.src
+++ b/uui/source/ids.src
@@ -2,9 +2,9 @@
*
* $RCSfile: ids.src,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:44:58 $
+ * last change: $Author: hr $ $Date: 2003-04-04 19:28:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1449,29 +1449,29 @@ Resource RID_UUI_ERRHDL
String (ERRCODE_UUI_IO_CANTCREATE_NONAME & ERRCODE_RES_MASK)
{
- Text = "Das Objekt kann im Verzeichnis $(ARG2) nicht angelegt werden";
- Text[english] = "The object could not be created in directory $(ARG2)";
- Text[ english_us ] = "The object cannot be created in directory $(ARG2)";
- Text[ portuguese ] = "Impossvel criar o objecto no directrio $(ARG2).";
- Text[ russian ] = " $(ARG2)";
- Text[ greek ] = "The object could not be created in directory $(ARG2)";
- Text[ dutch ] = "Het object kan niet in directory $(ARG2) worden gemaakt";
- Text[ french ] = "Impossible de crer l'objet dans le rpertoire $(ARG2) !";
- Text[ spanish ] = "No se puede crear el objeto en el directorio $(ARG2).";
- Text[ finnish ] = "Kohdetta ei voi luoda hakemistoon $(ARG2).";
- Text[ italian ] = "Impossibile creare l'oggetto nella cartella $(ARG2)";
- Text[ danish ] = "Objektet kan ikke oprettes i biblioteket $(ARG2)";
- Text[ swedish ] = "Det gr inte att skapa objektet i katalogen $(ARG2)";
- Text[ polish ] = "Utworzenie obiektu w katalogu $(ARG2) nie jest moliwe";
- Text[ portuguese_brazilian ] = "The object could not be created in directory $(ARG2)";
- Text[ japanese ] = "オブジェクトはフォルダ $(ARG2) に格納できません。";
- Text[ korean ] = "디렉토리 $(ARG2)에 개체을(를) 만들 수 없습니다.";
- Text[ chinese_simplified ] = "无法在目录 $(ARG2) 内新建对象。";
- Text[ chinese_traditional ] = "無法在目錄 $(ARG2) 之下建立物件";
- Text[ turkish ] = "The object could not be created in directory $(ARG2)";
- Text[ arabic ] = "The object could not be created in directory $(ARG2)";
- Text[ catalan ] = "L'objecte no es pot crear en el directori $(ARG2)";
- Text[ thai ] = "The object cannot be created in directory $(ARG2)";
+ Text = "Das Objekt kann im Verzeichnis $(ARG1) nicht angelegt werden";
+ Text[english] = "The object could not be created in directory $(ARG1)";
+ Text[ english_us ] = "The object cannot be created in directory $(ARG1)";
+ Text[ portuguese ] = "Impossvel criar o objecto no directrio $(ARG1).";
+ Text[ russian ] = " $(ARG1)";
+ Text[ greek ] = "The object could not be created in directory $(ARG1)";
+ Text[ dutch ] = "Het object kan niet in directory $(ARG1) worden gemaakt";
+ Text[ french ] = "Impossible de crer l'objet dans le rpertoire $(ARG1) !";
+ Text[ spanish ] = "No se puede crear el objeto en el directorio $(ARG1).";
+ Text[ finnish ] = "Kohdetta ei voi luoda hakemistoon $(ARG1).";
+ Text[ italian ] = "Impossibile creare l'oggetto nella cartella $(ARG1)";
+ Text[ danish ] = "Objektet kan ikke oprettes i biblioteket $(ARG1)";
+ Text[ swedish ] = "Det gr inte att skapa objektet i katalogen $(ARG1)";
+ Text[ polish ] = "Utworzenie obiektu w katalogu $(ARG1) nie jest moliwe";
+ Text[ portuguese_brazilian ] = "The object could not be created in directory $(ARG1)";
+ Text[ japanese ] = "オブジェクトはフォルダ $(ARG1) に格納できません。";
+ Text[ korean ] = "디렉토리 $(ARG1)에 개체을(를) 만들 수 없습니다.";
+ Text[ chinese_simplified ] = "无法在目录 $(ARG1) 内新建对象。";
+ Text[ chinese_traditional ] = "無法在目錄 $(ARG1) 之下建立物件";
+ Text[ turkish ] = "The object could not be created in directory $(ARG1)";
+ Text[ arabic ] = "The object could not be created in directory $(ARG1)";
+ Text[ catalan ] = "L'objecte no es pot crear en el directori $(ARG1)";
+ Text[ thai ] = "The object cannot be created in directory $(ARG1)";
};
String (ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE & ERRCODE_RES_MASK)