From 52ae5fc0a07d596d781834f0b4bcc70744f84dc5 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 21 Apr 2015 12:46:48 -0400 Subject: Clean up the new lumina-fileinfo utility. 1) Get it setup for translations 2) Update the project file to work with all the Lumina defines/locations 3) Remove the registration of the *.desktop shortcut (CLI requirements, not a stand-alone app) 4) Clean up the icon/theme usage so if the icon theme gets changed it will be updated in the utility right away. --- lumina-fileinfo/i18n/lumina-fileinfo_bg.ts | 165 +++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 lumina-fileinfo/i18n/lumina-fileinfo_bg.ts (limited to 'lumina-fileinfo/i18n/lumina-fileinfo_bg.ts') diff --git a/lumina-fileinfo/i18n/lumina-fileinfo_bg.ts b/lumina-fileinfo/i18n/lumina-fileinfo_bg.ts new file mode 100644 index 00000000..05989ece --- /dev/null +++ b/lumina-fileinfo/i18n/lumina-fileinfo_bg.ts @@ -0,0 +1,165 @@ + + + + + Dialog + + + File Information + + + + + Working dir: + + + + + Use startup notification + + + + + Icon: + + + + + Command: + + + + + Comment: + + + + + Run in terminal + + + + + Name: + + + + + Options + + + + + Cancel + + + + + Apply + + + + + + + Error + + + + + Lumina-fileinfo requires inputs: + + + + + Example: "%1" + + + + + URL + + + + + Working dir + + + + + The filename cannot start with a "-". + + + + + Problem to read the desktop file called: + + + + + There are some issues with this file !!!! + + + + + Either you correct this file your self with an editor, or you start from scratch using the link or app template. +Please note that this process will update the file called: + + + + + + Open command + + + + + All Files (*) + + + + + Working Directory + + + + + + + Problem to write to disk + + + + + We have a problem to write the adapted desktop file to the disk. Can you re-try the modification after solving the issue with the disk ? + + + + + + We have a problem to execute the following command: + + + + + Image Files (*.png *.jpg *.bmp) + + + + + + By modifying this value, you will loose all translated versions + + + + + The field: Name is translated in several other languages. If you want to continue, you will loose all translated versions + + + + + The field: Comment is translated in several other languages. If you want to continue, you will loose all translated versions + + + + -- cgit