[Pkg-owncloud-commits] [owncloud-client] 174/498: shell_i: Add english labels
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit e111e11dabc965215591e498648610776983047e
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date: Tue Jun 16 18:22:52 2015 +0200
shell_i: Add english labels
---
.../OwnCloudFinderSync/FinderSyncExt/FinderSync.m | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSync.m b/shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSync.m
index fc67e3e..fc4a687 100644
--- a/shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSync.m
+++ b/shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSync.m
@@ -33,16 +33,16 @@
NSImage *warning = [extBundle imageForResource:@"warning.icns"];
NSImage *error = [extBundle imageForResource:@"error.icns"];
- [syncController setBadgeImage:ok label:nil forBadgeIdentifier:@"OK"];
- [syncController setBadgeImage:sync label:nil forBadgeIdentifier:@"SYNC"];
- [syncController setBadgeImage:sync label:nil forBadgeIdentifier:@"NEW"];
- [syncController setBadgeImage:warning label:nil forBadgeIdentifier:@"IGNORE"];
- [syncController setBadgeImage:error label:nil forBadgeIdentifier:@"ERROR"];
- [syncController setBadgeImage:ok_swm label:nil forBadgeIdentifier:@"OK+SWM"];
- [syncController setBadgeImage:sync label:nil forBadgeIdentifier:@"SYNC+SWM"];
- [syncController setBadgeImage:sync label:nil forBadgeIdentifier:@"NEW+SWM"];
- [syncController setBadgeImage:warning label:nil forBadgeIdentifier:@"IGNORE+SWM"];
- [syncController setBadgeImage:error label:nil forBadgeIdentifier:@"ERROR+SWM"];
+ [syncController setBadgeImage:ok label:@"Up to date" forBadgeIdentifier:@"OK"];
+ [syncController setBadgeImage:sync label:@"Synchronizing" forBadgeIdentifier:@"SYNC"];
+ [syncController setBadgeImage:sync label:@"Synchronizing" forBadgeIdentifier:@"NEW"];
+ [syncController setBadgeImage:warning label:@"Ignored" forBadgeIdentifier:@"IGNORE"];
+ [syncController setBadgeImage:error label:@"Error" forBadgeIdentifier:@"ERROR"];
+ [syncController setBadgeImage:ok_swm label:@"Shared" forBadgeIdentifier:@"OK+SWM"];
+ [syncController setBadgeImage:sync label:@"Synchronizing" forBadgeIdentifier:@"SYNC+SWM"];
+ [syncController setBadgeImage:sync label:@"Synchronizing" forBadgeIdentifier:@"NEW+SWM"];
+ [syncController setBadgeImage:warning label:@"Ignored" forBadgeIdentifier:@"IGNORE+SWM"];
+ [syncController setBadgeImage:error label:@"Error" forBadgeIdentifier:@"ERROR+SWM"];
// The Mach post name needs to be prefixed with the code signing Team ID
// https://developer.apple.com/library/mac/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW24
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list