You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced hard coded strings with their localised versions, mostly using Google translate. Those who understand the language and notice anything wrong, please help me correct them
Copy file name to clipboardExpand all lines: ide/main/src/content/editor.js
+8-13
Original file line number
Diff line number
Diff line change
@@ -162,8 +162,7 @@ function Editor(window) {
162
162
this.loadSeleniumAPI();
163
163
//TODO show plugin errors
164
164
if(this.pluginManager.errors.hasErrors()){
165
-
this.showAlert("The following plugins were disabled due to errors while loading their code. See the Plugins section in the Selenium IDE Options dialog for individual plugin details.\n\n"
Copy file name to clipboardExpand all lines: ide/main/src/locale/en-US/selenium-ide.properties
+20-3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
selenium-ide.name=Selenium IDE
2
+
selenium-ide.version=2.8.0
3
+
1
4
showAllChecks.label=Show All Available Commands
2
5
askForVariableName=Enter the name of the variable
3
6
confirmReload=The file has been modified. Do you want to reload it?
@@ -16,10 +19,24 @@ chooseTestSuite=Select Test Suite
16
19
saveTestCaseAs=Save test case %1$S as...
17
20
exportTestSuiteAs=Export TestSuite as...
18
21
selectAFile=Select a file
22
+
save=Save?
23
+
saveTestSuite.confirm=Would you like to save the test suite?
24
+
saveTestCase.confirm=Would you like to save the %1$S changed test cases?
25
+
saveTestSuiteAndCase.confirm=Would you like to save the test suite and the %1$S changed test cases?
19
26
20
-
selenium-ide.name=Selenium IDE
21
-
selenium-ide.version=2.8.0
27
+
plugin.disabled.message=The following plugins were disabled due to errors while loading their code. See the Plugins section in the Selenium IDE Options dialog for individual plugin details.
28
+
ide.extensions.failed=Failed to load Selenium IDE extensions: %1$S
29
+
user.extensions.failed=Failed to load user-extensions.js: %1$S
30
+
31
+
scheduler.runNow.message=There are tests that were scheduled to run in the past. Would you like to play them now?
32
+
scheduler.runNow.title=Play Pending Tests Now?
33
+
scheduler.setupJobs.message=There are no tests currently scheduled. Would you like to set them up now?
34
+
scheduler.setupJobs.title=Schedule Tests Now?
22
35
23
36
format.save.label=Save
24
37
format.switch.warn=Changing format is now marked experimental! If you continue, recording and playback may not work, your changes may be lost and you may have to copy and paste the test in a text editor to save. It is better to make a copy of your test cases before you continue. Do you still want to proceed?
25
-
format.switch.loseChanges:The selected format does not allow modifications. If you continue you will lose your changes.
38
+
format.switch.loseChanges=The selected format does not allow modifications. If you continue you will lose your changes.
39
+
format.switch.read=Want the formats back? Click to read more
40
+
41
+
diag.gist.created=Gist created with diagnostic information.\nPlease update the issue on https://code.google.com/p/selenium/issues/ with this url.\nURL: %1$S
42
+
diag.gist.failed=Gist creation failed with status %1$S\nResponse:-\n%2$S
showAllChecks.label=Afficher toutes les commandes disponibles
2
5
askForVariableName=Entrez le nom de la variable
3
6
confirmReload=Le fichier a été modifié. Voulez-vous le recharger ?
@@ -7,20 +10,33 @@ options.confirmFormatDisable=Disabling the experimental features will change the
7
10
error.invalidEncoding=Encodage invalide.
8
11
error.encodingNotSupported=% n'est pas supporté.
9
12
error.timeoutNotNumber=Timeout n'est pas un nombre.
10
-
11
-
# todo
12
13
error.testCaseRemovalFailed=Il doit y avoir au moins un cas de tests dans une suite.
14
+
13
15
recordButton.tooltip.on=En cours d'enregistrement. Cliquer pour stopper l'enregistrement
14
16
recordButton.tooltip.off=Cliquer pour enregistrer
15
17
16
18
chooseTestSuite=Sélectionner une suite de tests
17
19
saveTestCaseAs=Enregistrer le test %1$S sous...
18
20
exportTestSuiteAs=Exporter la suite de tests sous...
19
21
selectAFile=Choisir un fichier
22
+
save=Save?
23
+
saveTestSuite.confirm=Voulez-vous enregistrer la suite de tests?
24
+
saveTestCase.confirm=Voulez-vous enregistrer les cas de test %1$S changé?
25
+
saveTestSuiteAndCase.confirm=Voulez-vous enregistrer la suite de tests et le %1$S changé cas de test?
20
26
21
-
selenium-ide.name=Selenium IDE
22
-
selenium-ide.version=2.8.0
27
+
plugin.disabled.message=Les plugins suivants ont été désactivés en raison d'erreurs lors du chargement de leur code. Voir la section Plugins dans les Options de l'EDI sélénium de dialogue pour plus de détails plugin individuels.
28
+
ide.extensions.failed=Impossible de charger les extensions Selenium IDE: %1$S
29
+
user.extensions.failed=Impossible de charger l'utilisateur-extensions.js: %1$S
30
+
31
+
scheduler.runNow.message=Il existe des tests qui ont été planifiés pour être exécutés dans le passé. Souhaitez-vous y jouer maintenant?
32
+
scheduler.runNow.title=Jouer Tests en attente maintenant?
33
+
scheduler.setupJobs.message=Il n'existe aucun test actuellement prévues. Voulez-vous les mettre en place maintenant?
format.switch.warn=Changer le format est maintenant marqué comme expérimental! Si vous continuez, l'enregistrement et la lecture peuvent ne pas fonctionner, vos modifications peuvent être perdues et vous pouvez avoir à copier et coller le test dans un éditeur de texte pour enregistrer. Il est préférable de faire une copie de vos cas de test avant de continuer. Voulez-vous toujours de procéder?
38
+
format.switch.loseChanges=Le format choisi ne permet pas de modifications. Si vous continuez, vous perdrez vos modifications.
39
+
format.switch.read=voulons que les formats de retour? Cliquez pour lire la suite
23
40
24
-
format.save.label=Sauvegarder
25
-
format.switch.warn=Changing format is now marked experimental! If you continue, recording and playback may not work, your changes may be lost and you may have to copy and paste the test in a text editor to save. It is better to make a copy of your test cases before you continue. Do you still want to proceed?
26
-
format.switch.loseChanges:The selected format does not allow modifications. If you continue you will lose your changes.
41
+
diag.gist.created=Gist créé des informations de diagnostic.\nS'il vous plaît mettre à jour la question sur https://code.google.com/p/selenium/issues/ à cette URL.\nURL: %1$S
42
+
diag.gist.failed=Création Gist échoué avec l'état%1$S\nRéponse:-\n%2$S
options.confirmFormatDisable=Disabling the experimental features will change the current format to HTML. This might lead to loss of changes, so you might want to cancel and copy your changes first. Do you really want to proceed?
format.switch.warn=Changing format is now marked experimental! If you continue, recording and playback may not work, your changes may be lost and you may have to copy and paste the test in a text editor to save. It is better to make a copy of your test cases before you continue. Do you still want to proceed?
25
-
format.switch.loseChanges:The selected format does not allow modifications. If you continue you will lose your changes.
showAllChecks.label=Exibir todos os comandos disponíveis
2
5
askForVariableName=Informe o nome da variável
3
6
confirmReload=O arquivo foi modificado. Deseja carregar as alterações?
@@ -7,20 +10,33 @@ options.confirmFormatDisable=Disabling the experimental features will change the
7
10
error.invalidEncoding=Codificação inválida.
8
11
error.encodingNotSupported=% não é suportado.
9
12
error.timeoutNotNumber=O tempo de expiração deve ser numérico.
10
-
11
-
# todo
12
13
error.testCaseRemovalFailed=There must be at least 1 test case in a test suite.
14
+
13
15
recordButton.tooltip.on=Now Recording. Click to Stop Recording
14
16
recordButton.tooltip.off=Click to Record
15
17
16
18
chooseTestSuite=Select Test Suite
17
19
saveTestCaseAs=Save test case %1$S as...
18
20
exportTestSuiteAs=Export TestSuite as...
19
21
selectAFile=Select a file
22
+
save=Save?
23
+
saveTestSuite.confirm=Gostaria de salvar o conjunto de testes?
24
+
saveTestCase.confirm=Gostaria de salvar as %1$S mudaram de casos de teste?
25
+
saveTestSuiteAndCase.confirm=Gostaria de salvar o conjunto de testes e os %1$S mudado casos de teste?
20
26
21
-
selenium-ide.name=Selenium IDE
22
-
selenium-ide.version=2.8.0
27
+
plugin.disabled.message=Os seguintes plugins foram desativados devido a erros ao carregar seu código. Consulte a seção Plugins nas Opções Selenium IDE de diálogo para obter mais detalhes do plugin individuais.
28
+
ide.extensions.failed=Falha ao carregar extensões Selenium IDE: %1$S
29
+
user.extensions.failed=Falha ao carregar usuário extensions.js-: %1$S
30
+
31
+
scheduler.runNow.message=Existem testes que foram programados para serem executados no passado. Gostaria de jogá-los agora?
format.switch.warn=Changing format is now marked experimental! If you continue, recording and playback may not work, your changes may be lost and you may have to copy and paste the test in a text editor to save. It is better to make a copy of your test cases before you continue. Do you still want to proceed?
26
-
format.switch.loseChanges:The selected format does not allow modifications. If you continue you will lose your changes.
37
+
format.switch.warn=Mudar formato agora está marcada experimental! Se você continuar, a gravação ea reprodução pode não funcionar, as alterações podem ser perdidas e você pode ter que copiar e colar o teste em um editor de texto para salvar. É melhor fazer uma cópia dos seus casos de teste antes de continuar. Você ainda quer continuar?
38
+
format.switch.loseChanges=O formato escolhido não permite modificações. Se você continuar, você vai perder as suas alterações.
39
+
format.switch.read=Quer os formatos de volta? Clique para ler mais
40
+
41
+
diag.gist.created=Síntese criado com informações de diagnóstico.\nPor favor, atualize a questão em https://code.google.com/p/selenium/issues/ com esta url.\nURL: %1$S
42
+
diag.gist.failed=Criação Gist falhou com status %1$S\nResposta:-\n%2$S
Copy file name to clipboardExpand all lines: ide/main/src/locale/sv-SE/selenium-ide.properties
+21-4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
selenium-ide.name=Selenium IDE
2
+
selenium-ide.version=2.8.0
3
+
1
4
showAllChecks.label=Visa Alla Tillgängliga Kommandon
2
5
askForVariableName=Ange variabelns namn
3
6
confirmReload=Filen har ändrats. Vill du ladda om den?
@@ -16,10 +19,24 @@ chooseTestSuite=Välj testsvit
16
19
saveTestCaseAs=Save test case %1$S as...
17
20
exportTestSuiteAs=Export TestSuite as...
18
21
selectAFile=Select a file
22
+
save=Save?
23
+
saveTestSuite.confirm=Vill du spara testsvit?
24
+
saveTestCase.confirm=Vill du spara %1$S förändrade testfall?
25
+
saveTestSuiteAndCase.confirm=Vill du spara testsvit och %1$S bytt testfall?
19
26
20
-
selenium-ide.name=Selenium IDE
21
-
selenium-ide.version=2.8.0
27
+
plugin.disabled.message=Följande plugins inaktiverades på grund av fel vid inläsning sin kod. Se Plugins avsnittet i Selenium IDE Options dialogrutan för enskilda plugin information.
28
+
ide.extensions.failed=Det gick inte att läsa in Selenium IDE tillägg: %1$S
29
+
user.extensions.failed=Det gick inte att läsa in användar-extensions.js: %1$S
30
+
31
+
scheduler.runNow.message=Det finns tester som var planerad att köras i det förflutna. Vill du spela upp dem nu?
32
+
scheduler.runNow.title=Spela Vänt Tester nu?
33
+
scheduler.setupJobs.message=Det finns inga tester för närvarande planerade. Vill du ställa in dem nu?
34
+
scheduler.setupJobs.title=Schema Tester nu?
22
35
23
36
format.save.label=Spara
24
-
format.switch.warn=Changing format is now marked experimental! If you continue, recording and playback may not work, your changes may be lost and you may have to copy and paste the test in a text editor to save. It is better to make a copy of your test cases before you continue. Do you still want to proceed?
25
-
format.switch.loseChanges:The selected format does not allow modifications. If you continue you will lose your changes.
37
+
format.switch.warn=Ändra format är nu markerat experimentell! Om du fortsätter kan inspelning och uppspelning fungerar inte, dina ändringar kan gå förlorade och du kan behöva kopiera och klistra in testet i en textredigerare för att spara. Det är bättre att göra en kopia av dina testfall innan du fortsätter. Vill du ändå vill fortsätta?
38
+
format.switch.loseChanges=Det valda formatet tillåter inte ändringar. Om du fortsätter kommer du att förlora dina ändringar.
39
+
format.switch.read=Vill formaten tillbaka? Klicka för att läsa mer
40
+
41
+
diag.gist.created=Gist skapas med diagnostisk information.\nUppdatera frågan om https://code.google.com/p/selenium/issues/ med denna webbadress.\nURL: %1$S
42
+
diag.gist.failed=Gist skapelse misslyckades med status %1$S\nSvar:-\n%2$S
0 commit comments