From 976180bc549dc2cbb5875b2c6fba5cb807efc516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 9 Nov 2022 22:29:42 +0100 Subject: Copy translations to a new directory layout. Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tdesvnd/tdesvn_subversion.desktop.cmake | 130 ++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 src/tdesvnd/tdesvn_subversion.desktop.cmake (limited to 'src/tdesvnd/tdesvn_subversion.desktop.cmake') diff --git a/src/tdesvnd/tdesvn_subversion.desktop.cmake b/src/tdesvnd/tdesvn_subversion.desktop.cmake new file mode 100644 index 0000000..aca5d5a --- /dev/null +++ b/src/tdesvnd/tdesvn_subversion.desktop.cmake @@ -0,0 +1,130 @@ +[Desktop Entry] +Encoding=UTF-8 +X-TDE-ServiceTypes=inode/directory,all/allfiles +X-TDE-Submenu=Subversion (tdesvn) + +@ACTION_MENU@ + +[Desktop Action Log] +Name=Subversion log (last 100) +Comment=Displays the subversion log +Icon=tdesvnlog +Exec=tdesvn exec -r HEAD:1 -l 100 log %U + +[Desktop Action Info] +Name=Detailed subversion info +Icon=tdesvninfo +Exec=tdesvn exec info %U + +[Desktop Action Add] +Name=Add to Repository +Icon=tdesvnadd +Exec=tdesvn exec add %U + +[Desktop Action Addnew] +Name=Check for unversioned items +Icon=tdesvnaddrecursive +Exec=tdesvn exec addnew %U + +[Desktop Action Delete] +Name=Delete From Repository +Icon=tdesvndelete +Exec=tdesvn exec rm %U + +[Desktop Action Revert] +Name=Revert Local Changes +Comment=Remove any changes made locally. Warning - this cannot be undone. +Icon=undo +Exec=tdesvn exec revert %U + +[Desktop Action Rename] +Name=Rename... +Comment=Rename a file locally and in the repository. Use this rather than adding and deleting to rename a file. +Icon=pencil +Exec=tdesvn exec mv %U + +[Desktop Action Import] +Name=Import Repository +Comment=Put folder into an existing repository to put it under revision control. +Icon=svn_import +Exec=tdeio_svn_helper -i %U + +[Desktop Action Checkout] +Name=Checkout From Repository... +Comment=Checkout out files from an existing repository into this folder. +Icon=tdesvncheckout +Exec=tdesvn exec checkout %U + +[Desktop Action Switch] +Name=Switch... +Comment=Switch given working copy to another branch +Icon=tdesvnswitch +Exec=tdesvn exec switch %U + +[Desktop Action Merge] +Name=Merge... +Comment=Merge changes between this and another branch +Icon=svn_merge +Exec=tdeio_svn_helper -m %U + +[Desktop Action Blame] +Name=Blame... +Comment=See who wrote each line of the file and in what revision +Icon=tdesvnblame +Exec=tdesvn exec blame %U + +[Desktop Action CreatePatch] +Name=Create Patch... +Exec=tdeio_svn_helper -p %U + +[Desktop Action Export] +Name=Export... +Comment=Checkout out an unversioned copy of a tree from a repository +Icon=tdesvnexport +Exec=tdesvn exec export %U + +[Desktop Action Diff] +Name=Diff (local) +Comment=Show local changes since last update +Icon=tdesvndiff +Exec=tdesvn exec diff %U + +[Desktop Action Update] +Name=TDESvn Update +Icon=tdesvnupdate +Exec=tdesvn exec update %U + +[Desktop Action Commit] +Name=TDESvn Commit +Icon=tdesvncommit +Exec=tdesvn exec commit %U + +[Desktop Action Checkout] +Name=Checkout From Repository... +Comment=Checkout out files from an existing repository into this folder. +Icon=tdesvncheckout +Exec=tdesvn exec checkout %U + +[Desktop Action Export] +Name=Export... +Comment=Checkout out an unversioned copy of a tree from a repository +Icon=tdesvnexport +Exec=tdesvn exec export %U + +[Desktop Action Checkoutto] +Name=Checkout from a repository... +Comment=Checkout out files from an existing repository into this folder. +Icon=tdesvncheckout +Exec=tdesvn exec checkoutto %U + +[Desktop Action Exportto] +Name=Export from a subversion repository... +Comment=Checkout out an unversioned copy of a tree from a repository +Icon=tdesvnexport +Exec=tdesvn exec exportto %U + +[Desktop Action Tree] +Name=Display revision tree +Comment=Show complete revision tree +Icon=tdesvnlog +Exec=tdesvn exec tree %U -- cgit v1.2.1