forked from chao/RESTClient
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated all localization files format.
Updated Chinese and French localization file.
- Loading branch information
Showing
9 changed files
with
199 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!ENTITY header.title "Add Request Headers"> | ||
<!ENTITY header.name "Name:"> | ||
<!ENTITY header.value "Value:"> | ||
<!ENTITY header.name.access "N"> | ||
<!ENTITY header.value.access "V"> | ||
<!ENTITY header.title "Add Request Headers"> | ||
|
||
<!ENTITY header.name "Name:"> | ||
<!ENTITY header.value "Value:"> | ||
|
||
<!ENTITY header.name.access "N"> | ||
<!ENTITY header.value.access "V"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<!ENTITY title "Enter Login Information"> | ||
<!ENTITY basicAuth "Basic"> | ||
<!ENTITY oAuth "oAuth"> | ||
<!ENTITY enterLogin "Login:"> | ||
<!ENTITY enterPassword "Password:"> | ||
<!ENTITY save "Remember me on this computer."> | ||
<!ENTITY enterRSAKey "Private Key:"> | ||
<!ENTITY enterConsumerKey "Consumer Key:"> | ||
<!ENTITY enterConsumerSecret "Consumer Secret:"> | ||
<!ENTITY enterAccessorSecret "Accessor Secret:"> | ||
<!ENTITY enterToken "Token:"> | ||
<!ENTITY enterTokenSecret "Token Secret:"> | ||
<!ENTITY enterNonce "Nonce:"> | ||
<!ENTITY enterTimestamp "Timestamp:"> | ||
<!ENTITY enterVersion "Version:"> | ||
<!ENTITY authMethodGroup "Authentication Method"> | ||
<!ENTITY authKeysSecretsGroup "Credentials"> | ||
<!ENTITY authOtherGroup "Metadata"> | ||
<!ENTITY login.access "L"> | ||
<!ENTITY password.access "P"> | ||
<!ENTITY save.access "E"> | ||
<!ENTITY consumerKey.access "C"> | ||
<!ENTITY consumerSecret.access "S"> | ||
<!ENTITY accessorSecret.access "A"> | ||
<!ENTITY authMethodHMAC.access "H"> | ||
<!ENTITY authMethodRSA.access "R"> | ||
<!ENTITY authMethodPlain.access "P"> | ||
<!ENTITY token.access "T"> | ||
<!ENTITY tokenSecret.access "O"> | ||
<!ENTITY nonce.access "N"> | ||
<!ENTITY timestamp.access "P"> | ||
<!ENTITY version.access "V"> | ||
<!ENTITY title "Enter Login Information"> | ||
|
||
<!ENTITY basicAuth "Basic"> | ||
<!ENTITY oAuth "oAuth"> | ||
|
||
<!ENTITY enterLogin "Login:"> | ||
<!ENTITY enterPassword "Password:"> | ||
<!ENTITY save "Remember me on this computer."> | ||
<!ENTITY enterRSAKey "Private Key:"> | ||
<!ENTITY enterConsumerKey "Consumer Key:"> | ||
<!ENTITY enterConsumerSecret "Consumer Secret:"> | ||
<!ENTITY enterAccessorSecret "Accessor Secret:"> | ||
<!ENTITY enterToken "Token:"> | ||
<!ENTITY enterTokenSecret "Token Secret:"> | ||
<!ENTITY enterNonce "Nonce:"> | ||
<!ENTITY enterTimestamp "Timestamp:"> | ||
<!ENTITY enterVersion "Version:"> | ||
|
||
<!ENTITY authMethodGroup "Authentication Method"> | ||
<!ENTITY authKeysSecretsGroup "Credentials"> | ||
<!ENTITY authOtherGroup "Metadata"> | ||
|
||
<!ENTITY login.access "L"> | ||
<!ENTITY password.access "P"> | ||
<!ENTITY save.access "E"> | ||
<!ENTITY consumerKey.access "C"> | ||
<!ENTITY consumerSecret.access "S"> | ||
<!ENTITY accessorSecret.access "A"> | ||
<!ENTITY authMethodHMAC.access "H"> | ||
<!ENTITY authMethodRSA.access "R"> | ||
<!ENTITY authMethodPlain.access "P"> | ||
<!ENTITY token.access "T"> | ||
<!ENTITY tokenSecret.access "O"> | ||
<!ENTITY nonce.access "N"> | ||
<!ENTITY timestamp.access "P"> | ||
<!ENTITY version.access "V"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
<!ENTITY restclient.title "REST Client for Firefox"> | ||
<!ENTITY restclient.request.title "REST Request"> | ||
<!ENTITY restclient.method "Method:"> | ||
<!ENTITY restclient.send "Send"> | ||
<!ENTITY restclient.login "Login"> | ||
<!ENTITY restclient.menu.open "Open"> | ||
<!ENTITY restclient.menu.open.entire "Open Entire Request"> | ||
<!ENTITY restclient.menu.save "Save"> | ||
<!ENTITY restclient.menu.save.entire "Save Entire Request"> | ||
<!ENTITY restclient.menu.copy "Copy"> | ||
<!ENTITY restclient.menu.clear "Clear"> | ||
<!ENTITY restclient.menu.addheader "Add Request Header"> | ||
<!ENTITY restclient.menu.login "Login"> | ||
<!ENTITY restclient.body.title "Request Body:"> | ||
<!ENTITY restclient.header.title "Request Header:"> | ||
<!ENTITY restclient.getfromresult "Get from result"> | ||
<!ENTITY restclient.response.header "Response Header"> | ||
<!ENTITY restclient.response.body "Response Body"> | ||
<!ENTITY restclient.response.bodyXML "Response Body with Syntax Highlight"> | ||
<!ENTITY restclient.response.header.col "HTTP Headers"> | ||
<!ENTITY restclient.overlay.label "REST Client"> | ||
<!ENTITY toolbar.open.tooltip "Load request body from XML file."> | ||
<!ENTITY toolbar.open.entire.tooltip "Load entire request from file."> | ||
<!ENTITY toolbar.save.tooltip "Save request body to XML file."> | ||
<!ENTITY toolbar.save.entire.tooltip "Save entire request to file."> | ||
<!ENTITY toolbar.copy.tooltip "Copy response body to request body."> | ||
<!ENTITY toolbar.clear.tooltip "Clear request."> | ||
<!ENTITY toolbar.login.tooltip "Use basic authentication."> | ||
<!ENTITY header.list.name "Name"> | ||
<!ENTITY header.list.value "Value"> | ||
<!ENTITY restclient.about.title "About REST Client"> | ||
<!ENTITY restclient.about.createby "Created by:"> | ||
<!ENTITY restclient.about.contributor "Contributors:"> | ||
<!ENTITY restclient.about.feedback "FeedBack"> | ||
<!ENTITY restclient.title "REST Client for Firefox"> | ||
<!ENTITY restclient.request.title "REST Request"> | ||
<!ENTITY restclient.method "Method:"> | ||
<!ENTITY restclient.send "Send"> | ||
<!ENTITY restclient.login "Login"> | ||
|
||
<!ENTITY restclient.menu.open "Open"> | ||
<!ENTITY restclient.menu.open.entire "Open Entire Request"> | ||
<!ENTITY restclient.menu.save "Save"> | ||
<!ENTITY restclient.menu.save.entire "Save Entire Request"> | ||
<!ENTITY restclient.menu.copy "Copy"> | ||
<!ENTITY restclient.menu.clear "Clear"> | ||
<!ENTITY restclient.menu.addheader "Add Request Header"> | ||
<!ENTITY restclient.menu.login "Login"> | ||
|
||
<!ENTITY restclient.body.title "Request Body:"> | ||
<!ENTITY restclient.header.title "Request Header:"> | ||
<!ENTITY restclient.getfromresult "Get from result"> | ||
<!ENTITY restclient.response.header "Response Header"> | ||
<!ENTITY restclient.response.body "Response Body"> | ||
<!ENTITY restclient.response.bodyXML "Response Body with Syntax Highlight"> | ||
<!ENTITY restclient.response.header.col "HTTP Headers"> | ||
|
||
<!ENTITY restclient.overlay.label "REST Client"> | ||
|
||
<!ENTITY toolbar.open.tooltip "Load request body from XML file."> | ||
<!ENTITY toolbar.open.entire.tooltip "Load entire request from file."> | ||
<!ENTITY toolbar.save.tooltip "Save request body to XML file."> | ||
<!ENTITY toolbar.save.entire.tooltip "Save entire request to file."> | ||
<!ENTITY toolbar.copy.tooltip "Copy response body to request body."> | ||
<!ENTITY toolbar.clear.tooltip "Clear request."> | ||
<!ENTITY toolbar.login.tooltip "Use basic authentication."> | ||
|
||
<!ENTITY header.list.name "Name"> | ||
<!ENTITY header.list.value "Value"> | ||
|
||
<!ENTITY restclient.about.title "About REST Client"> | ||
<!ENTITY restclient.about.createby "Created by:"> | ||
<!ENTITY restclient.about.contributor "Contributors:"> | ||
<!ENTITY restclient.about.feedback "FeedBack"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
restclient.login = Login | ||
restclient.login = Login | ||
restclient.logout = Logout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,36 @@ | ||
<!ENTITY title "Saisie d'un identifiant"> | ||
<!ENTITY title "Saisie d'un identifiant"> | ||
|
||
<!ENTITY enterLogin "Identifiant :"> | ||
<!ENTITY enterPassword "Mot de passe :"> | ||
<!ENTITY save "Se rappeler de moi sur cet ordinateur."> | ||
<!ENTITY basicAuth "Basic"> | ||
<!ENTITY oAuth "oAuth"> | ||
|
||
<!ENTITY login.access "L"> | ||
<!ENTITY password.access "P"> | ||
<!ENTITY save.access "R"> | ||
<!ENTITY enterLogin "Identifiant :"> | ||
<!ENTITY enterPassword "Mot de passe :"> | ||
<!ENTITY save "Se rappeler de moi sur cet ordinateur."> | ||
<!ENTITY enterRSAKey "Cl�� priv��e (Private Key) :"> | ||
<!ENTITY enterConsumerKey "Consumer Key:"> | ||
<!ENTITY enterConsumerSecret "Consumer Secret:"> | ||
<!ENTITY enterAccessorSecret "Accessor Secret:"> | ||
<!ENTITY enterToken "Token:"> | ||
<!ENTITY enterTokenSecret "Token Secret:"> | ||
<!ENTITY enterNonce "Nonce:"> | ||
<!ENTITY enterTimestamp "Timestamp:"> | ||
<!ENTITY enterVersion "Version:"> | ||
|
||
<!ENTITY authMethodGroup "Authentication Method"> | ||
<!ENTITY authKeysSecretsGroup "Credentials"> | ||
<!ENTITY authOtherGroup "Metadata"> | ||
|
||
<!ENTITY login.access "L"> | ||
<!ENTITY password.access "P"> | ||
<!ENTITY save.access "E"> | ||
<!ENTITY consumerKey.access "C"> | ||
<!ENTITY consumerSecret.access "S"> | ||
<!ENTITY accessorSecret.access "A"> | ||
<!ENTITY authMethodHMAC.access "H"> | ||
<!ENTITY authMethodRSA.access "R"> | ||
<!ENTITY authMethodPlain.access "P"> | ||
<!ENTITY token.access "T"> | ||
<!ENTITY tokenSecret.access "O"> | ||
<!ENTITY nonce.access "N"> | ||
<!ENTITY timestamp.access "P"> | ||
<!ENTITY version.access "V"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!ENTITY header.title "增加HTTP请求报头"> | ||
<!ENTITY header.name "名称:"> | ||
<!ENTITY header.value "值:"> | ||
<!ENTITY header.name.access "N"> | ||
<!ENTITY header.value.access "V"> | ||
<!ENTITY header.title "增加HTTP请求报头"> | ||
|
||
<!ENTITY header.name "名称:"> | ||
<!ENTITY header.value "值:"> | ||
|
||
<!ENTITY header.name.access "N"> | ||
<!ENTITY header.value.access "V"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<!ENTITY title "输入您的登录信息"> | ||
<!ENTITY basicAuth "基本"> | ||
<!ENTITY oAuth "oAuth"> | ||
<!ENTITY enterLogin "登录:"> | ||
<!ENTITY enterPassword "密码:"> | ||
<!ENTITY save "保存登录信息"> | ||
<!ENTITY enterRSAKey "Private Key:"> | ||
<!ENTITY enterConsumerKey "Consumer Key:"> | ||
<!ENTITY enterConsumerSecret "Consumer Secret:"> | ||
<!ENTITY enterAccessorSecret "Accessor Secret:"> | ||
<!ENTITY enterToken "Token:"> | ||
<!ENTITY enterTokenSecret "Token Secret:"> | ||
<!ENTITY enterNonce "Nonce:"> | ||
<!ENTITY enterTimestamp "Timestamp:"> | ||
<!ENTITY enterVersion "Version:"> | ||
<!ENTITY authMethodGroup "Authentication Method"> | ||
<!ENTITY authKeysSecretsGroup "Credentials"> | ||
<!ENTITY authOtherGroup "Metadata"> | ||
<!ENTITY login.access "L"> | ||
<!ENTITY password.access "P"> | ||
<!ENTITY save.access "E"> | ||
<!ENTITY consumerKey.access "C"> | ||
<!ENTITY consumerSecret.access "S"> | ||
<!ENTITY accessorSecret.access "A"> | ||
<!ENTITY authMethodHMAC.access "H"> | ||
<!ENTITY authMethodRSA.access "R"> | ||
<!ENTITY authMethodPlain.access "P"> | ||
<!ENTITY token.access "T"> | ||
<!ENTITY tokenSecret.access "O"> | ||
<!ENTITY nonce.access "N"> | ||
<!ENTITY timestamp.access "P"> | ||
<!ENTITY title "输入您的登录信息"> | ||
|
||
<!ENTITY basicAuth "基本"> | ||
<!ENTITY oAuth "oAuth"> | ||
|
||
<!ENTITY enterLogin "登录:"> | ||
<!ENTITY enterPassword "密码:"> | ||
<!ENTITY save "保存登录信息"> | ||
<!ENTITY enterRSAKey "私有密钥(Private Key):"> | ||
<!ENTITY enterConsumerKey "应用令牌(Consumer Key):"> | ||
<!ENTITY enterConsumerSecret "应用密钥(Consumer Secret):"> | ||
<!ENTITY enterAccessorSecret "访问者密钥(Accessor Secret):"> | ||
<!ENTITY enterToken "令牌(Token):"> | ||
<!ENTITY enterTokenSecret "令牌密钥(Token Secret):"> | ||
<!ENTITY enterNonce "随机数(Nonce):"> | ||
<!ENTITY enterTimestamp "时间戳(Timestamp):"> | ||
<!ENTITY enterVersion "版本(Version):"> | ||
|
||
<!ENTITY authMethodGroup "认证方式"> | ||
<!ENTITY authKeysSecretsGroup "认证(Credentials)"> | ||
<!ENTITY authOtherGroup "元数据(Metadata)"> | ||
|
||
<!ENTITY login.access "L"> | ||
<!ENTITY password.access "P"> | ||
<!ENTITY save.access "E"> | ||
<!ENTITY consumerKey.access "C"> | ||
<!ENTITY consumerSecret.access "S"> | ||
<!ENTITY accessorSecret.access "A"> | ||
<!ENTITY authMethodHMAC.access "H"> | ||
<!ENTITY authMethodRSA.access "R"> | ||
<!ENTITY authMethodPlain.access "P"> | ||
<!ENTITY token.access "T"> | ||
<!ENTITY tokenSecret.access "O"> | ||
<!ENTITY nonce.access "N"> | ||
<!ENTITY timestamp.access "P"> | ||
<!ENTITY version.access "V"> |
Oops, something went wrong.