summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/TableGrantCtrl.src
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-06-21 07:45:50 +0000
committerOcke Janssen <oj@openoffice.org>2001-06-21 07:45:50 +0000
commit1118775ad5b2f14a1dee034f0ca54f3e23fb4743 (patch)
tree23cfb6bccd2971e38fceafe0ef43cf37133ce79b /dbaccess/source/ui/control/TableGrantCtrl.src
parentf456c18cae73f39be1e053add3825905265759ad (diff)
#88434# row fixes
Diffstat (limited to 'dbaccess/source/ui/control/TableGrantCtrl.src')
-rw-r--r--dbaccess/source/ui/control/TableGrantCtrl.src97
1 files changed, 12 insertions, 85 deletions
diff --git a/dbaccess/source/ui/control/TableGrantCtrl.src b/dbaccess/source/ui/control/TableGrantCtrl.src
index 69459fdf9e3b..9dd0a506b15a 100644
--- a/dbaccess/source/ui/control/TableGrantCtrl.src
+++ b/dbaccess/source/ui/control/TableGrantCtrl.src
@@ -2,9 +2,9 @@
*
* $RCSfile: TableGrantCtrl.src,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-06-20 06:58:16 $
+ * last change: $Author: oj $ $Date: 2001-06-21 08:45:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,74 +89,20 @@ String STR_TABLE_PRIV_NAME
String STR_TABLE_PRIV_INSERT
{
- Text = "Einfgen";
- Text[ENGLISH] = "Insert";
- Text[ english_us ] = "Insert";
- Text[ portuguese ] = "Inserir";
- Text[ russian ] = "";
- Text[ greek ] = "";
- Text[ dutch ] = "Invoegen";
- Text[ french ] = "Insrer";
- Text[ spanish ] = "Insertar";
- Text[ italian ] = "Inserisci";
- Text[ danish ] = "Indst";
- Text[ swedish ] = "Infoga";
- Text[ polish ] = "Wstaw";
- Text[ portuguese_brazilian ] = "Insert";
- Text[ japanese ] = "}";
- Text[ korean ] = "";
- Text[ chinese_simplified ] = "";
- Text[ chinese_traditional ] = "J";
- Text[ arabic ] = "";
- Text[ turkish ] = "Ekle";
+ Text = "Daten einfgen";
+ Text[ENGLISH] = "Insert data";
};
String STR_TABLE_PRIV_DELETE
{
- Text = "Lschen";
- Text[ENGLISH] = "Delete";
- Text[ english_us ] = "Delete";
- Text[ portuguese ] = "Eliminar";
- Text[ russian ] = "";
- Text[ greek ] = "";
- Text[ dutch ] = "Wissen";
- Text[ french ] = "Supprimer";
- Text[ spanish ] = "Eliminar";
- Text[ italian ] = "Cancella";
- Text[ danish ] = "Slet";
- Text[ swedish ] = "Radera";
- Text[ polish ] = "Usu";
- Text[ portuguese_brazilian ] = "Delete";
- Text[ japanese ] = "폜";
- Text[ korean ] = "";
- Text[ chinese_simplified ] = "ɾ";
- Text[ chinese_traditional ] = "R";
- Text[ arabic ] = "";
- Text[ turkish ] = "Sil";
+ Text = "Daten lschen";
+ Text[ENGLISH] = "Delete data";
};
String STR_TABLE_PRIV_UPDATE
{
- Text = "ndern";
- Text[ENGLISH] = "Update";
- Text[ english_us ] = "Modify";
- Text[ portuguese ] = "Modificar";
- Text[ russian ] = "";
- Text[ greek ] = "";
- Text[ dutch ] = "Wijzigen";
- Text[ french ] = "Modifier";
- Text[ spanish ] = "Modificar";
- Text[ italian ] = "Cambia";
- Text[ danish ] = "Modificer";
- Text[ swedish ] = "ndra";
- Text[ polish ] = "Modyfikuj";
- Text[ portuguese_brazilian ] = "Update";
- Text[ japanese ] = "ύX";
- Text[ korean ] = "";
- Text[ chinese_simplified ] = "";
- Text[ chinese_traditional ] = "s";
- Text[ arabic ] = "";
- Text[ turkish ] = "Deitir";
+ Text = "Daten ndern";
+ Text[ENGLISH] = "Update data";
};
String STR_TABLE_PRIV_ALTER
@@ -184,26 +130,8 @@ String STR_TABLE_PRIV_ALTER
};
String STR_TABLE_PRIV_SELECT
{
- Text = "Lesen";
- Text[ENGLISH] = "Select";
- Text[ english_us ] = "Read";
- Text[ portuguese ] = "Ler";
- Text[ russian ] = "";
- Text[ greek ] = "";
- Text[ dutch ] = "Lezen";
- Text[ french ] = "Lire";
- Text[ spanish ] = "Leer";
- Text[ italian ] = "Leggi";
- Text[ danish ] = "Ls";
- Text[ swedish ] = "Ls";
- Text[ polish ] = "Czytaj";
- Text[ portuguese_brazilian ] = "Select";
- Text[ japanese ] = "ǂݎ";
- Text[ korean ] = "б";
- Text[ chinese_simplified ] = "ȡ";
- Text[ chinese_traditional ] = "Ū";
- Text[ arabic ] = "";
- Text[ turkish ] = "Oku";
+ Text = "Daten lesen";
+ Text[ENGLISH] = "Select data";
};
String STR_TABLE_PRIV_REFERENCE
@@ -232,9 +160,8 @@ String STR_TABLE_PRIV_REFERENCE
String STR_TABLE_PRIV_DROP
{
- Text = "Lschen";
- Text[ENGLISH] = "Droping";
- Text[ english_us ] = "Droping";
+ Text = "Struktur lschen";
+ Text[ENGLISH] = "Drop structure";
};