mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Mark all error messages for translation
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
796840d2f0
commit
b2149d03b9
@ -1464,7 +1464,7 @@ virStoragePoolObjLoad(virStoragePoolObjListPtr pools,
|
|||||||
|
|
||||||
if (!virFileMatchesNameSuffix(file, def->name, ".xml")) {
|
if (!virFileMatchesNameSuffix(file, def->name, ".xml")) {
|
||||||
virStorageReportError(VIR_ERR_INVALID_STORAGE_POOL,
|
virStorageReportError(VIR_ERR_INVALID_STORAGE_POOL,
|
||||||
"Storage pool config filename '%s' does not match pool name '%s'",
|
_("Storage pool config filename '%s' does not match pool name '%s'"),
|
||||||
path, def->name);
|
path, def->name);
|
||||||
virStoragePoolDefFree(def);
|
virStoragePoolDefFree(def);
|
||||||
return NULL;
|
return NULL;
|
||||||
@ -1524,7 +1524,7 @@ virStoragePoolLoadAllConfigs(virStoragePoolObjListPtr pools,
|
|||||||
if (virFileBuildPath(configDir, entry->d_name,
|
if (virFileBuildPath(configDir, entry->d_name,
|
||||||
NULL, path, PATH_MAX) < 0) {
|
NULL, path, PATH_MAX) < 0) {
|
||||||
virStorageReportError(VIR_ERR_INTERNAL_ERROR,
|
virStorageReportError(VIR_ERR_INTERNAL_ERROR,
|
||||||
"Config filename '%s/%s' is too long",
|
_("Config filename '%s/%s' is too long"),
|
||||||
configDir, entry->d_name);
|
configDir, entry->d_name);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@ -1532,7 +1532,7 @@ virStoragePoolLoadAllConfigs(virStoragePoolObjListPtr pools,
|
|||||||
if (virFileBuildPath(autostartDir, entry->d_name,
|
if (virFileBuildPath(autostartDir, entry->d_name,
|
||||||
NULL, autostartLink, PATH_MAX) < 0) {
|
NULL, autostartLink, PATH_MAX) < 0) {
|
||||||
virStorageReportError(VIR_ERR_INTERNAL_ERROR,
|
virStorageReportError(VIR_ERR_INTERNAL_ERROR,
|
||||||
"Autostart link path '%s/%s' is too long",
|
_("Autostart link path '%s/%s' is too long"),
|
||||||
autostartDir, entry->d_name);
|
autostartDir, entry->d_name);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user