Skip to content

Commit

Permalink
Consistent naming of DB Browser for SQLite (sqlitebrowser#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
horst-p-w-neubauer authored Apr 30, 2020
1 parent 2bce428 commit 253fcae
Show file tree
Hide file tree
Showing 18 changed files with 3,405 additions and 3,178 deletions.
4 changes: 2 additions & 2 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
<string>Save the current session to a file</string>
</property>
<property name="whatsThis">
<string>This button lets you save all the settings associated to the open DB to a DB4S project file</string>
<string>This button lets you save all the settings associated to the open DB to a DB Browser for SQLite project file</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
Expand All @@ -1664,7 +1664,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
<string>Load a working session from a file</string>
</property>
<property name="whatsThis">
<string>This button lets you open a DB4S project file</string>
<string>This button lets you open a DB Browser for SQLite project file</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
Expand Down
2 changes: 1 addition & 1 deletion src/RemoteDock.ui
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<item>
<widget class="QTreeView" name="treeStructure">
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In this pane, remote databases from dbhub.io website can be added to DB4S. First you need an identity:&lt;/p&gt;&lt;ol style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Login to the dbhub.io website (use your GitHub credentials or whatever you want)&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Click the button to create a DB4S certificate (that's your identity). That'll give you a certificate file (save it to your local disk).&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Go to the Remote tab in DB4S Preferences. Click the button to add a new certificate to DB4S and choose the just downloaded certificate file.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Now the Remote panel shows your identity and you can add remote databases.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In this pane, remote databases from dbhub.io website can be added to DB Browser for SQLite. First you need an identity:&lt;/p&gt;&lt;ol style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Login to the dbhub.io website (use your GitHub credentials or whatever you want)&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Click the button to &amp;quot;Generate client certificate&amp;quot; (that's your identity). That'll give you a certificate file (save it to your local disk).&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Go to the Remote tab in DB Browser for SQLite Preferences. Click the button to add a new certificate to DB Browser for SQLite and choose the just downloaded certificate file.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Now the Remote panel shows your identity and you can add remote databases.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
Expand Down
458 changes: 250 additions & 208 deletions src/translations/sqlb_ar_SA.ts

Large diffs are not rendered by default.

407 changes: 207 additions & 200 deletions src/translations/sqlb_cs.ts

Large diffs are not rendered by default.

407 changes: 213 additions & 194 deletions src/translations/sqlb_de.ts

Large diffs are not rendered by default.

405 changes: 200 additions & 205 deletions src/translations/sqlb_en_GB.ts

Large diffs are not rendered by default.

407 changes: 213 additions & 194 deletions src/translations/sqlb_es_ES.ts

Large diffs are not rendered by default.

407 changes: 213 additions & 194 deletions src/translations/sqlb_fr.ts

Large diffs are not rendered by default.

403 changes: 209 additions & 194 deletions src/translations/sqlb_it.ts

Large diffs are not rendered by default.

407 changes: 213 additions & 194 deletions src/translations/sqlb_ja.ts

Large diffs are not rendered by default.

413 changes: 210 additions & 203 deletions src/translations/sqlb_ko_KR.ts

Large diffs are not rendered by default.

407 changes: 213 additions & 194 deletions src/translations/sqlb_pl.ts

Large diffs are not rendered by default.

409 changes: 214 additions & 195 deletions src/translations/sqlb_pt_BR.ts

Large diffs are not rendered by default.

411 changes: 211 additions & 200 deletions src/translations/sqlb_ru.ts

Large diffs are not rendered by default.

407 changes: 213 additions & 194 deletions src/translations/sqlb_tr.ts

Large diffs are not rendered by default.

411 changes: 205 additions & 206 deletions src/translations/sqlb_uk_UA.ts

Large diffs are not rendered by default.

407 changes: 213 additions & 194 deletions src/translations/sqlb_zh.ts

Large diffs are not rendered by default.

411 changes: 205 additions & 206 deletions src/translations/sqlb_zh_TW.ts

Large diffs are not rendered by default.

0 comments on commit 253fcae

Please sign in to comment.