summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_svx/source/form/svx_tbxform.src
blob: 2f8cc0495278b7e6dfc8c6efee09e1cd5665960b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 .
 */
#define NO_LOCALIZE_EXPORT
#include "svxids.hrc"
#include "fmresids.hrc"
#include "helpid.hrc"

#define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; }

String RID_SVXTBX_FORM_FILTER
{
    Text [ de ] = "Filterleiste" ;
    Text [ en-US ] = "Filter bar" ;
    Text [ x-comment ] = " ";
    Text[ pt ] = "Barra de filtros";
    Text[ ru ] = "Панель фильтров";
    Text[ el ] = "Γραμμή φίλτρου";
    Text[ nl ] = "Filterbalk";
    Text[ fr ] = "Barre de filtres";
    Text[ es ] = "Barra de filtros";
    Text[ fi ] = "Suodatusrivi";
    Text[ ca ] = "Barra de filtre";
    Text[ it ] = "Barra dei filtri";
    Text[ sk ] = "Panel filtra";
    Text[ da ] = "Filterlinje";
    Text[ sv ] = "Filterlist";
    Text[ pl ] = "Pasek filtru";
    Text[ pt-BR ] = "Barra de filtros";
    Text[ th ] = "แถบตัวกรอง";
    Text[ ja ] = "フィルタバー";
    Text[ ko ] = "필터 도구모음";
    Text[ zh-CN ] = "筛选栏";
    Text[ zh-TW ] = "篩選欄";
    Text[ tr ] = "Filtre çubuğu";
    Text[ hi-IN ] = "फिल्टर पट्टी";
    Text[ ar ] = "شريط الفلتر";
    Text[ he ] = "‮סרגל מסננים‬";
};

String RID_SVXTBX_FORM_NAVIGATION
{
    Text [ de ] = "Datenbankleiste" ;
    Text [ en-US ] = "Database bar" ;
    Text [ x-comment ] = " ";
    Text[ pt ] = "Barra de ferramentas da base de dados";
    Text[ ru ] = "Панель базы данных";
    Text[ el ] = "Γραμμή βάσης δεδομένων";
    Text[ nl ] = "Databasebalk";
    Text[ fr ] = "Barre de base de données";
    Text[ es ] = "Barra de base de datos";
    Text[ fi ] = "Tietolähdetyökalurivi";
    Text[ ca ] = "Barra de la base de dades";
    Text[ it ] = "Barra degli strumenti per database";
    Text[ sk ] = "Panel databázy";
    Text[ da ] = "Databaselinje";
    Text[ sv ] = "Databaslist";
    Text[ pl ] = "Pasek bazy danych";
    Text[ pt-BR ] = "Barra do banco de dados";
    Text[ th ] = "แถบฐานข้อมูล";
    Text[ ja ] = "データベースバー";
    Text[ ko ] = "데이터베이스 도구모음";
    Text[ zh-CN ] = "数据库工具栏";
    Text[ zh-TW ] = "資料庫工具列";
    Text[ tr ] = "Veritabanı çubuğu";
    Text[ hi-IN ] = "लेखासंचय पट्टी";
    Text[ ar ] = "شريط قاعدة البيانات";
    Text[ he ] = "‮סרגל מסד נתונים‬";
};