mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Add missing files to POTFILES.in; add a translation hint
POTFILES.in was missing some files. "Activities" is not easily translatable into some languages, e.g. Russian, so suggest using the word for "Overview" instead.
This commit is contained in:
parent
8929f43ad9
commit
212d5c1954
2 changed files with 7 additions and 3 deletions
|
|
@ -267,8 +267,8 @@ Panel.prototype = {
|
|||
this._rightBox.allocate(childBox, flags);
|
||||
}));
|
||||
|
||||
/* left side */
|
||||
|
||||
/* Button on the left side of the panel. */
|
||||
/* Translators: If there is no suitable word for "Activities" in your language, you can use the word for "Overview". */
|
||||
this.button = new Button.Button(_("Activities"), PANEL_BUTTON_COLOR, PRESSED_BUTTON_BACKGROUND_COLOR,
|
||||
PANEL_FOREGROUND_COLOR, DEFAULT_FONT);
|
||||
this.button.actor.height = PANEL_HEIGHT;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,12 @@
|
|||
data/gnome-shell.desktop.in.in
|
||||
js/ui/panel.js
|
||||
js/ui/appDisplay.js
|
||||
js/ui/appIcon.js
|
||||
js/ui/dash.js
|
||||
js/ui/panel.js
|
||||
js/ui/overview.js
|
||||
js/ui/appIcon.js
|
||||
js/ui/runDialog.js
|
||||
js/ui/widget.js
|
||||
src/gdmuser/gdm-user.c
|
||||
src/shell-global.c
|
||||
src/shell-status-menu.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue