summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-04-20 08:15:31 +0000
committerrwst <rwst@users.sourceforge.net>2006-04-20 08:15:31 +0000
commit07800c848090b800659c3b06ca86672cceed2d94 (patch)
tree31474595ab901e6b4b76d854b89b6b0c8f68df71 /src/dialogs
parentFix for [Bug-1473139] (diff)
downloadinkscape-07800c848090b800659c3b06ca86672cceed2d94.tar.gz
inkscape-07800c848090b800659c3b06ca86672cceed2d94.zip
try to make license strings translatable (#1473186)
(bzr r554)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/rdf.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/dialogs/rdf.cpp b/src/dialogs/rdf.cpp
index d9949c05b..4f86264c4 100644
--- a/src/dialogs/rdf.cpp
+++ b/src/dialogs/rdf.cpp
@@ -173,52 +173,52 @@ struct rdf_double_t rdf_license_freeart [] = {
};
struct rdf_license_t rdf_licenses [] = {
- { "CC Attribution",
+ { _("CC Attribution"),
"http://creativecommons.org/licenses/by/2.0/",
rdf_license_cc_a,
},
- { "CC Attribution-ShareAlike",
+ { _("CC Attribution-ShareAlike"),
"http://creativecommons.org/licenses/by-sa/2.0/",
rdf_license_cc_a_sa,
},
- { "CC Attribution-NoDerivs",
+ { _("CC Attribution-NoDerivs"),
"http://creativecommons.org/licenses/by-nd/2.0/",
rdf_license_cc_a_nd,
},
- { "CC Attribution-NonCommercial",
+ { _("CC Attribution-NonCommercial"),
"http://creativecommons.org/licenses/by-nc/2.0/",
rdf_license_cc_a_nc,
},
- { "CC Attribution-NonCommercial-ShareAlike",
+ { _("CC Attribution-NonCommercial-ShareAlike"),
"http://creativecommons.org/licenses/by-nc-sa/2.0/",
rdf_license_cc_a_nc_sa,
},
- { "CC Attribution-NonCommercial-NoDerivs",
+ { _("CC Attribution-NonCommercial-NoDerivs"),
"http://creativecommons.org/licenses/by-nc-nd/2.0/",
rdf_license_cc_a_nc_nd,
},
- { "GNU General Public License",
+ { _("GNU General Public License"),
"http://creativecommons.org/licenses/GPL/2.0/",
rdf_license_gpl,
},
- { "GNU Lesser General Public License",
+ { _("GNU Lesser General Public License"),
"http://creativecommons.org/licenses/LGPL/2.1/",
rdf_license_gpl,
},
- { "Public Domain",
+ { _("Public Domain"),
"http://web.resource.org/cc/PublicDomain",
rdf_license_pd,
},
- { "FreeArt",
+ { _("FreeArt"),
"http://artlibre.org/licence.php/lalgb.html",
rdf_license_freeart,
},