X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Fvalue.cpp;h=fdc629bf752dfcfe5ec32011b054249285858eb2;hb=1c1eea49df6278dc5e9215d39267f9ceb7d25f0e;hp=e5ef475ee77410e27dac984428f63faaa2c6f6e6;hpb=2aa82e84160499903d3e7f85a7770ffe3d04ddb2;p=synfig.git diff --git a/synfig-core/src/synfig/value.cpp b/synfig-core/src/synfig/value.cpp index e5ef475..fdc629b 100644 --- a/synfig-core/src/synfig/value.cpp +++ b/synfig-core/src/synfig/value.cpp @@ -264,33 +264,33 @@ ValueBase::type_name(Type id) // don't internationalize these type names - they're using in .sif files switch(id) { - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_BOOL: return N_("bool"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_INTEGER: return N_("integer"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_ANGLE: return N_("angle"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_TIME: return N_("time"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_REAL: return N_("real"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_VECTOR: return N_("vector"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_COLOR: return N_("color"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_SEGMENT: return N_("segment"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_BLINEPOINT: return N_("bline_point"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_LIST: return N_("list"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_CANVAS: return N_("canvas"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_STRING: return N_("string"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_GRADIENT: return N_("gradient"); - /* TRANSLATORS: this is the name of a type -- see http://synfig.org/Types */ + /* TRANSLATORS: this is the name of a type -- see http://synfig.org/wiki/Dev:Types */ case TYPE_NIL: return N_("nil"); default: break;