You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
445 B
18 lines
445 B
// 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" );
|
|
|