[project @ 2004-07-17 13:01:37 by bursa]
Error messages for URI / URL file loading. svn path=/import/netsurf/; revision=1093
This commit is contained in:
parent
e4a6e982e5
commit
a9aef8bf60
|
@ -123,6 +123,7 @@ FontError:Failed to open font "Homerton.Medium" (%s).
|
|||
Resolvers:No domain name servers are configured, so only browsing local files will be possible. Use Configure to set your name server(s).
|
||||
PathToURL:An error occurred converting the file path to an URL:
|
||||
SaveError:The file could not be saved due to an error:
|
||||
LoadError:The file could not be loaded due to an error:
|
||||
MenuError:An error occurred when opening the menu:
|
||||
DragError:An error occurred when dragging the icon:
|
||||
TbarError:An error occurred when constructing the toolbar:
|
||||
|
@ -135,6 +136,8 @@ HotlistLoadError:The hotlist was unable to be correctly loaded.
|
|||
NoPathError:To save, drag the icon to a directory display
|
||||
NoNameError:Please enter a name
|
||||
NoURLError:Please enter a URL
|
||||
URIError:NetSurf was unable to parse this URI file due to a syntax error.
|
||||
EmptyError:file is empty.
|
||||
|
||||
# Some general purpose words and phrases
|
||||
Bytes: B
|
||||
|
|
|
@ -123,6 +123,7 @@ FontError:
|
|||
Resolvers:Aucun nom de domaine n'étant configuré, seul la consultation de fichiers locaux est possible. Utilisez Configure pour définir les serveurs de noms.
|
||||
PathToURL:Une erreur s'est produite en convertissant le chemin du fichier en une URL:
|
||||
SaveError:Le fichier n'a pas pu être sauvé suite à une erreur:
|
||||
LoadError:The file could not be loaded due to an error:
|
||||
MenuError:Une erreur s'est produite lors de l'ouverture du menu:
|
||||
DragError:Une erreur s'est produite lors du déplacement d'icône:
|
||||
TbarError:Une erreur s'est produite lors de la construction de la barre d'outils:
|
||||
|
@ -135,6 +136,8 @@ HotlistLoadError:The hotlist was unable to be correctly loaded.
|
|||
NoPathError:To save, drag the icon to a directory display
|
||||
NoNameError:Please enter a name
|
||||
NoURLError:Please enter a URL
|
||||
URIError:NetSurf was unable to parse this URI file due to a syntax error.
|
||||
EmptyError:file is empty.
|
||||
|
||||
# Some general purpose words and phrases
|
||||
Bytes: O
|
||||
|
|
Loading…
Reference in New Issue