summaryrefslogtreecommitdiffstats
path: root/kbabel/catalogmanager/future.cpp
blob: 4c9c8a904f0499ef07c8e79c9eccaf08816ea89a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This files holds a few user-visible messages that will be needed by the SVN support

// Misc. messages already existing in the kbabel-svn branch
i18n("SVN");
i18n( "CVS/SVN Status" );

// Messages for further SVN functions
i18n( "Resolved" );
i18n( "Resolved for Marked" );
i18n( "Revert" );
i18n( "Revert for Marked" );
i18n( "Cleanup" );
i18n( "Cleanup for Marked" );

// Messages that will probably not be needed
i18n( "No repository" );