зеркало из https://github.com/mozilla/gecko-dev.git
Fix an %s which should have been an %S. b=131143 r=chak@netscape.com sr=rpotts@netscape.com a=lorikaplan@netscape.com (locale) a=jaimejr@netscape.com (adt) a=asa@mozilla.org
This commit is contained in:
Родитель
26ee19adc5
Коммит
5123b4bffa
|
@ -20,7 +20,7 @@
|
||||||
malformedURI=The URL is not valid and cannot be loaded.
|
malformedURI=The URL is not valid and cannot be loaded.
|
||||||
fileNotFound=The file %s cannot be found. Please check the location and try again.
|
fileNotFound=The file %s cannot be found. Please check the location and try again.
|
||||||
dnsNotFound=%s could not be found. Please check the name and try again.
|
dnsNotFound=%s could not be found. Please check the name and try again.
|
||||||
protocolNotFound=%s is not a registered protocol.
|
protocolNotFound=%S is not a registered protocol.
|
||||||
connectionFailure=The connection was refused when attempting to contact %s.
|
connectionFailure=The connection was refused when attempting to contact %s.
|
||||||
netTimeout=The operation timed out when attempting to contact %s.
|
netTimeout=The operation timed out when attempting to contact %s.
|
||||||
redirectLoop=Redirection limit for this URL exceeded. Unable to load the requested page.
|
redirectLoop=Redirection limit for this URL exceeded. Unable to load the requested page.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче