I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3867eb6f authored by str4d's avatar str4d
Browse files

Fixed positional substitution

parent 0755e79b
No related branches found
No related tags found
No related merge requests found
...@@ -109,11 +109,11 @@ ...@@ -109,11 +109,11 @@
<string name="addressbook_add_wizard_desc_name">The name</string> <string name="addressbook_add_wizard_desc_name">The name</string>
<string name="addressbook_add_wizard_desc_destination">Paste the B64 of the Destination here. If you have a File Manager installed, you can browse for a text file containing the B64.</string> <string name="addressbook_add_wizard_desc_destination">Paste the B64 of the Destination here. If you have a File Manager installed, you can browse for a text file containing the B64.</string>
<string name="nsu_iae_illegal_char">Host name \"{0}\" contains illegal character {1}</string> <string name="nsu_iae_illegal_char">Host name \"%1$s\" contains illegal character %2$s</string>
<string name="nsu_iae_cannot_start_with">Host name cannot start with \"{0}\"</string> <string name="nsu_iae_cannot_start_with">Host name cannot start with \"%s\"</string>
<string name="nsu_iae_cannot_end_with">Host name cannot end with \"{0}\"</string> <string name="nsu_iae_cannot_end_with">Host name cannot end with \"%s\"</string>
<string name="nsu_iae_cannot_contain">Host name cannot contain \"{0}\"</string> <string name="nsu_iae_cannot_contain">Host name cannot contain \"%s\"</string>
<string name="nsu_iae_requires_conversion">Host name \"{0}\" requires conversion to ASCII but the conversion library is unavailable in this Android version</string> <string name="nsu_iae_requires_conversion">Host name \"%s\" requires conversion to ASCII but the conversion library is unavailable in this Android version</string>
<string name="i2ptunnel_type_client">Standard client</string> <string name="i2ptunnel_type_client">Standard client</string>
<string name="i2ptunnel_type_httpclient">HTTP client</string> <string name="i2ptunnel_type_httpclient">HTTP client</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment