提交 1d874fb3 编写于 作者: S serge-rider

DB2 i18n fixes


Former-commit-id: 957e99ea
上级 40730d64
......@@ -21,7 +21,7 @@ package org.jkiss.dbeaver.ext.db2.ui.internal;
import org.eclipse.osgi.util.NLS;
public class DB2Messages extends NLS {
static final String BUNDLE_NAME = "org.jkiss.dbeaver.ext.db2.DB2Resources"; //$NON-NLS-1$
static final String BUNDLE_NAME = "org.jkiss.dbeaver.ext.db2.ui.internal.DB2Resources"; //$NON-NLS-1$
static {
// initialize resource bundle
......
db2_connection_page_tab_database=Database
db2_connection_page_tab_security=Security
db2_connection_trace_page_checkbox_connect=Connects
db2_connection_trace_page_checkbox_connection_calls=Connection calls
db2_connection_trace_page_checkbox_diagnostics=Diagnostics
db2_connection_trace_page_checkbox_drda_flows=DRDA flows
db2_connection_trace_page_checkbox_driver_configuration=Driver configuration
db2_connection_trace_page_checkbox_enable_trace=Enable trace
db2_connection_trace_page_checkbox_parameter_metadata=Parameter metadata
db2_connection_trace_page_checkbox_result_set_calls=Result set calls
db2_connection_trace_page_checkbox_result_set_metadata=Result set metadata
db2_connection_trace_page_checkbox_sql_j=SQL J
db2_connection_trace_page_checkbox_statement_calls=Statement calls
db2_connection_trace_page_checkbox_xa_calls=XA calls
db2_connection_trace_page_header_levels=Levels
db2_connection_trace_page_label_file_name=File name
db2_connection_trace_page_label_folder=Folder
db2_connection_trace_page_string_trace=trace
db2_connection_trace_page_tab_description_trace_settings=Trace settings
db2_connection_trace_page_tab_trace_settings=Trace settings
db2_connection_trace_page_checkbox_append=Append
dialog_connection_host=Host
dialog_connection_password=Password
dialog_connection_port=Port
dialog_connection_database=Database
dialog_connection_user_name=User name
dialog_table_tools_success_title=Success
dialog_table_tools_options=Options
dialog_table_tools_result=Result
dialog_table_tools_progress=Progress
dialog_table_tools_runstats_title=Runstats on Table
dialog_table_tools_runstats_cols_title=Collect Colums Statistics
dialog_table_tools_runstats_cols_all=All Columns
dialog_table_tools_runstats_cols_all_and_distribution=All Columns with Distribution
dialog_table_tools_runstats_cols_no=No Statistics on Columns
dialog_table_tools_runstats_indexes_title=Collect Indexes Statistics
dialog_table_tools_runstats_indexes_detailed=Extended Detailed Statistics with Sampling on all Indexes
dialog_table_tools_runstats_indexes_all=All Indexes
dialog_table_tools_runstats_indexes_no=No Statistics on Indexes
dialog_table_tools_runstats_stats_title=Table Sampling (% of Pages)
dialog_table_tools_reorg_title=Reorg Table
dialog_table_tools_reorg_inplace=Reorg in place?
dialog_table_tools_reorg_useindex=Reorg Using Existing Index?
dialog_table_tools_reorg_useindexscan=Use Index Scan?
dialog_table_tools_reorg_truncate=Truncate Table After Reorg?
dialog_table_tools_reorg_usetempts=Use Temporary Tablespace?
dialog_table_tools_reorg_reorglobs=Reorg LOBs and Long Columns?
dialog_table_tools_reorg_reorglobsts=Use Temp. Tablespace for LOBs and Long Cols
dialog_table_tools_reorg_resetdict=Reset Dictionary?
dialog_table_tools_reorg_access_title=Table Access
dialog_table_tools_reorg_access_no=Allow No Access
dialog_table_tools_reorg_access_read=Allow Read-Only Access
dialog_table_tools_reorg_access_readwrite=Allow Read and Write Access
dialog_table_tools_reorgix_title=Reorg Index on Table
dialog_table_tools_reorgix_access_title=Table Access
dialog_table_tools_reorgix_access_default=Use Default Access
dialog_table_tools_reorgix_access_no=Allow No Access
dialog_table_tools_reorgix_access_read=Allow Read-Only Access
dialog_table_tools_reorgix_access_readwrite=Allow Read and Write Access
dialog_table_tools_reorgix_options_title=Options
dialog_table_tools_reorgix_options_full=Full Index Reorg
dialog_table_tools_reorgix_options_cleanup_keys=Only Cleanup Pseudo Deleted Keys and Pages
dialog_table_tools_reorgix_options_cleanup_pages=Only Cleanup Pseudo Deleted Pages
dialog_table_tools_reorgcheck_title=Reorg Check on Table
dialog_table_tools_truncate_title=Truncate Table(s)
dialog_table_tools_truncate_storage_title=Storage Options
dialog_table_tools_truncate_storage_reuse=Reuse Storage
dialog_table_tools_truncate_storage_drop=Drop Storage
dialog_table_tools_truncate_triggers_title=Delete Triggers Options
dialog_table_tools_truncate_triggers_ignore=Ignore Delete Triggers
dialog_table_tools_truncate_triggers_restrict=Restrict When Delete Triggers
dialog_tools_msg_title=Retrieve SQL Message from SQL Code
dialog_tools_msg_code=SQL Code?
dialog_tools_mes_error_code_title=Error
dialog_tools_mes_error_code=The SQL Code must be Numeric, eg -551, 803...
dialog_tools_mes_message=SQL Message
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
dialog_connection_database = Datenbank
dialog_connection_host = Host
dialog_connection_password = Passwort
dialog_connection_port = Port
dialog_connection_user_name = Benutzername
dialog_table_tools_options = Optionen
dialog_table_tools_progress = Fortschritt
dialog_table_tools_reorg_access_no = Kein Zugriff erlauben
dialog_table_tools_reorg_access_read = Nur Lesezugriff erlauben
dialog_table_tools_reorg_access_readwrite = Lese- und Schreibzugriff erlauben
dialog_table_tools_reorg_access_title = Tabellenzugriff
dialog_table_tools_reorg_inplace = Reorg in Position?
dialog_table_tools_reorg_reorglobs = Reorg LOBs und langen Spalten?
dialog_table_tools_reorg_reorglobsts = Temp. Tablespace f\u00FCr LOBs und Lange Spalten verwenden
dialog_table_tools_reorg_resetdict = W\u00F6rterbuch zur\u00FCcksetzen?
dialog_table_tools_reorg_title = Reorg Tabelle
dialog_table_tools_reorg_truncate = Tabelle nach Reorg abschneiden?
dialog_table_tools_reorg_useindex = Reorg mit bestehendem Index?
dialog_table_tools_reorg_useindexscan = Index-Scan verwenden?
dialog_table_tools_reorg_usetempts = Tempor\u00E4ren Tablespace verwenden?
dialog_table_tools_reorgcheck_title = Reorg-Pr\u00FCfung auf Tabelle
dialog_table_tools_reorgcheckix_title = Reorg-Check auf Tabellenindizes
dialog_table_tools_reorgix_access_default = Standardzugang verwenden
dialog_table_tools_reorgix_access_no = Kein Zugriff erlauben
dialog_table_tools_reorgix_access_read = Lesezugriff erlauben
dialog_table_tools_reorgix_access_readwrite = Lese- und Schreibzugriff erlauben
dialog_table_tools_reorgix_access_title = Tabellenzugriff
dialog_table_tools_reorgix_options_cleanup_keys = Nur Pseudogel\u00F6schte Schl\u00FCssel und Seiten bereinigen
dialog_table_tools_reorgix_options_cleanup_pages = Nur Pseudogel\u00F6schte Seiten bereinigen
dialog_table_tools_reorgix_options_full = Vollst\u00E4ndiger Index Reorg
dialog_table_tools_reorgix_options_title = Optionen
dialog_table_tools_reorgix_title = Reorg Index auf Tabelle
dialog_table_tools_result = Ergebnis
dialog_table_tools_runstats_cols_all = Alle Spalten
dialog_table_tools_runstats_cols_all_and_distribution = Alle Spalten mit Verteilung
dialog_table_tools_runstats_cols_no = Keine Statistiken zu den Spalten
dialog_table_tools_runstats_cols_title = Sammeln Sie Kolumnenstatistiken
dialog_table_tools_runstats_indexes_all = Alle Indizes
dialog_table_tools_runstats_indexes_detailed = Erweiterte detaillierte Statistiken mit Stichproben auf allen Indizes
dialog_table_tools_runstats_indexes_no = Keine Statistiken f\u00FCr Indizes
dialog_table_tools_runstats_indexes_title = Sammeln von Indexstatistiken
dialog_table_tools_runstats_stats_title = Tabellen-Stichproben (% der Seiten)
dialog_table_tools_runstats_title = Runstats auf Tabelle
dialog_table_tools_success_title = Erfolg
dialog_table_tools_truncate_storage_drop = Speicher auswerfen
dialog_table_tools_truncate_storage_reuse = Speicher wiederverwenden
dialog_table_tools_truncate_storage_title = Speicheroptionen
dialog_table_tools_truncate_title = Tabelle(n) abschneiden
dialog_table_tools_truncate_triggers_ignore = L\u00F6schausl\u00F6ser ignorieren
dialog_table_tools_truncate_triggers_restrict = Einschr\u00E4nken beim L\u00F6schen von Triggern
dialog_table_tools_truncate_triggers_title = Trigger-Optionen l\u00F6schen
dialog_tools_mes_error_code = Der SQL-Code muss numerisch sein, z.B. -551, 803...
dialog_tools_mes_error_code_title = Fehler
dialog_tools_mes_message = SQL-Nachricht
dialog_tools_msg_code = SQL-Code?
dialog_tools_msg_title = Abrufen der SQL-Nachricht aus dem SQL-Code
db2_connection_trace_page_checkbox_connect=\u0421\u043E\u0435\u0434\u0438\u043D\u0438\u0442\u044C
db2_connection_trace_page_checkbox_connection_calls=\u0412\u044B\u0437\u043E\u0432\u044B \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F
db2_connection_trace_page_checkbox_diagnostics=\u0414\u0438\u0430\u0433\u043D\u043E\u0441\u0442\u0438\u043A\u0430
db2_connection_trace_page_checkbox_drda_flows=\u041F\u043E\u0442\u043E\u043A\u0438 DRDA
db2_connection_trace_page_checkbox_driver_configuration=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0434\u0440\u0430\u0439\u0432\u0435\u0440\u0430
db2_connection_trace_page_checkbox_enable_trace=\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435
db2_connection_trace_page_checkbox_parameter_metadata=\u041C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043E\u0432
db2_connection_trace_page_checkbox_result_set_calls=\u0412\u044B\u0437\u043E\u0432\u044B \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0438\u0440\u0443\u044E\u0449\u0435\u0433\u043E \u043D\u0430\u0431\u043E\u0440\u0430
db2_connection_trace_page_checkbox_result_set_metadata=\u041C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0435 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0438\u0440\u0443\u044E\u0449\u0435\u0433\u043E \u043D\u0430\u0431\u043E\u0440\u0430
db2_connection_trace_page_checkbox_sql_j=SQL J
db2_connection_trace_page_checkbox_statement_calls=\u0412\u044B\u0437\u043E\u0432\u044B \u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u043E\u0432
db2_connection_trace_page_checkbox_xa_calls=\u0412\u044B\u0437\u043E\u0432\u044B XA
db2_connection_trace_page_header_levels=\u0423\u0440\u043E\u0432\u043D\u0438
db2_connection_trace_page_label_file_name=\u0418\u043C\u044F \u0444\u0430\u0439\u043B\u0430
db2_connection_trace_page_label_folder=\u041F\u0430\u043F\u043A\u0430
db2_connection_trace_page_string_trace=\u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435
db2_connection_trace_page_tab_description_trace_settings=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u044F
db2_connection_trace_page_tab_trace_settings=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u044F
db2_connection_page_tab_database=\u0411\u0430\u0437\u0430 \u0434\u0430\u043D\u043D\u044B\u0445
db2_connection_page_tab_security=\u0411\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u044C
db2_connection_trace_page_checkbox_append=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C
dialog_connection_host=\u0425\u043E\u0441\u0442
dialog_connection_password=\u041F\u0430\u0440\u043E\u043B\u044C
dialog_connection_port=\u041F\u043E\u0440\u0442
dialog_connection_database=\u0411\u0430\u0437\u0430 \u0434\u0430\u043D\u043D\u044B\u0445
dialog_connection_user_name=\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F
dialog_table_tools_success_title=Success
dialog_table_tools_options=Options
dialog_table_tools_result=Result
dialog_table_tools_progress=Progress
dialog_table_tools_runstats_title=Runstats on Table
dialog_table_tools_runstats_cols_title=Collect Colums Statistics
dialog_table_tools_runstats_cols_all=All Columns
dialog_table_tools_runstats_cols_all_and_distribution=All Columns with Distribution
dialog_table_tools_runstats_cols_no=No Statistics on Columns
dialog_table_tools_runstats_indexes_title=Collect Indexes Statistics
dialog_table_tools_runstats_indexes_detailed=Extended Detailed Statistics with Sampling on all Indexes
dialog_table_tools_runstats_indexes_all=All Indexes
dialog_table_tools_runstats_indexes_no=No Statistics on Indexes
dialog_table_tools_runstats_stats_title=Table Sampling (% of Pages)
dialog_table_tools_reorg_title=Reorg Table
dialog_table_tools_reorg_inplace=Reorg in place?
dialog_table_tools_reorg_useindex=Reorg Using Existing Index?
dialog_table_tools_reorg_useindexscan=Use Index Scan?
dialog_table_tools_reorg_truncate=Truncate Table After Reorg?
dialog_table_tools_reorg_usetempts=Use Temporary Tablespace?
dialog_table_tools_reorg_reorglobs=Reorg LOBs and Long Columns?
dialog_table_tools_reorg_reorglobsts=Use Temp. Tablespace for LOBs and Long Cols
dialog_table_tools_reorg_resetdict=Reset Dictionary?
dialog_table_tools_reorg_access_title=Table Access
dialog_table_tools_reorg_access_no=Allow No Access
dialog_table_tools_reorg_access_read=Allow Read-Only Access
dialog_table_tools_reorg_access_readwrite=Allow Read and Write Access
dialog_table_tools_reorgix_title=Reorg Index on Table
dialog_table_tools_reorgix_access_title=Table Access
dialog_table_tools_reorgix_access_default=Use Default Access
dialog_table_tools_reorgix_access_no=Allow No Access
dialog_table_tools_reorgix_access_read=Allow Read-Only Access
dialog_table_tools_reorgix_access_readwrite=Allow Read and Write Access
dialog_table_tools_reorgix_options_title=Options
dialog_table_tools_reorgix_options_full=Full Index Reorg
dialog_table_tools_reorgix_options_cleanup_keys=Only Cleanup Pseudo Deleted Keys and Pages
dialog_table_tools_reorgix_options_cleanup_pages=Only Cleanup Pseudo Deleted Pages
dialog_table_tools_reorgcheck_title=Reorg Check on Table
dialog_table_tools_reorgcheckix_title=Reorg Check on Table Indexes
dialog_table_tools_truncate_title=Truncate Table(s)
dialog_table_tools_truncate_storage_title=Storage Options
dialog_table_tools_truncate_storage_reuse=Reuse Storage
dialog_table_tools_truncate_storage_drop=Drop Storage
dialog_table_tools_truncate_triggers_title=Delete Triggers Options
dialog_table_tools_truncate_triggers_ignore=Ignore Delete Triggers
dialog_table_tools_truncate_triggers_restrict=Restrict When Delete Triggers
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册