Skip to content

Commit

Permalink
Repair strings (#24)
Browse files Browse the repository at this point in the history
* RepairStrings: repair mistakes in labels/buttons

* RepairStrings: update gitignore to ignore metadata

* RepairStrings: revert gitignore
  • Loading branch information
Paul Gheorghe authored and hongwoo-nam committed Dec 13, 2016
1 parent 08ec0cd commit 652c81a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.class
**/bin/*
**/bin/*
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ tooltipBack=Back
tooltipForward=Forward

#SearchContributionComposite
btnSearchTooltip=Search the CUBRID site
lblSearchDesc=Search the CUBRID Site
btnSearchTooltip=Search in cubrid.org
lblSearchDesc=Search in cubrid.org
urlSearch=http://www.cubrid.org/?act=IS&search_target=title_content&is_keyword=
tabSearch=CUBRID Search
tooltipTabSearch=CUBRID Search
Expand Down Expand Up @@ -357,7 +357,7 @@ miniSchemaCopyDdlTooltip=Copy to clipboard the DDL by pressing CTRL + C\nor open

grpUseDashboard=Show Dashboard
btnUseDashboardHost=Use Host dashboard
btnUseDashboardDatabase=Use Databse dashboard
btnUseDashboardDatabase=Use Database dashboard

#cubrid broker conf edit utility
cubridBrokerConfOpenFileDialogMessage=Set file parameter
Expand Down Expand Up @@ -545,4 +545,4 @@ lblShowDashboard=Show:
lblAutoRefreshSecond=Refresh:
lblAutoRefreshSecondUnit=Second
titleShowDashboard=Dashboard Setting
databaseDashboardAutoRefreshConfErrMsg=Auto refresh time should be between {0} and {1}.
databaseDashboardAutoRefreshConfErrMsg=Auto refresh time should be between {0} and {1}.
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ titleTableDescEditor=Edit a table description
msgTableDescEditor=Please input a table description.
labelTableDescEditor=Description:
msgFailedByRollback=Failed executing this query because of rollback transaction.
titleCloneTable=&Clone Table...
titleCloneTable=Clone Table...
msgCloneTable=Please input the target name.
lblTargetName=Target Name:
errInvalidName=Invalid table name "{0}".
errInvalidName=Invalid table name "{0}".
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ sql_history_delete_error=Please select some SQL histories to delete.
sql_history_delete_success=Delete successful!

recentlyUsedSQLColumnRunTime=Time
recentlyUsedSQLColumnElapseTime=Elapse Time
recentlyUsedSQLColumnElapseTime=Elapsed Time
recentlyUsedSQLColumn=SQL
recentlyUsedSQLColumnLOG=LOG
recentlyUsedSQLHelp=If you just double-click on the item you want from the following list, it will be pasted on the query editor.
Expand Down Expand Up @@ -367,7 +367,7 @@ msgDuplicatedDeleteTarget=Cannot delete it due to duplicate original records wit
msgDuplicatedUpdateTarget=Cannot update it due to duplicate original records with conditions.\nThere should be a primary key column to update.
errModifiedNotMoving=Some data has been modified. Please save or cancel modified data before moving to other pages.
errModifiedOneTable=Data can be modified for only one table using the query.
msgCommitEdited=Are you sure you want to store modified data in the result?
msgCommitEdited=Are you sure you want to save modified data in the table?
msgRollbackEdited=Are you sure you want to cancel modified data in the result?
msgActiveTran=A transaction is currently active.\nPlease commit/rollback transactions on the query editor and then you can save edited data.
errNotEditable=It can't be updated.
Expand Down Expand Up @@ -671,4 +671,4 @@ lblSqlmapInputVariableName=Variable name :
lblSqlmapInputVariableValue=Variable value :
lblSqlmapInputVariableType=Data Type :
msgSqlmapInputVariableName=Please input the variable name.
msgSqlmapInputVariableType=Please select the data type.
msgSqlmapInputVariableType=Please select the data type.
4 changes: 2 additions & 2 deletions com.cubrid.cubridmanager.build/installer/win/install_text.en
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ LangString msgJAVAVersionError ${LANG_ENGLISH} 'JRE version 1.6 or later (${INST
;-------------------------------

LangString msgDirTextTop ${LANG_ENGLISH} 'Setup will install ${PRODUCT_NAME} \
(${PRODUCT_VERSION}) in the following folder. click Browse and select another \
folder. Click Install to start the installation'
(${PRODUCT_VERSION}) in the following folder. Click Browse and select another \
folder. Click Install to start the installation.'

;-------------------------------
; finish page readme text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ tipBrokerStatusOFF=Broker Status:OFF
tipBrokerAccessModeNotWorking=Unknown

lblFromFile=File:
lblBrowser=Browser
lblBrowser=Browse
msgImportServer=You can import hosts from XML file which can be exported by going to [File] > [Export Hosts].
msgExportServer=You can export hosts to XML file. After the export is finished, you can import Hosts by going to [File] > [Import Hosts]. No password is included.
msgErrorMissingImportFile=Please select the import file.
Expand Down Expand Up @@ -230,4 +230,4 @@ lblServerUnknow=Unknown

exportServerSelectPathMsg=Export path
exportServerSuccessMsg=Export successful!
importServerSuccessMsg=Import successful!
importServerSuccessMsg=Import successful!
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ lblNewPassword=&New password:
lblPasswordConfirm=Password &confirm:
titleChangePasswordDialog=Change Password
msgChangePasswordDialog=Change the password of the logged-in user.
msgChangeAdminPassword=Please change the default passowrd of admin user.
msgChangeAdminPassword=Please change the default password of admin user.
errOldPassword=The old password is not valid.
errNewPassword=New password is not valid. The password must not include any space and must not be "admin". It must also contain at least 4 characters.
errPasswordConfirm=Failed to confirm the password. The password must not include any space and must not be "admin". It must also contain at least 4 characters.
Expand Down Expand Up @@ -349,4 +349,4 @@ lblValidNaverExpire=Never expires
lblValidThreeYear=Three years
lblValidOneYear=One year
lblValidOneMonth=One month
lblValidOneWeek=One week
lblValidOneWeek=One week
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ titleImportWorkspaceData=Import workspace data
msgImportWorkspaceData=Import other workspace data to current workspace
btnParse=Parse
#Choose mode dialog
lblTwoModeInfo=You also can change it by [Mode] button on the toolbar later.
lblTwoModeInfo=You also can change it by [Change Mode] button on the toolbar later.
lblCMModeInfo=Manage Mode: Manage the server and database easily.
lblCQBModeInfo=Query Mode: Operate the database expediently.
tipCMMode=Choose manage mode.
Expand All @@ -20,4 +20,4 @@ titleChooseMode=Set the mode
msgChooseMode=Set the default mode for your CUBRID Manager.
msgChooseCMMode=You need to login the CUBRID Manager Server firstly.
msgChooseCQBMode=Connect to database directly.
grpTipMode=Information
grpTipMode=Information

0 comments on commit 652c81a

Please sign in to comment.