Author: milamber
Date: Thu Aug 29 17:22:58 2013
New Revision: 1518715
URL: http://svn.apache.org/r1518715
Log:
Incorrect encoding for French description of __char function
Re-order some keys
Bugzilla Id: 55501
Modified:
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jmeter/trunk/xdocs/changes.xml
Modified:
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties?rev=1518715&r1=1518714&r2=1518715&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
Thu Aug 29 17:22:58 2013
@@ -117,9 +117,9 @@ attribute=Attribut \:
attribute_field=Attribut \:
attrs=Attributs
auth_base_url=URL de base
-auth_manager_title=Gestionnaire d'autorisation HTTP
-auth_manager_options=Options
auth_manager_clear_per_iter=R\u00E9authentifier \u00E0 chaque it\u00E9ration ?
+auth_manager_options=Options
+auth_manager_title=Gestionnaire d'autorisation HTTP
auths_stored=Autorisations stock\u00E9es
average=Moyenne
average_bytes=Moy. octets
@@ -151,7 +151,7 @@ cancel_new_from_template=Il y a des \u00
cancel_new_to_save=Il y a des \u00E9l\u00E9ments qui n'ont pas \u00E9t\u00E9
sauv\u00E9s. Voulez-vous enregistrer avant de nettoyer le plan de test ?
cancel_revert_project=Il y a des \u00E9l\u00E9ments qui n'ont pas
\u00E9t\u00E9 sauv\u00E9s. Annuler les changements et revenir \u00E0 la
derni\u00E8re sauvegarde du plan de test ?
change_parent=Changer le contr\u00F4leur
-char_value=Caract\u221A\u00AEre num\u221A\u00A9rique Unicode
(d\u221A\u00A9cimal or 0xhex)
+char_value=Caract\u00E8re num\u00E9rique Unicode (d\u00E9cimal or 0xhex)
check_return_code_title=V\u00E9rifier le code retour
choose_function=Choisir une fonction
choose_language=Choisir une langue
@@ -1211,10 +1211,10 @@ web_testing_embedded_url_pattern=Les URL
web_testing_retrieve_images=R\u00E9cup\u00E9rer les ressources incluses
web_testing_retrieve_title=Ressources incluses dans les pages HTML
web_testing_source_ip=Adresse source
-web_testing_source_ip_hostname=IP/Nom d'h\u00F4te
web_testing_source_ip_device=Interface
web_testing_source_ip_device_ipv4=Interface IPv4
web_testing_source_ip_device_ipv6=Interface IPv6
+web_testing_source_ip_hostname=IP/Nom d'h\u00F4te
web_testing_title=Requ\u00EAte HTTP
webservice_configuration_wizard=Assistant de configuration WSDL
webservice_get_xml_from_random_title=Utiliser al\u00E9atoirement des messages
SOAP
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1518715&r1=1518714&r2=1518715&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Thu Aug 29 17:22:58 2013
@@ -295,6 +295,7 @@ Previously the default was 1, which coul
<h3>I18N</h3>
<ul>
<li><bugzilla>55437</bugzilla> - ComboStringEditor does not translate EDIT and
UNDEFINED strings on language change</li>
+<li><bugzilla>55501</bugzilla> - Incorrect encoding for French description of
__char function. Contributed by Antonio Gomes Rodrigues (ra007 at
gmail.com)</li>
</ul>
<h3>General</h3>