ソースを参照

Fix the api key label.

Mark Crane 11 年 前
コミット
2ef7ad6839
1 ファイル変更8 行追加0 行削除
  1. 8 0
      core/users/app_languages.php

+ 8 - 0
core/users/app_languages.php

@@ -162,6 +162,14 @@
 	$text['label-permission_description']['pt-pt'] = "Descrição";
 	$text['label-permission_description']['fr-fr'] = "Description";
 
+	$text['label-api_key']['en-us'] = "API Key";
+	$text['label-api_key']['pt-pt'] = "API Key";
+	$text['label-api_key']['fr-fr'] = "API Key";
+
+	$text['description-api_key']['en-us'] = "Enter the API key is often a UUID. The API key should be 128 bit or greater.";
+	$text['description-api_key']['pt-pt'] = "";
+	$text['description-api_key']['fr-fr'] = "";
+
 	$text['description-contact']['en-us'] = "Assign a contact to this user account.";
 	$text['description-contact']['pt-pt'] = "Atribuir um contacto a esta conta de utilizador.";
 	$text['description-contact']['fr-fr'] = "Attacher un contact à ce compte utilisateur";