aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates/MasterDetailFlow/root/res/values/strings.xml.ftl
blob: 9b92c7d4ff2ca1dc73e380223dc6df847198b421 (plain)
1
2
3
4
5
<resources>
    <string name="app_name">My ${objectKindPlural} Application</string>
    <string name="title_${collection_name}">${objectKindPlural}</string>
    <string name="title_${detail_name}">${objectKind} Detail</string>
</resources>