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

Unified Diff: remoting/host/ui_strings.h

Issue 21059003: 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/remoting_me2me_host-InfoPlist.strings.jinja2 ('k') | remoting/host/ui_strings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ui_strings.h
diff --git a/remoting/host/ui_strings.h b/remoting/host/ui_strings.h
deleted file mode 100644
index 356c27ad7bd7602af2325af127aa8d4b88983ffd..0000000000000000000000000000000000000000
--- a/remoting/host/ui_strings.h
+++ /dev/null
@@ -1,50 +0,0 @@
-// Copyright (c) 2011 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.
-
-#ifndef REMOTING_HOST_UI_STRINGS_H_
-#define REMOTING_HOST_UI_STRINGS_H_
-
-#include "base/strings/string16.h"
-
-// This struct contains localized strings to be displayed in host dialogs.
-// For the web-app, these are loaded from the appropriate messages.json
-// file when the plugin is created. For remoting_simple_host, they are
-// left set to the default (English) values.
-//
-// Since we don't anticipate having a significant host-side UI presented
-// in this way, a namespace containing all available strings should be
-// a reasonable way to implement this.
-
-namespace remoting {
-
-struct UiStrings {
- UiStrings();
- ~UiStrings();
-
- // The direction (left-to-right or right-to-left) for the current language.
- enum Direction { RTL, LTR };
- Direction direction;
-
- // The product name (Chromoting or Chrome Remote Desktop).
- string16 product_name;
-
- // The message in the disconnect dialog.
- string16 disconnect_message;
-
- // The label on the disconnect dialog button, without the keyboard shortcut.
- string16 disconnect_button_text;
-
- // The confirmation prompt displayed by the continue window.
- string16 continue_prompt;
-
- // The label on the 'Continue' button of the continue window.
- string16 continue_button_text;
-
- // The label on the 'Stop Sharing' button of the continue window.
- string16 stop_sharing_button_text;
-};
-
-}
-
-#endif // REMOTING_HOST_UI_STRINGS_H_
« no previous file with comments | « remoting/host/remoting_me2me_host-InfoPlist.strings.jinja2 ('k') | remoting/host/ui_strings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698