Bug #784 » lightroom.diff
| src/properties.cpp (working copy) | ||
|---|---|---|
| 404 | 404 |
}; |
| 405 | 405 | |
| 406 | 406 |
extern const XmpPropertyInfo xmpLrInfo[] = {
|
| 407 |
{ "hierarchicalsubject", N_("HierarchicalSubject"), "bag Text", xmpBag, xmpExternal, N_("Hierarchical Subject.") },
|
|
| 408 |
{ "privatertkinfo", N_("PrivateRTKInfo"), "Text", xmpText, xmpExternal, N_("Private RTK Info.") },
|
|
| 407 |
{ "hierarchicalSubject", N_("Hierarchical Subject"), "bag Text", xmpBag, xmpExternal, N_("Adobe Lightroom hierarchical keywords.") },
|
|
| 408 |
{ "privateRTKInfo", N_("Private RTK Info"), "Text", xmpText, xmpExternal, N_("Adobe Lightroom private RTK info.") },
|
|
| 409 | 409 |
// End of list marker |
| 410 | 410 |
{ 0, 0, 0, invalidTypeId, xmpInternal, 0 }
|
| 411 | 411 |
}; |
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »