Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: remoting/host/ui_strings.cc

Issue 20985002: Localized Chromoting Host on Mac and Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/ui_strings.h ('k') | remoting/host/win/core.rc.jinja2 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ui_strings.cc
diff --git a/remoting/host/ui_strings.cc b/remoting/host/ui_strings.cc
deleted file mode 100644
index e59dd5c6351620d98b9f13268cab7b69f3b1e9a8..0000000000000000000000000000000000000000
--- a/remoting/host/ui_strings.cc
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "remoting/host/ui_strings.h"
-
-#include "base/strings/utf_string_conversions.h"
-
-namespace remoting {
-
-UiStrings::UiStrings() :
- direction(LTR),
- product_name(ASCIIToUTF16("Chromoting")),
- // Audio is currently only supported for Me2Me, and not on Mac. However,
- // for IT2Me, these strings are replaced during l10n, so it's fine to
- // hard-code a mention of audio here.
-#if defined(OS_MACOSX)
- disconnect_message(
- ASCIIToUTF16("Your desktop is currently shared with $1.")),
-#else
- disconnect_message(ASCIIToUTF16(
- "Your desktop and any audio output are currently shared with $1.")),
-#endif
- disconnect_button_text(ASCIIToUTF16("Disconnect")),
- continue_prompt(ASCIIToUTF16(
- "You are currently sharing this machine with another user. "
- "Please confirm that you want to continue sharing.")),
- continue_button_text(ASCIIToUTF16("Continue")),
- stop_sharing_button_text(ASCIIToUTF16("Stop Sharing")) {
-}
-
-UiStrings::~UiStrings() {}
-
-} // namespace remoting
« no previous file with comments | « remoting/host/ui_strings.h ('k') | remoting/host/win/core.rc.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698